/*
Max content widths
*/
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto
}

/*
Navbar as top bar
*/

.navbar-topbar {
  border-radius: 0;
}


/*
Header logo
If you require a Site title and a logo, an example of how to do this is provided below (use your own logo):

#site-title a {
  display: inline-block;
	padding-left 60px;
  background: url('../../img/logo.png') 0 0 no-repeat;
}
*/

/*
Main content
*/

#content article {
  margin-bottom: 40px
}
#content header {
  margin: 20px 0
}
#content section {
  margin-bottom: 20px
}
#content footer {
  padding-bottom: 20px
}

/*
Sidebar
*/

.sidebar {
  margin-top: 20px
}
.sidebar section {
  margin-bottom: 40px
}
.sidebar ul,
.sidebar ol {
  list-style-type: none;
  padding: 0
}
.sidebar li {
  margin: 10px 0
}

/*
Hide form placeholders on focus
*/

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */ 

/*
Comments
*/

#respond {
  margin-top: 40px
}
ol.commentlist {
	counter-reset: li; /* Initiate a counter */
	padding: 0
}
ol.commentlist ul {
  padding: 0
}
ol.commentlist > li {
	position: relative;
	margin: 0 0 20px 0;
	list-style: none /* Disable the normal item numbering */
}
ol.commentlist > li:before {
  content: "Thread " counter(li); /* Use the counter as content */
  counter-increment: li; /* Increment the counter by 1 */
  position:absolute;  
  top: 0;
  right: 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  padding: 5px 20px 5px 10px;
  color: #999
}
ol.commentlist li ol,
ol.commentlist li ul {
  list-style-type: none;
  margin: 0
}

.commentlist li li {
  background: #f9f9f9;
}
.commentlist li li li {
  background: #fff
}
.commentlist li li li li {
  background: #f9f9f9
}
.commentlist li li li li li li {
  background: #fff
}
.commentlist li {
  padding: 20px
}
.commentlist ul li {
  margin-top: 20px;
  margin-bottom: 0
}
.reply p {
  margin: 0
}

/*
Site footer
*/

.site-footer {
  padding: 40px 0
}
.site-footer ul,
.site-footer ol {
  list-style-type: none;
  padding: 0
}
.site-footer li {
  margin: 10px 0
}
.site-sub-footer p {
  text-align: center
}

.site-footer p {
  text-align: center
}

/* Set Default Width */

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    max-width: 1200px;
  }
}

html, body {
	padding:0;
	color:#1f2e3d;
	font-family: 'Lato', sans-serif;	
}

p {
	color:#1f2e3d;
	font-size:16px;
	font-family: 'Lato', sans-serif;
}

a {
	outline:none;
	text-decoration:none;
	color:#F05A30;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;	
}

a:hover {
	color:#1f2e3d;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;	
 }

a:active, a:focus, a:hover {
	outline:none;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	color:#1f2e3d;	
	font-family: 'Merriweather', serif;
}

.main-main-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0 0 55px -10px;
    background: #fff;
}

.main-background-image-url {
	display:block;
	font-size:0;
	height:0;
	opacity:0;
}

body {
    background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;	
}

/* Header Start */

.header-main-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;	
}

.header-logo a img {
    width: 100%;
    max-width: 229px;
    height: auto;
    position: relative;
    z-index: 1;
	margin:0 0 0 40px;
}

.header-top-container {
	text-align:right;
	padding: 34px 0 8px 0;
}

.header-top-container span {
	display:inline-block;
	font-size: 15px;
}

.header-top-container span a {
	font-weight:700;
	font-style:italic;
}

.header-top-container ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 22px;
    display: inline-block;	
}

.header-phone a {
	color: #1f2e3d;
    font-weight: 600;	
	font-size: 17.4px;
}

.header-phone a:hover {
    color: #f05a30;	
}

.header-phone:after,
.header-search:after {
    content: "|";
    display: inline-block;
    font-size: 34px;
    color: #c8c8c8;
    font-weight: 100;
    position: relative;
    top: 2px;	
}

.header-phone:after {
    margin: 0 12px 0px 8px;	
}

.header-search:after {
    margin: 0 12px 0px 2px;	
}

.header-phone a:before {
    font-size: 21px;
    font-family: "FontAwesome";
    color: #f05a30;
    content: "\f095";
    margin: 0 12px 0 0;
    position: relative;
    top: 2px;
}

.header-search a,
.header-facebook a {
	font-size:0;
}

.header-search a:before {
    font-size: 18px;
    font-family: "FontAwesome";
    color: #f05a30;
    content: "\f002";
    margin: 0 10px 0 0;
    position: relative;
    top: 0px;
}

.header-facebook a:before {
    font-size: 24px;
    font-family: "FontAwesome";
    color: #f05a30;
    content: "\f230";
    margin: 0 10px 0 0;
    position: relative;
    top: 3px;
}

.header-top-container ul li {
	display:inline-block;
}

.menu-main-menu-container ul {
	margin: 0 0 0 -18px;
    padding: 0;
    list-style: none;
	text-align: right;	
}

.menu-main-menu-container > ul > li {
	display:inline-block;
    padding:0 13px;	
}

.menu-main-menu-container > ul > li:last-child {
    padding:0 0 0 13px;		
}

.menu-main-menu-container ul li a {
    color: #1f2e3d;
    font-size: 18px;
    padding: 8px 0 20px 0;
    display: block;
    position: relative;
}

.menu-main-menu-container > ul > li.current-menu-item > a,
.menu-main-menu-container > ul > li.current-menu-parent > a {
	color:#F05A30;
}

.home .menu-main-menu-container ul li a {
    padding: 8px 0 19px 0;	
}

.menu-main-menu-container > ul > li.menu-item-has-children > a:after {
    font-size: 20px;
    font-family: "FontAwesome";
    color: #f05a30;
    margin: 0 0 0 8px;
    position: relative;
    top: 0px;
    content: "\f107";
}

.menu-main-menu-container ul li a:hover {
	color:#F05A30;
}

.menu-container .menu-main-menu-container > ul > li.menu-item-has-children:hover > ul.sub-menu {
	display:block;
}

.page-template-template-homepage .header-main-container .container .row .col-lg-6 .menu-container .menu-main-menu-container > ul > li.menu-item-has-children > ul.sub-menu {
    padding: 7px 0 7px 0;
}

.menu-container .menu-main-menu-container > ul > li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    width: auto;
	min-width:230px;
    z-index: 1;
    background: #ffffff;
    text-align: left;
    padding: 8px 0 2px 0;
    margin: 0 0 0 -18px;
    display: none;
    box-shadow: 0px 2px 4px rgba(189, 189, 189, .9);
}

.menu-container .menu-main-menu-container > ul > li.menu-item-has-children > ul.sub-menu > li:last-child {
	border-bottom:none;
}

.menu-container .menu-main-menu-container > ul > li.menu-item-has-children > ul.sub-menu > li {
    display: block;
    padding: 0 16px;
}

.menu-container .menu-main-menu-container > ul > li.menu-item-has-children > ul.sub-menu > li > a {
    padding: 10px 0;
    display: block;
    color: #1f2e3d;	
	border-bottom: 1px dashed #c8c8c8;
	font-size: 16px;
}

.menu-container .menu-main-menu-container > ul > li.menu-item-has-children > ul.sub-menu > li:last-child > a {
	border-bottom:none;
}

.menu-container .menu-main-menu-container > ul > li.menu-item-has-children > ul.sub-menu > li > a:hover,
.menu-container .menu-main-menu-container > ul > li.menu-item-has-children > ul.sub-menu > li.current_page_item > a,
.menu-container .menu-main-menu-container > ul > li.menu-item-has-children > ul.sub-menu > li.current-menu-item > a {
    color: #f05a30;	
}

/* Header End */


/* Banner Start */

.homepage-banner-container {
	height: 460px;
    width: 100%;
    max-width: 1400px;
    margin: -48px auto 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
	padding-top: 48px;
}

.homepage-banner-container:before {
    content: "";
    background: rgba(0,0,0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: -webkit-linear-gradient(left,#1f2e3d,transparent);
    background: -o-linear-gradient(right,#1f2e3d,transparent);
    background: -moz-linear-gradient(right,#1f2e3d,transparent);
	background: linear-gradient(to right, #1f2e3d, transparent); 	
}

.banner-menu-container {
    margin: 54px 0 0 60px;	
}

.banner-menu-container h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-style: italic;
}

.banner-menu-container ul {
	color: #fff;
    list-style: none;
    margin: 16px 0 0 0;
    padding: 0;
	width: 100%;
    max-width: 281px;	
}

.banner-menu-container ul li a {
    color: #fff;
    border-bottom: 1px dashed #737c85;
    display: inline-block;
    padding: 0 0 10px 0;
    margin: 0px 0 8px 0;
    width: 100%;
}

.banner-menu-container ul li {
	position:relative;
}

.banner-menu-container ul li:hover a:before {
    font-size: 18px;
    font-family: "FontAwesome";
    color: #f05a30;
    margin: 0px 0 0 -18px;
    top: 0px;
    content: "\f0da";
    position: absolute;
}

.divider {
	position: relative;
    width: 100%;
    max-width: 243px;	
}

.divider span {
    display: block;
    background: transparent;
    width: 50px;
    text-align: center;
    margin: -23px auto 11px auto;
    position: relative;
}

.divider span:before {
    background-image: url('/wp-content/themes/so-in-time/theme/images/cross-needle-icon.png');
    width: 32px;
    height: 30px;
    background-size: auto 30px;
    display: block;
    content: "";
    text-align: center;
    margin: 0 auto;
}

.divider em:first-child {
    width: 42%;
    position: absolute;
    left: 0;
    top: 14.5px;
}

.divider em:last-child {
    width: 42%;
    float: right;
    position: absolute;
    right: 0;
    top: 14.5px;
}

.divider em {
	display: inline-block;	
    height: 1px;
    border-bottom: 1.5px dashed #f05a30;
}

.banner-cta-container {
    width: 100%;
    max-width: 420px;
    background-image: url('/wp-content/themes/so-in-time/theme/images/main-cta-bg.png');
    height: 281px;
    background-size: 420px auto;
    float: right;
    margin: 80px 78px 0 0;
    padding: 48px 50px 20px 94px;
}

.banner-cta-container div p {
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
    line-height: 36px;
    margin-bottom: 12px;	
}

.banner-cta-container div a {
	font-size: 21px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;	
    position: relative;	
}

.banner-cta-container div a:focus,
.banner-cta-container div a:active {
	color:#F05A30;	
}

.banner-cta-container div a:after {
    font-size: 32px;
    font-family: "FontAwesome";
    color: #f05a30;
    margin: 0px 0 0 17px;
    top: -11px;
    content: "\f0da";
    position: absolute;
    font-style: normal;
}

/* Banner End */


/* Homepage About Start */

.homepage-about-main-container {
	padding: 70px 0 20px 0;
}

.homepage-about-main-container ul {
    padding: 0 0 0 40px;
    list-style: none;
    margin: 0;	
}

.homepage-about-main-container ul li {
	border-bottom: 1px dashed #F05A30;
    padding: 0 0 6px 0;
    margin: 0 0 16px 0;
}

.homepage-about-main-container ul li:last-child {
	border-bottom:none;
}

.homepage-about-main-container ul li span {
    display: block;
    float: left;
    margin: 0 34px 0 0;
}

.homepage-about-main-container ul li span em {
	display: block;
    margin: 2px 0 4px 0;	
}

.homepage-about-main-container ul li span small {
	display: block;
    text-align: center;
}

.homepage-about-main-container ul li h2 {
	font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 8px;	
}

.homepage-about-main-container ul li p {
    font-weight: 300;
    line-height: 24px;
}

.homepage-about-main-container ul li span em:before {
    background-image: url(/wp-content/themes/so-in-time/theme/images/about-icons.png);
    content: "";
    display: block;
}

.high-quality-icon:before {
	height: 52px;
    width: 74px;
    background-position: 8px 2px;
    background-size: 198px auto;
    background-repeat: no-repeat;	
}

.extensive-stock-icon:before {
    height: 52px;
    width: 74px;
	background-position: center;	
    background-size: 226px auto;	
}

.fast-experienced-icon:before {
    height: 52px;
    width: 74px;
    background-position: right center;
    background-size: 228px auto;
    background-repeat: no-repeat;
}

.homepage-about-text-container {
    text-align: center;
    padding: 0 40px 0 45px;	
}

.homepage-about-text-container .divider {
    max-width: 420px;
    margin: 0 auto;	
}

.homepage-about-text-container .divider em {
	width: 45%;	
}

.homepage-about-text-container h1 {
    font-size: 30px;
    font-style: italic;
    margin-bottom: 14px;
    margin-top: 14px;	
	text-transform: uppercase;
}

.homepage-about-text-container h2 {
    font-style: italic;
    font-size: 19px;
    margin-bottom: 20px;
}

.homepage-about-text-container p {
    font-weight: 300;	
}

.homepage-about-text-container img {
    width: 160px;
    margin: 20px 0 0 0;	
}

/* Homepage About End */


/* Homepage Gallery Start */

.homepage-gallery-main-container {
	padding: 20px 0 20px 0;
}

.homepage-gallery-main-container .divider {
    width: 100%;
    max-width: initial;	
}

.homepage-gallery-main-container .divider em {
	width: 48.3%;
}

.homepage-gallery-main-container .col-lg-12 h2 {
    font-size: 30px;
    font-style: italic;
    margin-bottom: 14px;
    margin-top: 14px;
    text-align: center;	
	text-transform: uppercase;
}

.homepage-gallery-main-container .col-lg-12 h3 {
    font-style: italic;
    font-size: 19px;
    margin-bottom: 32px;
    text-align: center;	
}

.homepage-gallery-col a div {
	margin-top: 4px;
	text-align: center;
    box-shadow: 0px 4px 16px #c8c8c8;
    padding-bottom: 1px;
	margin-bottom: 20px;
}

.homepage-gallery-col a div img {
	width: 100%;
	height:auto;
}

.homepage-gallery-col a div h2 {
	font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #F05A30;
    margin: 20px 20px 0px 20px;
    min-height: 34px;
}

.homepage-gallery-col a div p {
	font-weight: 300;
    margin-bottom: 22px;
    min-height: 48px;
    padding: 0 20px;
}

/* Homepage Gallery End */


/* Testimonials Start */

.homepage-testimonials-main-container {
    width: 100%;
    max-width: 1400px;
    margin: 20px auto 0 auto;
    position: relative;	
    background-size: cover;
    background-repeat: no-repeat;	
}

.homepage-testimonials-main-container:Before {
    content: "";
    background: rgba(31,46,61, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.homepage-testimonials-main-container .divider {
	margin: 82px auto 0 auto;
    max-width: 400px;	
}

.homepage-testimonials-main-container .divider em {
    width: 45%;
}

.homepage-testimonials-main-container h2 {
	color: #fff;
    font-size: 28px;
    font-style: italic;
    margin-bottom: 18px;
    margin-top: 15px;
    text-align: center;	
}

.homepage-testimonials-list {
    list-style: none;
    padding: 0 200px;
    margin: 0;
    text-align: center;	
}

.homepage-testimonials-list li p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 18px;
    line-height: 26px;	
}

.homepage-testimonials-list li span {
	font-style: italic;
    font-size: 20px;
    margin-bottom: 46px;
    text-align: center;
    color: #F05A30;
    font-family: 'Merriweather', serif;
    display: block;	
}

/* Testimonials End */


/* Homepage Contact Form Start */

.contact-main-container {
    background: #eff0f1;
    padding: 60px 0 5px 0;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;	
}

.homepage-contact-container {
    width: 100%;
    max-width: 864px;
    margin: 0 auto;	
}

.homepage-contact-container .divider {
    margin: 21px auto 0 auto;
    max-width: 420px;	
}

.homepage-contact-container .divider em {
    width: 45%;	
}

.homepage-contact-container h2 {
    font-size: 30px;
    font-style: italic;
    margin-bottom: 14px;
    margin-top: 14px;
    text-align: center;	
}

.homepage-contact-container > p {
	text-align: center;
    font-weight: 300;
    padding: 0 100px;
}

/* Homepage Contact Form End */


/* Contact Form Start */

.contact-form-container {
    float: left;
    width: 100%;
    margin: 28px 0 20px 0;	
}

.contact-form-container div form .cf-col-two {
    width: 50%;
    float: left;
    margin-bottom: 24px;	
}

.contact-form-container div form .cf-col-one {
    width: 100%;
    float: left;
    margin-bottom: 24px;	
}

.cf-file-upload-container {
	display:none;
}

.contact-form-container div form .cf-col-two:nth-child(2),
.contact-form-container div form .cf-col-two:nth-child(4),
.contact-form-container div form .cf-col-two:nth-child(8) {
    padding-right: 4px;
}

.contact-form-container div form .cf-col-two:nth-child(3),
.contact-form-container div form .cf-col-two:nth-child(5),
.contact-form-container div form .cf-col-two:nth-child(9) {
    padding-left: 4px;
}

.contact-form-container div form div span input[type="text"],
.contact-form-container div form div span input[type="email"],
.contact-form-container div form div span textarea {
	border: 1px solid #e4e4e4;
    border-radius: 0;
    color: #808080;
    font-size: 16px;
    padding: 19px 25px 5px 25px;
}

.contact-form-container div form div span select {
	border: 1px solid #e4e4e4;
    border-radius: 0;
    color: #808080;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 15px 25px;
}

.contact-form-container div form div span select::-ms-expand {
    display: none;
}

.contact-form-container div form div span select:active,
.contact-form-container div form div span select:focus {
	border: 1px solid #F05A30;	
}

.contact-form-container div form div span input[type="text"]::-webkit-input-placeholder,
.contact-form-container div form div span input[type="email"]::-webkit-input-placeholder,
.contact-form-container div form div span textarea::-webkit-input-placeholder {
    color: #808080;
}

.contact-form-container div form div span input[type="text"]::-moz-placeholder,
.contact-form-container div form div span input[type="email"]::-moz-placeholder,
.contact-form-container div form div span textarea::-moz-placeholder { 
    color: #808080;
}

.contact-form-container div form div span input[type="text"]:-ms-input-placeholder,
.contact-form-container div form div span input[type="email"]:-ms-input-placeholder,
.contact-form-container div form div span textarea:-ms-input-placeholder { 
    color: #808080;
}

.contact-form-container div form div span input[type="text"]:-moz-placeholder,
.contact-form-container div form div span input[type="email"]:-moz-placeholder,
.contact-form-container div form div span textarea:-moz-placeholder { 
    color: #808080;
}

.contact-form-container div form div span select option {
    color: #808080;
}

.captcha-container img {
    height: 50px;
    width: auto;
    float: left;
    border: 1px solid #ffffff;
    margin: 0 8px 0 0;	
}

.captcha-container > span,
.cf-captcha-text-container {
	display: inline-block;
    width: 212px;
}

.contact-form-container div form .cf-col-one input[type="submit"] { 
    color: #fff;
    background: #F05A30;
    border-radius: 20px;
    padding: 4px 34px 6px 34px;
    font-size: 15px;
	border: none;
	margin:18px 0 0 0;
}

.contact-form-container div form .cf-col-one input[type="submit"]:hover,
.contact-form-container div form .cf-col-one input[type="submit"]:active,
.contact-form-container div form .cf-col-one input[type="submit"]:focus {
    border: none;	
    background: #1f2e3d;
	outline:none;	
}

.default-button { 
    background: #e82938;
    padding: 7px 30px 9px 30px;
    display: table;
    color: #fff;
    font-size: 18px;
    position: relative;
    margin: 12px 0 8px 0;
    float: left;
    border-radius: 0;
    border: none;
}

.default-button:hover,
.default-button:active,
.default-button:focus {
    border: none;	
    background: #1268b3;
	outline:none;
	color:#fff;	
}

.wpgmp_infowindow .fc-item-title {
    margin-bottom: 8px !important;
	text-transform:none !important; 
    font-weight: 500 !important;	
}

div.wpcf7-response-output {
    float: left;
    width: 100%;
    border: 1px solid #F05A30;
    padding: 12px 20px;	
}

.contact-form-container div form div span input[type="text"]:active,
.contact-form-container div form div span input[type="email"]:active,
.contact-form-container div form div span textarea:active,
.contact-form-container div form div span input[type="text"]:focus,
.contact-form-container div form div span input[type="email"]:focus,
.contact-form-container div form div span textarea:focus {
    border: 1px solid #F05A30;	
}

.contact-form-container div form div span textarea {
	height:150px;
}

.cf-select-container span select  {
	position: relative;
    z-index: 2;
    background: transparent;
   -webkit-appearance: none;
    -moz-appearance: none;	
}

.cf-select-container em {
	display: block;
    width: 100%;
    height: 49px;
    background: #fff;
    top: -50px;
    position: relative;
    margin-bottom: -50px;
}

.cf-select-container em:before {
    font-size: 30px;
    font-family: "FontAwesome";
    color: #f05a30;
    content: "\f107";
    margin: 0 10px 0 0;
    top: 3px;
    font-style: normal;
    right: 6px;
    position: absolute;
}

/* Contact Form End */


/* Footer Start */

.footer-main-container {
    background: #1f2e3d;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 46px 0 32px 0;
}

.footer-menu h2 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}

.footer-menu ul {
    list-style: none;
    margin:0 0 22px 0;
    padding: 0;	
}

.footer-menu ul li a {
    color: #fff;
    display: block;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 6px;
}

.footer-menu ul li a:hover {
	color:#F05A30;	
}

.footer-menu-large ul {
	list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-large ul li a {
    color: #FFE;
    font-size: 18px;
    border-bottom: 1px dashed #737c85;
    display: block;
    padding: 0 0 10px 0;
    margin: 0 0 12px 0;
}

.footer-menu-large ul li a:hover {
	color:#F05A30;
}

.footer-newsletter h2 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;	
}

.footer-newsletter form input[type="text"],
.footer-newsletter form input[type="email"] {
    border-radius: 0;
    border: none;
    font-size: 16px;
    color: #5a5a5a;
    margin-bottom: 5px;
    padding: 5px 15px;
    font-weight: 300;
    margin: 0 0 19px 0;	
}

.footer-newsletter form input[type="submit"] {
    color: #fff;
    background: #F05A30;
    border-radius: 20px;
    padding: 3px 44px 5px 44px;
    font-size: 16px;
    margin: 28px 0 46px 0;
    display: table;
    border: none;	
}

.copyright-text {
    color: #a5abb1;
    text-align: center;
    margin: 50px 0 10px 0;
    font-weight: 300;
    font-size: 15px;	
}

.copyright-text a:hover {
	color:#F05A30;
}

.footer-facebook {
    display: inline-block;	
}

.footer-facebook a {
    font-size: 0 !important;
    display: inline-block !important;
    border-bottom: none !important;
    padding: 0 !important;
    margin: 0 !important;	
}

.footer-facebook a:before {
    font-size: 26px;
    font-family: "FontAwesome";
    color: #fff;
    content: "\f230";
    margin: 0 10px 0 0;
    position: relative;
    top: 3px;	
}

.footer-phone {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin: 0 0 0 8px;	
}

.footer-phone a {
	display: inline-block !important;
    padding: 0 !important;
    border-bottom: none !important;
    color: #F05A30 !important;
    margin: 0 0 0 2px !important;	
}

/* Footer End */


/* Inner Page Start */

.header-menu-divider {
    height: 1px;
    width: 100%;
    background: #F05A30;
    max-width: 1400px;
    margin: -48px auto 0 auto;	
}

.page-header-container {
    padding: 20px 0 20px 0;
    margin-bottom: 10px;	
}

.page-header-container .divider {
    margin: 38px auto 0 auto;
    max-width: 420px;	
}

.page-header-container .divider em {
	width: 45%;
}

.page-header-container h1 {
	font-size: 30px;
    font-style: italic;
    margin-bottom: 14px;
    margin-top: 16px;
    text-transform: uppercase;
    text-align: center;	
}

.page-header-container h2 {
    font-style: italic;
    font-size: 19px;
    margin-bottom: 20px;
    text-align: center;	
}

.inner-page-left-content {
	padding-right: 30px;
}

.inner-page-content-container {
    padding-left: 30px;	
}

.inner-page-content-container article h2 {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    line-height: 25px;
    margin-bottom: 16px;	
}

.inner-page-content-container article p {
    font-weight: 300;
}

.inner-page-content-container article h3 {
	font-size: 18px;
    margin-bottom: 18px;
	font-style: italic;
	margin-top: 20px;
}

.inner-page-left-content img {
	width:100%;
	max-width:500px;
    margin-bottom: 40px;	
	padding: 6px;
}

.featured-image-container:before {
	content: "";
    background-image: url('/wp-content/themes/so-in-time/theme/images/featured-image-overlay.png');
    display: block;
    background-size: 100% auto;
    height: 100%;
    width: 500px;
    position: absolute;
    background-repeat: no-repeat;
}

.featured-image-container {
    position: relative;	
	width: 100%;
    max-width: 500px;
	height: 383px;
	overflow: hidden;
}

.featured-image-container > div:before {
    content: "";
    display: block;
    width: 500px;
    height: 100px;
    background: #fff;
    position: absolute;
    bottom: -37px;
    -ms-transform: rotate(19deg);
    -webkit-transform: rotate(19deg);
    transform: rotate(19deg);
    left: -31px;
}

.featured-image-container > div:after {
    content: "";
    display: block;
    width: 500px;
    height: 100px;
    background: #fff;
    position: absolute;
    bottom: -37px;
    -ms-transform: rotate(-19deg);
    -webkit-transform: rotate(-19deg);
    transform: rotate(-19deg);
    right: -31px;
}

.inner-page-container {
    padding-bottom: 55px;	
}

.inner-about-main-container ul {
    padding: 0 0 0 0;	
}

.inner-about-main-container {
	padding:50px 0 20px 0;
}

.apparel-list-container ul {
    padding: 0 0 0 0;
    list-style: none;
    margin: 40px 0 0 0;
    float: left;
    width: 100%;
}

.apparel-list-container ul li {
    border-bottom: 1px dashed #F05A30;
    padding: 0 0 4px 0;
    margin: 0 2.5% 22px 2.5%;
    width: 45%;
    float: left;
}

.apparel-list-container ul li:nth-child(5),
.apparel-list-container ul li:nth-child(6) {
	border-bottom:none;
}

.apparel-list-container ul li span {
    display: block;
    float: left;
    margin: 0 20px 10px 0;
}

.apparel-list-container ul li span img {
    width: 80px;
    height: 80px;
    border: 1px solid #f05a30;
    border-radius: 50%;
}

.apparel-list-container ul li h2 {
	font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 8px;	
}

.apparel-list-container ul li h2 a {
	color:#1f2e3d;	
}

.apparel-list-container ul li h2 a:hover {
	color:#F05A30;
}

.apparel-list-container ul li p {
    font-weight: 300;
    line-height: 24px;
}

.apparel-list-container ul li span em:before {
    background-image: url(/wp-content/themes/so-in-time/theme/images/about-icons.png);
    content: "";
    display: block;
}

.apparel-list-container > h2 {
    font-size: 30px;
    font-style: italic;
    margin-bottom: 14px;
    margin-top: 14px;
    text-align: center;
    text-transform: uppercase;
}

.apparel-list-container h3 {
    font-style: italic;
    font-size: 19px;
    margin-bottom: 32px;
    text-align: center;
}

.divider-half-width {
    margin: 40px auto 0 auto;
    max-width: 420px;	
}

.divider-half-width em {
	width:45%;
}

.apparel-list-container {
    padding: 50px 0 10px 0;
    float: left;
    width: 100%;	
}

.brands-list-container {
    padding: 60px 0 20px 0;	
}

.divider-full-width {
	max-width: initial;	
}

.divider-full-width em {
	width: 48% !important;
}

.brands-list-container h2 {
    font-size: 30px;
    font-style: italic;
    margin-bottom: 14px;
    margin-top: 16px;
    text-align: center;
    text-transform: uppercase;	
}

.brands-list-container h3 {
    font-style: italic;
    font-size: 19px;
    margin-bottom: 32px;
    text-align: center;	
}

.brands-list {
	padding: 0;
    margin: 60px 0 0 0;
    list-style: none;	
}

.brands-list li {
    display: inline-block;
    float: left;
    height: 115px;
    padding:0 15px;	
}

.brands-list > li {
	display:none;
}

.brands-list li a img {
    max-height: 115px;
    width: auto;
    vertical-align: middle;
    margin: 0 auto;
    display: block;	
}

.brands-list .owl-nav .owl-next {
    font-size: 0 !important;
    padding: 0 !important;	
    position: absolute;
    right: -20px;
    background: transparent !important;	
}

.brands-list .owl-nav .owl-prev {
    font-size: 0 !important;
    padding: 0 !important;	
    position: absolute;
    left: -20px;
    background: transparent !important;	
}

.brands-list .owl-nav .owl-next:after {
    content: "";
    background-image: url(/wp-content/themes/so-in-time/theme/images/slider-arrow.png);
    width: 10px;
    height: 20px;
    background-size: auto 20px;
    display: inline-block;
}

.brands-list .owl-nav .owl-prev:after {
    content: "";
    background-image: url(/wp-content/themes/so-in-time/theme/images/slider-arrow.png);
    width: 10px;
    height: 20px;
    background-size: auto 20px;
    display: inline-block;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);	
}

.brands-list .owl-nav {
    position: absolute;
    bottom: 100px;
    width: 100%;	
}

.brands-list .owl-dots {
	display:none !important;
}

.checklist-large {
	list-style: none;
    padding: 0;
    margin: 0;	
}

.checklist-large li {
    font-weight: 300;
    padding-left: 54px;
    margin-bottom: 15px;	
}

.checklist-large li:before {
	content: "";
    background-image: url(/wp-content/themes/so-in-time/theme/images/checklist-icon.png);
    width: 32px;
    height: 32px;
    background-size: 32px auto;
    display: inline-block;
    float: left;
    margin: 0 0 0 -54px;	
	position: relative;
    top: 4px;
}

.checklist-large li strong {
	font-size: 18px;
	display: block;
}

.products-list {
    padding: 0;
    margin: -56px 0 0 0;
    list-style: none;
    float: left;
    width: 100%;	
}

.products-list-col a div {
    text-align: center;
    box-shadow: 0px 4px 16px #c8c8c8;
    padding-bottom: 1px;
    margin-bottom: 20px;
	margin-top: 6px;
}

.products-list-col a div img {
	width: 100%;
	height:auto;
	padding:0 0 0px 0;
}

.products-list-col a div h2 {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #F05A30;
    background: #fff;
    padding: 20px 20px 4px 20px;
    margin-bottom: 0;
    min-height: 58px;
}

.products-list-col a div p {
    font-weight: 300;
    margin-bottom: 0;
    background: #fff;
    padding:0 20px 16px 20px;
	min-height: 64px;
}

.products-list-main-container {
    background: #eff0f1;
    width: 100%;
    margin: 105px 0 0 0;
    padding: 0 0 35px 0;	
}

.products-list .owl-nav .owl-next {
    font-size: 0 !important;
    padding: 0 !important;	
    position: absolute;
    right: -20px;
    background: transparent !important;	
}

.products-list .owl-nav .owl-prev {
    font-size: 0 !important;
    padding: 0 !important;	
    position: absolute;
    left: -20px;
    background: transparent !important;	
}

.products-list .owl-nav .owl-next:after {
    content: "";
    background-image: url(/wp-content/themes/so-in-time/theme/images/slider-arrow.png);
    width: 10px;
    height: 20px;
    background-size: auto 20px;
    display: inline-block;
}

.products-list .owl-nav .owl-prev:after {
    content: "";
    background-image: url(/wp-content/themes/so-in-time/theme/images/slider-arrow.png);
    width: 10px;
    height: 20px;
    background-size: auto 20px;
    display: inline-block;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);	
}

.products-list .owl-nav {
    position: relative;
    bottom: 200px;
    width: 100%;
    display: block !important;
}

.products-list .owl-dots {
	display:none !important;
}

.products-list-col {
	padding:0 15px;
}

.products-list > li {
	display:none;
}

.embroidery-services-container ul {
    padding: 0 0 0 0;
    list-style: none;
    margin: 40px 0 0 0;
    float: left;
    width: 100%;
}

.embroidery-services-container ul li {
    border-bottom: 1px dashed #F05A30;
    padding: 0 0 4px 0;
    margin: 0 2.5% 22px 2.5%;
    width: 45%;
    float: left;
    min-height: 138px;		
}

.embroidery-services-container ul li:nth-child(3),
.embroidery-services-container ul li:nth-child(4) {
	border-bottom:none;
}

.embroidery-services-container ul li span {
    display: block;
    float: left;
    margin: 0 20px 35px 0;
    width: 84px;
    height: 84px;
}

.embroidery-services-container ul li h2 {
	font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 8px;	
}

.embroidery-services-container ul li p {
    font-weight: 300;
    line-height: 24px;
	margin-bottom: 8px;
}

.embroidery-services-container ul li span.designing-digitising-icon em:before {
    background-image: url(/wp-content/themes/so-in-time/theme/images/embroidery-services-icon.png);
    content: "";
    display: block;
    height: 73px;
    width: 80px;
    background-size: auto 73px;
}

.embroidery-services-container ul li span.selecting-sampling-icon em:before {
    background-image: url(/wp-content/themes/so-in-time/theme/images/embroidery-services-icon.png);
    content: "";
    display: block;
    height: 73px;
    width: 85px;
    background-size: auto 73px;
    background-position: -84px center;
}

.embroidery-services-container ul li span.sourcing-styling-icon em:before {
    background-image: url(/wp-content/themes/so-in-time/theme/images/embroidery-services-icon.png);
    content: "";
    display: block;
    height: 73px;
    width: 57px;
    background-size: auto 73px;
    background-position: -182px center;
    margin: 0 auto;
}

.embroidery-services-container ul li span.freight-delivery-icon em:before {
    background-image: url(/wp-content/themes/so-in-time/theme/images/embroidery-services-icon.png);
    content: "";
    display: block;
    height: 73px;
    width: 76px;
    background-size: auto 73px;
    background-position: -256px center;
    margin: 0 auto;
}

.embroidery-services-container > h2 {
    font-size: 30px;
    font-style: italic;
    margin-bottom: 14px;
    margin-top: 14px;
    text-align: center;
    text-transform: uppercase;
}

.embroidery-services-container h3 {
	font-style: italic;
    font-size: 19px;
    margin-bottom: 0;
    text-align: center;
    margin-top: 20px;
}

.clear {
	clear:both;
}

.inner-page-content-container .checklist-large {
    margin: 20px 0 20px 0;
}

.inner-page-content-container .checklist-large li {
    padding-left: 35px;
    font-weight: 700;
}

.inner-page-content-container .checklist-large li:before {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
    margin: 0px 0 0 -35px;
    top: 2px;
}

.contact-details {
	list-style: none;
    padding: 0;
    margin: 0 0 45px 0;
    text-align: center;
    font-weight: 700;
    font-size: 17px;	
}

.contact-details li {
    display: inline-block;
    margin: 0 15px;
}

.contact-details li a {
    color: #1f2e3d;	
}

.contact-details li a:hover {
    color: #F05A30;	
}

.contact-details li.contact-phone a:before {
    font-size: 22px;
    font-family: "FontAwesome";
    color: #f05a30;
    content: "\f095";
    margin: 0 12px 0 0;
    position: relative;
    top: 3px;
}

.contact-details li.contact-address span:before {
    font-size: 25px;
    font-family: "FontAwesome";
    color: #f05a30;
    content: "\f041";
    margin: 0px 10px 0 0;
    position: relative;
    top: 3px;
}

.contact-details li.contact-facebook a:before {
	font-size: 24px;
    font-family: "FontAwesome";
    color: #f05a30;
    content: "\f230";
    margin: 0 10px 0 0;
    position: relative;
    top: 3px;	
}

.google-map-container {
	margin-bottom:-61px;
}

.gallery-filter {
	list-style: none;
    padding: 0;
    margin: 0 auto 25px auto;
    text-align: center;
    width: 100%;
    max-width: 85%;
}

.gallery-filter li {
    display: inline-block;
    margin-bottom: 24px;
}

.gallery-filter li a {
	border: 1px solid #F05A30;
    color: #1f2e3d;
    border-radius: 20px;
    padding: 4.5px 14px;
    margin: 0 2px;
}

.gallery-filter li.featured {
	display:none;
}

.gallery-filter li a:hover {
	background-color:#F05A30;
	color:#fff;
}

.inner-gallery-col {
	margin-bottom:30px;
}

.inner-gallery-col a div {
    text-align: center;
    box-shadow: 0px 4px 16px #c8c8c8;
	padding-bottom:1px;
}

.inner-gallery-col a div img {
	width: 100%;
	height:auto;
	margin: 0 0 6px 0;
}

.inner-gallery-col a div h2 {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #F05A30;
    margin: 20px 0 6px 0;	
	padding: 0 20px;
	min-height: 34px;
}

.inner-gallery-col a div p {
	font-weight: 300;
    margin-bottom: 15px;
    padding: 0 20px;
    min-height: 48px;
    margin-top: 10px;
}

.wp-pagenavi {
    text-align: center;
    margin: 50px 0 0 0;
    float: left;
    width: 100%;	
}

.wp-pagenavi .pages,
.wp-pagenavi .page,
.wp-pagenavi .current {
	display:none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    padding: 0;
    margin: 0 18px;
    border: none;
    font-size: 0;	
}

.wp-pagenavi .extend,
.wp-pagenavi .last,
.wp-pagenavi .first {
	display:none;
}

.wp-pagenavi .nextpostslink:before {
    content: "Next";
    display: inline-block;
    font-size: 18px;
    color: #1f2e3d;
}

.wp-pagenavi .nextpostslink:after {
    font-size: 18px;
    font-family: "FontAwesome";
    color: #f05a30;
    content: "\f0da";
    margin: 0 0 0 15px;
    position: relative;
    top: 0px;	
}

.wp-pagenavi .previouspostslink:after {
    content: "Previous";
    display: inline-block;
    font-size: 18px;
    color: #1f2e3d;
}

.wp-pagenavi .previouspostslink:before {
    font-size: 18px;
    font-family: "FontAwesome";
    color: #f05a30;
    content: "\f0d9";
    margin: 0 15px 0 0;
    position: relative;
    top: 0px;	
}

.file-upload {
    width: 100%;
	overflow:hidden;
}

.file-upload__label {
	display: block;
    background: #fff;
    border: 1px solid #ef5930;
    border-radius: 0;
    color: #808080;
    padding: 15px 25px 15px 25px;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;	
}

.file-upload__label:after {
    font-size: 34px;
    color: #f05a30;
    content: "+";
    margin: 0 10px 0 0;
    top: -3px;
    font-style: normal;
    right: 6px;
    display: inline-block;
    position: absolute;
    font-weight: 300;  
}

.file-upload__input {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    margin: 0 0 0 -94px;
    color: #808080;
    font-size: 14px;
    font-weight: 300;
	outline:none;
}






.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.file-upload-wrapper {
    display: block;
    width: auto;
    font-size: 16px;
}

.file-upload-wrapper label {
	display: block;
	margin-bottom: 5px;
}

.file-upload-wrapper {
    position: relative; 
    margin-bottom: 5px;
}

.file-upload-input {
	width: 100%;
    padding: 12px 145px 12px 17px !important;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    float: left;
    border: 1px solid #e4e4e4;
    color: #808080;
    font-size: 16px;
	outline:none;
} 

.file-upload-input:hover, .file-upload-input:hover:focus, .file-upload-input:hover:active { 
	outline: none; 
}

.file-upload-button {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    padding: 13px 20px;
    border: none;
    margin-left: -1px;
    background-color: #f05a30;
    float: left;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: absolute;
    width: auto;
    display: block;
    right: 0;
}

.file-upload-button:hover {
	background-color:#1f2e3d;
}





.inner-page-testimonials {
	background-size:cover;
	background-position:center;
}

.inner-page-testimonials .container .row .col-lg-12 .page-header-container h1 {
	color:#fff;	
}

.inner-page-testimonials .container .row .col-lg-12 .page-header-container h2 {
	color:#fff;	
}

.inner-page-testimonials {
    position: relative;	
}

.inner-page-testimonials:before {
    content: "";
    background: rgba(31,46,61, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
	left:0;
}

.inner-testimonials-list ul {
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.inner-testimonials-list ul li .testimonials-col:before {
	background-image:url('/wp-content/themes/so-in-time/theme/images/testimonials-container-top.png');
    background-size: 100% auto;
    content: "";
    height: 59px;
    width: 100%;
    display: block;
}

.inner-testimonials-list ul li .testimonials-col:after {
	background-image:url('/wp-content/themes/so-in-time/theme/images/testimonials-container-bottom.png');
    background-size: 100% auto;
    content: "";
    height: 80px;
    width: 100%;
    display: block;
}

.inner-testimonials-list ul li {
    margin-bottom: 20px;
    width: 31.6%;
    float: left;
    margin: 0 10px 20px 10px;
	min-height: 340px;
}

.testimonials-col div {
    text-align: center;
    padding: 10px 22px 30px 22px;
    font-weight: 300;
    position: relative;
    z-index: 5;
}

.testimonials-col div:before {
    content: "";
    background-image: url(/wp-content/themes/so-in-time/theme/images/testimonials-container-middle.png);
    background-size: 100% auto;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.testimonials-col div p {
	min-height: 139px;	
    position: relative;
    z-index: 1;	
}

.testimonials-col div span {
    color: #1f2e3d;
    font-weight: 700;
    min-height: 43px;
    display: block;
    position: absolute;
    z-index: 1;
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.inner-testimonials-list {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;	
}

.collapseomatic {
    width: 100%;
    display: block;
    background-image: none;
    padding: 14px 10px 14px 44px;
    /* color: #646565; */
    margin-bottom: 2px;
    background: #fefefe;
    float: left;
    margin: 0;
    border-bottom: 1px dashed #f05a30;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.collapseomatic:focus, .colomat-hover {
	text-decoration:none;
}

.collapseomatic em {
	font-style:normal;
	font-weight:700;
}

.collapseomatic_content {
    padding: 12px 10px 12px;
    display: block;
    margin: 0px;
    margin-bottom: 2px;
    font-size: 18px;
    float: left;
    width: 100%;
}

.collapseomatic_content em {
	font-style:normal;
	font-weight:700;
}

.collapseomatic_content .broken_link {
	text-decoration:none;
}

.collapseomatic:after {
    content: "+";
    font-family: "FontAwesome";
    font-size: 30px;
    float: left;
    font-weight: 100;
    color: #ef5930;
    line-height: 20px;
    margin: 0 15px 0 -44px;
    top: 14px;
    display: inline-block;
    position: absolute;
    left: 54px;
}

.colomat-close:after {
    line-height: 20px;
    margin: 0 15px 0 -44px;
    content: "";
    height: 1px;
    width: 13px;
    background: #ef5930;
    top: 25px;
    display: inline-block;
    position: absolute;
    left: 56px;
}

.faq-left {
    width: 46%;
    margin: 0 2% 8px 2%;
    float: left;
}

.faq-right {
    width: 46%;
    margin: 0 2% 8px 2%;
    float: left;
}

.homepage-gallery-col .Featured {
	display:none;
}

.homepage-gallery-list {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;	
}

.homepage-gallery-list li {
	margin:0 16px;
}

.homepage-gallery-list > li {
    width: 22%;
    float: left;	
}

.homepage-gallery-list .owl-nav .owl-next {
    font-size: 0 !important;
    padding: 0 !important;	
    position: absolute;
    right: -20px;
    background: transparent !important;	
}

.homepage-gallery-list .owl-nav .owl-prev {
    font-size: 0 !important;
    padding: 0 !important;	
    position: absolute;
    left: -20px;
    background: transparent !important;	
}

.homepage-gallery-list .owl-nav .owl-next:after {
    content: "";
    background-image: url(/wp-content/themes/so-in-time/theme/images/slider-arrow.png);
    width: 10px;
    height: 20px;
    background-size: auto 20px;
    display: inline-block;
}

.homepage-gallery-list .owl-nav .owl-prev:after {
    content: "";
    background-image: url(/wp-content/themes/so-in-time/theme/images/slider-arrow.png);
    width: 10px;
    height: 20px;
    background-size: auto 20px;
    display: inline-block;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);	
}

.homepage-gallery-list .owl-nav {
    position: relative;
    width: 100%;
    display: block !important;
    bottom: 200px;
    margin-top: 0 !important;
}

.homepage-gallery-list .owl-dots {
	display:none !important;
}

.search-container article {
	margin-bottom:30px;
}

.main-cta-banner-image-url,
.home-testimonials-banner-image-url,
.inner-testimonials-banner-image-url {
	height:0;
	display:block;
	font-size:0;
	opacity:0;
}

.footer-logo a img {
	width: 100%;
    margin-top: -46px;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* Inner Page End */


/* Plugin Start */

.slicknav_menu {
    padding: 3px 5px;
}

.slicknav_nav > ul {
	margin: 0 0 10px 0;	
	padding: 10px 0 0 0;
}

.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
    background: #f05a30;
    border-radius: 0;
}

.slicknav_collapsed .slicknav_item > .slicknav_arrow {
	position:relative;
	font-size:0;
}

.slicknav_collapsed > .slicknav_item  > .slicknav_arrow:after {
    display: inline-block;
    content: "\f105";
    font-size: 22px;
    font-family: "FontAwesome";
    font-style: normal;
    color: #fff;
    position: absolute;
    top: -5px;
    right: 0px;
}

.slicknav_open .slicknav_item > .slicknav_arrow {
	position:relative;
	font-size:0;
}

.slicknav_open > .slicknav_item > .slicknav_arrow:after {
    display: inline-block;
    content: "\f107";
    font-size: 22px;
    font-family: "FontAwesome";
    font-style: normal;
    color: #fff;
    position: absolute;
    top: -5px;
    right: 0px;
}

/* Plugin End */


/* Search Form Start */

#search-form-new {
	display:none;
	background: rgba(255, 255, 255, 0.95);
	height:100%;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:10000;
}

.search-form-container {
	height:auto;
	width:100%;
	margin:0 auto;
	text-align:center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.search-form-container p {
    font-size: 30px;
    margin: 0;
	color:#1f2e3d;
}

.search-form-input {
    background: none;
    border: none;
    text-align: center;
    width: 100%;
    font-size: 40px;
    color: #5a5a5a;
    outline: none;
    font-weight: 500;
    max-width: 500px;
    margin: 0 auto;
}

.search-form-close {
    background-image: url(theme/images/closegray.png);	
	height: 30px;
	width: 30px;
	display: block;
	position:absolute;
	top:10px;
	right:10px;
}

/* Search Form End */


/* 
 * FlowupLabels Basic Stylesheet 
 * -----------------------------
 * This style sheet is marked with comments indicating 
 * what should and what shouldn't be changed for your 
 * styling purposes.
 */

/* initial label state */
.FlowupLabels .fl_label {
	top: 16px;
    left: 26px;
    position: absolute;
    z-index: 3;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    color: #808080;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
 
 
/* Focus & populated label styling */
.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.populated .fl_label
/* and graceful degradation */ {
  /* Can change */
	top: 8px !important;
    font-size: 12px;
    color: #808080;
}
.FlowupLabels .fl_wrap.focused .fl_label {
  /* Can change */
  color: #1f2e3d;
}

.fl_wrap {
	position:relative;
}








/* Responsive Start */

/* 320 to 567 */
@media (min-width: 320px) and (max-width: 567px) { 


.header-main-container {
	margin-top:48px;
}

.header-logo a img {
    margin: 0 auto;
    display: block;	
}

.header-main-container > .container > .row > .col-lg-8 {
	display:none;
}

.banner-menu-container {
	margin: 40px auto 0 auto;
    display: block;
    text-align: center;	
}

.divider {
	margin:0 auto;
}

.banner-menu-container ul {
	margin: 0 auto;
}

.homepage-about-main-container ul {
    margin: 50px auto 0 auto;
    padding: 0;	
}

.homepage-about-text-container {
	padding:0;
}

.banner-cta-container div p {
	font-size: 20px;
    line-height: 26px;
}

.banner-cta-container div a {
    font-size: 20px;	
}

.banner-cta-container div a:after {
    font-size: 30px;
    margin: 0px 0 0 15px;
    top: -10px;	
}

.homepage-about-main-container ul li {
	text-align:center;
}

.homepage-about-main-container ul li span {
	float:none;
    margin: 0 0 20px 0;	
}

.homepage-about-main-container ul li span em {
	text-align: center;	
    margin: 2px auto 4px auto;	
}

.homepage-about-main-container ul li span em:before {
	margin:0 auto;
}

.homepage-gallery-list .owl-nav {
	display:none !important;
}

.homepage-gallery-main-container {
    padding: 20px 0 30px 0;
}

.homepage-testimonials-list {
	padding:0;
}

.homepage-contact-container > p {
	padding:0;
}

.footer-menu ul,
.footer-menu-large ul {
	margin: 0 0 25px 0;
}

.inner-page-container {
	padding-top:40px;
}

.inner-about-main-container {
	padding: 20px 0 20px 0;	
}

.inner-page-left-content img {
	margin-bottom:20px;
}

.inner-page-content-container {
	padding:0;
}

.inner-page-left-content {
    padding-right: 0;
    padding-top: 30px;
}

.inner-about-main-container ul {
	margin: 20px 0 20px 0;
}

.page-header-container h2,
.apparel-list-container h3 {
	line-height:28px;
}

.faq-left,
.faq-right {
	width:100%;
	margin:0;
}

.inner-testimonials-list ul li {
    width: 290px;
    margin: 0 auto 20px auto;
    min-height: auto;
    float: none;
}

.testimonials-col div p {
	min-height:auto;
}

.inner-testimonials-list ul li .testimonials-col:after {
    height: 64px;
    background-repeat: no-repeat;	
}

.inner-testimonials-list ul li .testimonials-col:before {
    height: 46px;	
    background-repeat: no-repeat;		
}

.inner-page-testimonials:before {
	top:0;
}

.inner-page-testimonials {
	padding-bottom:40px;
}

.brands-list-container {
	float:left;
	width:100%;
}

.apparel-list-container ul li {
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: center;
    max-width: 520px;
	float: none;
}

.apparel-list-container ul li span {
    float: none;
    margin: 0px auto 15px auto;
    display: block;	
}

.apparel-list-container ul li h2 {
	margin-bottom:15px;
}

.brands-list .owl-nav {
	display:none !important;
}

.captcha-container img {
    margin: 0 8px 25px 0;	
}

.page-header-container h1,
.apparel-list-container > h2 {
	line-height:38px;
}

.products-list .owl-nav {
	display:none !important;
}

.checklist-large {
    margin: 20px 0 10px 0;	
}

.apparel-list-container ul li:nth-child(5) {
	border-bottom: 1px dashed #F05A30;	
}

.embroidery-services-container ul {
    margin: 20px auto 0 auto;
    width: 100%;
    max-width: 500px;
    display: block;
    float: none;
}

.embroidery-services-container ul li {
    width: 100%;
    margin: 0 auto 22px auto;
    text-align: center;	
	padding: 0 0 12px 0;
}

.embroidery-services-container ul li span {
    float: none;
    margin: 0 auto 15px auto;	
}

.embroidery-services-container ul li:nth-child(3) {
    border-bottom: 1px dashed #F05A30;	
}

.gallery-filter li a {
	display:block;
}

.gallery-filter li {
	margin-bottom:6px;
}

.inner-gallery-col a div img {
	height: auto !important;
    width: 100%;
}

.featured-image-container {
    height: auto;
    margin: 0 auto;	
}

.featured-image-container:before,
.featured-image-container > div:before,
.featured-image-container > div:after {
	display:none;
}


.homepage-banner-container,
.homepage-testimonials-main-container {
    background-position: center !important;
	background-attachment:fixed !important;
}

.footer-logo {
	margin: 40px 0 0 0;
    float: left;
    width: 100%;	
}

.cf-col-submit {
	width:100%;
}



}

/* 568 to 991 */
@media (min-width: 568px) and (max-width: 991px) { 


.header-main-container {
	margin-top:48px;
}

.header-logo a img {
    margin: 0 auto;
    display: block;	
}

.header-main-container > .container > .row > .col-lg-8 {
	display:none;
}

.banner-menu-container {
	margin: 40px auto 0 auto;
    display: block;
    text-align: center;	
}

.divider {
	margin:0 auto;
}

.banner-menu-container ul {
	margin: 0 auto;
}

.homepage-about-main-container ul {
    margin: 50px auto 0 auto;
    padding: 0;	
}

.homepage-about-text-container {
	padding:0;
}

.banner-cta-container div p {
    font-size: 22px;
    line-height: 30px;
}

.banner-cta-container div a {
    font-size: 21px;	
}

.banner-cta-container div a:after {
    font-size: 30px;
    margin: 0px 0 0 15px;
    top: -10px;	
}

.homepage-banner-container {
    height: auto;
    padding-bottom: 30px;
}

.banner-cta-container {
	margin: 30px auto 0 auto;
    float: none;
    background-size: 320px auto;
    padding: 22px 25px 20px 76px;
    background-repeat: no-repeat;
    height: auto;
    min-height: 215px;
    background-position: center top;
    width: 100%;
    max-width: 320px;
}

.homepage-gallery-list .owl-nav {
	display:none !important;
}

.homepage-gallery-main-container {
    padding: 20px 0 30px 0;
}

.homepage-testimonials-list {
	padding:0;
}

.homepage-contact-container > p {
	padding:0;
}

.footer-menu ul,
.footer-menu-large ul {
	margin: 0 0 25px 0;
}

.footer-newsletter form,
.footer-menu-large ul {
    width: 100%;
    max-width: 400px;
}

.inner-page-container {
	padding-top:40px;
}

.inner-about-main-container {
	padding: 20px 0 20px 0;	
}

.inner-page-left-content img {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.inner-page-content-container {
	padding:0;
}

.inner-page-left-content {
    padding-right: 0;
    padding-top: 30px;
}

.inner-about-main-container ul {
	margin: 20px 0 20px 0;
}

.page-header-container h2,
.apparel-list-container h3 {
	line-height:28px;
}

.faq-left,
.faq-right {
	width:100%;
	margin:0;
}

.inner-testimonials-list ul li {
    width: 370px;
    margin: 0 auto 20px auto;
    min-height: auto;
    display: block;
    float: none;
}

.testimonials-col div p {
	min-height:auto;
}

.inner-testimonials-list ul li .testimonials-col:after {
    height: 82px;
    background-repeat: no-repeat;	
}

.inner-testimonials-list ul li .testimonials-col:before {
    height: 59px;
    background-repeat: no-repeat;	
}

.inner-page-testimonials:before {
	top:0;
}

.inner-page-testimonials {
	padding-bottom:40px;
}

.brands-list-container {
	float:left;
	width:100%;
}

.apparel-list-container ul li {
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: center;
    max-width: 520px;
	float: none;
}

.apparel-list-container ul li span {
    float: none;
    margin: 0px auto 15px auto;
    display: block;	
}

.apparel-list-container ul li h2 {
	margin-bottom:15px;
}

.brands-list .owl-nav {
	display:none !important;
}

.captcha-container img {
    margin: 0 8px 25px 0;	
}

.page-header-container h1,
.apparel-list-container > h2 {
	line-height:38px;
}

.products-list .owl-nav {
	display:none !important;
}

.checklist-large {
    margin: 20px 0 10px 0;	
}

.apparel-list-container ul li:nth-child(5) {
	border-bottom: 1px dashed #F05A30;	
}

.embroidery-services-container ul {
    margin: 20px auto 0 auto;
    width: 100%;
    max-width: 500px;
    display: block;
    float: none;
}

.embroidery-services-container ul li {
    width: 100%;
    margin: 0 auto 22px auto;
    text-align: center;	
	padding: 0 0 12px 0;
}

.embroidery-services-container ul li span {
    float: none;
    margin: 0 auto 15px auto;	
}

.embroidery-services-container ul li:nth-child(3) {
    border-bottom: 1px dashed #F05A30;	
}

.gallery-filter li a {
	display:block;
}

.gallery-filter li {
	margin-bottom:6px;
}

.inner-gallery-col a div img {
	height: auto !important;
    width: 100%;
}

.inner-gallery-main-container .col-lg-3 {
	float: left;
    width: 50%;
}

.featured-image-container {
	margin: 0 auto;
}


.homepage-banner-container,
.homepage-testimonials-main-container {
    background-position: center !important;
	background-attachment:fixed !important;
}

.footer-logo {
	margin: 40px 0 0 0;
    float: left;
    width: 100%;	
}


}

/* iPhone 5 portrait  */
@media (min-width: 320px) and (max-width: 374px) {

.homepage-banner-container {
    height: auto;
    padding-bottom: 34px;
}

.banner-cta-container {
	margin: 30px auto 0 auto;
    float: none;
    background-size: 290px auto;
    padding: 22px 25px 20px 76px;
    background-repeat: no-repeat;
    height: auto;
    min-height: 193px;
    background-position: center top;
    width: 100%;
    max-width: 290px;
}

.homepage-gallery-list li,
.products-list li {
	margin:0 10px;
}

.homepage-gallery-list {
	padding:0 8px;
}

.homepage-gallery-col a div p {
    line-height: 20px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    overflow: hidden;
    min-height: 40px;
}

.products-list-col a div p {
	line-height: 20px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
    overflow: hidden;
    min-height: 54px;
}

.products-list-col {
	padding:0;
}

.homepage-gallery-col a div h2 {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 34px;
    overflow: hidden;	
}

.products-list-col a div h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
    overflow: hidden;
    min-height: 56px;
}

.inner-gallery-main-container > .col-lg-3 {
	width: 50%;
    float: left;
    padding: 0 12px 0 12px;
}

.inner-gallery-col a div h2 {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 34px;
    overflow: hidden;		
}

.inner-gallery-col a div p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    overflow: hidden;
    line-height: 22px;	
}

.products-list-col a div {
    padding-bottom: 15px;
    background: #fff;	
}

.inner-gallery-col {
    margin-bottom: 24px;
}

}

/* iPhone 6 portrait */
@media (min-width: 375px) and (max-width: 383px) {

.homepage-banner-container {
    height: auto;
    padding-bottom: 34px;
}

.banner-cta-container {
	margin: 30px auto 0 auto;
    float: none;
    background-size: 320px auto;
    padding: 22px 25px 20px 76px;
    background-repeat: no-repeat;
    height: auto;
    min-height: 215px;
    background-position: center top;
    width: 100%;
    max-width: 320px;
}

.homepage-gallery-list li,
.products-list li {
	margin:0 10px;
}

.homepage-gallery-list {
	padding:0 8px;
}

.homepage-gallery-col a div p {
    line-height: 20px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    overflow: hidden;
    min-height: 40px;
}

.products-list-col a div p {
	line-height: 20px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
    overflow: hidden;
    min-height: 54px;
}

.products-list-col {
	padding:0;
}

.homepage-gallery-col a div h2 {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 34px;
    overflow: hidden;	
}

.products-list-col a div h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
    overflow: hidden;
    min-height: 56px;
}

.inner-gallery-main-container > .col-lg-3 {
	width: 50%;
    float: left;
    padding: 0 12px 0 12px;
}

.inner-gallery-col a div h2 {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 34px;
    overflow: hidden;		
}

.inner-gallery-col a div p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    overflow: hidden;
    line-height: 22px;	
}

.products-list-col a div {
    padding-bottom: 15px;
    background: #fff;	
}

.inner-gallery-col {
    margin-bottom: 24px;
}

}

/* Android (Nexus 4) portrait */
@media (min-width: 384px) and (max-width: 413px) {

.homepage-banner-container {
    height: auto;
    padding-bottom: 34px;
}

.banner-cta-container {
	margin: 30px auto 0 auto;
    float: none;
    background-size: 320px auto;
    padding: 22px 25px 20px 76px;
    background-repeat: no-repeat;
    height: auto;
    min-height: 215px;
    background-position: center top;
    width: 100%;
    max-width: 320px;
}

.homepage-gallery-list li,
.products-list li {
	margin:0 10px;
}

.homepage-gallery-list {
	padding:0 8px;
}

.homepage-gallery-col a div p {
    line-height: 20px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    overflow: hidden;
    min-height: 40px;
}

.products-list-col a div p {
	line-height: 20px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
    overflow: hidden;
    min-height: 54px;
}

.products-list-col {
	padding:0;
}

.homepage-gallery-col a div h2 {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 34px;
    overflow: hidden;	
}

.products-list-col a div h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
    overflow: hidden;
    min-height: 56px;
}

.inner-gallery-main-container > .col-lg-3 {
	width: 50%;
    float: left;
    padding: 0 12px 0 12px;
}

.inner-gallery-col a div h2 {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 34px;
    overflow: hidden;		
}

.inner-gallery-col a div p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    overflow: hidden;
    line-height: 22px;	
}

.products-list-col a div {
    padding-bottom: 15px;
    background: #fff;	
}

.inner-gallery-col {
    margin-bottom: 24px;
}
 
}

/* iPhone 6 Plump portrait */
@media (min-width: 414px) and (max-width: 567px) {
 
 .homepage-banner-container {
    height: auto;
    padding-bottom: 34px;
}

.banner-cta-container {
	margin: 30px auto 0 auto;
    float: none;
    background-size: 320px auto;
    padding: 22px 25px 20px 76px;
    background-repeat: no-repeat;
    height: auto;
    min-height: 215px;
    background-position: center top;
    width: 100%;
    max-width: 320px;
}

.homepage-gallery-list li,
.products-list li {
	margin:0 10px;
}

.homepage-gallery-list {
	padding:0 8px;
}

.homepage-gallery-col a div p {
    line-height: 20px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    overflow: hidden;
    min-height: 40px;
}

.products-list-col a div p {
	line-height: 20px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
    overflow: hidden;
    min-height: 54px;
}

.products-list-col {
	padding:0;
}

.homepage-gallery-col a div h2 {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 34px;
    overflow: hidden;	
}

.products-list-col a div h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
    overflow: hidden;
    min-height: 56px;
}

.inner-gallery-main-container > .col-lg-3 {
	width: 50%;
    float: left;
    padding: 0 12px 0 12px;
}

.inner-gallery-col a div h2 {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 34px;
    overflow: hidden;		
}

.inner-gallery-col a div p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    overflow: hidden;
    line-height: 22px;	
}

.products-list-col a div {
    padding-bottom: 15px;
    background: #fff;	
}

.inner-gallery-col {
    margin-bottom: 24px;
}

}

/* iPhone 5 landscape */
@media (min-width: 568px) and (max-width: 599px) {

}

/* Android (Nexus 4) landscape */
@media (min-width: 600px) and (max-width: 666px) {
 
}

/* iPhone 6 landscape */
@media (min-width: 667px) and (max-width: 735px) {

}

/* iPhone 6 Plump landscape */
@media (min-width: 736px) and (max-width: 767px) {

}

/* 768 to 991 */
@media (min-width: 768px) and (max-width: 991px) { 

}

/* 992 to 1023 */
@media (min-width: 992px) and (max-width: 1023px) { 

.footer-phone {
	margin:0;
}

.menu-main-menu-container > ul > li {
	padding:0 9px;
}

.menu-main-menu-container ul li a {
	font-size:16px;
}

.inner-testimonials-list ul li {
    width: 31.1%;
	min-height:364px;
}

.inner-testimonials-list ul li .testimonials-col:before {
	height:46px;
	background-repeat:no-repeat;
}

.inner-testimonials-list ul li .testimonials-col:after {
	height:68px;
	background-repeat:no-repeat;
}

.inner-gallery-col a div img {
	height: auto !important;
    width: 100%;
}

.featured-image-container {
    height: auto;
    margin: 0 auto;	
}

.featured-image-container:before,
.featured-image-container > div:before,
.featured-image-container > div:after {
	display:none;
}

}

/* iPad landscape */
@media only screen and (min-width: 1024px) and (max-width: 1024px) {

.footer-phone {
	margin:0;
}

.menu-main-menu-container > ul > li {
	padding:0 9px;
}

.menu-main-menu-container ul li a {
	font-size:16px;
}

.inner-testimonials-list ul li {
    width: 31.1%;
	min-height:360px;
}

.inner-testimonials-list ul li .testimonials-col:before {
	height:46px;
	background-repeat:no-repeat;
}

.inner-testimonials-list ul li .testimonials-col:after {
	height:65px;
	background-repeat:no-repeat;
}

.inner-gallery-col a div img {
	height: auto !important;
    width: 100%;
}

.featured-image-container {
    height: auto;
    margin: 0 auto;	
}

.featured-image-container:before,
.featured-image-container > div:before,
.featured-image-container > div:after {
	display:none;
}

}

/* 1025 to 1199 */
@media (min-width: 1025px) and (max-width: 1199px) { 

.inner-testimonials-list ul li {
    width: 31.1%;
	min-height:364px;
}

.inner-testimonials-list ul li .testimonials-col:before {
	height:46px;
	background-repeat:no-repeat;
}

.inner-testimonials-list ul li .testimonials-col:after {
	height:65px;
	background-repeat:no-repeat;
}

.inner-gallery-col a div img {
	height: auto !important;
    width: 100%;
}

.featured-image-container {
    height: auto;
    margin: 0 auto;	
}

.featured-image-container:before,
.featured-image-container > div:before,
.featured-image-container > div:after {
	display:none;
}

}

/* Desktop */
@media (min-width: 1025px) {

.footer-phone {
	margin:0;
}

.menu-main-menu-container > ul > li {
	padding:0 9px;
}

.menu-main-menu-container ul li a {
	font-size:16px;
}


}

/* Responsive End */





.search-container .type-gallery {
	display:none;
}



.fancybox-title-over {
    font-family: 'Lato', sans-serif;
}

.fancybox-title-over p {
	color: #fff;
    font-size: 12px;
    margin: 0;
}


.quiz-100 > label > span {
    display: inline-block;
    background: #F05A30;
    color: #fff;
    font-size: 18px;
    padding: 11px 12px 12px 12px;
    margin: 0 -5px 0 0;
}

.quiz-100 > label > input {
    display: inline-block;
    max-width: 154px;
    padding: 12px 25px 12px 25px !important;
}

.cf-col-submit {
	float:left;
}

.cf-col-submit input {
	color: #fff;
    background: #F05A30;
    border-radius: 20px;
    padding: 4px 34px 6px 34px;
    font-size: 15px;
    border: none;
    margin: 18px 0 0 0;
}

.cf-col-submit input:hover,
.cf-col-submit input:active,
.cf-col-submit input:focus {
    border: none;
    background: #1f2e3d;
    outline: none;	
}