@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-regular-webfont.woff') format('woff'),
    url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
    url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);    
}
body{
    margin: 0;
    padding: 0;
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 14px;
    color: #111;
    height: 100%;
    background: #eee;
    -webkit-font-smoothing: antialiased; 
}
a{
    text-decoration: none;
    color: #111;
    outline: 0 transparent!important;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
a:focus, a:hover, a:active, a:selected, a:visited{
    outline: 0;
}
a:hover{
    color:#D2432F; 
}
img{
    border: 0;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    -ms-box-sizing: border-box;    
    -o-box-sizing: border-box;    
    box-sizing: border-box;   
    vertical-align: middle;
}
table{
    border: 0;
}
input, select, textarea{
    color: #000;
    font-family: 'open_sansregular', Arial, Helvetica sans-serif;
    font-size: 12px;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    -ms-box-sizing: border-box;    
    -o-box-sizing: border-box;    
    box-sizing: border-box; 
}
input:required:invalid, input:focus:invalid {
    background-image: url(../images/input-invalid.png);
    background-position: right top;
    background-repeat: no-repeat;
    -moz-box-shadow: none;
}
input:required:valid {
    background-image: url(../images/input-valid.png);
    background-position: right top;
    background-repeat: no-repeat;
}
textarea {
    resize: vertical;
    min-height: 80px;
}
input, textarea{
    text-indent:5px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.clearBoth{
    clear: both;
    display: block;
}
.loader{
    background: url(../images/ajax-loader.gif) center no-repeat;
    width: 32px;
    height:32px;
    position: absolute;
    left: 50%;
    top:50%;
    margin: -16px 0 0 -16px;
    z-index: 999;
}
.chromeframe {
    margin: 0;
    background: #ccc;
    color: #111;
    padding: 8px 10px;
}
.chromeframe a{
    font-weight: bold;
    color: #fff; 
}
#smallMenuBtn {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent url(../images/icon-small-menu.png) center no-repeat;
    z-index: 9;
}
.floatR{
    float: right;
}
.floatL{
    float: left;
}

p{
    margin: 0 0 8px 0;
} 
h3{
    margin: 12px 0 6px 0;
} 

.notification{
    color: #fff;
    font-size:14px ;
    padding: 10px 25px 10px 35px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    margin: 5px 0;
    position: relative;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}              
.notification .closeBtn {
    background: url(../images/icon-clear.png) center no-repeat;
    width: 30px;
    height: 34px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.notification.info{
    background-color: #007fff;  
    background-image: url(../images/icon-notification.png); 
} 
.notification.error{
    background-color: #D2432F;
    background-image: url(../images/icon-error.png);
} 
.notification.success{
    background-color: #3291d1;
    background-image: url(../images/icon-success.png);    
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    /*  background: #005696;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;   */
}

header{    
    position: relative;
    z-index: 999;
    margin: 20px;
}
header .center{
    background: #fff;
    border-top: 4px solid #D2432F;
    max-width: 1240px;
    margin: 0 auto;
    padding: 15px 20px;
    min-height: 68px;
    position: relative;
    -webkit-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
    -ms-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    border-radius:3px; 
}

header .small-info{
    position: absolute;
    right: 20px;
    top: 15px; 
    text-align: right;
    font-weight: bold;
    color: #d2432f;
    font-style: italic;
}
header .small-info h1{
    margin: 0 0 8px 0;
    line-height: 30px;
    font-size: 20px;    
}
header .call-us{
    line-height: 26px;
    font-size: 18px;
    cursor: default;
    display: block;    
    background: url(../images/icon-phone-big.png) left center no-repeat;
    padding-left: 34px;
    float: right;
    color: #d2432f;
}
.main-logo{
    float: left;
    max-width: 100%;
}
.main-logo img{
    max-width: 100%;
}
.main-content{
    background: url(../images/ajax-loader-grey.gif) center no-repeat;
    min-height: 100px;
    margin: 0 20px;
}
.main-content .center{
    background: #fff; 
    padding: 0 20px;
    max-width: 1240px;
    margin: 0 auto;
    max-height: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
    -ms-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.pace-done .main-content{
    background: transparent;
}
.pace-done .main-content .center{
    max-height: 3000px;
}

.lt-ie8 .main-content{
    background: transparent;
}
.lt-ie8 .main-content .center{
    max-height: 3000px;
}

footer{    
    position: relative;
    z-index: 999;
    margin: 20px;
}
footer .center{
    background: #fff;
    border-bottom: 4px solid #D2432F;
    max-width: 1240px;
    margin: 0 auto;
    padding: 15px 20px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    -webkit-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
    -ms-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    border-radius:3px;
}
footer .social-media{
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}
footer .social-media li{
    margin: 0 0 0 10px ;
    padding: 0;
    display: inline;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
footer .social-media li:first-child{
    margin-left:0;
}
footer .social-media a{
    display: block;
    height: 30px;
    width: 30px;
    background: #aaa;
}
.facebook:hover{
    background: #3B5998; 
}
.twitter:hover{
    background: #55ACEE; 
}
.linkedin:hover{
    background: #007BB5; 
}

h2.sub-title{
    margin: 0 0 18px 0;
    line-height: 26px;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
}
h2.sub-title:after{
    content:"";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 100px;
    background: #D2432F;
}

section{
    margin: 15px 0 20px;
}
.main-banner{
     border: 1px solid #ddd;
}
.main-banner img{
    width: 100%;
}

ul.list{
    margin: 0 0 10px 0 ;
    padding: 0;
    list-style: none;
    display: table-cell;
}
ul.list li{
    background: url(../images/icon-arrow-list.png) left 2px no-repeat;
    padding: 0 0 0 30px;
    margin: 0 0 6px 0 ;
}

.contact-info{
    border: 0;
    vertical-align: top;
}
.contact-info td{
    padding: 4px 4px 6px 4px;
}
.contact-info h3{
    margin: 0;
    line-height: normal;
    font-size: 14px;
    font-weight: normal;
}
.phone{
    cursor: text;
    color: #111!important;
}

.side-photo{
    width: 36%;
    margin: 0 0 20px 0;
    border: 1px solid #ddd;
}
.side-photo.floatR{
    margin-left: 2%;
}
.side-photo.floatL{
    margin-right: 2%;
}

.map{    
    float: right;
    width: 36%;
    margin: 0 0 20px 2%;
    position: relative;
    padding-bottom: 20.25%;
    border: 0;
    border: 1px solid #ddd;
}
.map iframe{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.lt-ie8 .map{
    padding:0;
    height: 261px;
}
.lt-ie8 .map iframe{
    position: relative;
    height: 261px;
}
