@import "css/grid.css";
@import "css/font-awesome.css";
@import "css/superfish.css";

@import url(//fonts.googleapis.com/css?family=Roboto:400);
@import url(//fonts.googleapis.com/css?family=Roboto:300);
@import url(//fonts.googleapis.com/css?family=Roboto:500);
@import url(//fonts.googleapis.com/css?family=Roboto:700);
@import url(//fonts.googleapis.com/css?family=Roboto:900);
@import url(//fonts.googleapis.com/css?family=Roboto:300italic);


html {
    width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
    -webkit-text-size-adjust: none;
}

body {
    position: relative;
    background: url(../images/styleimgs/bg_body.jpg) 0 0 repeat-x;
    color: #333333;
    font: 400 14px/19px 'Roboto', sans-serif;
    background-color: #F5F5F5;
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 19px;
}

.p1 {
    margin-bottom: 14px;
}

input {
    border-radius: 0 !important;
    outline: none !important;
}


img {
    max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    color: #282828;
    font-weight: bold;
}

h2 {
    font-weight: normal;
    color: #323764 !important;
    font-size: 56px !important;
    line-height: 55px !important;
}

h2 span {
    display: block;
    padding-top: 25px;
    font-weight: 300;
    font-size: 43px !important;
    color: #333333 !important;
}

h3 {
    font-size: 29px;
    line-height: 30px;
    padding-top: 34px;
    margin-bottom: 19px;
}


.page1 h3 {
    padding-top: 35px;
    margin-bottom: 18px;
}


.post-body .grid-r_8 h1 {
    font-size: 28px;
}


.grid-r_8 .post-body h1 {
    font-size: 28px;
}

.post-body .grid-r_8 h2 {
    font-size: 24px;
}


.grid-r_8 .post-body h2 {
    font-size: 24px;
}






.grid_4 h1 {
    font-size: 32px;
    color: #323764;
    font-weight: normal;
    line-height: 35px;
    margin-top: 20px;
}

.grid_4 h2 {
    font-size: 32px;
    margin-top: 20px;
    line-height: 35px;
}

.grid_4 h3 {
    font-size: 24px;
    margin-top: 20px;
    line-height: 30px;
    padding-top: 34px;
}

.grid_8 h1 {
    font-size: 32px;
    color: #323764;
    font-weight: normal;
    line-height: 35px;
    margin-top: 20px;
}

.grid_8 h2 {
    font-size: 32px;
    margin-top: 20px;
}

.grid_8 h3 {
    font-size: 24px;
    margin-top: 20px;
    line-height: 30px;
    padding-top: 34px;
    margin-left: 0px;
}


.grid-r_4 h1 {
    font-size: 32px;
    color: #323764;
    font-weight: normal;
    line-height: 35px;
    margin-top: 20px;
}

.grid-r_4 h2 {
    font-size: 32px;
    margin-top: 20px;
    line-height: 35px;
}

.grid-r_4 h3 {
    font-size: 24px;
    margin-top: 20px;
    line-height: 30px;
    padding-top: 34px;
}

.grid-r_8 h1 {
    font-size: 32px;
    color: #323764;
    font-weight: normal;
    line-height: 35px;
    margin-top: 20px;
    margin-left: 0px;
}

.grid-r_8 h2 {
    font-size: 32px;
    margin-top: 20px;
}

.grid-r_8 h3 {
    font-size: 24px;
    margin-top: 20px;
    line-height: 30px;
    padding-top: 34px;
}



/****Lists****/


ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.list {
    overflow: hidden;
}

ul.list.l1 {
    padding-top: 20px;
}

ul.list li {
    font-style: italic;
    background: url(../images/marker.png) right 9px no-repeat;
}

ul.list li+li {
    border-top: 1px solid #d2d5db;
    margin-top: 9px;
    padding-top: 5px;
    background-position: right 14px;
}

ul.list1 .count {
    float: left;
    background: url(../images/count_bg.png) 0 0 repeat-x #252948;
    color: #edeff1;
    font-size: 49px;
    width: 70px;
    height: 69px;
    line-height: 68px;
    text-align: center;
    border-bottom: 1px solid #111321;
    border-radius: 6px;
    margin-right: 30px;
    margin-top: 6px;
    font-weight: normal;
}

ul.list1  li {
    overflow: hidden;
}

ul.list1  li+li {
    margin-top: 21px;
}

ul.list2 {
    overflow: hidden;
}

ul.list2.l1 {
    padding-top: 10px;
}

ul.list2 li {
    font-style: italic;
    background: url(../images/marker.png) left 1px no-repeat;
    background-position: left 12px;    
    padding: 5px 0 0 10px;
}

ul.list2 li+li {
    border-top: 1px solid #d2d5db;
    margin-top: 2px;
/*    padding: 5px 0 0 10px;
    background-position: left 12px;  */
}


/****Links****/


a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #323764;
}

a.btn {
    background: url(../images/btn_sprite.png) 0 0 repeat-x;
    color: #fff;
    border-radius: 5px;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 1px solid #0b0c15;
    display: inline-block;
    border-left: 1px solid #262a4a;
    border-right: 1px solid #262a4a;
    margin-top: 28px;
    line-height: 20px;
    padding: 8px 19px 10px;
}

a.btn:hover {
    border-left-color: #e3e5e8;
    border-right-color: #e3e5e8;
    border-bottom-color: #9b9c9f;
    background-position: 0 bottom;
    color: #333;
}

.link a {
    font-weight: bold;
}
.link a:hover {
    text-decoration: underline;
}

p a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

p a:hover {
    color: #323764;
}


/****classes****/

.mb0 {
    margin-bottom: 0px !important;
}
.m0 {
    margin: 0 !important;
}
.pad0 {
    padding: 0 !important;
}

.pad1 {
}


.img_inner {
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 19px;
    margin-top: 6px;
    border-radius: 8px;
}



.fleft {
    float: left;
    width: auto !important;
    margin-right: 30px;
    margin-bottom: 0px;
}


.oh {
    overflow: hidden;
}
.fright {
    float: right !important;
}
.upp {
    text-transform: uppercase;
}

.alright {
    text-align: right;
}
.center {
    text-align: center;
}
.wrapper, .extra_wrapper {
    overflow: hidden;
}
.clear {
    float: none !important;
    clear: both;
}

.oh {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}


/*header*/

header {
    padding: 5px 0 0;
    display: block;
    position: relative;
}


header h1 {
    position: relative;
    text-align: center;
    float: left;
    margin-bottom: 5px;
}


header h1 a {
    display: inline-block;
    overflow: hidden;
    width: 400px;
    height: 100%;
    font-size: 0;
    line-height: 0;    
    text-indent: -999px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

header h1 a img {
    display: block;
}


.tagline {
    padding: 140px 0 0 40px;
    font-size: 25px;
    text-align: center;
    font-style: italic bold;
}


.h_phone {
    padding-top: 5px;
    font-weight: normal;
    float: right;
    font-size: 25px;
    line-height: 30px;
    text-align: right;
}

.h_phone>span {
    padding: 15px 0 15px 0;
    font-size: 45px;
    font-weight: 900;
    font-style: italic;
    display: block;
    text-shadow: 5px 5px 5px #b4b6b8;
}

.h_phone>span .fa {
    line-height: 20px;
    font-size: 38px;
    padding-top: 10px;
    color: #777;
    margin-right: 8px;
}

.m_phone {
    display: none;
    visibility: hidden;
}

.inline-list {
  margin-top: 30px;
  display: inline-block;
}
.inline-list .fa {
  position: relative;
  text-align: center;
}
.inline-list .fa:hover:before {
  background: #3aa3da;
}
.inline-list .fa:before {
  font-size: 24px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #e5e5e5;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 30%;
  background: #285191;
  width: 40px;
  height: 40px;
  left: -245px;
  padding-left: 0px;
  line-height: 42px;
}
.inline-list li {
  display: inline-block;
  line-height: 40px;
}
.inline-list li + li {
  margin-left: 41px;
}


.social-h {
    float: left;
}

.social-h a {
    color: #777;
    display: block;
    float: left;
    font-size: 27px;
    line-height: 44px;
}

.social-h a+a {
    margin-left: 21px;
}

.social-h a:hover {
    color: #323764;
}


/**Content**/

.content {
    padding-bottom: 38px;
}

.page1 .content {
    padding-bottom: 40px;
}

.banner {
    padding: 15px 26px 17px 20px;
    margin-top: 15px;
    background: url(../images/banner_bg.jpg) 0 0 repeat-x #e6e8ec;
    border-radius: 10px;
    border-bottom: 1px solid #c51d20;
    border-left: 1px solid #e3e5e7;
    border-right: 1px solid #c51d20;
}


.banner .fa.col1 {
    padding-top: 17px;
    min-width: 70px;
    display: block;
    float: left;
    font-size: 49px;
    line-height: 30px;
}

.banner .fa.col3 {
    padding-top: 17px;
    min-width: 60px;
    display: block;
    float: left;
    font-size: 49px;
    line-height: 30px;
}

.banner .title  {
    overflow: hidden;
    font-size: 28px;
    line-height: 30px;
    font-weight: normal;
/*    color: #fafafa;  */
}

a.banner:hover {color:#c51d20}

.banner .text  {
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    color: #fafafa;
}

.banner .clear {
    height: 5px;
}

a.fa-caret-right {
    margin-top: 1px;
    margin-left: 6px;
    font-size: 19px;
    line-height: 19px;
    color: #fff;
    text-shadow: 1px 1px #b4b6b8;
}

a.fa-caret-right:hover {
    color: #c51d20;
}

.text1 {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 13px;
}

.text1 a:hover, a.text1:hover {color: #FC0405;}

.page1 .text1 {
    margin-bottom: 5px;
}

.hor {
    padding-top: 9px;
    border-bottom: 1px solid #d2d5db;
}

.page1 .hor+h3 {
    padding-top: 24px;
}

.hor.hr1 {
    margin-bottom: 5px;
}

.hor.hr2{
    padding-top: 38px;
}


a.btn.bt1 {
    margin-top: 65px;
}

.block1 {
    position: relative;
    margin-top: 27px;
    color: #fff;
    overflow: hidden;
    border-radius: 8px;
}

.block1+.block1{
    margin-top: 30px;
}

.block1 .capt {
    padding-right: 9px;
    padding-top: 14px;
    position: absolute;
    right: 0;
    padding-left: 18px;
    bottom: 0;
    width: 190px;
    top: 0;
    background: url(../images/capt_bg.png) 0 0 repeat;
}

.block1 .text1 {
    margin-bottom: 5px;
}

.block1 +.block1  .capt {
    background-image: url(../images/capt_bg1.png);
}

.capt a.fa-caret-right:hover {
   opacity: 0.5;
   color: #fff;
}

.clobby {
    margin-top: -60px;
}

.clear.cl1 {
    height: 20px;
}

.text1.tx1 {
    margin-bottom: 19px;
}

.bq1 {
    padding-top: 6px;
}

.bq1 p {
    position: relative;
    padding: 15px 30px 14px;
    background: url(../images/bq1.png) 0 0 repeat-x #2c3054;
    border-radius: 12px;
    color: #fff;
    border-bottom: 2px solid #0b0c15;
}

.bq1 p:after {
    z-index: 10;
    position: absolute;
    content: '';
    display: block;
    width: 0px;
    bottom: -21px;
    left: 30px;
    height: 0px;
    border-style: solid;
    border-width: 22px 17px 0 0px;
    border-color: #2b2f53 transparent transparent transparent;
}

.bq-bot {
    padding-top: 19px;
    color: #323764;
    font-size: 19px;
    padding-left: 30px;
}

.box {
    margin-top: 6px;
    margin-bottom: 3px;
    border-radius: 8px;
    background-color:  #F2F4F5;
}

.box img {
    border-radius: 8px;
}

.box_bot {
    padding: 18px 30px 23px 20px;
    border-radius: 0 0 8px 8px;
    border-bottom: 1px solid #9b9c9f;
    border-left: 1px solid #e3e5e7;
    border-right: 1px solid #e3e5e7;    
    background: url(../images/banner_bg.png) 0 bottom repeat-x;

}

.post time {
    float: left;
    display: block;
    background: url(../images/count_bg.png) 0 0 repeat-x #252948;
    color: #edeff1;
    font-size: 30px;
    line-height: 24px;
    width: 70px;
    text-align: center;
    border-bottom: 1px solid #111321;
    border-radius: 6px;
    margin-right: 30px;
    margin-top: 6px;
    font-weight: normal;
    padding-top: 9px;
    padding-bottom: 10px;
}

.post time span {
    padding-top: 2px;
    display: block;
    font-size: 24px;
}

.post time +div .text1 {
    padding-top: 15px;
    margin-bottom: 7px;
}

.post .clear {
    height: 22px;
}

.post {
    overflow: hidden;
}

.post+.post {
    margin-top: 42px;
    border-top: 1px solid #d2d5db;
    padding-top: 36px;
}

.prv .text1{
    padding-bottom: 1px;
    margin-top: -1px;
}

.prv p+.text1 {
    padding-top: 3px;
}

/**Map**/

.col1 {
    color: #323764;
}

.col1 a:hover, a.col1:hover {
    color: #333;
}

.col2 {
    color: #282828;
}

.col3 {
    color: #fafafa;
}

.col3 span {color: #fafafa; font-size: 13px;}

.col3 a:hover, a.col1:hover {
    color: #FC0405;
}

.td {
    text-decoration: underline;
}

.map {
    overflow: hidden;
    position: relative;
}
 
.map+.hor {
    margin-bottom: 2px;
}

.map figure {
    padding-bottom: 4px;
    padding-top: 6px;
    position: relative;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 393px;
    border-radius: 8px;
    max-width: 100%;
}
.map address {
    display: block;
}

.map address dt {
}

.map address+address {
    margin-top: 21px;
}

 address dd span {
    min-width: 106px;
    display: inline-block;
    text-align: left;
}

.map address dd span.col1 {
    min-width: 0;
}

.map address dd span.col3 {
    min-width: 0;
}


/**Footer**/

footer {
    border-top: 1px solid #d2d5db;
    display: block;
    padding: 31px 0 25px;
}


.socials {
    float: right;
}

.socials a {
    color: #777;
    display: block;
    float: left;
    font-size: 27px;
    line-height: 44px;
}

.socials a+a {
    margin-left: 21px;
}

.socials a:hover {
    color: #323764;
}

.socials img {
    width: 75px;
}

.f_menu  {
    font-weight: normal;
    overflow: hidden;
}

.f_menu li {
    float: left;
    font-size: 16px;
    line-height: 30px;
}

.f_menu li +li {
    margin-left: 20px;
}

.f_menu li.current,
.f_menu li a:hover {
    color: #323764;
}

.copy {
    padding-top: 7px;
}


.copy a:hover {
    text-decoration: underline;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 240px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    width: 73px;
    height: 73px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/styleimgs/totop.png) no-repeat left 0;
    border-radius: 30px;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}

/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
    .extra_wrapper {
        overflow: visible;
    } 

    
    header h1 a {
        width: 300px;
    }
    
    
    .tagline { 
        font-size:16px;
        padding: 100px 0 0 50px;
    }
    
    .h_phone {
        padding-top: 5px;
        font-size: 20px;
    }
    
    .h_phone > span {
        font-size: 35px;
    }
    
    .inline-list .fa::before {
        left: -185px;
    }
    
    .banner .title {
        font-size: 16px;
        line-height: 20px;
    }
    
    .banner .fa.col3 {
        font-size: 39px;
        line-height: 15px;
    }
    
    .block1 .capt {
        width: 240px;
    }

    .block1 .capt .text1 {
        font-size: 14px;
    }

    .caption {
        top: 10px;
        width: 400px;
        margin: 10px 10px 0 500px;
        line-height: 40px;
        
    }
    
    .caption span {
        padding-top: 10px;
        
    }

    h2 {
        font-size: 40px;
    }

    h2 span {
        font-size: 30px;
    }

  
.grid_4 h1 {
    font-size: 28px;
    color: #323764;
    font-weight: normal;
    line-height: 35px;
    margin-top: 20px;

}

.grid_4 h2 {
    font-size: 28px;
    margin-top: 20px;
    line-height: 35px;

}


.grid_8 h1 {
    font-size: 28px;
    color: #323764;
    font-weight: normal;
    line-height: 35px;
    margin-top: 20px;

}

.grid_8 h2 {
    font-size: 28px;
    margin-top: 20px;

}  
    
 
    
    
 /*  */   
.grid-r_4 h1 {
    font-size: 28px;
    color: #323764;
    font-weight: normal;
    line-height: 35px;
    margin-top: 20px;

}

.grid-r_4 h2 {
    font-size: 28px;
    margin-top: 20px;
    line-height: 35px;

}


.grid-r_8 h1 {
    font-size: 28px;
    color: #323764;
    font-weight: normal;
    line-height: 35px;
    margin-top: 20px;

}

.grid-r_8 h2 {
    font-size: 28px;
    margin-top: 20px;

}  
    
    
    
    .block1 .capt {
    padding-bottom: 15px;
    width: auto;
    position: static;
}
    
    .socials {
    padding: 10px 165px 0 0;
    margin-bottom: -50px;
    } 

    .socials img {
    width: 60px;
    }

}

@media only screen and (max-width: 979px) {

    header h1 a {
        width: 250px;
    }
    
    h2 {
    font-size:30px;
        line-height: 30px;
    }


.grid-r_4 h1 {
    font-size: 24px;
    color: #323764;
    font-weight: normal;
    line-height: 35px;
    margin-top: 20px;

}

.grid-r_4 h2 {
    font-size: 24px;
    margin-top: 20px;
    line-height: 35px;

}


.grid-r_8 h1 {
    font-size: 24px;
    color: #323764;
    font-weight: normal;
    line-height: 35px;
    margin-top: 20px;

}

.grid-r_8 h2 {
    font-size: 24px;
    margin-top: 20px;

}
    
    
    
    
    
    
    
    .h_phone {
        margin-bottom: -15px;
    }
    
    .h_phone > span {
        font-size: 25px;
        padding-top: 1px;
    }
    
    .tagline {
    padding-top: 90px;
    }
        
.fa-phone::before {
        content: "";
        display:none;
} 
    
 .inline-list .fa::before {
    font-size: 20px;
    height: 30px;
    line-height: 32px;
    width: 30px;
} 
    
  
    .banner .title {
        font-size: 14px;
        line-height: 18px;
}
    
    .banner .text {
    font-size: 11px;
        line-height: 10px;
    }
    
        .banner .fa.col3 {
        font-size: 29px;
        line-height: 10px;
        padding-top: 10px;
    }
    
    .caption {
        width: 300px;
    }

.map address+address {
    float: left;
}

.fl1 {
    float: none;
    width: 100% !important;
    margin-bottom: 30px;
    margin-right: 0;
}

 .map figure,  
 .map figure iframe,  
 #form input,  
 #form textarea,  
 #form .success {
    width: 100% !important;
    float: none !important;
}
 #form .success {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -o-box-sizing: border-box;
     box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}


.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}

.caption {
    width: 250px;
        margin: 10px 10px 0 450px;
}

h2 span {
    font-size: 26px;
}
    
    .socials {
    padding: 10px 165px 0 0;
    margin-bottom: -100px;
    } 

    .socials img {
    width: 55px;
    }
    
    
}

@media only screen and (max-width: 767px) {

    h2 {
        font-size: 30px;
    }
   
 
.grid-r_4 h1 {
    font-size: 18px;
    color: #323764;
    font-weight: normal;
    line-height: 35px;
    margin-top: 20px;

}

.grid-r_4 h2 {
    font-size: 18px;
    margin-top: 20px;
    line-height: 35px;

}


.grid-r_8 h1 {
    font-size: 18px;
    color: #323764;
    font-weight: normal;
    line-height: 35px;
    margin-top: 20px;

}

.grid-r_8 h2 {
    font-size: 18px;
    margin-top: 20px;

}
    
    
    
    
    .tagline { 
        padding: 1px 0 0 40px;
    }
 
    .inline-list {
    display:none;
    }
    
    .h_phone {
    display: none;
        visibility: hidden
    }    

.m_phone {
    display: block;
    visibility: visible;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.m_phone>span {
    padding-bottom: 15px;
    font-size: 35px;
    font-weight: 900;
    font-style: italic;
    display: block;
    text-shadow: 5px 5px 5px #b4b6b8;
}

.m_phone>span .fa {
    line-height: 20px;
    font-size: 38px;
    padding-top: 10px;
    color: #777;
    margin-right: 8px;
}
    
    
.block1  img {
    width: 100%;
}

.box {
    margin-bottom: 30px;
}

.box img {
    width: 100%;
}

.bq1 {
    margin-bottom: 25px;
}

ul.list.l1 {
    margin-bottom: 35px;
}


.text1.td.col1 {
    margin-top: 30px;
}

.f_menu {
    display: none;
}

.h_phone {
    padding-bottom: 40px;
    text-align: center;
    float: none;
}

.caption {
    display: none;
}

.map address {
    float: none;
    margin-left: 0 !important;
 }

.map address +address {
    margin-top: 30px;
}


header h1 {
	display: block;
	width: auto;
    margin-left: 0;
    position: relative;
	height: auto;
}

.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 margin-bottom: 1px;
 float: none;
 left: 0;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}


 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 30px;
}

.none {
    clear: both;
}
    
    .socials {
        display: none;
    }

}


@media only screen and (max-width: 479px) {

.socials {
    overflow: hidden;
    float: none;
    margin-bottom: 20px;
}

.h_phone > span {
    font-size: 24px;
}

}
