@import "grid.css";
@import "font-awesome.css";
@import "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/bg_body.png) 0 0 repeat-x;
    color: #333333;
    font: 300 13px/19px 'Roboto', sans-serif;
}

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;
    font-size: 56px;
    line-height: 30px;
}

h2 span {
    display: block;
    padding-top: 25px;
    font-weight: 300;
    font-size: 43px;
    color: #333333;
}

h3 {
    font-size: 29px;
    line-height: 30px;
    padding-top: 34px;
    margin-bottom: 19px;
}

.page1 h3 {
    padding-top: 35px;
    margin-bottom: 18px;
}

/****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;
}

/****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;
}

/****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: 36px 0 0;
    display: block;
    position: relative;
}


header h1 {
    position: relative;
    text-align: center;
    float: left;
    margin-bottom: 30px;
}


header h1 a {
    display: inline-block;
    overflow: hidden;
    width: 280px;
    height: 90px;
    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;
}

.h_phone {
    padding-top: 54px;
    font-weight: normal;
    float: right;
    font-size: 15px;
    line-height: 20px;
    text-align: right;
}

.h_phone>span {
    padding-top: 8px;
    font-size: 35px;
    font-weight: 500;
    display: block;
}

.h_phone>span .fa {
    line-height: 20px;
    font-size: 38px;
    padding-top: 2px;
    color: #777;
    margin-right: 8px;
}

/**Content**/

.content {
    padding-bottom: 38px;
}

.page1 .content {
    padding-bottom: 40px;
}

.banner {
    padding: 15px 26px 18px 20px;
    margin-top: 31px;
    background: url(../images/banner_bg.png) 0 0 repeat-x #e6e8ec;
    border-radius: 10px;
    border-bottom: 1px solid #9b9c9f;
    border-left: 1px solid #e3e5e7;
    border-right: 1px solid #e3e5e7;
}


.banner .fa.col1 {
    padding-top: 17px;
    min-width: 70px;
    display: block;
    float: left;
    font-size: 49px;
    line-height: 30px;
}

.banner .title  {
    overflow: hidden;
    font-size: 29px;
    line-height: 30px;
    font-weight: normal;
}

.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: #323764;
}

.text1 {
    font-weight: normal;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 13px;
}

.page1 .text1 {
    margin-bottom: 14px;
}

.hor {
    padding-top: 26px;
    border-bottom: 1px solid #d2d5db;
}

.page1 .hor+h3 {
    padding-top: 24px;
}

.hor.hr1 {
    margin-bottom: 24px;
}

.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;
}

.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;
}

.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;
}

/**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;
}

.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: 40px;
    left: 51%;
    margin-left: 640px;
    overflow: hidden;
    width: 73px;
    height: 73px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    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;
    } 

    .block1 .capt {
        width: 240px;
    }

    .block1 .capt .text1 {
        font-size: 14px;
    }

    .caption {
        top: 100px;
        width: 530px;
    }

    h2 {
        font-size: 45px;
    }

    h2 span {
        font-size: 30px;
    }

    .block1 .capt {
    padding-bottom: 15px;
    width: auto;
    position: static;
}


}

@media only screen and (max-width: 979px) {

.banner .title {
    font-size: 18px;
}

.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: 400px;
}

h2 span {
    font-size: 26px;
}
}

@media only screen and (max-width: 767px) {

.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: 20px;
 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;
}

}


@media only screen and (max-width: 479px) {

.socials {
    overflow: hidden;
    float: none;
    margin-bottom: 20px;
}

.h_phone > span {
    font-size: 24px;
}

}
