/*
Theme Name: Bakers Carpets and Blinds
Version: 1.0

/***********************************************************************************/
/*                                   Reset Browser                                 */
/***********************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {/* remember to define focus styles! */
    outline: 1px dotted #000 !important;
}
div:focus {
    outline: none !important;
}
input[type="submit"]:hover,
button:hover {
	cursor:pointer;
}
textarea { 
	overflow: auto; 
}
.clear { 
	clear: both; 
}
sup {
    vertical-align: super;
}
*, 
*:before, 
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.scale {
    display: inline-block;
    transition: all .3s ease-in; 
    -o-transition: all .3s ease-in; 
    -moz-transition: all .3s ease-in; 
    -webkit-transition: all .3s ease-in;  
    overflow: hidden;  
}
.scale img {
    transition: all .3s ease-in; 
    -o-transition: all .3s ease-in; 
    -moz-transition: all .3s ease-in; 
    -webkit-transition: all .3s ease-in;      
}
.scale:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}



/***********************************************************************************/
/*                                  Main Elements                                  */
/***********************************************************************************/
a {
	color: #ef6961;
	text-decoration: none; 
	outline: none;   /* Remove dashed frame for IE8,FF  */   
    transition: all .2s ease-in; 
    -o-transition: all .2s ease-in; 
    -moz-transition: all .2s ease-in; 
    -webkit-transition: all .2s ease-in;          
}
a:hover {
	color: #ef6961;
    text-decoration: none; 
}
.italic {
    font-style: italic;
}
img {
    max-width: 100%;
    height: auto;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.625em;
}
dl {
    margin: 0 1.625em;
}
dt {
    font-weight: bold; 
}
dd {
    margin-bottom: 1.625em;
}
strong {
    font-weight: normal;
    font-family: 'quicksandbold';
}
cite, em, i {
    font-style: italic; 
}
blockquote {
    color: #ef6961;
    font-family: 'robotoitalic';
    font-style: normal;
    font-weight: normal;
    margin: 4px 0 18px 11px;
    padding: 0 0 0 11px;
    border-left: 2px solid #ef6961;
}
.normal_font {
    font-family: 'robotoregular';
}
blockquote p {
    padding-top: 18px;
    padding-bottom: 0;
}
blockquote p:first-child {
    padding-top: 0;
}
blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}
blockquote cite {
    color: #666;
    font: 12px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
pre {
    background: #f4f4f4;
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}
small {
    color: #b8b8b8;
    font-size: 12px;
    line-height: 20px;
}
::-webkit-input-placeholder { 
    color: #fff; 
    opacity: 1;
}
:-moz-placeholder { 
    color: #fff; 
    opacity: 1;
}
::-moz-placeholder { 
    color: #fff; 
    opacity: 1;
}
:-ms-input-placeholder { 
    color: #fff; 
    opacity: 1;
}
:placeholder { 
    color: #fff; 
    opacity: 1;
}



/***********************************************************************************/
/*                                      Fonts                                      */
/***********************************************************************************/
@font-face {
    font-family: 'quicksanddash';
    src: url('fonts/quicksand_dash-webfont.woff2') format('woff2'),
         url('fonts/quicksand_dash-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'quicksandbold';
    src: url('fonts/quicksand-bold-webfont.woff2') format('woff2'),
         url('fonts/quicksand-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'quicksandbold_italic';
    src: url('fonts/quicksand-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/quicksand-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'quicksanditalic';
    src: url('fonts/quicksand-italic-webfont.woff2') format('woff2'),
         url('fonts/quicksand-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'quicksandlight';
    src: url('fonts/quicksand-light-webfont.woff2') format('woff2'),
         url('fonts/quicksand-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'quicksandlight_italic';
    src: url('fonts/quicksand-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/quicksand-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'quicksandregular';
    src: url('fonts/quicksand-regular-webfont.woff2') format('woff2'),
         url('fonts/quicksand-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/***********************************************************************************/
/*                             Layout & Composition                                */
/***********************************************************************************/
body {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    font-family: 'quicksandregular';
    line-height: 20px;   
    background: #fff;
    width: 100%;
    text-align: left;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="password"],
input[type="file"],
textarea,
select,
.customSelect,
.NFI-wrapper {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; 
    line-height: 21px;
    background: transparent;
    padding: 23px 21px;
    margin: 0;
    -webkit-appearance: none; 
    width: 100%;
    border: 1px solid #c6c6c6;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;         
}
body .selectric {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; 
    line-height: 21px;
    background: transparent;
    padding: 23px 21px;
    margin: 0;
    width: 100%;
    border: 1px solid #c6c6c6;    
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    color: #689cc7;
    border: 1px solid #689cc7;
}
.NFI-wrapper {
    padding: 0;
    display: block !important;
}
.customSelectInner {
    background: url(../images/dropdown.png) no-repeat 100% 50%;
    width: 100% !important;
}
.NFI-button {
    float: right !important;
}
.NFI-button span {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    background: #333;
    padding: 12px 15px;
}
.NFI-filename .file_name_span {
    color: #666;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;  
    padding: 12px 9px; 
    display: block;     
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus {
    color: #000;
}
select {
    height: auto;
}
textarea {
    vertical-align: top;
    min-height: 120px;
    margin: 0;
    resize: none;
}
input[type="submit"],
button,
a.btn,
label.gfield_label {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    font-family: 'quicksandbold';
    line-height: 26px;
    height: 56px;
    text-transform: uppercase;
    width: auto;
    padding: 15px 41px;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;  
    -webkit-appearance: none;
    display: block;
    background: #ef6961;  
    transition: all .2s ease-in; 
    -o-transition: all .2s ease-in; 
    -moz-transition: all .2s ease-in; 
    -webkit-transition: all .2s ease-in;               
}
label.gfield_label:hover {
    color: #689cc7;
    background: #fff;
}
.gform_confirmation_message {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #fff;
    padding: 15px 16px;    
}
.blue_wrapper .ginput_container,
.blue_wrapper .gform_footer {
    display: none;
}
a.btn,
label.gfield_label {
    display: inline-block;
    background: transparent;
    border: 1px solid #fff;
    padding: 15px 16px;
    cursor: pointer;
}
input[type="submit"]:hover,
button:hover,
a.btn:hover { 
    opacity: .8;
}
button[type="reset"] {
    margin-left: 10px;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
h1,
h1 a {
    color: #ef6961;
    font-size: 38px;
    font-family: 'quicksandregular';   
    font-weight: normal;
    line-height: 44px;
}
h1 {
    padding: 0 0 20px 0;    
}
h2,
h2 a {
    color: #689CC7;
    font-size: 30px;
    font-family: 'quicksandregular';   
    font-weight: normal;
    line-height: 38px;
}
h2 {
    padding: 0 0 34px 0;    
}
h3,
h3 a {
    color: #ef6961;
    font-size: 15px;
    font-family: 'quicksandregular';   
    font-weight: normal;
    line-height: 18px;
}
h3 {
    padding: 0 0 16px 0;    
}
h4,
h4 a {
    color: #ef6961;
    font-size: 15px;
    font-weight: normal;
    line-height: 21px;
}
h4 {
    padding: 0 0 4px 0;    
}
h5,
h5 a {
    color: #ef6961;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}   
h5 {
    padding: 0 0 3px 0;    
}
h6,
h6 a {
    color: #ef6961;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}
h6 {
    padding: 0 0 2px 0;    
}
p {
    padding: 0 0 20px;
}
.content .indent {
    text-indent: 26px;
    display: inline-block;
}
.content ol,
.content ul {
    padding: 0;
}
.content img {
    max-width: 100%;
    height: auto;
    margin: 5px 0 20px;
}
.content img.alignleft {
    margin-right: 20px;
    float: left;
    clear: both;
}
.content img.alignright {
    margin-left: 20px;
    float: right;
    clear: both;    
}
.content img.alignnone {
    margin-left: 0;
    margin-right: 0;
    float: none;
}
.content img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
}
table {
    width: 100%;
    margin: 0 0 30px;
}
.content ol li,
.content ul li {
    margin: 0;
    padding: 3px 0 3px 8px;
}
.content ul {
    padding: 0 0 20px; 
}
.content ul:after {
    display: block;
    content: ' ';
    clear: both;
}
.text_block_inner ul li,
.content ul li,
.content ol ol li,
.content ol ul li,
.content ul ol li,
.content ul ul li {
    list-style: none;
    padding: 0 0 0 24px;
    margin: 0;
    background: url(images/li.png) no-repeat 0 10px;
}
.red_block .text_block_inner ul li {
    background-image: url(images/red_li.png);
}
.content ol ol,
.content ol ul,
.content ul ol,
.content ul ul {
    padding-top: 0;
    padding-bottom: 0;
}
.content ol li {
    margin-left: 15px;
    padding: 3px 0 3px 0;
}
.content ul {
	list-style: disc;
}
.content ol {
	list-style-type: decimal;
}
.content ol ol {
	list-style: upper-alpha;
}
.content ol ol ol {
	list-style: lower-roman;
}
.content ol ol ol ol {
	list-style: lower-alpha;
}
.content ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
.table {
    display: table;
    width: 100%;
    height: 100%; 
}
.td {
    display: table-cell;
    width: 100%;
    height: 100%;   
    vertical-align: middle;  
}
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
    outline:none;
}
.slides,.flex-control-nav,.flex-direction-nav {
    margin:0;
    padding:0;
    list-style:none;
}
/* FlexSlider Necessary Styles*********************************/
.flexslider .slides > li {
    display:none;
    -webkit-backface-visibility:hidden;
    margin: 0;
}
 /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width:100%;
    display:block;
}
.flex-pauseplay span {
    text-transform:capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}
 html[xmlns] .slides {
    display:block;
}
 * html .slides {
    height:1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display:block;
}
/* FlexSlider Default Theme*********************************/
.flexslider {
    padding:0;
    margin:0 auto;
    position:relative;
    zoom:1;
}
.flex-viewport {
    max-height:2000px;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    transition:all .4s ease;
}
.loading .flex-viewport {
    max-height:300px;
}
.flexslider .slides {
    zoom:1;
}
.carousel li {
    margin-right:5px}
/* Direction Nav */
.flex-direction-nav {
    *height:0;
    display: none;
}
.flex-direction-nav a {
    width:15px;
    height:100%;
    width: 37px;
    height: 57px;
    position:absolute;
    top: 50%;    
    margin: -29px 0 0 0;
    display:block;
    cursor:pointer;
    text-indent:-9999px;
    opacity:1;
}
.flex-direction-nav a.flex-prev {
    left: 0;
}
.flex-direction-nav a {
    width: 18px;
    height: 100%;
    top: 0;
    margin: 0;
}
.flex-direction-nav a.flex-prev {
    left: 15px;
    background: url(../images/prev.png) no-repeat 50% 50%;    
}
.flex-direction-nav a.flex-next {
    right: 0;
}
.flex-direction-nav a.flex-next {
    right: 15px;
    background: url(../images/next.png) no-repeat 50% 50%;  
}
/* Control Nav */
.flex-control-nav {
    line-height: 0;
    text-align: center;
    position:absolute;
    bottom: 34px;
    left:0;
    text-align:center;
    padding:0;
    z-index: 9999;
    width: 100%;
    margin: 0;
    display: none;
}
.flex-control-nav li {
    margin:0;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.flex-control-paging li a {
    width: 20px;
    height: 20px;
    line-height:11px;
    font-size:11px;
    padding:0;
    margin:0 12px;
    display:block;
    cursor:pointer;
    text-indent:-9999px;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none; 
    border: 1px solid #747613;
    background: #fff;
    border-radius: 100%; 
}
.flex-control-paging li a:hover {
}
.flex-control-paging li a:after {
    display: none;
}
.flex-control-paging li a.flex-active {
    cursor:default;
    background: #747613;   
}
.flex-control-thumbs {
    margin:5px 0 0;
    position:static;
    overflow:hidden;
}
.flex-control-thumbs li {
    width:25%;
    float:left;
    margin:0;
}
.flex-control-thumbs img {
    width:100%;
    display:block;
    opacity:.7;
    cursor:pointer;
}
.flex-control-thumbs img:hover {
    opacity:1;
}
.flex-control-thumbs .flex-active {
    opacity:1;
    cursor:default;
}



/***********************************************************************************/
/*                                      Layout                                     */
/***********************************************************************************/
.head {
    padding: 4px 0 17px;
}
.w_1110 {
    width: 1110px;
    margin: 0 auto;
}
.logo {
    display: block;
    float: left;
}
.logo img {
    display: block;
}
.top_nav {
    float: right;
    padding: 24px 0 0 0;
}
.top_nav,
.top_nav a {
    color: #808080;
}
.top_nav ul li.current-menu-item a,
.top_nav ul li.current-menu-parent a,
.top_nav ul li.current-menu-ancestor a,
.top_nav a:hover {
    color: #ef6961;
}
.top_nav ul li {
    float: left;
    padding: 0 0 0 46px;
}
.top_nav ul li:first-child {
    padding-left: 0;
}
.banner .slide {
    position: relative;
}
.banner .slide .text {
    color: #fff;
    font-size: 72px;
    line-height: 72px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner .slide .text .round_text {
    width: 530px;
    position: relative;
    margin: 0 auto;
}
.banner .slide .text .round_text:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #689cc7;
    opacity: .8;
}
.banner .slide .text .round_text_box {
    position: relative;
    height: 530px;   
}
.banner .slide .text .round_text {
    transition: all .2s ease; 
    -o-transition: all .2s ease; 
    -moz-transition: all .2s ease; 
    -webkit-transition: all .2s ease;    
}
.banner .slide .text .round_text:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.br {
    display: block;
}
.icons {
    color: #ef6961;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
}
.icons {
    padding: 0 38px;
}
.icons_inner {
    padding: 54px 0 50px;
}
.icons .ico {
    width: 88px;
    height: 88px;
    line-height: 88px;
    margin: 0 auto 30px;
    background: #ef6960;
    border-radius: 100%;
    transition: all .2s ease; 
    -o-transition: all .2s ease; 
    -moz-transition: all .2s ease; 
    -webkit-transition: all .2s ease;       
}
.icons a:hover .ico {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.icons .ico img {
    vertical-align: middle;
}
.icons ul li {
    width: 33.333%;
    float: left;
}
.cols_text_boxes {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;    
    -moz-column-count:3; /* Firefox */
    -webkit-column-count:3; /* Safari and Chrome */
    column-count:3;
    -moz-column-gap:30px; /* Firefox */
    -webkit-column-gap:30px; /* Safari and Chrome */
    column-gap:30px;
}
.img_boxes_container ul li a:hover {
    opacity: .8;
}
.cols_text {
    background: #f2f2f2;
}
.block {
    padding: 64px 0 42px;
}   
.block h2,
h1.single_title {
    position: relative;
    text-align: center;
    margin: 0 0 44px;
}
.block h2:before,
h1.single_title:before {
    display: block;
    content: ' ';
    width: 30px;
    height: 1px;
    background: #689cc7;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -15px;
}
.img_boxes h2,
.red_block h2 {
    color: #EF6961;
}
.img_boxes h2:before,
.red_block h2:before {
    background-color: #EF6961;
}
.img_boxes_container ul li {
    width: 33.333%;
    float: left;
    position: relative;
}
.img_boxes_container ul li:before {
    display: block;
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    z-index: 3333;
}
.img_boxes_container ul li:after {
    display: block;
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 3333;
}
.img_boxes_container ul li a {
    color: #fff;
    font-size: 45px;
    line-height: 52px;
    text-align: center;
    display: block;
    height: 367px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.img_boxes_container ul li a .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}
.img_boxes_container ul li a .round_text {
    width: 258px;
    margin: 0 auto;
    position: relative;
}
.img_boxes_container ul li a .round_text:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0;
    transition: all .3s ease-in; 
    -o-transition: all .3s ease-in; 
    -moz-transition: all .3s ease-in; 
    -webkit-transition: all .3s ease-in;        
}
.img_boxes_container ul li a:hover .round_text:before {
    opacity: .8;
}
.img_boxes_container ul li a .round_text_box {
    height: 258px;
    position: relative;
}
.img_boxes_container {
    padding: 0 0 116px;
}
.subscribe {
    background: url(images/t/subscribe.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.subscribe_inner {
    padding: 66px 105px 61px;   
}
.subscribe_form {
    padding: 0 214px 32px 195px;
    position: relative;
}
.subscribe_form p {
    padding: 0;
}
.subscribe_form label {
    color: #ef6961;
    font-size: 30px;
    font-family: 'quicksandbold';    
    line-height: 42px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 7px 0;
}
.subscribe_form input[type="text"],
.subscribe_form input[type="email"] {
    padding-top: 16px;
    padding-bottom: 17px;
}
.subscribe_form input[type="text"]:focus,
.subscribe_form input[type="email"]:focus {
    color: #fff;
    border-color: #fff;
}
.subscribe_form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
}
.subscribe div.wpcf7 img.ajax-loader {
    position: absolute;
    left: 0;
    bottom: 0;
}
.subscribe div.wpcf7-response-output {
    color: #fff;
}
.subscribe .note {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -1.8px;
    text-align: center;
}
.get_in_touch {
    background: #f2f2f2;
}
.page-template-page-contact .get_in_touch {
    background: #fff;
}
.get_in_touch span.wpcf7-not-valid-tip {
    padding-bottom: 20px;
    margin-top: -17px;
}
.get_in_touch_wrapper {
    padding: 0 0 26px;
}
.get_in_touch_wrapper .left {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;    
    width: 38.29%;
    float: left;
}
.get_in_touch_wrapper .left ul li {
    padding: 0 0 54px 84px;
    min-height: 54px;
    position: relative;
}
.get_in_touch_wrapper .left ul li:last-child {
    padding-bottom: 0;
}
.get_in_touch_wrapper .left .ico {
    text-align: center;
    width: 54px;
    height: 54px;
    background: #689cc7;
    border-radius: 100%;
    line-height: 54px;
    position: absolute;
    top: 0;
    left: 0;
}
.get_in_touch_wrapper .left .ico img {
    vertical-align: middle;
}
.get_in_touch_wrapper .left,
.get_in_touch_wrapper .left a {
    color: #666;
}
.get_in_touch_wrapper .left a:hover {
    color: #ef6961;
}
.get_in_touch_wrapper .left h4 {
    color: #ef6961;
    font-size: 18px;
    font-family: 'quicksandregular';
    line-height: 24px;
    text-transform: uppercase;
}
.get_in_touch_wrapper .left .detail {
    line-height: 24px;
    padding: 20px 0 0 0;
}
.datepicker {
    cursor: pointer;
}
.blue {
    color: #689cc7;
    font-weight: bold; 
    display: inline-block;
    width: 65px;
}
.get_in_touch_wrapper .right {
    width: 47.66%;
    float: right;
}
.get_in_touch_wrapper .form_left {
    width: 45.93%;
    float: left;
}
.get_in_touch_wrapper .form_right {
    width: 45.93%;
    float: right;
}
.get_in_touch_wrapper input[type="text"],
.get_in_touch_wrapper input[type="email"],
.get_in_touch_wrapper input[type="tel"],
.get_in_touch_wrapper input[type="password"],
.get_in_touch_wrapper input[type="file"],
.get_in_touch_wrapper textarea,
.get_in_touch_wrapper select,
.get_in_touch_wrapper .customSelect,
.get_in_touch_wrapper .NFI-wrapper {
    margin-bottom: 35px;    
}
.get_in_touch_wrapper ::-webkit-input-placeholder,
.text_block ::-webkit-input-placeholder { 
    color: #999; 
}
.get_in_touch_wrapper :-moz-placeholder,
.text_block :-moz-placeholder { 
    color: #999; 
}
.get_in_touch_wrapper ::-moz-placeholder,
.text_block ::-moz-placeholder { 
    color: #999; 
}
.get_in_touch_wrapper :-ms-input-placeholder,
.text_block :-ms-input-placeholder { 
    color: #999; 
}
.get_in_touch_wrapper :placeholder,
.text_block :placeholder { 
    color: #999; 
}
.get_in_touch_wrapper textarea {
    height: 277px;
}
.get_in_touch_wrapper .form_bottom {
    clear: both;
    padding: 6px 0 0 0;
}
.get_in_touch_wrapper .form_bottom input[type="submit"] {
    float: right;
}
.get_in_touch_wrapper .form_bottom label {
    line-height: 20px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;     
    font-style: italic;   
    padding-top: 18px;
    display: inline-block;
}
.iframe_wrapper {
    width: 100%;
    max-width: 100%;
}
.iframe_container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe_container iframe,  
.iframe_container object,  
.iframe_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}  

.icheckbox {
    width: 20px;
    height: 20px;
    border: 1px solid #ef6961;
    display: inline-block;
    margin: 0 12px 0 0;
    vertical-align: top;
}
.checked:before {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #ef6961;
}
.footer {
    background: #cdcfd0 url(images/facebook_h.png) no-repeat -9999px 50%;
}
.footer,
.footer a {
    color: #666;
    font-size: 12px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
}
.footer a {
    color: #4a4b4d;
    font-weight: bold;
}
.footer a:hover {
    color: #ef6961;    
}
.foot {
    padding: 44px 0 41px;
}
.social_icons a {
    display: inline-block;
    width: 23px;
    height: 23px;
}
.social_icons {
    padding: 0 0 18px;
}
.social_icons a.facebook {
    background: url(images/facebook.png) no-repeat 50% 0;
}
.social_icons a:hover {
    background: url(images/facebook_h.png) no-repeat 50% 0;
}
.page_banner {
    position: relative;
}
.page_banner img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.page_banner h1 {
    color: #fff;
    font-size: 72px;
    font-family: 'quicksandbold';    
    line-height: 72px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
}
.page_banner .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.text_block_inner {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;    
    padding: 0 0 6px;
}
.grey_bg {
    background: #f2f2f2;
}
.text_block_inner strong,
.text_block_inner h4,
.types h4 {
    font-size: 14px;
    line-height: 20px;
    color: #689cc7;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;  
    padding: 0 0 2px;  
}
.red_block .text_block_inner strong,
.red_block .text_block_inner h4,
.types.red_block h4 {
    color: #EF6961;    
}
.types h4.title {
    padding-bottom: 24px;
}
.text_block_inner h4.subtitle {
    text-align: center;
    padding-bottom: 34px;
}
.text_block_inner img {
    display: block;
    margin: 0 auto 16px;
}
.text_block_inner .left {
    width: 49%;
    float: left;
}
.text_block_inner .right {
    width: 49%;
    float: right;
}
.text_block_inner:after {
    display: block;
    content: ' ';
    clear: both;
}
.w_1146 {
    width: 1146px;
    margin: 0 auto;
}
.samples {
    color: #666;
    font-size: 10px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;    
    line-height: 16px;
    padding: 31px 0 0 0;
}
.samples ul li {
    width: 191px;
    padding: 0 20px 0;
    display: inline-block;
    vertical-align: top;
}
.samples .title {
    text-align: center;    
    padding: 1px 0 27px;
}
.samples ul li.download_brochure a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: 'quicksandbold';    
    line-height: 21px;
    text-transform: uppercase;
    display: block;
    background: #689cc7;
    height: 151px;
}
.samples ul li.download_brochure a:hover {
    opacity: .8;
}
.red_block .samples ul li.download_brochure a {
    background: #ef6961;
}
.form_row {
    padding: 6px 0 29px;
}
.form_row:after {
    display: block;
    content: ' ';
    clear: both;
}
.form_box {
    float: left;
    margin: 0 0 0 3.44%;
}
.form_box:first-child {
    margin-left: 0;
}
.form_large {
    width: 65.46%;
}
.form_medium {
    width: 31.04%;
}
.form_small {
    width: 13.83%;
}
.form_row input[type="submit"] {
    float: right;
    margin-top: 4px;
}
.types_inner .img {
    width: 48.36%;
    float: right;
    padding: 6px 0 0 0;
}
.types_inner .img:after {
    display: block;
    content: ' ';
    clear: both;
}
.types_inner .img img {
    display: block;
    float: right;
    width: 45.52%;
}
.types_inner .img img:first-child {
    float: left;
}
.types_inner .text {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;    
    width: 49.0%;
    float: left;
}
.types_inner .text p:last-child {
    padding-bottom: 0;
}
.types ul li {
    padding: 48px 0;
    border-top: 1px solid #bfbfbf;
}
.types ul li:first-child {
    padding-top: 0;
    border-top: none;
}
.blue_wrapper {
    text-align: center;
    background: #689cc7;
}
.blue_wrapper h2 {
    color: #fff;
    margin-bottom: 0;
}
.blue_wrapper h2:before {
    display: none;
}
.blue_wrapper a.btn,
.blue_wrapper label.gfield_label {
    margin-bottom: 34px;
}
.round_boxes ul li {
    width: 33.333%;
    float: left;
    background-image: none !important;
}
.round_boxes {
    color: #666;
    font-size: 18px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; 
    line-height: 26px;
    text-align: center;
    padding: 0 0 48px;
    margin: 0 0 54px;
    border-bottom: 1px solid #b3b3b3;
}
.round {
    color: #fff;
    font-family: 'quicksandregular';  
    width: 124px;
    height: 124px;
    text-transform: uppercase;
    margin: 0 auto 34px;
    border-radius: 100%;
    background: #689cc7;
}
.top_nav_btn {
    color: #fff;
    font-size: 20px;
    text-align: center;    
    line-height: 30px;
    padding: 10px 70px; 
    background: #689cc7;  
    display: none;
    position: relative;
}
.top_nav_btn:hover {
    color: #fff;
    text-decoration: none;  
    background: #689cc7;      
}
.top_nav_btn span {
    display: block;
    background: url(images/icon_nav@2x.png) no-repeat 50% 50%;
    background-size: auto 25px;   
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;  
    width: 30px;
}
#map {
    height: 660px;
}
.text_block .wpcf7-not-valid-tip {
    padding-top: 15px;
}
.portfolio_images {
    width: 100%;
    max-width: 1100px;
    margin: 31px auto 67px;
}
h1.single_title {
    color: #689cc7;
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 0 28px;
    margin: 0 0 33px;
}
.portfolio_images .flex-control-nav {
    display: block;
}
body .flex-control-paging li a {
    width: 14px;
    height: 14px;
    margin: 0 5px;
    opacity: .7;
    border: none;
}
body .flex-control-paging li a.flex-active {
    background: #EF6961;
    opacity: 1;
}
body.single-portfolio_post .text_block_inner h4.subtitle {
    padding-bottom: 24px;
}
.portfolio_filter {
    padding: 0 0 114px;
}
.portfolio_filter_span {
    color: #fff;
    font-size: 18px;
    font-family: 'quicksandbold';    
    line-height: 24px;
    text-transform: uppercase;
    padding: 16px 44px;
    background: #ef6961;
    float: left;
}
.portfolio_filter_select {
    width: 367px;
    float: left;
    margin: 0 0 0 40px;
}
body .portfolio_filter_select .selectric {
    padding: 16px 18px 17px;
}
.portfolio_filter_top {
    padding: 88px 0 97px;
}
.grid-sizer,
.element-item {
    width: 48.36%;
}
.element-item {
    margin: 0 0 36px;
}
.element-item img {
    display: block;
    width: 100%;
}
.gutter-sizer {
    width: 3.28%;
}
.element-item a {
    display: block;
    position: relative;
}
.element-item img {
    display: block;
    margin: 0 auto;
}
.element-item .text {
    opacity: 0;
    -webkit-transition:all 1.25s cubic-bezier(0.2, 1, 0.3, 1);
    transition:all 1.25s cubic-bezier(0.2, 1, 0.3, 1);      
}
.element-item .text,
.element-item .text_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.element-item .text_inner {
    padding: 0 30px;
}
.element-item .text:before {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #689cc7;
    opacity: .8;
}
.element-item .text {
    color: #fff;
    font-size: 14px;
    font-family: 'quicksandbold';    
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}
.element-item .text h2 {
    color: #fff;
    font-size: 64px;
    font-family: 'quicksandregular';
    text-transform: none;    
    line-height: 72px;
    padding: 0 0 10px;
}
.element-item a:hover .text {
    opacity: 1;
}


@media only screen and (max-width: 1300px) {
    .banner .slide .text {
        font-size: 48px;
        line-height: 48px;
    }
    .banner .slide .text .round_text {
        width: 390px;
    }
    .banner .slide .text .round_text_box {
        height: 390px;
    }
}

@media only screen and (max-width: 1180px) {
    .w_1110,
    .w_1146,
    .block h2 {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
    .top_nav ul li {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 1020px) {
    .banner .slide .text {
        font-size: 36px;
        line-height: 36px;
    }
    .banner .slide .text .round_text {
        width: 270px;
    }
    .banner .slide .text .round_text_box {
        height: 270px;
    }
    .cols_text_boxes {
        -moz-column-gap:18px; /* Firefox */
        -webkit-column-gap:18px; /* Safari and Chrome */
        column-gap:18px;
    }    
    .img_boxes_container ul li a {
        font-size: 35px;
        line-height: 42px;
    }
    .img_boxes_container {
        padding-bottom: 42px;
    }
}

@media only screen and (max-width: 980px) {
    .img_boxes_container ul li a {
        height: 280px;
    }
    .img_boxes_container ul li a .round_text {
        width: 180px;
    }
    .img_boxes_container ul li a .round_text_box {
        height: 180px;
    }
    .get_in_touch_wrapper .form_bottom input[type="submit"] {
        float: none;
        clear: both;
        margin-top: 32px;
    }
    .page_banner h1 {
        font-size: 54px;
        line-height: 54px;
    }
    .samples ul li {
        padding: 0 0.3666%;
        width: 16.3%;
        height: auto;
    }
    .samples ul li.download_brochure a {
        font-size: 14px;
        line-height: 19px;
    }
    body .selectric,
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"],
    input[type="file"],
    textarea,
    select,
    .customSelect,
    .NFI-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .selectric .button,
    .datepicker_wrapper:before {
        width: 22px;
    }    
    .element-item .text h2 {
        font-size: 44px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 767px) {
    .w_1110,
    .w_1146,
    .block h2 {
        padding-left: 15px;
        padding-right: 15px;
    }    
    .head {
        padding-left: 0;
        padding-right: 0;
    }
    .logo {
        float: none;
        padding: 15px 0;
    }
    .logo img {
        margin: 0 auto;
    }
    .top_nav_btn {
        display: block;
    }
    .top_nav {
        padding: 15px 0;
        background: #ef6961;
        float: none;

        z-index: -1;
        opacity: 0;
        transition: opacity .4s ease-out; 
        -o-transition: opacity .4s ease-out; 
        -moz-transition: opacity .4s ease-out; 
        -webkit-transition: opacity .4s ease-out;        
        float: none;
        padding: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;        
    }
    .top_nav ul li {
        display: block;
        float: none;
        padding: 0;
    }
    .top_nav ul li a {
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        padding: 12px 15px;
        display: block;
    }
    .top_nav ul li a:hover,
    .top_nav ul li.current-menu-item a,
    .top_nav ul li.current-menu-parent a,
    .top_nav ul li.current-menu-ancestor a {
        color: #ef6961;
        background: #fff;
    }
    .head {
        position: relative;
    }
    .top_nav_show {
        opacity: 1;
        z-index: 8888;
    }    
    .banner .slide .text {
        display: none;
    }
    .icons ul li {
        float: none;
        width: auto;
        padding-bottom: 20px;
    }
    .icons_inner {
        padding: 24px 0 20px;
    }    
    .icons ul li:last-child {
        padding-bottom: 10px;
    }
    .cols_text_boxes {
        -moz-column-count:1; /* Firefox */
        -webkit-column-count:1; /* Safari and Chrome */
        column-count:1;
        -moz-column-gap:0; /* Firefox */
        -webkit-column-gap:0; /* Safari and Chrome */
        column-gap:0;
    }    
    .block {
        padding: 24px 0 22px;
    }    
    .block h2 {
        margin-bottom: 20px;
        padding-bottom: 24px;
    }
    .img_boxes_container ul li {
        width: auto;
        float: none;
    }
    .subscribe_form {
        padding: 0;
    }
    input[type="submit"] {
        width: 100%;
    }
    .subscribe_form label,
    .subscribe_form input[type="submit"] {
        position: static;
    }
    .subscribe_form input[type="submit"] {
        margin-top: 14px;
        margin-bottom: 20px;
    }
    .subscribe .note {
        font-size: 18px;
        line-height: 24px;
    }
    .subscribe_inner {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .get_in_touch_wrapper .left,
    .get_in_touch_wrapper .right {
        width: auto;
        float: none;
    }
    .get_in_touch_wrapper .left {
        padding-bottom: 28px;
    }
    .get_in_touch_wrapper .form_left,
    .get_in_touch_wrapper .form_right {
        float: none;
        width: auto;
    }
    .get_in_touch_wrapper input[type="text"],
    .get_in_touch_wrapper input[type="email"],
    .get_in_touch_wrapper input[type="tel"],
    .get_in_touch_wrapper input[type="password"],
    .get_in_touch_wrapper input[type="file"],
    .get_in_touch_wrapper textarea,
    .get_in_touch_wrapper select,
    .get_in_touch_wrapper .customSelect,
    .get_in_touch_wrapper .NFI-wrapper {
        margin-bottom: 15px;    
    }    
    .get_in_touch_wrapper .form_bottom label {
        padding-top: 0;
    }
    .get_in_touch_wrapper .form_bottom input[type="submit"] {
        margin-top: 15px;
    }
    .foot {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .get_in_touch a {
        word-wrap: break-word;
    }
    .page_banner h1 {
        font-size: 22px;
        line-height: 26px;
    }
    .samples ul li {
        width: 32.3%;
        padding-left: .5%;
        padding-right: .5%;
    }
    .form_large,
    .form_medium,
    .form_small {
        width: auto;
        float: none;
        margin: 15px 0 0 0;
    }    
    .form_row {
        padding: 0;
    }
    .form_row input[type="submit"] {
        margin-top: 15px;
    }
    .text_block_inner .left,
    .text_block_inner .right {
        width: auto;
        float: none;
    }
    .text_block_inner .left {
        padding-bottom: 20px;
    }
    .types_inner .img {
        padding-bottom: 28px;
    }
    .types_inner .img,
    .types_inner .text {
        width: auto;
        float: none;
    }
    .types ul li {
        padding: 20px 0;
    }
    .blue_wrapper a.btn,
    .blue_wrapper label.gfield_label {
        margin-bottom: 14px;
    }
    .blue_wrapper.block h2 {
        margin-bottom: 0;
    }
    h2, 
    h2 a {
        font-size: 22px;
        line-height: 28px;
    }
    .round_boxes ul li {
        width: auto;
        float: none;
        padding: 30px 0 0;
    }
    #map {
        height: 320px;
    }
    .head {
        padding-bottom: 0;
    }
    .get_in_touch span.wpcf7-not-valid-tip {
        margin-top: 7px;
    }
    .portfolio_images {
        margin: 10px auto 20px;
    }    
    .grid-sizer,
    .element-item {
        width: 100%;
    }
    .element-item {
        margin: 0 0 16px;
    }
    .gutter-sizer {
        width: 0;
    }   
}

@media only screen and (max-width: 620px) {
    .portfolio_filter_top {
        padding: 30px 0 30px;
    }    
    .portfolio_filter_select {
        width: 280px;
        margin: 0 0 0 20px;
    }
    .portfolio_filter {
        padding: 0 0 60px;
    }    
}

@media only screen and (max-width: 510px) {
    .portfolio_filter_span,
    .portfolio_filter_select {
        width: auto;
        float: none;
    }    
    .portfolio_filter_select {
        margin: 20px 0 0 0;
    }
    .element-item .text h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .portfolio_filter {
        padding: 0 0 30px;
    }
}