@charset  "utf-8";

/* CSS Document */
/*
Theme Name: RTP Road Markings
Author: Shimon Jacobson @ Right Click Media
Author uri: http://www.rightclickmedia.co.za
License: GNU License
License URI: http://www.rightclickmedia.co.za
Version: 1.0
Description: This is a custom development professional wordpress theme
*/

* {
	margin: 0;
}
 
html, body {
	margin: 0;
	font-family: 'Raleway', sans-serif !important;
	color: #fff;
	overflow-x: hidden;
	background-image: url(images/welcometext_background.jpg);
	background-attachment: fixed;
}

ul {
	margin: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/*////////////////////////////////////////
//////////////////////////////////////////
Header
//////////////////////////////////////////
////////////////////////////////////////*/

header {
	width: 100%;
	min-height: 0px !important;
	width: 100%;
	text-align: center;
	position: fixed;
	margin-top: 30px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: 9999;
	background: rgba(0,0,0,0.0);
	background-image: url(images/nav_header.jpg);
	background-size: cover;
}

header {
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
	width: 100%;
	height: 103px;
    -webkit-transition:height .8s;
    -moz-transition:height .8s;
    -ms-transition:height .8s;
    -o-transition:height .8s;
    transition:height .8s;
	
	-webkit-transition:ease-in-out .5s;
    -moz-transition:ease-in-out .5s;
    -ms-transition:ease-in-out .5s;
    -o-transition:ease-in-out .5s;
    transition:ease-in-out .5s;
}

/*.logo {
	height: 119px;
}*/

@media (max-width: 350px) {
#logo {
	width: 100%;
	max-width: 100px;
	height: auto;
	margin: auto;
	float: left;
}
}

header #logo {
    display:inline-block;
	max-width: 180px;
    /*height: 97px;*/
	margin: auto;
	float: left;
    -webkit-transition:all .8s;
    -moz-transition:all .8s;
    -ms-transition:all .8s;
    -o-transition:all .8s;
    transition:all .8s;
	
	-webkit-transition:ease-in-out .5s;
    -moz-transition:ease-in-out .5s;
    -ms-transition:ease-in-out .5s;
    -o-transition:ease-in-out .5s;
    transition:ease-in-out .5s;
}

header nav {
    display:inline-block;
}

.header_menu nav a {
	line-height: 80px;
    -webkit-transition:all .8s;
    -moz-transition:all .8s;
    -ms-transition:all .8s;
    -o-transition:all .8s;
    transition:all .8s;
}

header nav a:hover {
    color:#fff;
}

header.smaller {
    height: 65px !important;
	background-color: rgba(0,0,0,0.60) !important;
	background-image: url(images/nav_header.jpg);
	background-size: cover;
}

/*header.smaller::after {
    content: ' ';
    display: block;
    opacity: 0.6;
    background-image: url(images/nav_header.jpg);
	background-size: cover;
}*/

header.smaller #logo {
	max-width: 110px;
    text-align: left;
    margin-left: 5px;
}

header.smaller .menu_b {
    /*line-height: 2;*/
    font-size: 14px;
	background-image: none !important;
	-webkit-transition:all .8s;
    -moz-transition:all .8s;
    -ms-transition:all .8s;
    -o-transition:all .8s;
    transition:all .8s;
}

header.smaller .menu_b a {
    font-size: 14px;
	color: #fff;
}

header.smaller .menu_b li {
	padding: 8px 8px;
}

header.smaller nav a {
    /*line-height:35px;
    font-size:16px;*/
}

.smaller .header_menu li a {
	font-size: 14px;
	line-height: 2.3;
	transition: ease-in-out .40s;
	-webkit-transition: ease-in-out .40s;
	-moz-transition: ease-in-out .40s;
	-ms-transition: ease-in-out .40s;
	-o-transition: ease-in-out .40s;
}

/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
    visibility:hidden;
    display:block;
    content:"";
    clear:both;
    height:0;
    text-align:center!important
}

.back_red {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	-webkit-mix-blend-mode: multiply;
	mix-blend-mode: multiply;
}

.back_red_over {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	-webkit-mix-blend-mode: difference;
	mix-blend-mode: difference;
	opacity: 0.8;
}

.border_block {
	width: 100%;
    height: 50px;
    background-color: red;
    margin-top: -50px;
    mix-blend-mode: overlay;
    position: absolute;
	/*transform: rotate(3deg);
	-webkit-transform: rotate(3deg);*/
}

.border_block_white {
	width: 100%;
    height: 100px;
    background-color: #fff;
    margin-top: -25px;
    position: absolute;
    transform: rotate(-3deg);
    -webkit-transform: rotate(2deg);
} 

/*////////////////////////////////////////
//////////////////////////////////////////
Header
//////////////////////////////////////////
////////////////////////////////////////*/

/*////////////////////////////////////////
//////////////////////////////////////////
Description
//////////////////////////////////////////
////////////////////////////////////////*/

.description {
	text-align: center;
}

.description h1 {
	font-size: 350%;
    color: #fff;
    font-weight: normal !important;
    padding: 200px 10px 100px 10px;
    margin-top: 0px !important;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.80);
    margin: 0px;
}

#map {
	width: 100%;
	height: 400px;
}

/*////////////////////////////////////////
//////////////////////////////////////////
Description
//////////////////////////////////////////
////////////////////////////////////////*/

/*////////////////////////////////////////
//////////////////////////////////////////
Social
//////////////////////////////////////////
////////////////////////////////////////*/

.social {
	width: 20px;
	margin: 1px 5px;
	font-size: 22px;
    line-height: 1.4;
	transition: ease-in-out .20s;
	-webkit-transition: ease-in-out .20s;
	-moz-transition: ease-in-out .20s;
	-ms-transition: ease-in-out .20s;
	-o-transition: ease-in-out .20s;
	filter: gray;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.social:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}

.dets_size {
	font-size: 20px;
    vertical-align: middle;
}

a svg:hover #facebook { 
	fill: #3B5998;
}

a svg:hover #instagram { 
	fill: #C1A391;
}

a svg:hover #twitter { 
	fill: #1AB7EA;
}

a svg:hover #google { 
	fill: #E14E42;
}

a svg #facebook,
a svg #instagram,
a svg #twitter,
a svg #google {
	padding-right: 15px;
	fill: #fff;
	transition: 200ms;
	transition-timing-function: ease-in-out;
	-webkit-transition: 200ms;
	-webkit-transition-timing-function: ease-in-out;
}

svg #facebook,
svg #instagram,
svg #twitter,
svg #google {
	padding-right: 15px;
	fill: #fff;
	transition: 200ms;
	transition-timing-function: ease-in-out;
	-webkit-transition: 200ms;
	-webkit-transition-timing-function: ease-in-out;
}

svg #google {
	height: 35px;
	padding-right: 15px;
	fill: #fff;
	transition: 200ms;
	transition-timing-function: ease-in-out;
	-webkit-transition: 200ms;
	-webkit-transition-timing-function: ease-in-out;
}


#facebook,
#instagram,
#twitter {
	height: 40px !important;
	padding-right: 15px;
}

#google {
	height: 35px;
}

a svg:hover #facebook_small { 
	fill: #3B5998;
}

a svg:hover #instagram_small { 
	fill: #C1A391;
}

a svg:hover #twitter_small { 
	fill: #1AB7EA;
}

a svg:hover #youtube_small { 
	fill: #E14E42;
}

a svg #facebook_small,
a svg #instagram_small,
a svg #twitter_small,
a svg #youtube_small,
svg #google_small {
	padding-right: 5px;
	fill: #fff;
	transition: 200ms;
	transition-timing-function: ease-in-out;
	-webkit-transition: 200ms;
	-webkit-transition-timing-function: ease-in-out;
}

svg #facebook_small,
svg #instagram_small,
svg #twitter_small,
svg #youtube_small,
svg #google_small {
	fill: #fff;
	transition: 200ms;
	transition-timing-function: ease-in-out;
	-webkit-transition: 200ms;
	-webkit-transition-timing-function: ease-in-out;
}

#facebook_small,
#instagram_small,
#twitter_small,
#youtube_small {
	height: 18px !important;
    padding: 2px;
	padding-right: 15px;
	fill: #fff !important;
}

#google_small {
	height: 22px !important;
	padding-right: 15px;
	fill: #fff !important;
}

#facebook_small:hover {
	fill: #3b5998 !important;
}

#google_small:hover {
	fill: #db4437 !important;
}

#google:hover {
	fill: #db4437 !important;
}

/*////////////////////////////////////////
//////////////////////////////////////////
Social
//////////////////////////////////////////
////////////////////////////////////////*/

/*////////////////////////////////////////
//////////////////////////////////////////
Call to Action
//////////////////////////////////////////
////////////////////////////////////////*/

.call_to_action {
	width: 100%;
	height: 30px;
	margin: auto;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	position: fixed;
	z-index: 9999;
	vertical-align: middle !important;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	background-image: url(images/header_banner_top.jpg);
	background-size: cover;
}

.call_to_action img {
	vertical-align: middle !important;
}

.c_wrap {
	width: 100%;
	padding-right: 20px !important;
}

.call_to_design {
	width: 100%;
	height: 100%;
	background: url(images/patturn_overlay.jpg);
	background-repeat: repeat;
	mix-blend-mode: difference;
    position: absolute;
    z-index: -9;
}

@media (max-width: 550px) {

.call_to_action {
	text-align: center !important;
}

.c_wrap {
	width: 100%;
	padding-right: 0px;
}

}

.call_to_action a {
	text-decoration: none;
	color: #fff;
	line-height: 2;
	transition: ease-in-out .20s;
	-webkit-transition: ease-in-out .20s;
	-moz-transition: ease-in-out .20s;
	-ms-transition: ease-in-out .20s;
	-o-transition: ease-in-out .20s;
}

.call_to_action a:hover {
	color: #d09d1d;
}

/*////////////////////////////////////////
//////////////////////////////////////////
Call to Action
//////////////////////////////////////////
////////////////////////////////////////*/

/*////////////////////////////////////////
//////////////////////////////////////////
Border V
//////////////////////////////////////////
////////////////////////////////////////*/

#slide_v_wrap {
	width: 100%;
	position: absolute;
	margin-top: -35px;
	display: inline-block;
}

.slide_v_left {
	width: 55%;
	height: 100px;
	float: left;
	position: absolute;
	left: -6px;
	right: auto;
	background-image: url(images/main_back.jpg);
	transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
}

.slide_v_right {
	width: 55%;
	height: 100px;
	float: left;
	right: -6px;
	left: auto;
	position: absolute;
	background-image: url(images/main_back.jpg);
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
}

/*////////////////////////////////////////
//////////////////////////////////////////
Border V
//////////////////////////////////////////
////////////////////////////////////////*/

/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////
Menu
//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/

#menu_block {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	min-height: 50px;
	/*position: fixed;
	z-index: 999;*/
}

.menu_b {
	width: auto;
	text-align: center;
	-webkit-transition:all .8s;
    -moz-transition:all .8s;
    -ms-transition:all .8s;
    -o-transition:all .8s;
    transition:all .8s;
}

.menu_b li {
	display: inline-block;
	padding: 25px 8px;
}

.current-menu-item {
	border-top: solid #d09d1d 2px !important;
	border-bottom: solid #d09d1d 2px !important;
	line-height: 1;
}

.menu_b a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	width: 100% !important;
	font-size: 16px;
	font-weight: 700;
	/*line-height: 6;*/
	color: #fff;
	border: solid 2px rgba(255,255,255,0.0);
	padding: 15px 8px;
	transition: linear .25s;
	-webkit-transition: linear .25s;
	-moz-transition: linear .25s;
	-ms-transition: linear .25s;
	-o-transition: linear .25s;
}

.menu_b a:hover {
	border-top: solid #d09d1d 2px;
	border-bottom: solid #d09d1d 2px;
	color: #fff !important;
	text-decoration: none;
}

.menu_b li::after {
	/*content: " / ";*/
	color: #2DC6EA;
	font-size: 18px;
	font-weight: 700;
}

/*.menu_b li:before {
	content: '/';
	color: #DF1E21;
	font-size: 35px;
    padding: 0px !important;
    margin: 0px !important;
    vertical-align: sub;
}*/

/*.menu_b li:hover:before {
	color: #DF1E21;
	font-size: 35px;
    padding: 0px !important;
    margin: 0px !important;
    vertical-align: middle;
	-webkit-transition: all 3s;
    transition: all 3s;
}*/

/*.menu_b li:after,.menu_b li:before{
	-webkit-transition: all 3s;
    transition: all 3s;
}

.menu_b li:hover:after {
	color: #DF1E21;
	font-size: 35px;
    padding: 0px !important;
    margin: 0px !important;
    vertical-align: middle;
	-webkit-transition: all 3s;
    transition: all 3s;
}*/

/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////
Menu
//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////
Body
//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/

.body_full_wrap {
	width: 100%;
	margin: auto;
	position: relative;
}

.body_full_wrap h1 {
	text-align: center;
	font-size: 40px;
	top: 20px;
	bottom: 20px;
	text-transform: uppercase;
	border-bottom: solid #fff 2px;
	border-top: solid #fff 2px;
	width: 100%;
	max-width: 750px;
    margin: auto;
}

.body_full_wrap h1 {
	font-weight: 700 !important;
}

.body_full_wrap a {
	color: #333;
	text-decoration: none;
	transition: ease-in-out .25s;
	-webkit-transition: ease-in-out .25s;
	-moz-transition: ease-in-out .25s;
	-ms-transition: ease-in-out .25s;
	-o-transition: ease-in-out .25s;
}

.body_full_wrap a:hover {
	color: #e12128;
}

.body_wrap {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.body_box {
	width: auto;
	max-width: 1000px;
	min-height: 200px;
	margin: auto;
	padding: 20px 10px;
	position: relative;
}

.body_box h1 {
	text-align: center;
	font-size: 40px;
	margin-bottom: 25px;
	margin-top: 15px;
	text-transform: uppercase;
	width: 100%;
    margin: auto;
	color: #d09d1d;
}

.body_grey_wrap {
	width: 100%;
	min-height: 200px;
	background-color: #111111;
	padding: 20px;
}

.body_orange_wrap {
	width: 100%;
	min-height: 200px;
	background-color: #d09d1d;
}

.content_wrap_a {
	width: 100%;
	min-height: 50px;
	margin: auto;
	background-color: rgba(0,0,0,0.60);
}

.block_wrap {
	width: 100%;
	background-image: url(images/block_01.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.float_box_a {
	background-color: #d09d1d;
	width: auto;
	max-width: 600px;
	min-height: 150px;
	padding: 20px 10px;
	position: absolute;
	z-index: 999;
	left: auto;
	right: 0;
}

.body_box_sm {
	width: auto;
	max-width: 900px;
	margin: auto;
	background-color: #d09d1d;
	position: relative;
	z-index: 99;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

img.float_box_a {
	position: absolute;
	z-index: 9;
	top: 100px;
	bottom: auto;
	left: 0;
	right: auto;
	background-color: rgba(0,0,0,0.00) !important; 
}

.st {
	text-align: center !important;
}

.st h1 {
	text-align: center !important;
	font-size: 40px;
	text-transform: uppercase;
	border-bottom: solid #fff 2px !important;
	border-top: solid #fff 2px !important;
	width: 100%;
	max-width: 750px;
    margin: auto;
}

.body_box h1 {
	font-weight: 700 !important;
}

.body_box a {
	color: #fff;
	text-decoration: none;
	transition: ease-in-out .25s;
	-webkit-transition: ease-in-out .25s;
	-moz-transition: ease-in-out .25s;
	-ms-transition: ease-in-out .25s;
	-o-transition: ease-in-out .25s;
}

.body_box a:hover {
	color: #d09d1d;
}

/*//////////////////////////////////////////////////////////////////////*/

.body_box_water {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 20px 10px;
	position: relative;
	color: #fff;
}

.body_box_water h1 {
	text-align: center;
	font-size: 40px;
	margin: 5px 0px 15px 0px;
	text-transform: uppercase;
	border-bottom: solid #fff 2px;
	border-top: solid #fff 2px;
	width: 100%;
	max-width: 750px;
    margin: auto;
}

.body_box_water p {
	text-align: center;
	margin: 15px 0;
	line-height: 1.3;
}

.body_box_water h1 {
	font-weight: 700 !important;
}

.body_box_water a {
	color: #fff;
	text-decoration: none;
	transition: ease-in-out .25s;
	-webkit-transition: ease-in-out .25s;
	-moz-transition: ease-in-out .25s;
	-ms-transition: ease-in-out .25s;
	-o-transition: ease-in-out .25s;
}

.body_box_water a:hover {
	color: #e12128;
}

a.read_more {
	padding: 10px 15px;
	background-color: #000;
	color: #fff !important;
	text-decoration: none;
	trasition: ease-in-out 30s;
	-webkit-trasition: ease-in-out 30s;
	-moz-trasition: ease-in-out 30s;
	-ms-trasition: ease-in-out 30s;
	-o-trasition: ease-in-out 30s;	 
}

a.read_more:hover {
	background-color: #d09d1d !important;
	color: #333 !important; 
}

/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////
Body
//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////
Additions
//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/

.content_wrap {
	width: 100%;
	min-height: 50px;
	background: #e12128;
}

#dets_wrap {
	width: 100%;
	max-width: 650px;
	display: inline-block;
	float: right;
}

.dets_block {
	width: 49%;
    display: block;
    padding-top: 39px;
	vertical-align: middle;
}

.dets_block img {
	vertical-align: middle;
}

.dets_block a {
	text-decoration: none;
	color: #fff;
	transition: ease-in-out 25s;
	-webkit-transition: ease-in-out 25s;
	-moz-transition: ease-in-out 25s;
	-ms-transition: ease-in-out 25s;
	-o-transition: ease-in-out 25s;
}

.dets_block a:hover {
	color: #e12128;
}

/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////
Additions
//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////
Footer
//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/

.footer_overlay {
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.80) 100%);
}

.footer_menu_wrap {
	width: 100%;
	background-image: #e12128;
}

.footer_copyright_wrap {
	padding: 15px;
	background-color: #111111;
}

.footer_menu {
	width: auto;
	/*max-width: 1000px;*/
	margin-right: 2%;
	text-align: right;
	line-height: 0;
}

.footer_menu li {
	display: inline-block;
}

.footer_menu a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
	color: #d09d1d;
	padding: 8px;
	line-height: 2;
	transition: ease-in-out .20s;
	-webkit-transition: ease-in-out .20s;
	-moz-transition: ease-in-out .20s;
	-ms-transition: ease-in-out .20s;
	-o-transition: ease-in-out .20s;
}

.footer_menu a:hover {
	background-color: #d09d1d;
	color: #333;
	text-decoration: none;
}

footer {
	width: 100%;
	min-height: 100px;
	margin: auto;
	color: #fff;
	background-image: url(images/footer-bg.jpg);
	background-attachment: fixed;
	background-size: 100% !important;
}

.footer_box {
	width: auto;
	max-width: 1000px;
	margin: auto;
	padding: 20px 10px;
}

footer h2 {
	font-weight: normal !important;
}

footer a {
	text-decoration: none;
	color: #fff;
	transition: ease-in-out .20s;
	-webkit-transition: ease-in-out .20s;
	-moz-transition: ease-in-out .20s;
	-ms-transition: ease-in-out .20s;
	-o-transition: ease-in-out .20s;
}

footer a:hover {
	text-decoration: none;
	color: #fff;
	color: rgba(247,148,29,1.00);
}

.footer_copyright {
	width: 100%;
	min-height: 50px;
	background: #333;
	text-align: center;
	color: #fff;
}

.footer_copyright a {
	text-decoration: none;
	color: #fff;
	transition: ease-in-out .20s;
	-webkit-transition: ease-in-out .20s;
	-moz-transition: ease-in-out .20s;
	-ms-transition: ease-in-out .20s;
	-o-transition: ease-in-out .20s;
}

.footer_copyright a:hover {
	color: #d09d1d;
}

/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////
Footer
//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////
Responsive Grid
//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

.span_1_of_3_contact { width: 32.26%; height: 100% !important; color: #fff; background-color: rgba(247,148,29,1.00); }
.span_1_of_3_contact h2 { text-align: center; font-size: 32px !important; margin-top: 50px; }
.span_1_of_3_contact a {
	color: #fff;
	text-decoration: none;
	transition: ease-in-out .20s;
	-webkit-transition: ease-in-out .20s;
	-moz-transition: ease-in-out .20s;
	-ms-transition: ease-in-out .20s;
	-o-transition: ease-in-out .20s;
}

.span_1_of_3_contact a:hover {
	color: #E63466;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}

/*  SECTIONS  */
.section_head {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col_head {
	display: block;
	float:left;
	margin: 0%;
}
.col_head:first-child { margin-left: 0; }

/*  GROUPING  */
.group_head:before,
.group_head:after { content:""; display:table; }
.group_head:after { clear:both;}
.group_head { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2_head {
	width: 100%;
}
.span_1_of_2_head {
	width: 50%;
}

.span_1_of_2_head_left {
	width: 49%;
	text-align: left;
	/*padding-left: 10px;*/
}

.span_1_of_2_head_right {
	width: 49%;
	text-align: right;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 0px) {
	.col_head { 
		margin: 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2_head, .span_1_of_2_head { width: 100%; }
}

/*////////////////////////////////////*/
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4_head {
	width: 100%;
}
.span_3_of_4_head_right{
	width: 74.6%;
	text-align: right;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4_head_left {
	width: 23.8%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}

/*////////////////////////////////////*/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3_pink { width: 66.13%; background-color: #E63466; text-align: center; font-size: 32px; font-weight: 700; padding: 15px 0px;  }
.span_1_of_3_blue { width: 32.26%; background-color: #d09d1d; text-align: center; font-size: 32px; font-weight: 700; padding: 15px 0px; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////
Responsive Grid 3 End
//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////
Parallax
//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/

/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px
}

/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
    margin-bottom: 0
}

/*section.module h2 {
  margin-bottom: 0px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}*/
/*section.module p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
}

section.module p:last-child {
  margin-bottom: 0;
}*/
section.module.content {
    padding: 40px 0
}

section.module.parallax {
/*padding: 50px 0;*/
/*background-position: center !important;*/
/*background-position: 0 0;*/
}

/*section.module.parallax h1 {
  color: #1e1e1e;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px white;
}*/
section.module.parallax-1 {
    background-image: url(images/main_back.jpg);
	background-repeat: repeat;
}

section.module.parallax-2 {
    background-image: url(images/parallax_layer_01.jpg);
	background-size: cover;
}

section.module.parallax-description {
    background-image: url(images/description.jpg);
	background-size: cover;
}

section.module.parallax-car {
    background-image: url(images/car_1.png);
	background-size: cover;
}

section.module.parallax-car_b {
    background-image: url(images/car_2.png);
	background-size: cover;
}

section.module.parallax-tubroback {
    background-image: url(images/car_2.png);
	background-size: cover;
}

.back_car {
	width: 100%;
	height: auto;
	background-image: url(images/paralax_01.jpg);
	background-attachment: fixed;
	background-size: 50%;
    background-position: 100% 50%;
	background-repeat: no-repeat;
}

.turbo_back {
	width: 100%;
	height: auto;
	background-image: url(images/turbo_back.png);
	background-attachment: fixed;
	background-size: 50%;
    /*background-position: 100% 50%;
	background-repeat: no-repeat;*/
}

@media all and (min-width: 600px) {
/*section.module h2 {
    font-size: 42px;
  }

  section.module p {
    font-size: 20px;
  }*/
section.module.parallax {
    padding: 0
}/*section.module.parallax h1 {
    font-size: 96px;
  }*/
}

@media all and (min-width: 960px) {
/*section.module.parallax h1 {
    font-size: 160px;
  }*/
}

/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////
Parallax
//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////
Login Screen
//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/

/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(images/logo.png);
	width: 175px;
	height: 102px;
	background-size: 175px 102px;
}
 
/* Add a few changes to the color and style of form itself */

.login, .login-action-login, wp-core-ui, .locale-en-us {
	background-image: url(images/welcometext_background.jpg);
}

#login {
    width: 320px;
    padding: 3% 0 0;
    margin: auto;
}

.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 26px 24px 46px;
    background: rgba(0, 0, 0, 0.65) !important;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
}

.login #login_error, .login .message {
    background-color: rgba(0, 0, 0, 0.61) !important;
}

/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////
Login Screen
//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////
Contact Form 7
//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
    background-color: rgba(255,255,255,0.00);
	border: solid #fff 2px;
	padding: 7px;
    color: #fff;
    max-width: 800px !important;
	width: 100% !important;
	margin-right: 10px;
}

.wpcf7 textarea {
	height: 65px;
}

.wpcf7 input[type="submit"] {
	background-color: rgba(255,255,255,0.00);
	border: solid #fff 2px;
	padding: 6px 25px;
    color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	transition: ease-in-out .20s;
	-transition: ease-in-out .20s;
	-moz-transition: ease-in-out .20s;
	-ms-transition: ease-in-out .20s;
	-o-transition: ease-in-out .20s;
	cursor: pointer;
	float: right;
}

.wpcf7 input[type="submit"]:hover {
	background-color: #d09d1d;
	color: #fff;
	cursor: pointer;
}

placeholder {
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
}

/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////
Contact Form 7
//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////
Drop Down Menu
//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/

.menu_b ul li {
  display: inline-block;
}

.menu_b ul li:hover > a{
    color:#FFFFFF;
}

.menu_b ul li:hover > ul {
  display:block;
}

.menu_b ul ul:before {
	background: rgba(82,82,82,0.85);
	padding:0;
	text-align: center;
	display:none;
	width: 100%;
	position: absolute;
	top: -200px;
	-webkit-transition:all .8s;
    -moz-transition:all .8s;
    -ms-transition:all .8s;
    -o-transition:all .8s;
    transition:all .8s;
}

.menu_b ul ul::after {
	background: rgba(82,82,82,0.85);
	padding:0;
	text-align: center;
	display:none;
	width: 100%;
	position: absolute;
	top: 140px !important;
	left: 0px;
	min-height: 200px;
}

.menu_b ul ul {
	background: rgba(82,82,82,0.85);
	padding:0;
	text-align: center;
	display:none;
	width: 100%;
	position: absolute;
	top: 140px;
	left: 0px;
	min-height: 200px;
	border: solid rgba(227,227,227,1.00) 1.5px;
}

.menu_b ul ul li {
	display: inline-block !important;
	width: 33%;
	text-align: left;
	float: left !important;
}

.menu_b ul ul a {
	width: 100%;
	font-size: 14px !important;
	line-height: 1;
	padding-left: 15px;
}

.menu_b ul ul li a {
}

.menu_b ul ul li::after {
	content: "" !important;
}

#gym .menu_b ul ul {
	background-size: cover !important;
}

.wpbdp-listing-contact-form textarea {
    width: 100% !important;
}

/*.gym:hover + .menu_b ul ul {
	background-color: #E80003 !important;
}*/

/*////////////////////////////////////////////////////
//////////////////////////////////////////////////////
Drop Down Menu
//////////////////////////////////////////////////////
////////////////////////////////////////////////////*/

.desk_top {
	display: block;
}

.mobi_top {
	display: none;
}

.desk_top img {
	width: 20px;
}

.mobi_top img {
	width: 20px;
}

@media (max-width: 650px) {
.desk_top {
	display: none;
}

.mobi_top {
	display: block;
}
}