.wow {
    visibility: hidden;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body,
td,
th,
input,
textarea {
    color: #000000;
}

body,
td,
th,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 700;
}

body {
    margin-left: 0px;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    font-size: 16px;
    position: relative;
	overflow-x: hidden;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    background: transparent;
    color: inherit;
}

a:hover,
.current-menu-item a {
    opacity: 0.7;
    cursor: pointer;
}

a:active {
    opacity: 1 !important;
}

a,
.head,
.left,
.right,
img,
.menu {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.center_h {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.center_i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.opace {
    background: rgb(64, 64, 64);
    background: rgba(64, 64, 64, 0.85);
}

.opace_o {
    background: rgb(247, 149, 94);
    background: rgba(247, 149, 94, 0.85);
}

.orange {
    background-color: #f7955e;
}

.wrap {
    max-width: 1090px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

header {
    text-align: center;
    padding: 65px 20px 40px;
}

header img {
    display: inline-block;
	width: 400px;
}

header p {
    font-size: 14px;
    position: relative;
	margin-top: 10px;
	padding-top: 10px;
}

header p::before {
    content: " ";
    position: absolute;
    width: 100%;
    max-width: 500px;
    background-color: #f7955e;
    height: 4px;
    margin: auto;
    left: 0;
    right: 0;
    top: -6px;
}


header #companies, header #teams {
	position: absolute; 
	top: 0; 
	left: 0; 
	padding: 6px 25px 6px 15px; 
	font-size: 20px; 
	color: #f7955e; 
	-webkit-transform: skew(-18deg) translateY(0);
    -moz-transform: skew(-18deg) translateY(0);
    -o-transform: skew(-18deg) translateY(0);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

header #companies a, header #teams a {
	-webkit-transform: skew(18deg) translateY(0);
    -moz-transform: skew(18deg) translateY(0);
    -o-transform: skew(18deg) translateY(0);
	display: inline-block;
	margin: 0 10px;
}
#companies a.blue, #teams a.blue {color: #00358a;}

header #teams {
	left: auto;
	right: 0;
	-webkit-transform: skew(18deg) translateY(0);
    -moz-transform: skew(18deg) translateY(0);
    -o-transform: skew(18deg) translateY(0);
	z-index: 9999;
	box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.3);
	padding: 6px 15px 6px 25px;
}
header #teams a {
	display: block;
	-webkit-transform: skew(18deg) translateY(0);
    -moz-transform: skew(18deg) translateY(0);
    -o-transform: skew(18deg) translateY(0);
}
header #teams .mtt {
	-webkit-transform: skew(0deg) translateY(0);
    -moz-transform: skew(0deg) translateY(0);
    -o-transform: skew(0deg) translateY(0);
}

header .mob_menu {list-style: none; margin: 0; padding: 0; }
header .mob_menu li {margin:0; padding:0; border-left:0; text-align:left; width:100%; display:block;-webkit-transform: skew(-18deg) translateY(0);
    -moz-transform: skew(-18deg) translateY(0);
    -o-transform: skew(-18deg) translateY(0);}
header .mob_menu li {position: relative;}
header .mob_menu ul {display: none; position: absolute; top:15px; padding-top: 22px; float: right; right: 0px; z-index: 99999; text-align:center; width: 350px;}
header .mob_menu ul ul {display: none; position: absolute; top: 0; float: left; width: 100%; z-index: 99999; margin-top:0; text-transform:none; left:100%;}
header .mob_menu a {display: block; text-align: right;}
header .mob_menu ul a {background-color: transparent; padding: 5px 20px 5px 5px; width: 100%; font-size: 16px; background-color: #FFFFFF;}
header .mob_menu li:hover > ul {display: block; background-color: transparent;}
header .mob_menu li:hover > a, header .mob_menu ul :hover > a {opacity:1; filter:alpha(opacity=100);background-color: #FFFFFF;}
header .mob_menu li.current-menu-item > a, header .mob_menu li.current-menu-parent > a, header .mob_menu ul li.current-menu-item > a, header .mob_menu li.current_page_item ul a {opacity:1; filter:alpha(opacity=100); /*background:rgb(0, 62, 81); background:rgba(0, 62, 81, 1);*/ }
header .mob_menu ul a:hover, header .mob_menu li.current_page_item a:hover, header .mob_menu li.current_page_item > a, header .mob_menu li.current-menu-ancestor > a {opacity:1; filter:alpha(opacity=100); }
header .mob_menu ul a:hover {opacity: 1;}
header .mob_menu li.current_page_item:hover > a, header .mob_menu li.current-menu-ancestor:hover > a {}
header .mob_menu li.current-menu-item ul a {opacity:1; filter:alpha(opacity=100); border-bottom: 0 !important;}
header .mob_menu ul .current-page-ancestor a {}

#address strong:after {
    content: " ";
    position: absolute;
    width: 100%;
    max-width: 500px;
    background-color: #f7955e;
    height: 6px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -25px;
}

.strip {
    padding: 60px 0;
    margin-bottom: 20px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    overflow: hidden;
}

.strip .text {
    padding: 30px 100px 30px 200px;
    float: left;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    left: -100px;
    min-width: 660px;
    font-size: 14px;
    -webkit-transform: skew(-18deg) translateY(0);
    -moz-transform: skew(-18deg) translateY(0);
    -o-transform: skew(-18deg) translateY(0);
}

.strip .text strong {
    display: block;
    font-size: 24px;
    margin: 15px 0 -5px;
}

.strip .text a,
#comps .box a {
    display: inline-block;
    padding: 5px 20px;
    background-color: #FFFFFF;
    color: #404040;
    border-radius: 30px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.strip .text .us {
    -webkit-transform: skew(18deg) translateY(0);
    -moz-transform: skew(18deg) translateY(0);
    -o-transform: skew(18deg) translateY(0);
}

#simplecf.strip {
    background-image: url(images/bg_simplecf2.jpg);
	background-position: center;
}

#simplecfscot.strip {
    background-image: url(images/bg_scot.jpg);
    background-position: center;
}

#simplecfscot.strip .text {
    float: right;
    box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.3);
    padding: 30px 200px 30px 100px;
    left: auto;
    right: -100px;
    -webkit-transform: skew(18deg) translateY(0);
    -moz-transform: skew(18deg) translateY(0);
    -o-transform: skew(18deg) translateY(0);
}

#simplecfscot.strip .text a {
    color: #f7955e;
}

#simplecfscot.strip .text .us {
    -webkit-transform: skew(-18deg) translateY(0);
    -moz-transform: skew(-18deg) translateY(0);
    -o-transform: skew(-18deg) translateY(0);
}

#simplehl.strip {
    background-image: url(images/bg_simplehl.jpg);
}

#address {
    text-align: center;
    padding: 30px 20px 50px;
	font-size: 30px;
}

#address strong {
    font-weight: 400;
   /* font-size: 22px; */
    display: block;
    margin-bottom: 20px;
    position: relative;
}

#address strong:after {
    max-width: 50px;
    height: 3px;
    bottom: -20px;
}
#comps {
    min-height: 20px;
}

#terms {
    text-align: center;
    overflow: hidden;
}

.box {
    float: left;
    display: inline-block;
    vertical-align: top;
    padding: 40px 20px;
    text-align: center;
}

.box img {
    display: inline-block;
    margin-bottom: 40px;
}

.three .box {
    width: 33%;
}

#terms {
    padding: 20px;
    color: #666666;
    font-size: 14px;
}

footer {
    background-color: #404040;
    padding: 80px 20px;
    text-align: center;
}

footer img {
    display: inline-block;
}

.sec_btn {
    margin-left: 5px;
}

@media (max-width: 1080px) {
header .mob_menu ul {
		width: 250px;
	}
}

@media (max-width: 700px) {
    .strip .text,
    #simplecfscot.strip .text {
        padding: 30px;
        float: none;
        left: auto;
        right: auto;
        min-width: auto;
        text-align: center;
        -webkit-transform: skew(0deg) translateY(0);
        -moz-transform: skew(0deg) translateY(0);
        -o-transform: skew(0deg) translateY(0);
    }
    .strip .text img {
        display: inline-block;
    }
    .strip .text .us,
    #simplecfscot.strip .text .us {
        -webkit-transform: skew(0deg) translateY(0);
        -moz-transform: skew(0deg) translateY(0);
        -o-transform: skew(0deg) translateY(0);
    }

    .three .box {
        width: 100%;
        float: none;
    }
	
}

@media (max-width: 500px) {
	header {
		padding-top: 0;
	}
header #companies, header #teams {
		position: relative;width: 120%;
text-align: center;
left: -10%;
right: -10%;
	padding: 5px 0;
	}
	header #teams {
		margin-bottom: 50px;
	}
	header .mob_menu a {
		text-align: center;
	}
	header .mob_menu ul {
   
    float: none;
    right: auto;
    width: 100%;
    left: -5%;
}
}