@import url('reset.css');

@font-face{
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	background:#fff;
	color:#000;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:12px;
}
a{
	color:#000;
	text-decoration:none;
}

.clr{
	clear:both;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}


.top-bar{
	position:fixed;
	top:0;
	left:0;
	color: #000;
	background: #fff;
	margin:0 auto;
	width:90%;
	height: 132px;
	-webkit-box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.7); /* WebKit */
	-moz-box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.7); /* Firefox */
	box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.7); /* Standard */
	padding: 0 5% 0 5%;
	z-index: 10000;
	margin-bottom: 100px;
}

.top-bar a:hover{
	color: #fff;
}
.top-bar div.right{
	float: right;
}
#loading{	
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30% 0;
    margin: 0 auto;
}

.loading-item {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid rgba(208, 103, 3, 0.9);
    opacity: .5;
    border-radius: 100px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    width: 100px;
    height:100px;
    margin: 0 auto;
    -moz-animation: spinPulse 2s infinite ease-in-out;
    -webkit-animation: spinPulse 2s infinite linear;
}

.loading-text {
    text-align:center;
    margin: 0 auto;
    color:rgba(0, 0, 0, 0.3);
    font-size: 32px;
    text-transform: uppercase;
    opacity: 1;
    color: rgba(208, 103, 3, 1);
    margin: 0 auto;
    position: relative;
	font-family: 'Wire One', arial, serif; 
	font-weight:bold;
    top: -75px;
    -moz-animation: spinPulseText 2s infinite linear;
    -webkit-animation: spinPulseText 2s infinite linear;
}


@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: .5;
    }
    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    };
}

@-webkit-keyframes spinPulse {

    0% {
        -webkit-transform: scale(.5);
        opacity: 0;
        box-shadow: 0 0 35px rgba(208, 103, 3, 0.9);
    }    
    50% {
        -webkit-transform: scale(1);
        opacity: .5;
    }
    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    };
}

@-moz-keyframes spinPulseText {
    0% {
        -webkit-transform: scale(.9);
        opacity: 0.7;
    }    
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0.7;
        -webkit-transform: scale(.9);
    };
    
}

@-webkit-keyframes spinPulseText {

    0% {
        -webkit-transform: scale(.9);
        opacity: 0.7;
    }    
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        opacity: 0.7;
        -webkit-transform: scale(.9);
    };
}



.container {
	width:100%;
	margin:0 auto;
	padding-top: 100px;
	display: none;
}
.title-container{
	text-align:right;
	padding-top: 20px;
}
header h1{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 50px;
	line-height: 50px;
	position: relative;
	color: #d06503;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
header h1 span{
	color: #333;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
header h2{
	font-size: 21px;
	color: #d06503;
	color: #333333;
	font-family: 'Open Sans', Arial, sans-serif;
	padding: 0px 0px 15px 0px;
}
header h2 span{
	color: #333;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.header{
	padding-top:40px;
	z-index: 100
}
.content {
	width:1000px;
	margin:0 auto;
}

.container > header{
	padding: 30px 10px 10px 10px;
	margin: 10px 0px 10px 0px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: right;
}

.content{
	width:100%;
	position:relative;
}

/* Footer Style */
.footer{
	width:100%;
	height:25px;
	line-height:24px;
	bottom:0;
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
}
.footer a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align:right;
}
.footer a:hover{
	color:#fff;
}
.footer a span{
	font-weight:bold;
}
.footer span.right_ab{
	position:absolute;
	right:4px;
}

.internLink a{
	margin-top: 150px;
	
}

#dfjw{
	margin-top: 100px;
}
.class{
	z-index: 50;
}
.info{
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	max-width: 700px;
	font-weight: 400;
	margin-bottom: 20px;
	position: relative;
	margin: 0 auto;
	float: none;

    -webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', Arial, sans-serif;
    margin: 0 auto;
    font-size: 18px;
    line-height: 24px;
    padding-top: 10px;

}


.th-container{
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 0px;
	margin-top: 40px;
	padding-top: 40px;
}


.se-container{
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.se-slope{
	margin: 0 auto;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.se-slope:nth-child(odd){
	background: #000;
	box-shadow: 0px -1px 3px rgba(0,0,0,0.4);
}
.se-slope:nth-child(even){
	background: #fff;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.4) inset;
}
.se-content{
	margin: 0 auto;
}
.se-content h4{
	font-size: 60px;
	position: relative;
	display: inline-block;
	padding: 10px 30px 8px 30px;
	height: 80px;
	background: #000;
	line-height: 80px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-family: 'Bitter', 'Trebuchet MS', Arial;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
}
.se-content h4:before{
	content: '';
	width: 0;
	height: 0;
	border-top: 38px solid transparent;
	border-bottom: 60px solid transparent;
	border-right: 60px solid black;
	position: absolute;
	left: -59px;
	top: 0px;
}
.se-content h4:after{
	content: '';
	width: 0;
	height: 0;
	border-top: 38px solid transparent;
	border-bottom: 60px solid transparent;
	border-left: 60px solid black;
	position: absolute;
	right: -59px;
	top: 0px;
}
.se-slope:nth-child(odd) .se-content h4:before,
.se-slope:nth-child(odd) .se-content h4:after{
	border-right-color: #e90089;
	border-left-color: #e90089;
	border-right-color: #fff;
	border-left-color: #fff;
	margin: 0 auto;
}
.se-content h3{
	margin: 0 auto;
	margin-bottom: 6px;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	text-transform:uppercase;
	color: #d06503;
	
}
.se-content h3:first-letter{
}
.se-content p,.se-content div{
	margin: 0 auto;
	font-size: 14px;
	line-height: 21px;
	text-align: left;
}
.se-slope:nth-child(odd) .se-content{
	color: #fff;
	padding: 130px 0px 250px 0px;
	padding: 50px 50px 250px 50px;
	padding: 100px 0px 100px 0px;
}
.se-slope:nth-child(even) .se-content{
	color: #000;
	padding: 50px 50px 250px 50px;
	padding: 100px 0px 100px 0px;
}
.se-slope:nth-child(odd) .se-content h4{
	background: #e90089;
	background: #fff;
	color: #000;
}
.se-slope:nth-child(even) .se-content h4{
	background: #000;
	color: #fff;
}

.se-content a,.se-content a:visited{
	color: #000000;
  transition: color 0.25s ease;
  text-decoration: underline;
}
.se-content a:hover,.se-content a:active{
	color: #d06503;
  	text-decoration: none;
}
.clr{
	clear:both;
}
div.nextprevtop-wrapper{
	margin: 0 auto;
	margin-top: 100px;
	margin-left:0; margin-right:auto;
}

div.nextprevtop-wrapper span{
	
}

div.contactContainer{
	position:relative;
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
}
div.contactBlock{
	margin-top:40px;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	
	font-family: 'Bitter', 'Trebuchet MS', Arial;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}


input {	
width: 100%;
height: 40px;
line-height: 24px !important;
margin: 0 0 20px 0;
border: 0;
box-shadow: none;
border-radius: 0;
font-family: 'Sentinel', Georgia, serif;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

div.error { display: none; }

textarea {	
	width:100%;
	height: 140px;
	}
	
input.checkbox { border: none }
input:focus, textarea:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }
p#contact-text{ 
	text-align:center;
	}
p#phone{
	
	font-family: 'Bitter', 'Trebuchet MS', Arial;
	font-weight: 700;
	font-style: normal;
	font-size: 36px;
	line-height: 60px;
	text-transform: uppercase;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background:white;
    height: 60px;
    color:#000;
    padding-left: 100px;
    background: #fff url('../images/phone.png') no-repeat 40px 6px;
}
p#phone a{text-decoration: none;}
p.errorMsg {
	font-family: 'Bitter', 'Trebuchet MS', Arial;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	color: red;
	text-transform: uppercase;
}
h5.errorMsg{
	font-family: 'Bitter', 'Trebuchet MS', Arial;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	color: red;
	text-transform: uppercase;
	
}
label {
	font-family: 'Bitter', 'Trebuchet MS', Arial;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}
input.form_button {
	font-family: 'Bitter', 'Trebuchet MS', Arial;
display: inline-block;
width: 100%;
height: 60px;
margin: 0px 0 0 0;
background: white;
color: #d06503;
font-weight: bold;
font-style: normal;
font-size: 24px;
line-height: 50px;
letter-spacing: .1em;
text-transform: uppercase;
outline: 0;
border: 0;
padding: 0;

    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
transition: background;
}

input.form_button:hover{
background: #d06503;
color: white;
display: inline-block;
width: 100%;
height: 60px;
margin: 0px 0 0 0;
font-weight: bold;
font-style: normal;
font-size: 24px;
line-height: 60px;
letter-spacing: .1em;
text-transform: uppercase;
outline: 0;
border: 0;
padding: 0;
cursor: pointer;
transition: background;
}




a.btn-top{margin-left:auto; margin-right:auto;}
a.btn-left{margin-left:0; margin-right:auto;}
a.btn-right{
    margin-left:auto; margin-right:0;}

div.linkContainer{
float: right;
width: 31%;
margin-right: 2%;
}
div.nextprevtop-wrapper .a-btn{
  text-decoration: none;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    padding:10px 30px 10px 70px;
    position:relative;
    display:block;
    overflow:hidden;
    background:#ffffff;
    
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .2); /* WebKit */
-moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .2); /* Firefox */
box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .2); /* Standard */
    border:	0px solid #000000;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
div.nextprevtop-wrapper .a-btn-symbol{
    font-family:'WebSymbolsRegular', cursive;
    color:#333333;
    text-shadow:0 0px 0 #bef3f5;
    font-size:20px;
    position:absolute;
    left:20px;
    width:20px;
    text-align:center;
    line-height:32px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    opacity:0.3;
}
div.nextprevtop-wrapper .a-btn-text{
    font-size:16px;
    color:#d06503;
    text-shadow:0 0px 0 #fff;
    line-height:14px;
	text-transform:uppercase;
    font-weight:400;
	font-family: 'Open Sans', Arial, sans-serif;
    display:block;
}
div.nextprevtop-wrapper .a-btn-slide-text{
	font-family: 'Open Sans', Arial, sans-serif;
    font-size:11px;
    line-height:13px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:bold;
    color:#333333;
    text-shadow:0px 0px 0px rgba(255,255,255,0);
}
div.nextprevtop-wrapper .a-btn:hover{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}
div.nextprevtop-wrapper .a-btn:hover .a-btn-symbol{
    opacity:1;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
    color:#d06503;
}
div.nextprevtop-wrapper .a-btn:active{
    -webkit-transform:scale(0.95);
    -moz-transform:scale(0.95);
    -ms-transform:scale(0.95);
    -o-transform:scale(0.95);
    transform:scale(0.95);
    -webkit-box-shadow:0px 0px 0px 1px #458a8c, 0 1px 1px #d5d5d5, inset 0 1px 0 rgba(255,255,255,0.8), 0px 1px 1px 2px #fff;
    -moz-box-shadow:0px 0px 0px 1px #458a8c, 0 1px 1px #d5d5d5, inset 0 1px 0 rgba(255,255,255,0.8), 0px 1px 1px 2px #fff;
    box-shadow:0px 0px 0px 1px #458a8c, 0 1px 1px #d5d5d5, inset 0 1px 0 rgba(255,255,255,0.8), 0px 1px 1px 2px #fff;
}



@media screen and (max-width: 1010px){
	.se-content h4{
		font-size: 40px;
	}
}

@media screen and (max-width: 800px){
	
.se-content h3{
	margin: 0 auto;
	margin-bottom: 6px;
	font-family: 'Bitter', 'Trebuchet MS', Arial;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: left;
	text-transform:uppercase;
	color: #d06503;
	
}
.se-content h3:first-letter{
}
.se-content p,.se-content div{
	margin: 0 auto;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

.th-container{
	display: block;
	text-align: center;
	margin-top: 60px;
}

div.linkContainer{
float: none;
width: 90%;
	margin-top: 10px;
}
p#phone{
	
    background: #fff url('../images/phone.png') no-repeat 20px 6px;
}

}

@media screen and (max-width: 767px) {
	.se-content h4{
		font-size: 24px;
	}
p#phone{
	
	font-size: 32px;
	line-height: 60px;
	text-transform: uppercase;
	padding-left: 80px;
    background: #fff url('../images/phone.png') no-repeat 20px 6px;
}
}
@media screen and (max-width: 680px){
	
	header h1{
		font-size: 30px;
		line-height: 30px;
	}
	header h2{
		font-size: 14px;
	}
p#phone{
	
	font-size: 32px;
	line-height: 60px;
	text-transform: uppercase;
	padding-left: 60px;
    background: #fff url('../images/phone.png') no-repeat 10px 6px;
}

}

@media screen and (max-width: 560px){

	header h1{
		font-size: 28px;
		line-height: 28px;
	}
	header h2{
		font-size: 12px;
	}
	.se-content h4{
		font-size: 20px;
	}
p#phone{
	
	font-family: 'Bitter', 'Trebuchet MS', Arial;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
	line-height: 60px;
	text-transform: uppercase;
    height: 60px;
	padding-left:0px;
    background: #fff;
    text-align:center;
}
}

@media screen and (max-width: 520px){

	header h1{
		font-size: 40px;
		line-height: 40px;
	}
	header h2{
		font-size: 18px;
	}
	.top-bar{
		position:relative;
		color: #000;
		background: #fff;
		width:100%;
		height: 226px;
		-webkit-box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.7); /* WebKit */
		-moz-box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.7); /* Firefox */
		box-shadow: 1px 3px 8px 3px rgba(0, 0, 0, 0.7); /* Standard */
		padding: 0 5% 0 5%;
		z-index: 10000;
		margin-bottom: 0px;
	}
	.top-bar div.right{
			float: none;
	}
	.title-container{
		text-align:left;
		padding-top: 10px;
		margin-left: 10px;
	}
	
	.th-container{
		display: block;
		text-align: center;
		margin-top: 0px;
		padding-top: 10px;
	}

	p#phone{
		
		font-size: 26px;
		line-height: 60px;
	    text-align:center;
	}
}

@media screen and (max-width: 400px) {
	
	header h1{
		font-size: 40px;
		line-height: 40px;
	}
	
	header h2{
		font-size: 18px;
	}
	
	.top-bar{
		height: 198px;
	}
	.se-content p{
		width: 95%;
	}
	
	.se-slope:nth-child(odd) .se-content,
	.se-slope:nth-child(even) .se-content{
		padding-left:20px;
		padding-right:20px;
		
	}
	
	.se-content h3{
		margin: 0 auto;
		margin-bottom: 3px;
		font-size: 12px;
		line-height: 14px;
		text-align: left;
		text-transform:uppercase;
		color: #d06503;
	}
	.se-content h3:first-letter{
	}
	
	
	.se-content h4{
		font-size: 20px;
		line-height: 20px;
		padding-top: 30px;
		height: 60px;
		
	}
	
	.se-content p,.se-content div{
		margin: 0 auto;
		font-size: 11px;
		line-height: 12px;
		text-align: left;
	}
	
	div.linkContainer{
	float: none;
	width: 95%;
		margin-top: 10px;
	}

p#phone{
	padding-left:0px;
	font-size: 16px;
}
}
@media screen and (max-width: 320px) {
	
	header h1{
		font-size: 34px;
		line-height: 34px;
	}
	header h2{
		font-size: 14px;
	}
p#phone{
	padding-left:0px;
	font-size: 12px;
	font-weight:bold;
}
}