/*-------------------------------------
[Master Stylesheet]

1. Global Styles
2. Page style
    2.1. Header
    2.2. Sections block
    2.3. Footer
    2.4. Back to Top
3. Button and link group
4. Box and Block element
5. Component elements(Lists, Accordion, Skills)
6. Grid isotope
7. Margin and Padding custom
8. SLIDER
9. Forms
10. Responsive
11. Colors

 */

/* ==============================================
Global Styles 
================================================*/

/*base*/
body {
    position: relative;
    width: 100%;
    height: 100%; 
    padding: 0;
    margin: 0;
    background-color: white;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
html {
    height: 100%;
    overflow-x: hidden;
	position:relative;
}
::selection {
    background: #00c7c0;
    color: #ffffff;
    opacity: 1;
}
::-moz-selection {
    opacity: 1;
}
::-webkit-selection {
    opacity: 1;
}
img {
    border: 0;
    outline: none;
    vertical-align: top;
    max-width: 100%;
}
img.rounded{
    border-radius: 3px;
}
a {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
a:hover,
a:focus {
    text-decoration: none;
    outline: 0 none;
}
select,
input,
button,
textarea {
	outline:none !important;
	margin:0px;
}
input,
textarea {
	resize:none;
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius:0;
    border-radius:0;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
.fleft {float:left;
}
.fright {float:right;
}
h1,h2,h3,h4,h5,h6 {
    margin-top: 0px;
    margin-bottom: 26px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
h1 {
    font-size: 65px;
    line-height: 72px;
    font-weight: bold;
}
h2 {
    font-size: 55px;
    line-height: 62px;
    font-weight: bold;
}
h3 {
    font-size: 35px;
    line-height: 45px;
}
h4 {
    font-size: 30px;
    line-height: 40px;
}
h5 {
    font-size: 22px;
    line-height: 33px;
}
h6 {
    font-size: 20px;
    line-height: 30px;
}
p {
    margin-bottom: 27px;
}
p:last-child {
    margin-bottom: 0;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
/* ==============================================
 Page style
================================================*/

/* *** Header *** */

/* Top Navigation */

.top_nav-panel {
    position: relative;
    z-index: 1000;
    padding: 7px 0;
    border-bottom: 1px solid rgba(247, 164, 149, 0.2);
    z-index: 10;
}
.top_nav-panel .info-inline {
    display: inline-block;
    vertical-align: top;
    margin: 0 35px 0 0;
    padding-top: 7px;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 23px;
}
.header-navbar .top_nav-panel,
.navbar.navbar-theme .navbar-nav > li{    
    font-family: 'Roboto', sans-serif;
}
.top_nav-panel .info-inline > a {
    cursor: pointer;
    color: inherit;
}

.top_nav-panel .info-inline > a:hover {
    color: #00c7c0;
}
.top_nav-panel .navbar-brand {
    padding: 0;
    height: auto;
}
.navbar-default .navbar-brand{
    height: auto;
}
.top_nav-panel .info-inline i {
    margin: 0 9px 0 0;
    font-size: 18px;
}

.top_nav-panel .info-inline i.fa-mobile {
    font-size: 18px;
}
/* Navigation */
.navbar.navbar-theme {
    min-height: 30px;
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    top: 0;
    z-index: 1000;
}
.navbar.navbar-theme .nav_right-control {
    position: relative;
    font-size: 13px;
    overflow: hidden;
}
a.site-logo {
    display: inline-block;
}

.navbar.navbar-theme .navbar-nav > li > a {
    position: relative;
    font-size: 16px;
    background-color: transparent;
    line-height: 1.6;
    padding: 25px 15px;
}
.navbar.navbar-theme .container .header_phone a {
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle;
    letter-spacing: 0;
    margin-left: 20px;
    margin-bottom: 0;
}
.header_section-container .info-inline a{
    font-size: 21px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.header_section-container .info-inline {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
}
.navbar-default .navbar-toggle {
    margin-top: 20px;
}
.navbar-header.header_side {
    padding-bottom: 12px;
}
/* *** Sections block *** */
.section-wrap {
    position: relative;
    padding: 50px 0;
    z-index: 1;
}
.section_title {
    position: relative;
    font-size: 45px;
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 300;
}
.section_subtitle {
    position: relative;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
@media only screen and (min-width: 1024px){
    .col-container-box.max_width-570{
        max-width: 570px;
    }
    .margin_auto{
        margin-right: auto;
        margin-left: auto;
    }
    .col-container-box.left-side[class*=max_width-]:first-child{
        margin-left: auto;
    }
    .col-container-box.right-side[class*=max_width-]:last-child{
        margin-right: auto;
    }
}
/* *** Footer *** */
.footer-page {
    padding: 0;
}
.footer-page .footer-top {
    padding: 92px 0 10px 0;
}
.footer-page .footer-bottom {
    padding: 12px 0;
    font-size: 14px;
    border-top: 1px solid #d7dadb;
}
ul.footer-nav li {
    margin-bottom: 10px;
}
.footer-page .title-col {
    position: relative;
}
.form-group {
    margin-bottom: 0px;
    margin-top: 15px;
}
.footer-page .title {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    padding-top: 20px;
    padding-bottom: 13px;
}
.footer-page .copyright{
    font-size: 14px;
    line-height: 23px;
    display: inline-block;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 8px;
}
.footer-page .footer-menu {
    float: right;
}
.footer-menu .nav>li:last-child>a {
    padding-right: 0;
}
.footer-page .footer-menu .navbar-nav>li>a {
    padding: 0;
    padding-right: 24px;
    line-height: 23px;
}
.footer-page a.site-logo:hover{
    opacity: 1;
}
.footer-page a.site-logo {
    padding-bottom: 34px;
    display: inline-block;
}

/* *** Back to Top *** */
a.back-to-top {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover.back-to-top {
    opacity: 0.7;
}

/* ==============================================
 Button and link group
================================================*/

.button {
    display: inline-block;
    border-radius: 3px;
    padding: 12px 19px;
    margin: 0 0 5px 0;
    border: 1px;
    border-style: solid;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.button.small{
    padding: 1px 9px;
    font-size: 16px;
}
.button:last-child {
    margin-right: 0;
}
.block_social-icons a {
    position: relative;
    z-index: 1;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.block_social-icons a i {
    font-size: 16px;
}
.block_social-icons a:hover i{
    opacity: 0.7;
}
.block_social-icons a:last-child {
    margin-right: 0;
}
/* ==============================================
 Box element
================================================*/

/* .box_icon-item */
.box_icon-item .img-cont {
    margin-bottom: 12px;
}
.box_icon-item .title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    font-weight: bold;
    margin-bottom: 6px;
    font-family: 'Lato', sans-serif;
}

/* ==============================================
                Icon Box
================================================*/
.icon_box {
    position: relative;
    padding-top: 25px;
}
.icon_box .icon_box__icon {
    top: -8px;
    left: 0;
    font-size: 78px;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.2px;
    position: absolute;
    z-index: -1;
    display: inline-block;
    line-height: 1;
    font-family: 'Lato', sans-serif;
}
.icon_box__title>* {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.icon_box__text {
    letter-spacing: 0.2px;
}

/*// Accordion //*/
.acc-theme {
    margin-bottom: 40px;
    margin-top: 28px;
}
.acc-theme .accordion__title {
    padding: 5px 0;
    font-weight: 400;
    margin-bottom: 7px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}
.acc-theme .accordion__title::before {
    content: '';
    display: block;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 2px;
    top: calc(50% - 5px);
    bottom: 2px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) translate(-25%,-25%);
    -ms-transform: rotate(45deg) translate(-25%,-25%);
    height: 8px;
    width: 8px;
    font-size: inherit;
    margin: 0;
    transform: rotate(45deg) translate(-25%,-25%);
}
.acc-theme .accordion__title.state-active:before{
    -webkit-transform: rotate(225deg) translate(-25%,-25%);
    -ms-transform: rotate(225deg) translate(-25%,-25%);
    transform: rotate(225deg) translate(-25%,-25%);
}
.acc-theme .accordion__text {
    padding: 8px 0px 21px 25px;
}
.acc-theme .accordion__text p {
    font-size: 16px;
    line-height: 24px;
}
.acc-theme .accordion__body {
    display: none;
}
===========================================
 Component elements(Lists, Accordion, Skills)
================================================*/

/* Lists */
ul.list-check {
    padding-left: 0px;
}
.list-check li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    line-height: 30px;
}
.list-check li:last-child {
    margin-bottom: 0;
}
.list-check li.title p {
    padding-top: 7px;
    font-weight: 400;
}

/* ==============================================
 Margin and Padding custom
================================================*/
.padd_none {
    padding: 0 !important;
}
.pt0{
    padding-top: 0;
}
.pt10{
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt25 {
    padding-top: 25px;
}
.pt30 {
    padding-top: 30px;
}
.pt35 {
    padding-top: 35px;
}
.pt40 {
    padding-top: 40px;
}
.pt45 {
    padding-top: 45px;
}
.pt60 {
    padding-top: 60px;
}
.pt65 {
    padding-top: 65px;
}
.pt80{
    padding-top: 80px;
}
.pt90{
    padding-top: 90px;
}

.pb0 {
    padding-bottom: 0 !important;
}
.pb5 {
    padding-bottom: 5px;
}
.pb10{
    padding-bottom: 10px;
}
.pb35{
    padding-bottom: 35px;
}
.pb40{
    padding-bottom: 40px;
}
.pb45{
    padding-bottom: 45px;
}
.pb50{
    padding-bottom: 50px;
}
.pb65 {
    padding-bottom: 65px;
}
.pb95 {
    padding-bottom: 95px;
}

.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt45 {
    margin-top: 45px;
}
.mt50 {
    margin-top: 50px;
}

.mb0 {
    margin-bottom: 0;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb75 {
    margin-bottom: 75px;
}
.mb85 {
    margin-bottom: 85px;
}
.mb100 {
    margin-bottom: 100px;
}

.mr0{
    margin-right: 0;
}
.mr35{
    margin-right: 35px;
}
.mr70{
    margin-right: 70px;
}
.mr70_xs{
    margin-right: 0;
}

/* ==============================================
 Custom
================================================*/
.dtable{
    display: table-cell;
    float: none;
}
.fa-clock:before {
    content: "\f017";
}
h2.title{
    font-weight: 300;
}
h2.title span {
    font-weight: 800;
}

/* ==============================================
 SLIDER
================================================*/
/* content-slider */
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.owl-theme .owl-controls .owl-page span{
    text-align: center;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.owl-theme .owl-item .slide-item{
    padding-bottom: 47px;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
}
.owl-pagination {
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-top: 25px;
}

/*// Horizontal tabs //*/
.tabs-horizontal-01 .tabs__caption {
    font-size: 0;
    margin-bottom: 13px;
}
.tabs-horizontal-01 .tabs__caption li {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    padding: 9px 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    border-bottom: 1px solid;
}
.tabs-horizontal-01 .tabs__caption li:last-child {
    margin-right: 0;
}
.tabs__caption {
    padding: 0;
    margin: 0;
}
.tabs__caption li {
    list-style: none;
    cursor: pointer;
}
.tabs__content {
    display: none;
}
.tabs__content.active {
    display: block;
}
/* ==============================================
 Forms
================================================*/
.form-group {
    position: relative;
}
.inp {
    height: 42px;
    line-height: 24px;
    padding: 12px 20px;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    height: 119px;
}
.inp:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 6px rgba(203, 203, 203, .1);
    box-shadow: 0 0 6px rgba(203, 203, 203, .1);
}
.inp::-moz-placeholder {
    opacity: 1;
}
.inp-icon {
    position: relative;
}
.flex-control-nav {
    bottom: 38px;
}
.flex-control-nav li {
    margin: 0 8px;
}
.contact-section .alert {
    border-radius: 3px;
}
.contact-section .form-group textarea.form-control {
    height: 130px;
}
form#contactForm .form-control {
    border-radius: 3px;
    border: 1px solid;
}

button.widget-subscribe__form-btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 35px;
    border: none;
    line-height: 1;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

/* Portfolio */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.filter_block {
    text-align:center;
    padding-top: 11px;
    padding-bottom: 27px;
}
.filter_navigation {
    margin:0 auto !important;
    text-align:center;
    padding:0;
    position:relative;
    overflow:hidden;
    vertical-align:top; 
}
.filter_navigation ul, .filter_navigation ul li ul { 
    padding:0 !important;
    margin:0 !important;
    list-style:none!important;
}
.filter_navigation ul li, .filter_navigation ul li ul li { 
    padding:0 !important;
    margin:0 !important;
}
.filter_navigation ul li ul li {
    display: inline-block;
    position: relative;
    margin: 0 2px   !important;
    vertical-align: top;
    transform: skewX(-25deg);
    border-radius: 4px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}
.filter_navigation ul li ul li a {
    display: block;
    margin: 0;
    text-decoration: none;
    line-height: 1.5;
    font-size: 16px;
    padding: 0;
    font-weight: 400;
    vertical-align: top;
    text-align: center;
    color: #262626;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    padding: 4px 12px;
    transform: skewX(25deg);
}
.image-grid {
    margin:0 -5px 0 0;  
}
.grid_wrap {
    margin-right:-30px;
}
.image-grid .element { 
    background:none; 
    overflow:hidden; 
    display:inline-block; 
    margin:0 0 0 0; 
    width: calc(33% - 1px);    
    padding: 15px;
}
.image-grid .element.large_width{
    width: calc(66% - 1px); 
}
.img_block img {
    width:100%;
    height:auto;
    padding:0; 
    margin:0; 
    display:block;  
}
.hover_img {
    position: relative;
    overflow:hidden;
}
.hover_img a {
    display:block;
    position:relative;
}
.item_info {
    position:absolute;
    left:0;
    bottom:-100%;
    width:100%;
    background:rgba(255,255,255, 0.9);
    padding:15px 10px 17px 10px;
    font-size:16px;
    color:#262626;
    text-align:center;  
    line-height:24px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}
.item_info span {
    display:block;
    font-size:20px;
    font-weight:700;
    text-transform:uppercase;
    transition: all 250ms;
    -webkit-transition: all 250ms;
}
span.item_info {
    display: none;
}
.hover_img a:hover .item_info {
    bottom:0;
}
.hover_img a:hover .item_info:hover span {
    color:#c0392b;
}
.portfolio_block .hover_img a img {
    transition: all 500ms;
    -webkit-transition: all 500ms;
    border-radius: 3px;
}
.portfolio_block .hover_img a:hover img {
    transform:scale(1.1) rotate(2deg);
    -webkit-transform:scale(1.1) rotate(2deg);
}
body.mfp-zoom-out-cur .is-sticky .navbar.navbar-theme {
    right: 17px;
}

.block_grid-isotope .block_img:hover .caption,
.portfolio_block .element .block_img.hover_img:hover a:before{
    opacity: 1;
    visibility: visible;
}
.block_grid-isotope .block_img .caption,
.portfolio_block .element .block_img.hover_img a:after,
.portfolio_block .element .block_img.hover_img a:before{
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    z-index: 10;
    left: 0;
    right: -1px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(31, 31, 47, 0.45);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.portfolio_block .element .block_img.hover_img a:after{
    content: '';
    width: 17px;
    height: 17px;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    margin: -8px 0 0 -8px;
    z-index: 2;
    background-color: transparent;
    background-image: url(../img/plus_icon.png);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.portfolio_block .element .block_img.hover_img:hover a:after {
    visibility: visible;
    opacity: 1;
    z-index: 10;
}



.icon__left {
    padding-bottom: 29px;
    margin-bottom: 0;
}
.box_icon-item_left__icon {
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 40px;
    min-width: 48px;
}
.box_icon-item_left__title {
    font-family: 'Roboto', sans-serif;
    line-height: 1.35;
    font-size: 20px;
    margin: 0 0 1px 0;
    font-weight: bold;
}
.box_icon-item_left__text {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}
/*section*/
#intro {
    background-image: url(../img/content/home_page.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 297px;
    padding-top: 297px;
    z-index: 1;
}
#intro .section_title{
    font-size: 35px;
    font-weight: bold;
    line-height: 1.15;
    padding-bottom: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
#intro .item_box {
    padding: 33px 40px 33px 40px;
    border-radius: 3px;
    display: inline-block;
}
#intro .item_box2 {
    padding: 17px 27px 12px 40px;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    display: inline-block;
}
#intro .item_box2 strong{
    font-size: 23px
}
#intro .item_box span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.6;
}
#intro .item_box i {
    font-size: 20px;
    padding-right: 6px;
}
#intro .item_box2 a.button{
    margin-left: 22px;
}
/*section*/
section#property{
    padding: 93px 0 100px 0;
}
.characteristics {
    padding-top: 27px;
    padding-bottom: 20px;
}
.characteristics > div {
    display: inline-block;
    margin-right: 70px;
    font-size: 16px;
    line-height: 1.4;
}
.characteristics span {
    padding-left: 5px;
}
.characteristics a.button{
    margin-right: 27px;
}
ul.square li {
    list-style: square;
}
ul.square li {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 7px;
}
/*section*/
section#gallery .section_title {
    padding-top: 94px;
}

.agent_contacts{
    padding-bottom: 12px;
}
.agent_contacts p {
    display: inline-block;
    margin-left: 10px;
}
#portfolio {
    padding-bottom: 85px;
}

/*section*/
section#about_feature{
    padding: 0;
}
section#about_feature .afterheading {
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
    color: #606060;
    padding-bottom: 25px;
    font-family: 'Roboto', sans-serif;
}
section#about_feature .section_title {
    padding-top: 94px;
}
section#about_feature ul.square li {
    padding-bottom: 2px;
}

/*section*/
section#services_agent .section_subtitle {
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
}
section#services_agent span {
    font-size: 16px;
}

/*section*/
section#faq .section_title{
    padding-top: 94px;
}
section#faq .column-inner.map {
    margin-left: 70px;
}

/*section*/
section#about_feature .bg_img{
    background-image: url(../img/content/about-us.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 2;
    height: 100%;
    margin-left: 70px;
}
section#choose_us .bg_img{
    background-image: url(../img/content/choose_us.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 2;
    height: 100%;
    margin-right: 70px;
}
section#choose_us .section_title {
    padding-top: 94px;
}

section#choose_us .row,
section#choose_us .row_flex,
section#about_feature .row,
section#about_feature .row_flex{
    display: flex;
}
section#choose_us .column-inner,
section#about_feature .column-inner {
    width: 100%;
}
.feature-item {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.feature-item>.equal-height>div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}
.feature-item>.equal-height {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
}
#owl-location .user-information{
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}
#owl-location .user-information p{
    margin-bottom: 7px;
}
#owl-location.owl-theme .owl-item .slide-item{
    padding-bottom: 31px;
}
#owl-location  .owl-pagination{
    padding-top: 0;
}
/*  */
.section-wrap.in_touch .section_title {
    padding-top: 44px;
    margin-bottom: 10px;
}
.mc_form_inside .mc_merge_var {
    max-width: 485px;
    min-width: 270px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}
.mc_form_inside .mc_merge_var input,
.mc_form_inside .mc_signup_submit input {
    width: 100%;
}
#mc_signup_submit {
    width: 100% !important;
    margin: 0 !important;
    color: #fff;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0;
    padding: 11px 23px;
}
.mc_form_inside .mc_signup_submit {
    max-width: 130px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-left: -50px;
}
.top_footer .mc_form_inside .mc_signup_submit {
    max-width: 125px;
}
#mc-indicates-required {
    display: none;
}
.mc_merge_var label {
    display: none;
}
#mc_signup_form .mc_input {
    padding: 11px 20px;
    color: #939ca7;
    border: none;
    font-size: 16px;
    border-radius: 3px;
    padding-right: 60px;
}
.top_footer #mc_signup_form .mc_input {
    background-color: #2d3949;
}
/*  */
.feature-item-wrapper {
    padding: 30px 20px 0;
    text-align: center;
}
.feature-item-wrapper .feature-item_descr{
    font-size: 18px;
    line-height: 27px;
    padding-top: 6px;
    padding-bottom: 28px;
}
.feature-item-wrapper .feature-item_title h4 {
    font-family: 'Lato', sans-serif;
    line-height: 27px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
}
.feature-item-wrapper span{
    position: relative;
}
.feature-item-wrapper span:before {
    content: '';
    width: 25px;
    height: 1px;
    position: absolute;
    top: 2px;
    left: 0;
}
.owl-theme .owl-controls .owl-buttons div,
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    font-size: 0;
    background-color: transparent;
    width: 50px;
    height: 50px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 28px;
    height: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #649bd8;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:after,
.owl-theme .owl-controls .owl-buttons .owl-next:after {
    content: "";
    display: block;
    position: absolute;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    right: 12px;
    width: 15px;
    height: 15px;
    border-width: 0 0 2px 2px;
    border-style: solid;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    border-color: #649bd8;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:after {
    border-width: 2px 2px 0 0;
    right: 21px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -70px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -68px;
}

/*section*/
h4.subtitle {
    font-weight: 300;
}
footer.footer-page ul.footer-nav {
    padding: 0;
    list-style: none;
}
.footer-page .footer-top .descr h6 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.footer-info {
    margin-bottom: 23px;
}
.footer-info i {
    float: left;
    font-size: 26px;
}
.footer-info p {
    margin-left: 35px;
}
.footer-page .footer-top .section_subtitle {
    font-size: 18px;
}
/* ==============================================
 Responsive
================================================*/
@media (max-width: 1310px) {       
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -50px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -48px;
    }
}
@media (max-width: 1200px) {       
    a.back-to-top {
        bottom: 60px;
    }
    section#about_feature .bg_img,
    section#choose_us .bg_img{
        margin-left: 0;
        margin-right: 0;
    }
    .col-container-box.left-side[class*=max_width-]:first-child,
    .col-container-box.right-side[class*=max_width-]:last-child {
        padding: 0 15px;
    }
    .characteristics a.button {
        margin-right: 20px;
    }
    .characteristics > div {
        margin-right: 5px;
    }

}
@media (max-width: 992px) {  
    .top_nav-panel .info-inline {
        margin-right: 15px;
    }
    .navbar.navbar-theme .container .header_phone a {
        margin-left: 20px;
    }
    .box_icon-item_left {
        padding: 11px 0px 44px 0;
    }
}
@media (max-width: 820px) {
    .owl-buttons {
        display: none;
    }
}
@media (max-width: 767px) {
    a.site-logo {
        padding-top: 20px;
    }
    .header_section-container .info-inline {
        padding-top: 13px;
        padding-bottom: 12px;
        font-size: 13px;
    }    
    #mc_signup_submit {
        border-radius: 3px;
    }
    div#mainNav-sticky-wrapper,
    .navbar.navbar-theme{
        background: #272f54;
    }
    .navbar.navbar-theme {
        padding: 0 !important;
        position: fixed;
    }
    .navbar.navbar-theme .navbar-nav > li {
        padding: 5px 0;
    }
    .navbar.navbar-theme .navbar-nav > li > a {
        border: none;
    }
    .navbar.navbar-theme .navbar-collapse {
        text-align: left;
    }
    .navbar.navbar-theme .navbar-nav > li {
        display: block;
    }
    .header_phone {
        text-align: center;
        margin-bottom: 20px;
        display: block;
    }
    section#choose_us .row,
    section#choose_us .row_flex,
    section#about_feature .row,
    section#about_feature .row_flex{
        display: block;
    }
    #intro {
        padding-bottom: 100px;
        padding-top: 130px;
    }
    #intro .section_title{
        font-size: 23px;
    }
    #intro .title {
        font-size: 35px;
        line-height: 1.4;
    }
    section#about_feature .bg_img,
    section#choose_us .bg_img{
        height: 450px;
    }
    .section_title{
        font-size: 30px;
    }
    .characteristics{
        padding-bottom: 38px;
    }
    .header_section-container .info-inline a {
        font-size: 18px;
    }
    section#choose_us {
        padding: 0;
    }
    .img_block img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        display: block;
    }
    section#faq .column-inner.map{
        margin: 0;
    }
    .footer-page .footer-menu .navbar-nav>li>a {
        padding: 0 10px;
    }
    #intro .item_box2 a.button{
        margin: 0;
    }
    .footer-page .footer-menu {
        float: left;
    }
    .footer-page .footer-menu .nav>li {
        display: inline-block;
        float: left;
        text-align: left;
    }
    .navbar.navbar-theme .navbar-nav > li > a:before,
    .header-navbar .block_social-icons {
        display: none;
    }
    .navbar.navbar-theme .navbar-nav > li > a{
        padding: 0;
    }
    .navbar.navbar-theme .nav > li.active > a,
    .navbar.navbar-theme .nav > li > a:focus,
    .navbar.navbar-theme .nav > li > a:hover {
        color: #ff424b !important;
    }    
    .navbar.navbar-theme .navbar-nav > li{
        margin: 0;
    }
    .top_nav-panel {
        display: none;
    }
    .navbar.navbar-theme {
        padding: 20px 0;
    }
    .block_bottom-xs {
        margin-bottom: 30px;
    }
    .dtable {
        display: inline-block;
        float: inherit;
    }
    footer.footer-page {
        background-position: left bottom;
    }
    h1 {font-size: 40px;
        line-height: 1.4;
    }
    h2 {font-size: 30px;
        line-height: 1.4;
    }
    h3 {font-size: 26px;
        line-height: 1.4;
    }
    h4 {font-size: 22px;
        line-height: 1.4;
    }
    .block_grid-item {
        padding: 7px 0 8px;
    }
    .navbar.navbar-theme .navbar-collapse{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .navbar-nav {
        margin: 10px 0;
    }
    .header_section-container .header_side .menu_item_line{
        display: none;
    }
    .mc_form_inside .mc_merge_var {
        padding-bottom: 20px;
    }
    .mc_form_inside .mc_signup_submit{
        margin: 0;
    }
}
@media (min-width:767px) {
    .navbar.navbar-theme .navbar-nav > li{
        margin-left: -1px;
        transform: skewX(-23deg);
        transition: all 300ms;
        -webkit-transition: all 300ms;
    }
    .navbar.navbar-theme .navbar-nav > li > a {
        transform: skewX(23deg);
        transition: all 300ms;
        -webkit-transition: all 300ms;
        padding: 25px 10px;
    }
    .navbar.navbar-theme .navbar-nav > li:hover, 
    .navbar.navbar-theme .navbar-nav > li.active, 
    .navbar.navbar-theme .nav>li:focus, 
    .navbar.navbar-theme .nav>li:hover{
        background-color: #ffffff;
    }
    .navbar.navbar-theme .navbar-nav > li {
        background-color: #744911;
    }
    div#mainNav-sticky-wrapper, .navbar.navbar-theme {
        background: linear-gradient(135deg, #000000 60%, #744911 70%);
    }
    .navbar.navbar-theme {
        -webkit-transition: background .4s ease-in-out,padding .4s ease-in-out;
        -moz-transition: background .4s ease-in-out,padding .4s ease-in-out;
        transition: background .4s ease-in-out,padding .4s ease-in-out;
    }
    .container-fluid .container {
        width:  730px;
    }
    .navbar.navbar-theme .navbar-nav > li.menu-item.mr0 {
        margin-right: 0;
    }
    .navbar.navbar-theme .navbar-nav > li:last-child {
        margin-right: 0px;
    }
    .header_section-container{
        position: relative;
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header_section-container .header_side {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        height: 100%;
        position: relative;
        display: none;
    }
    .header_phone {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .container-fluid .container {
        width: 970px;
    }
    .navbar.navbar-theme .navbar-nav > li > a {
        padding: 25px 18px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-fluid .container {
        width: 1200px;
    }
    .icon-item__wrapp {
        padding-left: 145px;
    }
}

/* ==============================================
Colors
================================================*/
.navbar.navbar-theme .navbar-nav > li.active > a,
.navbar.navbar-theme .nav>li>a:focus,
.navbar.navbar-theme .nav>li>a:hover,
.tabs-horizontal-01 .tabs__caption li.active,
.tabs-horizontal-01 .tabs__caption li,
.header_phone a {
    color: #ffffff;
    background-color: transparent;
}
body,
.list-check li.title p,
.top_nav-pane,
ul.square li span,
.acc-theme .accordion__text p,
#mc_signup_form .mc_input,
.footer-page .footer-bottom *{
    color: #838383;
}
h1,h2,h3,h4,h5,h6,a,
.list-check li.title,
.acc-theme .accordion__title{
    color: #414141;
}
::-webkit-selection,
::-moz-selection,
::selection{
    background: #56c5e9;
    color: #ffffff;
}
a:hover,
a:focus,
.header_section-container .info-inline a,
.footer-info.phone a,
.footer-info i{
    color: #649bd8;
}
.color-white *,
.button:focus,
.button:hover,
#intro .section_title,
.footer-page .footer-bottom  h5.title,
.navbar.navbar-theme .navbar-nav > li > a,
.is-sticky .navbar.navbar-theme .navbar-nav > li > a,
section#choose_us .section_title,
section#choose_us .icon_box__title>*,
.filter_navigation ul li ul li.selected a,
.filter_navigation ul li ul li a:hover,
section#about_feature .section_title,
section#about_feature .section_subtitle,
section#choose_us .section_subtitle,
.section-wrap.in_touch .section_title,
.section-wrap.in_touch p{
    color: #ffffff;
}
.navbar-default .navbar-toggle{
    border-color: #ffffff;
}
.is-sticky .navbar.navbar-theme {
    background-color: #272f54;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
}
.button,
.filter_navigation ul li ul li:hover,
.filter_navigation ul li ul li.selected {
    border-color: #744911;
    color: #ffffff;
    background-color: #744911;
}
section#about_feature a.button:hover {
    border-color: #744911;
    color: #ffffff;
    background-color: transparent;
}
#intro .item_box a:hover .section_title,
section#about_feature ul.square li,
span.price,
.agent_contacts i,
.acc-theme .accordion__title.state-active,
.acc-theme .accordion__title:before,
.footer-page a:hover {
    color: #744911;
}
section#about_feature .tabs__content.active p,
section#about_feature ul.square li span {
    color: #f2f2f2;
}
#intro .item_box {
    background-color: rgba(39, 47, 84, 0.8);
}
#intro .item_box2 {
    background-color: rgba(255, 255, 255, 0.8);
}
.button:hover,
.button.alt{
    border-color: #272f54;
    color: #ffffff;
    background-color: #272f54;
}
button.widget-subscribe__form-btn:hover{
    background: #ffffff;
    color: #649bd8;
}
a.back-to-top {
    color: #ffffff;
    background-color: #744911;
}
.inp {
    background-color: transparent;
    border-color: transparent;
    border-bottom-color: #e1e1e1;
    color: #6a6a6a;
}
.block_grid-post .block_grid-item .item_wrapper,
.feature-item-wrapper span:before,
.navbar-default .navbar-toggle .icon-bar,
#mc_signup_form .mc_input{
    background-color: #ffffff;
}
.contact-section .form-group.error .inp  {
    border-color: #f2dede;
}
.inp:focus {
    border-color: transparent;
    border-bottom-color: #e1e1e1;
}
.inp::-moz-placeholder {
    color: #969aa1;
}
.inp:-ms-input-placeholder {
    color: #969aa1;
}
.inp::-webkit-input-placeholder {
    color: #969aa1;
}
.top_nav-panel .info-inline i,
.top_nav-panel .info-inline,
ul.square li,
.agent_contacts p,
#intro .item_box2 strong,
.footer-page .footer-top .descr h6,
.navbar.navbar-theme .navbar-nav > li:hover > a, 
.navbar.navbar-theme .nav>li:focus > a,
.navbar.navbar-theme .navbar-nav > li.active > a{
    color: #272f54;
}

.header-navbar .top_nav-panel,
section#faq{
    background-color: #fcfcfc;
}
.tabs-horizontal-01 .tabs__caption li{
    border-color: rgba(255, 255, 255, 0.2);
}
    .tabs-horizontal-01 .tabs__caption li.active,
    .tabs-horizontal-01 .tabs__caption li:hover {
        border-color: #744911;
    }
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover{
    background-color: #ff424b;
}
.feature-item .block-2{
    background-color: #f7f7f7;
}
#mc_signup_submit{
    background-color: #ff424b;
    color: #ffffff;
}
.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background-color: #ff424b;
}
.owl-theme .owl-controls .owl-page span{
    background: transparent;
    border: 1px solid #ff424b;
}
section#about_feature,
section.in_touch,
section#choose_us{
    background: #272f54;
}
.icon_box__title>*,
.section_title,
#owl-location .user-information p span{
    color: #414141;
}
.section_subtitle{
    color: #555555;
}
#owl-location .user-information p a{
    color: #fb6339;
}
#owl-location .user-information p{
    color: #747575;
}
.contact-cont .form-group .inp{
    color: #bebebe;
}
section#about_feature .afterheading span,
#owl-location .user-information p a:hover{
    color: #3ccaff;
}
.icon_box .icon_box__icon {
    color: #744911;
}
.block_social-icons a.facebook{
    color: #3b5998;
}
.block_social-icons a.google-plus{
    color: #dd4b39;
}
.block_social-icons a.linkedin{
    color: #007bb6;
}
.block_social-icons a.twitter{
    color: #00aced;
}
.header_section-container .block_social-icons a:hover{
    color: #ff424b;
}