@font-face {
 	font-family: 'icomoon';
  	src: url('../fonts/icomoon/icomoon.eot?rwxs27');
  	src: url('../fonts/icomoon/icomoon.eot?rwxs27#iefix') format('embedded-opentype'),
   		 url('../fonts/icomoon/icomoon.ttf?rwxs27') format('truetype'),
    	 url('../fonts/icomoon/icomoon.woff?rwxs27') format('woff'),
    	 url('../fonts/icomoon/icomoon.svg?rwxs27#icomoon') format('svg');
  	font-weight: normal;
  	font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-mail:before {
  content: "\e926";
}
.icon-phone:before {
  content: "\e92a";
}

html { width: 100%; height: 100%; }
.blue-border-btn,.slim-border-btn,.white-border-btn{
    display:inline-block;
    line-height:41px;
    padding:0 20px;
    text-align:center;
}

.slim-border-btn {
    font-size: 15px;
    font-weight: 300;
    border: 1px solid #dddee9;
    color: #3f4b5b;
    border-radius: 0;
    background: 0 0;
    -moz-transition: all,.3s;
    -o-transition: all,.3s;
    -webkit-transition: all,.3s;
    transition: all,.3s;
    cursor: pointer;
}


.slim-border-btn { display: inline-block; cursor: pointer; text-align: center; font-size: 15px; font-weight: 300; 
  line-height: 41px; border: 1px solid #dddee9; color:#3f4b5b; border-radius:0px;  background: transparent; padding: 0 20px; @include transition(all, .3s); cursor: pointer;
  &:hover { color: #d8061f; }
}

.slim-border-btn:hover {
    color: #d8061f;
}
.logo {
    text-align: center;
    margin-top: 2px;
    padding-top: 10px;
}



html {width:100%; height :100%;}
.generic-error-page .title-container .subtitle {
    font-size: 27px;
    font-weight: 100;
}

body {
    font-family: Roboto,sans-serif;
    font-weight: 400;
    color: #3f4b5b;
}
.generic-error-page .error-container {
    margin-top: 40px;
    text-align: center;
}

.generic-error-page .navbar {
    display: block;
    width: 100%;
    margin: 0;
    height: 50px;
    background-color: #d8061f;
}
 .error-container { margin-top: 40px; text-align: center;
     
  }
.generic-error-page .title-container .title {
    font-weight: 900;
    font-size: 44px;
    margin: 22px 0 10px;
}
.generic-error-page .title-container .subtitle {
    font-size: 27px;
    font-weight: 100;
}

 .generic-error-page .button-container .label {
    display: block;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
    color: #3f4b5b;
}

    
.generic-error-page .button-container {
    margin-top: 35px;
    text-align: center;
    font-size: 0;
}


.generic-error-page .button-container>a {
    display: inline-block;
    float: none;
    position: relative;
    line-height: 58px;
    padding: 0 25px;
}
.generic-error-page .button-container>a .icon {
    color: #d8061f;
    font-size: 24px;
    position: absolute;
    line-height: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.generic-error-page .button-container>a .text {
    padding-left: 25px;
}
.generic-error-page .button-container>a.send-email {
    border-left: none;
}

.generic-error-page .button-container>a.send-email .icon {
    font-size: 22px;
}
.generic-error-page .button-container>a.send-email .text {
    padding-left: 32px;
}

.generic-error-page .title-container .title {
    font-weight: 900;
    font-size: 44px;
    margin: 22px 0 10px;
}

.generic-error-page .title-container .subtitle {
    font-size: 27px;
    font-weight: 100;
}


.generic-error-page { 
  background: radial-gradient(top,#f6f6f9,#f5f6f9,#d2d4e2);
  background: -webkit-radial-gradient(top,#f6f6f9,#f5f6f9,#d2d4e2) fixed;
  background: -ms-radial-gradient(top,#f6f6f9,#f5f6f9,#d2d4e2);
  
}  

@media (max-width: 480px){
    .generic-error-page .title-container .title{
        font-size:22px
    }
    .generic-error-page .title-container .subtitle{
        font-size:15px;
        font-weight:400
    }
    .generic-error-page .button-container>a{
        display:block;
        width:100%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        border-color:#3f4b5b
    }
    .generic-error-page .button-container>a.send-email{
        border-left:1px solid #3f4b5b;
        border-top:none
    }
    .generic-error-page.undercont-page .title-container .title{
        font-size:30px
    }
    .generic-error-page.undercont-page .title-container .subtitle{
        font-size:15px;
        font-weight:400;
        line-height:22px
    }
}
