/*
	Page Components
*/

#headerwrap {
	z-index: 1;
}

#middlewrap {
	z-index: -1;
}

#footerwrap {
	z-index: 1;
}

/*
	Header Logo
*/

.ct-header-logo .tf_site_logo {
	overflow: visible;
}

.ct-header-logo .tf_site_logo a {
    display: block;
}

.ct-header-logo .tf_site_logo a img {
	vertical-align: middle;
}

@media screen and (min-width:1200px) {
.ct-header-logo .tf_site_logo a {
    height: 60px;
    margin-top: -31px;
}
}

/*
	Footer Logo
*/

.ct-footer-logo .tf_site_logo a {
    display: block;
}

.ct-footer-logo .tf_site_logo a img {
	vertical-align: middle;
}

/*
	Menu
*/

.ct-header-menu {
	width: 100%;
	text-align: right;
}

.ct-header-menu .tf_menu {
	display: inline-block;
	vertical-align: middle;
}

.ct-header-menu .tf_menu > li {
	float: left;
}

.ct-header-menu .tf_menu a {
	padding: 0 .5em;
    margin: 0;
    line-height: 60px;
}

.ct-header-menu .tf_menu li:last-child a {
	padding-right: 16px;
}

/*
	Quote Button
*/

.ct-header-quote-button p {
	margin: 0;
}

.ct-header-quote-button a {
	line-height: 60px;
    display: inline-block;
    background: #f48742;
	text-align: center;
    width: 100%;
}

.ct-header-quote-button a:hover {
	background: #358A35;
	color: #f48742;
}

/*
	Transitions
*/

a, i, button, input, i:before {
    transition: all 0.8s;
}

/*
	Header Icons
*/

.ct-header-social-icons ul li a:hover i {
	background: #f48742;
}

.ct-header-social-icons ul li a:hover i:before {
	color: #fff;
}

.ct-header-social-icons .tf_icon {
	margin-top: 0;
	margin-bottom: 0;
}

.ct-header-social-icons .tf_icon .tf_icon_icon {
	text-align: center;
	border-radius: 0;
}

/*
	Footer Icons
*/

.ct-footer-contact-icons {
	text-align: center;
	margin-top: 27px;
	margin-bottom: 27px;
}

.ct-footer-contact-icons ul.tf_icons {
	display: inline-block;
}

.ct-footer-contact-icons ul li.tf_icon {
	display: block;
}

/*
	Builder Icons
*/

.module .module-icon.xlarge i {
	display: block;
	margin: 0 auto;
	font-size: 98px;
	padding: 0;
	padding-top: 49px;
	padding-bottom: 49px;
	width: 196px;
	height: 196px;
	background-color: rgba(0,0,0,0);
	color: #F48742;
}

.module .module-icon i {
	background-color: rgba(0,0,0,0);
	color: #F48742;
}

.module .module-icon.xlarge.circle .module-icon-item {
	text-align: center;
}

.module .module-icon.xlarge.circle span {
	margin: 30px 0;
}
.module .module-icon .module-icon-item:hover a i.default {
	background-color: #f48742;
}

.module .module-icon .module-icon-item:hover a i.default:before {
	color: #fff;
}

.module .module-icon.normal i {
	width: 32px;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

/*
	Margin Desktop
*/

@media screen and (min-width:768px){

.module.module-slider, .module.module-callout {
	margin-bottom: 0;
}
}

/*
	Callouts
*/

.module.module-callout.default {
	background-color: rgba(0,0,0,0);
	border: none;
	margin-bottom: 30px;
}

.module.module-callout.default .callout-content {
	color: #fff;
}

.module.module-callout.default .callout-content h3 {
	font-weight: 300;
}

.module.module-callout.default .callout-button {
	color: #fff;
}

.module.module-callout.default .callout-button a {
	color: #fff;
	border: 2px solid #F48742;
	background: #F48742;
}

.module.module-callout.default .callout-button a:hover {
	border: 2px solid #F48742;
	background: #358A35;
	color: #F48742;
}

/*
	Tablet Fixes
*/

@media screen and (max-width:1200px) and (min-width: 768px) {

.ct-header-social-icons .tf_icons {
	text-align: center;
}

.ct-header-logo .tf_site_logo {
}

.ct-header-logo .tf_site_logo a {
    margin-top: 0;
}

.ct-header-logo .tf_site_logo a img {
	vertical-align: top;
	/*width: 140px;*/
}

.ct-header-row .ct-header-logo {
	margin-top: 15px;
}

.ct-header-row .tf_col {
	display: block;
	margin-bottom: 0px;
	width: 100% !important;
}

.ct-header-menu {
	text-align: center;
}

.ct-header-menu .tf_menu a {
	padding: 1em;
}

.ct-header-menu .tf_menu li:last-child a {
	padding-right: 0;
}

.ct-header-row .tf_row_inner, .ct-header-row .tf_row_wrapper, .ct-footer-row .tf_row_inner {
	padding: 0 !important;
}

.ct-header-row .tf_row_wrapper .tf_row_inner .tf_col:last-child {
	margin-bottom: 0;
}

}

/*
	Mobile Fixes
*/

@media screen and (max-width: 768px) {

.themify_builder_row .row_inner {
	padding-left: 0;
	padding-right: 0;
}

.ct-header-logo .tf_site_logo a {
	margin: 15px 0;
}

.ct-header-bar-row .tf_col, .ct-header-row .tf_col {
	display: block;
	width: 100% !important;
}

.ct-header-bar-row .tf_row_wrapper {
	padding: 0 !important;
}

.ct-header-row .tf_row_inner, .ct-header-row .tf_row_wrapper, .ct-footer-row .tf_row_inner {
	padding: 0 !important;
}

.ct-footer-bar-row .tf_col .tf_module_text {
	text-align: center;
}

.ct-footer-bar-row .tf_col .tf_module_text a {
	padding: 15px;
	display: block;
}

.ct-logo-row .tf_col {
	display: block;
	margin-bottom: 30px;
	width: 100%;
}

.ct-footer-row .tf_col {
	display: block;
	width: 100%;
}
/*
.ct-header-menu .mobile-menu .tf_mobile_menu_wrap select {
	padding:;
}*/

/*
	Header Icons
*/

.ct-header-bar-row {
	background: #f48742;
}

.ct-header-social-icons {
	text-align: center;
}

.ct-header-social-icons .tf_icons {
	display: inline-block;
}

.ct-header-social-icons .tf_icons .tf_icon {
	margin: 0;
}

.ct-header-social-icons .tf_icon .tf_icon_icon {
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f48742;
	font-size: 40px;
	width: 60px;
	height: 60px;
}

.ct-header-social-icons .tf_icon .tf_icon_icon:before {
	color: #fff;
}

.ct-header-social-icons .tf_icon .tf_icon_label {
	display: none;
}

/*
	Builder Modules
*/

.module .module-icon.xlarge.circle span {
	margin: 15px 0;
}

.module.module-text, .module .module-icon, .module.module-callout {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

/*
	Builder Icons
*/

.module .module-icon.xlarge i {
	background-color: #f48742;
	color: #fff;
}
.module .module-icon .module-icon-item:hover i.default {
	background-color: #fff;
}

.module .module-icon .module-icon-item:hover i.default:before {
	color: #f48742;
}

/*
	Menu
*/

.ct-header-menu {
	text-align: center;
}

.ct-header-menu #menu-top-menu {
	position: relative;
	height: 0;
	overflow: scroll;
	transition: 0.3s;
}

.ct-header-menu .ct-menu-button {
	display: block;
	position: relative;
	height: auto;
	width: auto;
	background: rgba(0,0,0,0);
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 25px;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	font-weight: lighter;
	z-index: 999999;
}

.ct-header-menu .ct-menu-button:before {
	content: "\f0c9";
}
.ct-header-menu ul#menu-top-menu ul {
	left: 0;
	border-left: 0;
}

.ct-header-menu ul#menu-top-menu li {
	display: block;
	text-align: left;
	width: 100%;
	text-align: left;
	padding-left:20px;
}

.ct-header-menu ul.sub-menu {
	padding-left: 40px;
	position: relative;
	background: rgba(0,0,0,0);
	width: 100%;
}

.ct-header-menu .tf_menu {
	display: block;
}

.tf_col {
	min-height: 0px;
}
}

@media screen and (max-width: 1000px) {
	.ct-footer-row .tf_col {
		width: 100% !important;
		display: block;
	}

	.ct-footer-row .tf_row_wrapper {
		padding-bottom: 15px;
		padding-top: 15px;
	}
}