/* GLOBAL */

/* Fonts */
@font-face {
	font-family: Bebas;
	src: url(../fonts/Bebas.ttf);
}
@font-face {
	font-family: Bebas;
	src: url(../fonts/Bebas.eot);
}
@font-face {
	font-family: Myriad Pro;
	src: url(../fonts/Myriad_Pro.ttf);
}
@font-face {
	font-family: Myriad Pro;
	src: url(../fonts/Myriad_Pro.eot);
}

/* BASIC ELEMENTS */
body {
	border-top: 2px solid #de8200;
	font-family: 'Myriad Pro';
}

p {
	margin:5px 0;
	line-height:25px;
}

a {
	text-decoration:none;
	color:inherit;
	transition: color .5s ease;
}

strong {
	font-weight:bold;
}

figcaption strong { 
	border-bottom: 1px solid #D6D0C1;
	padding-bottom:10px;
	margin: 10px 0;
	display:block;
}

figcaption {
	line-height: 25px;
    font-size:14px;
	width:200px;
}

hr {
	border:0;
	height:1px;
    margin:20px 0;
}


/* HEADER */
.header_wrap {
	background: url(../img/background-checkered.jpg);
	width: 100%;
	z-index:3000;
	
}

header {
	position:relative;
	z-index:2000;
    width:auto;
    max-width:900px;
    margin: 0 auto 10px auto;
}

header h1 {
	margin:35px 0 0 0;
    font-size:55px;
    color:#e56038;
    font-family: 'Bebas';
}

header p {
	font-family: 'Bebas';
    font-size:16px;
    color: #4A463B;
    margin-left:132px;
}

nav {
	position:absolute;
    right:0;
	z-index: 1000;
    bottom:30px;
}

nav ul {
	list-style:none;
}

nav ul li {
	display:block;
	float:left;
    padding:3px 15px;
}

nav ul li a
{
	font-family: 'Bebas';
	font-size: 15px;
	color: #FFFFFF;
    text-transform:uppercase;
    transition: all .25s ease;
}

nav ul li a:hover {
	color:#de8200;
}

/* 3 COLUMNS */

#boxcontent_wrap {
	width: 100%;
	height: 100%;
	background: url(../img/content-background.png) repeat-x;
	background-color: #FFFFFF;	
}

#boxcontent
{
	width:auto;
	max-width:900px;
	margin:0 auto;
	padding: 24px 0 8px 0;
}

#boxcontent article {
	float:left;
    width:265px;
    margin-right:30px;
}
#boxcontent a {
	font-size: 13px;
	color: #de8200;
}

#boxcontent article h3 {
	font-family: 'Myriad Pro';
	color: #666666;
    font-size:20px;
    margin-bottom:10px;
    margin-left:75px;
}

#boxcontent article img {
	float:left;
}

#boxcontent article p {
	line-height:25px;
    font-family: 'Myriad Pro';
	font-size: 13px;
	color: #666666;
    margin-left:75px;
}

/* line between every 3 table elements */
.line-div {
	max-width: 900px;
	margin: 0 auto;
}

.line-div img {
	width: auto;
	max-width: 100%;
	height: auto; 
}

/* Jquery slider boxes and text */
#slider_content1, #slider_content2, #slider_content3 {
	line-height: 25px;
	color: #666666;
	width:350px;
	position:absolute;
	bottom: 5%;
	left: 100px;
	display:none;
	z-index: 2500;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3 {
	color:#FFFFFF;
	font-size:25px;
	font-family: 'Bebas';
	letter-spacing: 0.5px;
	font-weight: normal;
	margin-bottom:10px;
	padding:10px 15px;
	border-radius: 5px;
	display:inline-block;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC050402,endColorstr=#CC050402)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC050402,endColorstr=#CC050402);   /* IE6 & 7 */
	zoom: 1;
	background-color: rgba(5,4,2,0.7);
}

#slider_content1 {
	display:block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p {
	margin:0 0 20px 0;
	max-width: 350px;
	color:#FFFFFF;
	padding:10px 15px;
	border-radius: 5px;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC050402,endColorstr=#CC050402)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC050402,endColorstr=#CC050402);   /* IE6 & 7 */
	zoom: 1;
	background-color: rgba(5,4,2,0.7);
}


/* BUTTONS */

.button {
	padding:7px 14px;
	background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
	background-image: linear-gradient(to bottom, #ff8c66 0%, #E56038 100%);
	background-color: #de8200;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #ff8155;
	text-decoration:none;
}

.button:hover {
	background:none #EBE8DE;
	border-color: #EBE8DE;
	text-shadow:none;
	color: #4A463B;
}


/* SPACER */

#spacer {
	width:auto;
	height: 5px;
	position:relative;
}

#shadow {
	display:block;	
	overflow:hidden;
}

#shadow img {
	margin: 0 auto;
	width: 100%;
	min-height: 15px;
}

/* FOUR COLUMNS */

#four_columns, #text_columns {
	line-height:25px;
	font-family: 'Myriad Pro';
	text-align: justify;
	color: #666;
    clear:both;
    width:auto;
    max-width:900px;
	min-height: 450px;
    margin:0 auto;
}

#four_columns h2, #text_columns h3 {
	font-size:20px;
	border-bottom: 1px solid #D6D0C1;
    padding: 20px 0;
    margin-bottom: 20px;
}

#four_columns .img-item {
	float:left;
	margin-right:25px;
}

#four_columns .img-item a {
	position:relative;
	display:block;
}

.thumb-screen {
	display:block;
	position:absolute;
	top:0;
	left:0;
    width:100%;
    height:113px;
    background: #000 url(img/zoom.png) center center no-repeat;
    opacity: 0;
    transition: opacity .5s ease;
}

.thumb-screen:hover {
	opacity:0.5;
}


/* TWO COLUMNS */

#text_columns article.column1, #text_columns .column2 {
	margin: 20px 0;
	font-size:14px;
    float:left;
    width:auto;
    max-width: 450px;
}

#text_columns .column2 {
	margin: 120px 0;
}

.row {
	position:relative;
	margin: 40px 0 0 50px;
	float:right;
	width:350px;
}

.row img {
	float:left;
}

.row p {
	margin-left: 100px;
}

.icons {
	top:0;
	left:0;
	position:absolute;
	height: 60px;
}



/* FOOTER */

footer {
	position:relative;
	clear:both;
	width:auto;
	min-height: 295px;
	max-height: 100%;
	background: url(../img/footer-background.jpg);
}

footer .wrapper {
	padding-left: 8%;
	line-height:25px;
	margin: 0 auto;
	padding-top:25px;
	padding-bottom: 5px;
	max-width:900px;
	font-size:14px;
	height: auto;
}

footer .wrapper .column {
	font-family: 'Myriad Pro';
	color:#FFFFFF;
	float:left;
	width:300px;
}

footer .wrapper .column.midlist ul li { 
	display:block;
	width:auto;
	padding:0 0 10px 25px;
    margin-bottom:10px;
    border-bottom: 1px solid #444444;
    background:url(img/arrowright2.png) left 6px no-repeat;
}

footer .wrapper .column.midlist ul li a:hover {
	color:#de8200;
}

footer .wrapper .column.rightlist ul li {
	display:block;
	width:auto;
	margin-bottom:15px;
}

footer .wrapper .column.rightlist ul li a span {
    margin-left:95px;
    display:block;
}

footer .wrapper .column.rightlist ul li a img {
	transition: border .25s ease;
    float:left;
    border:3px solid #444444;
}

footer .wrapper .column.rightlist ul li a img:hover {
	border-color: #5e5e5e;
}

footer .wrapper .column h4 {
	font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #444444;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

/* Footer table */
footer table {
	width: 100%;
	max-width: 300px;
	max-height: 240px;
}
footer th, td, a {
	font-size: 12px;
	font-family: Myriad Pro;
	color: #FFF;	
}
footer th {
	color: #de8200;	
}
footer td {
	padding: 2px 0px 0px 0px;
}
footer a:hover {
	text-decoration: underline;	
}

#copyright {
	background: #1D1D1D;
	height: auto;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
#copyright .wrapper {
	font-family: 'Myriad Pro';
	padding-top:10px;
	padding-right: 8%;
	color: #5e5e5e;
	font-size:11px;
	position:relative;
}
#copyright .wrapper .social {
	position:absolute;
    right:0;
    top:25px;
}
#copyright .wrapper .social a {
	transition: opacity .25s ease;
    opacity: 0.3;
    margin-left: 12px;
    display:block;
    float:left;
}
#copyright .wrapper .social a:hover {
	opacity: 0.7;
}
#copyright .wrapper a {
	color: #ABABAB;
}
#copyright .wrapper a:hover {
	color: #fff;
}


/* SKIPLINK 
.go-top {
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover {
        background-color: rgba(0, 0, 0, 0.6);
}*/


/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */
.slidesjs-container {
	     
}
#slides {
	display: none;
}

/* Center the slideshow */
.container {
	width:auto;
	margin: 0 auto;
	position:relative;
}
.container_2 {
	width: 800px;	
}
/* Show active item in the pagination */
.slidesjs-pagination .active {
	color:red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button {
	display:none;
	color:#FFFFFF;
}


/* MISC */
.clear {
	clear:both;
}
.hidden {
	position:absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
	width: 107px;
	height: 48px;
}

/* HEADER LINKS DROP DOWN MENU */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	z-index: 1000;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
	content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	width: auto;
    line-height: 1;
    background:none;
}
#menu-line {
	position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #de8200;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu > ul > li > a {
    padding: 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu > ul > li:hover > a, 
#cssmenu > ul > li.active > a {
    color: #de8200;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #FFFFFF;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    right: 0;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
    height: 32px;
}

/* this menu below handles the content on the dropdown menus that appear*/
#cssmenu ul ul li a {
    padding: 10px 20px;
    width: 160px;
    font-size: 15px;
    background: #FFFFFF;
    text-decoration: none;
    color: #333333;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #de8200;
}
#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}
/* END- HEADER LINKS DROP DOWN MENU */

/* MOBILE DROP DOWN LINKS */
.rmm {
	display:none;
	position:relative;
	width:100%;
	padding:0px;
	margin:0 auto !important;
	text-align: center;
	line-height:19px !important;
}
.rmm * {
	-webkit-tap-highlight-color:transparent !important;
	font-family: Myriad Pro;
}
.rmm a {
	color:#ebebeb;
	text-decoration:none;
}
.rmm .rmm-main-list, .rmm .rmm-main-list li {
	margin:0px;
	padding:0px;
}
.rmm ul {
	display:block;
	width:auto !important;
	margin:0 auto !important;
	overflow:hidden;
	list-style:none;
}


/* sublevel menu - in construction */
.rmm ul li ul, .rmm ul li ul li, .rmm ul li ul li a {
	display:none !important;
	height:0px !important;
	width:0px !important;
}
/* */


.rmm .rmm-main-list li {
	display:inline;
	padding:padding:0px;
	margin:0px !important;
}
.rmm-toggled {
	display:none;
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0 auto !important;
}
.rmm-button:hover {
	cursor:pointer;
}
.rmm .rmm-toggled ul {
	display:none;
	margin:0px !important;
	padding:0px !important;
}
.rmm .rmm-toggled ul li {
	display:block;
	margin:0 auto !important;
}

/* GRAPHITE STYLE */

.rmm.graphite .rmm-main-list li a {
	display:inline-block;
	padding:8px 30px 8px 30px;
	margin:0px -3px 0px -3px;
	font-size:15px;
	text-shadow:1px 1px 1px #333333;
	background-color:#444444;
	border-left:1px solid #555555;
	background-image:url('../rmm-img/graphite-menu-bg.png');
	background-repeat:repeat-x;
}
.rmm.graphite .rmm-main-list li a:hover {
	background-image:url('../rmm-img/graphite-menu-bg-hover.png');
}
.rmm.graphite .rmm-main-list li:first-child a {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.rmm.graphite .rmm-main-list li:last-child a {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.rmm.graphite .rmm-toggled {
	width:95%;
	background-color:#555555;
	min-height:36px;
	border-radius:6px;
}
.rmm.graphite .rmm-toggled-controls {
	display:block;
	height:36px;
	color:white;
	text-align:left;
	position:relative;
	background-image:url('../rmm-img/graphite-menu-bg.png');
	background-repeat:repeat-x;
	border-radius:6px;
}
.rmm.graphite .rmm-toggled-title {
	position:relative;
	top:9px;
	left:15px;
	font-size:16px;
	color:white;
	text-shadow:1px 1px 1px black;
}
.rmm.graphite .rmm-button {
	display:block;
	position:absolute;
	right:15px;
	top:8px;
}

.rmm.graphite .rmm-button span {
	display:block;
	margin-top:4px;
	height:2px;
	background:white;
	width:24px;
}
.rmm.graphite .rmm-toggled ul li a {
	display:block;
	width:100%;
	background-color:#555555;
	text-align:center;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #333333;
	border-top:1px solid #777777;
	text-shadow:1px 1px 1px #333333;
}
.rmm.graphite .rmm-toggled ul li a:active {
	background-color:#444444;
	border-bottom:1px solid #444444;
	border-top:1px solid #444444;
}
/* END MOBILE DROP DOWN LINKS */


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 1215px) {
	#slider_content1, #slider_content2, #slider_content3 {
		width:auto;
		margin-right:50px;
    }
	#slider_content1 h2, #slider_content2 h2, #slider_content3 h2 {
		font-size:18px;
	}
	#slider_content1 p, #slider_content2 p, #slider_content3 p {
		font-size:14px;
	}
	#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button {
		display:inline;
    }
    .container .button {
        display: inline;
    }
}

@media (max-width: 915px) {
	#boxcontent article {
		float: none;
		margin: 30px auto 0 auto;
        width: 60%;
    }
	#spacer {
		font-size:15px;
	}
	#spacer .search {
		margin-top:19px;
        margin-right:-385px;
    }
    #spacer p {
		margin-left:-370px;
    }
    input {
		padding:4px;
		font-size:14px;
    }
	input[type="submit"] {
        padding: 1px 14px;
    }
	#four_columns {
		width: 500px;
    }
    #four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4) {
		margin-top: 25px;
    }
    #text_columns article.column1, #text_columns .column2 {
		float:none;
        max-width: 500px;
        margin: 50px 30px 0 30px;
	}
	.column2 .row{
        float:none;
        margin:0 0 40px 50px;
    }
    footer .wrapper .column {
		font-size: 12px;
		width: 230px;
	}
}

@media (max-width: 765px) {
	.container {
		height:1px;
		top: -1500px;
    }
    header {
        height:120px;
	}
    header nav {
        right: auto;
        bottom: auto;
        left: 50%;
        top:100px;
        margin-left: -184px;
    }
    #spacer {
        height:100px;
    }
    #spacer p {
        text-align:center;
        position:static;
        margin: 0 auto;
        padding:15px 0 7px 0;
    }
    #spacer .search {
        text-align:center;
        position:static;
        margin: 0 auto;
    }
    footer {
        padding-bottom:70px;
        height: auto;
    }
    footer .wrapper {
        width: 350px;
        margin: 0 auto;
    }
    footer .wrapper .column { 
        margin-top:30px;
        float:none;
        font-size: 14px;
        width: auto;
    }
    footer .wrapper .social {
        display:none;
    }
	.rmm {
		display: block;
		width: 90%;
	}
}

@media (max-width: 500px) {
	#spacer {
		height:auto;
		padding-bottom:15px;
    }
    #four_columns {
        width:auto;
    }
    #four_columns .img-item {
        width: 200px;
        float:none;
        margin: 25px auto 0 auto;
    }
    #four_columns h2 {
        margin: 0 30px;
    }
    .column2 .row {
        margin: 0 0 40px 10px;
        width:auto;
	}
    footer .wrapper {
        width:auto;
    }
    footer .wrapper .column {
        margin: 0 auto 15px auto;
        max-width:300px;
    }
    input {
        width:auto;
    }
    #alternative_menu {
        display:block;
    }
    header nav {
        display:none;
    }
    header h1 {
        font-size:40px;
    }
    header p {
        margin-left: 60px;
        font-size:14px;
    }
	.rmm {
		display: block;
		width: 90%;
	}
}

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}