/*
Theme name: MDG Estates
Description: Custom Theme for MDG Estates
*/

/******* MDG WordPress CSS *******/

/* Common elements styling */

.entry ul { margin-left: 25px; font-size: 19px; padding-bottom: 26px; }
.entry ol { margin-left: 25px; font-size: 19px; padding-bottom: 26px; }
.entry a img { border: 0 }

p img { padding: 0;	max-width: 100%; height:auto; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { margin: 2px 0 2px 7px; display: inline; }
img.alignleft { margin: 2px 7px 2px 0; display: inline; }
.alignright { float: right; display: inline; }
.alignleft { float: left; display: inline; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Calendar widget */
#wp-calendar { empty-cells: show; margin: 10px auto 0; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
.wp-caption { border: 1px solid #ddd; text-align: center; padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;}

/* Big images in rich text editor should not break page layout */
.post .entry { overflow: hidden; }

/******* /MDG WordPress CSS *******/
/* font face */
@font-face {
    font-family: 'crawmodern';
    src: url('fonts/crawmodern-webfont.eot');
    src: url('fonts/crawmodern-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/crawmodern-webfont.woff') format('woff'),
         url('fonts/crawmodern-webfont.ttf') format('truetype'),
         url('fonts/crawmodern-webfont.svg#crawmodern') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mfg_labs_iconsetregular';
    src: url('fonts/mfglabsiconset-webfont-webfont-webfont.eot');
    src: url('fonts/mfglabsiconset-webfont-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mfglabsiconset-webfont-webfont-webfont.woff') format('woff'),
         url('fonts/mfglabsiconset-webfont-webfont-webfont.ttf') format('truetype'),
         url('fonts/mfglabsiconset-webfont-webfont-webfont.svg#mfg_labs_iconsetregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'crimson_textbold';
    src: url('fonts/crimsontext-bold-webfont.eot');
    src: url('fonts/crimsontext-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/crimsontext-bold-webfont.woff') format('woff'),
         url('fonts/crimsontext-bold-webfont.ttf') format('truetype'),
         url('fonts/crimsontext-bold-webfont.svg#crimson_textbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'crimson_textbold_italic';
    src: url('fonts/crimsontext-bolditalic-webfont.eot');
    src: url('fonts/crimsontext-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/crimsontext-bolditalic-webfont.woff') format('woff'),
         url('fonts/crimsontext-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/crimsontext-bolditalic-webfont.svg#crimson_textbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'crimson_textitalic';
    src: url('fonts/crimsontext-italic-webfont.eot');
    src: url('fonts/crimsontext-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/crimsontext-italic-webfont.woff') format('woff'),
         url('fonts/crimsontext-italic-webfont.ttf') format('truetype'),
         url('fonts/crimsontext-italic-webfont.svg#crimson_textitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'crimson_textroman';
    src: url('fonts/crimsontext-roman-webfont.eot');
    src: url('fonts/crimsontext-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/crimsontext-roman-webfont.woff') format('woff'),
         url('fonts/crimsontext-roman-webfont.ttf') format('truetype'),
         url('fonts/crimsontext-roman-webfont.svg#crimson_textroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'crimson_textsemibold';
    src: url('fonts/crimsontext-semibold-webfont.eot');
    src: url('fonts/crimsontext-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/crimsontext-semibold-webfont.woff') format('woff'),
         url('fonts/crimsontext-semibold-webfont.ttf') format('truetype'),
         url('fonts/crimsontext-semibold-webfont.svg#crimson_textsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot');
    src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('fonts/icomoon.woff') format('woff'),
        url('fonts/icomoon.ttf') format('truetype'),
        url('fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* END font face */

* { margin: 0; padding: 0; outline: 0; }

body { width: 100%; height: 100%; }

body {
    font-size: 14px;
    line-height: 1.3;
    font-family: 'crimson_textroman', arial, sans-serif;
    font-weight: normal;
    color: #2c2825;
    background: #221e1f;
    /* min-width: 960px; */
   -webkit-font-smoothing: antialiased;
}

a { color: #2c2825; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

input, textarea, select { font-size: 12px; font-family: 'crimson_textroman', arial, sans-serif; }
textarea { overflow: auto; }

h1 { font-size: 40px; line-height: 46px; font-weight: normal; }
h2 { font-size: 36px; line-height: 42px; font-weight: normal; }
h3 { font-size: 30px; line-height: 40px; font-weight: normal; }
h4 { font-size: 30px; line-height: 40px; font-weight: normal; }
h5 { font-size: 19px; line-height: 26px; font-family: 'crimson_textbold', Arial, sans-serif; font-weight: normal; }
h6 { font-size: 16px; line-height: 22px; font-family: 'crimson_textbold', Arial, sans-serif; font-weight: normal; }

/* transitions */
a,
a:hover {
	 -webkit-transition: color 0.4s, background 0.4s;
	 -moz-transition: color 0.4s, background 0.4s;
	 -o-transition: color 0.4s, background 0.4s;
	 transition: color 0.4s, background 0.4s; }

h1#logo,
h1#logo:hover,
body.page-load .js-center,
body.page-load .js-middle,
.btn-large,
.btn-large:hover {
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.all,
.all:hover {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
/* END transitions */

/* helper classes */
.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.clearfix:before, .clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1 }

.shell { max-width: 790px; margin: 0 auto; }
.shell.wide { width: 100%; max-width:90%; margin: 0 auto; }

.js-center, .js-middle { opacity: 0; filter:alpha(opacity=0); }
.js-center { text-align: center; margin: 0 auto -90px; }

.container{ max-width: 900px; margin:0 auto; }
/* END helper classes */

#logo { font-size: 0; line-height: 0; background: url(images/MDG-Logo.png) no-repeat center center; background-size: contain; width: 98px; height: 110px; display: inline-block; margin: 0; }
#logo { }
#logo a { display: block; padding:12px 0 0 14px; }
.icon-logo_mdg{
    width:108px;height:108px;
}
#wrapper { width: 100%; height: 100%; }

/* header */
#header { position: fixed; top:0; left:0; background: rgba(255,255,255,.75); width: 100%; z-index: 999; height: 110px; /*min-width: 960px; */ }
#header { display: inline-block; margin: 0; vertical-align: top; }

#header:hover {
    background-color: rgba(255,255,255,1);
}

#phone-text a{color:#fff; text-decoration:none;}

/*

.logged-in #header { margin-top: 32px; }

#header ul a { text-transform: uppercase; color: #fff; display:inline-block; padding:0 10px; height: 110px; line-height:160px; }
#header ul li:last-child a {padding-right:0;}



#header ul {float: right; display: inline-block; vertical-align: top; }
#header ul li { list-style: none; display: inline; padding: 0 9px; }
#header ul li a:hover,
#header ul li.current-menu-item a { color:#B89C3D; text-decoration: none;  }
#header ul.far-right { float: right; margin: 0 40px; position: absolute; top:0; right: 0; }

*/


ul.desk-menu-primary {
  margin: 0;
  list-style: none;
  float:right;
}

ul.desk-menu-primary ul { list-style: none; }

ul.desk-menu-primary li {
    float: left;
    margin: 0;
    position: relative;
}

ul.desk-menu-primary li a {
    display: block;
    padding: 79px 15px 13px;
    color: #000 !important;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}

ul.desk-menu-primary li.current-menu-item a {
    color: #B89C3D !important;
}

ul.desk-menu-primary li ul a{ padding: 13px 15px; }

ul.desk-menu-primary li a:hover,
ul.desk-menu-primary li:hover > a {
    background: #B89C3D;
    color: #333 !important;
}

ul.desk-menu-primary li ul {
    margin: 0;
    position: absolute;
    background: rgba(255,255,255,.75);
    left: 2em;
    font-size: 14px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all .2s ease-in-out;
}

ul.desk-menu-primary li ul li { border-top: 1px solid #2a2a2a; }
ul.desk-menu-primary li ul li:first-child { border: 0;}
ul.desk-menu-primary ul li { float: none; }
ul.desk-menu-primary li:hover > ul { opacity: 1; visibility: visible; left: 0; }
ul.desk-menu-primary li > ul  ul { top: 0; left: 90%; box-shadow: 0 5px 10px rgba(0,0,0,.6);}
ul.desk-menu-primary li > ul li:hover ul { left: 100%; }


.nav-footer ul li { list-style: none; padding: 0 7px 0 9px; display: inline; }
.nav-footer ul li ~ li { background: url(images/nav-footer-separate.png) no-repeat 0 center; }
.nav-footer ul li a { color: #fff; text-transform: uppercase; font-size: 13px; line-height: 14px; }
.nav-footer ul li a:hover { text-decoration: none; color: #B89C3D; }
/* END navigations */
.table { position: absolute; left: 0; top: 0; margin: 0 auto 0; width: 100%; display: table; height: 100%; color: #fff; text-align: center; z-index: 20; }
.table .cell { height: 100%; vertical-align: middle; display: table-cell; }

.home_awards { position:fixed;left:10px; bottom:10px;z-index:1000; }

.page-title {
  background-color: #363333;
  height: 254px !important;
  position:relative;
}
.page-title .table { padding-top: 110px; }
.page-title .wrap { max-width: 790px; margin:0 auto; }
.page-title h2 { color: #B89C3D; font-size: 37px; line-height: 74px; font-family: 'crawmodern', Arial, sans-serif; font-weight: normal; text-transform: uppercase; text-align: left; padding-bottom: 0; letter-spacing: 1px; }

/* slider */
#slider { width: 100%; height: 100%; position: relative; overflow: hidden; margin-bottom: 0 !important; }
#slider,
.slick-list,
.slick-track {height: 100vh;}

#slider .overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.2); z-index: 10; }
.page-id-13 #slider ul li .overlay {background:none;}
#slider .table { padding-top: 110px; width: inherit; }
#slider .cell { height: 100%; vertical-align: middle; display: table-cell; width: inherit; }
#slider .wrap { box-sizing: border-box; padding:0 20px; margin: 0 auto; max-width: 760px; width: inherit; color: #fff; text-align: center; z-index: 20; color: #B89C3D; }
#slider .wrap h2 { font-size: 37px; line-height: 74px; font-family: 'crawmodern', Arial, sans-serif; font-weight: normal; text-transform: uppercase; text-align: left; padding-bottom: 0; letter-spacing: 1px; }
.home #slider .wrap h2 { font-size: 68px; }
#slider .wrap h4 { font-size: 20px; line-height: 26px; font-family: 'crimson_textbold', Arial, sans-serif; font-weight: normal; text-transform: uppercase; padding-bottom: 20px; margin: 0 auto; }
#slider .wrap p { font-size: 30px; line-height: 38px; font-family: 'crimson_textitalic', Arial, sans-serif; font-weight: normal; padding-bottom: 20px; text-shadow: 0 2px 6px #000; margin: 0 auto; }
#slider .wrap img{ max-width:100%; height:auto; }

#slider .arrow { background:none; border:none; position: absolute; top: 50%; color: #fff; width: 100px; height: 100px; line-height: 100px; margin: -19px 0 0 0; z-index: 30; text-align: center; text-decoration: none; font-size: 70px; }
#slider .arrow:hover { text-decoration: none; color: #B89C3D; }
#slider .previous { left: 0; }
#slider .next { right: 0; direction: rtl;}

#slider .bottom { position: absolute; left: 0; bottom: 0; width: 100%; z-index: 20; background: url(images/opacity-gray.png) repeat 0 0; padding: 14px 0 10px 0; color: #dbdcde; text-align: center; }
#slider .bottom p { font-size: 19px; line-height: 26px; }

#slider .bottom-fixed { width: 100%; position: fixed; left: 0; bottom: 0; z-index: 777; color: #fff; text-align: center; padding: 0 0 10px 0; }
#slider .bottom-fixed h5 { font-family: 'crimson_textbold_italic', Arial, sans-serif; font-weight: normal; font-size: 19px; line-height: 26px; float:left; }
#slider .social a { color: #fff; }

/*.slick .bottom > p {
    display: none;
}*/

/* END slider */

#main { width: 100%; background: #fff; padding: 70px 0; }
#phone-text a{color:#fff; text-decoration:none;}

/* footer */
#footer { width: 100%; text-align: center; }
#footer .top { width: 100%; min-height: 140px; padding: 72px 0; text-align: center; background-position: center top; }
#footer .bottom { padding-top: 32px; }
#footer .social { width: 100%; padding-bottom: 29px; }
#footer .nav-footer { width: 100%; padding-bottom: 32px; }
/* END footer */

/* entry */
.entry h1 { padding-bottom: 28px; }
.entry h2 { padding-bottom: 28px; }
.entry h3 { padding-bottom: 28px;  }
.entry h2 + h3 { margin-top: -30px; }
.entry p { font-size: 19px; line-height: 26px; padding-bottom: 26px; }
/* END entry */

.border-line { width: 100%; height: 1px; background: url(images/border-line.png) no-repeat center 0; text-indent: 100%; white-space: nowrap; overflow: hidden; padding-bottom: 20px; }

/* fullscrean plugin */
.fsr-container { overflow: hidden; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.fsr-element { position: absolute; }
.fsr-hidden { display: none; }
/* END fullscrean plugin */

/* social icons */
.bottom .social { text-align: center; }
.bottom-fixed .social { text-align: right; }
.social a { display: inline-block; width: auto; font-size:18px !important; height: 18px; color: #fff; }
.social a:hover { text-decoration: none; color: #B89C3D; }
/* END social icons */

/* buttons */
.btn-large { display: inline-block; background: #2c2724; border-radius: 5px; font-size: 48px; line-height: 86px; color: #fff; padding: 0 36px; text-transform: uppercase; opacity: 0.7; filter:alpha(opacity=70); }
.btn-large:hover { text-decoration: none; opacity: 1; filter:alpha(opacity=100); }

.btn-email { display: inline-block; width: 100px; color: #fff; font-size: 42px; padding: 0; }
.btn-email:hover { text-decoration: none; color: #B89C3D; }
/* END buttons */

/* forms */
#gforms_confirmation_message {  font-size: 30px; line-height: 40px; font-weight: normal; text-align:center; padding-bottom: 70px; }
.form-default { width: 100%; padding-bottom: 46px; }
.form-default .gform_ajax_spinner { margin: 5px 0 0 45px; }
.form-default .validation_error { display:none; }
.form-default .validation_message { font-size: 14px; padding-top: 3px; }
.form-default ul { margin-left: 0; padding-bottom: 0; }
.form-default ul li { list-style: none; width: 100%; clear: both; padding-bottom: 12px; position: relative; }
.form-default .col { width: 389px; clear: none; }
.form-default label { text-transform: uppercase; font-size: 20px; line-height: 26px; }
.form-default label span { display:none; }
.form-default .label-in-field label { position: absolute; left: 17px; top: 9px; color: #2c2825; }
.form-default .ginput_container { border:1px solid #2c2825; padding: 0 16px; }
.form-default .ginput_container input,
.form-default .ginput_container textarea { background: none; border: 0; font-size: 20px; line-height: 26px; color: #2c2825; width: 100%; padding: 5px 0; }
.form-default .ginput_container textarea { resize: none; height: 90px; }
.form-default .gform_footer { margin: 0 auto; background: url(images/sprite.png) no-repeat 0 -73px; width: 111px; height: 56px; }
.form-default .gform_footer input { background: none; border: 0; width: 111px; height: 56px; font-size: 20px; color: #2c2825; padding: 0; font-family: 'crimson_textsemibold', Arial, sans-serif; font-weight: normal; cursor: pointer; text-transform: uppercase; }
.form-default .gform_footer:hover { text-decoration: none; background-position: -113px -73px; }
.form-default .gform_footer:hover input { color: #fff; }

.form-no-heading .gform_heading { display: none; }
/* END forms */

/* persons */
.persons { width: 516px; margin: 0 auto; padding-bottom: 30px; text-align: center; }
.persons h3 { text-align: center; }

.person { display: inline-block; padding: 0 30px 20px 30px; width: 190px; margin: 0 auto; }
.person p.contact-info a { display:block; color: #2c2825; }
.person .top { display: block; width: 150px; height: 150px; position: relative; overflow: hidden; margin: 0 auto; }
.person .top .layout { position: absolute; left: 0; top: 0; width: 150px; height: 150px; text-indent: 100%; white-space: nowrap; overflow: hidden; background: url(images/person-layout.png) no-repeat 0 0; }
.person .top img { display: block; width: 150px; height: 150px; }
.person .top .text { position: absolute; left: 0; bottom: 0; width: 100%; background: url(images/opacity-gray.png) repeat 0 0; padding: 5px 0; font-size: 19px; line-height: 20px; color: #fff; text-align: center; }
.person .top .text i { padding: 0 5px; }
.person .top:hover .text { background: #2c2724; }
.person .top:hover { text-decoration: none; }

.person .bottom { text-align: center; }
.person .bottom h5,
.person .bottom p { font-size: 19px; line-height: 26px; padding: 0; }

.person .hidden-pop-up { display: none; }

.hidden-pop-up  .fa { color: #2c2825; font-size: 30px; line-height: 30px; position: absolute; right: 9px; top: 14px; text-align: center; }
.hidden-pop-up  .fa:hover { text-decoration: none; }
/* END persons */

body.page-load .js-center,
body.page-load .js-middle { opacity: 1; filter:alpha(opacity=100); }

.commentlist { padding-top: 10px; }
.commentlist { padding-top: 10px; }
.commentlist .children { padding-left: 25px; }
.commentlist li { list-style: none; }
.commentlist label { display: block; padding-bottom: 5px; }
.commentlist .comment-author img { vertical-align: middle; }
.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-text,
.commentlist .comment-reply { padding-bottom: 10px; }

#respond label { display: block; padding-bottom: 5px; }
#respond h3 { padding-bottom: 5px; }
#respond p,
#respond .logged-in-as { padding-bottom: 5px; }

.form-allowed-tags { display:none; }

h3.response { padding-bottom: 0; }

.hentry,
.post { padding-bottom: 30px; }

.hentry a, .entry a {
  color: #B89C3D;
}

.post-date { display:block;  padding-bottom: 10px; }

/* icons */
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
    content: "\e600";
}
.icon-facebook:before {
    content: "\e601";
}
.icon-pinterest:before {
    content: "\e602";
}
.icon-houzz:before {
    content: "\e603";
}
.icon-instagram:before {
    content: "\ea92";
}

#layout {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -207px;
}
#layout #layout_footer {
  height: 207px;
}

#footer {
  clear: both;
  position: relative;
  height: 207px;
  background-color: rgba(34,30,31,.90);
  color:#fff;
}

/* END icons */

.section-reviews { margin-top: 30px; }
.section-reviews h3 { font-size: 26px; }

.section-news p, .review-description p { font-size:14px; padding-bottom:16px; line-height:22px; }
.section-news h4, .section-reviews h4{ margin-bottom: 6px; }
.section-news a, .section-reviews a  { color: #B89C3D; }
.section-news { margin-bottom:45px; }
.news-article { margin-bottom: 24px; }

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Slide out menu */

.slideout-menu { position: fixed; left: auto; top: 0; bottom: 0; right: 0; z-index: 0; width: 256px; overflow-y: auto; -webkit-overflow-scrolling: touch; display: none; padding-top: 12px; background-color: #221e1f; }
.slideout-menu a { color: white; display: block; padding: 10px 30px; }
.slideout-menu .sub-menu a { padding: 5px 40px; }
.slideout-menu a:hover,
.slideout-menu a:focus { background-color: rgba(34,30,31,.97); text-decoration: none; color:#B89C3D; }
.slideout-panel { position: relative; z-index: 1; }


.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel { overflow: hidden; }

.slideout-open .slideout-menu { display: block; color:white; }

#header a.toggle-button{
    border:none;
    background-color: transparent;
    -webkit-appearance:none;
    -moz-appearance:none;
    color:#000;
    display:none;
}

#header a.toggle-button:hover { text-decoration: none; }

@media (max-width: 768px) {

    h1 { font-size: 30px; line-height: 36px; font-weight: normal; }
    h2 { font-size: 26px; line-height: 32px; font-weight: normal; }
    h3 { font-size: 20px; line-height: 30px; font-weight: normal; }
    h4 { font-size: 20px; line-height: 30px; font-weight: normal; }
    h5 { font-size: 16px; line-height: 20px; font-family: 'crimson_textbold', Arial, sans-serif; font-weight: normal; }
    h6 { font-size: 14px; line-height: 18px; font-family: 'crimson_textbold', Arial, sans-serif; font-weight: normal; }

    .entry h1 { padding-bottom: 18px; }
    .entry h2 { padding-bottom: 18px; }
    .entry h3 { padding-bottom: 18px;  }
    .entry h2 + h3 { margin-top: -15px; }

    .entry p { font-size: 14px; line-height: 18px; padding-bottom: 16px; }

    #header a.toggle-button{ display: block !important; font-size: 20px; width: 60px; text-align: center; height: 60px; line-height: 60px; float: right; margin-right: -20px; }
    .desk-menu-primary { display: none !important; }
    #header { height: 60px; }

    #logo { width: 58px; height: 60px; }

    #header .container{ padding:0 20px; }
    #main { box-sizing:border-box; padding:20px; }
    .page-title { height: 144px !important; }
    .page-title .wrap { padding: 0 20px; }
    .page-title .table { padding-top: 60px; }
    .page-title h2 { font-size: 24px; }

    .bottom-fixed .social { float: none; text-align: center; }

    #slider .bottom { padding: 14px 0 60px 0; }
    #slider .bottom-fixed h5 { float: none; }

    .form-default .col { width:100%; }
    .form-default .col.left,
    .form-default .col.right { float:none; display:block; }

    #slider .arrow { width:50px; height: 50px; line-height: 50px; font-size: 35px; }
    #slider .table { padding-top: 60px; }

    #slider .intro-logo { max-width: 70% !important; }

    .home_awards{
    width:60px;
    height:60px;
    }

    .section-reviews h3 { font-size: 18px; }
}

.twentytwenty-wrapper { padding-bottom: 26px; }
.twentytwenty-container { margin: 0 auto; }

#phone-text a{color:#fff; text-decoration:none;}

