@import 'reset.css';

/* Generel
------------------------------------ */
HTML,BODY {
  background: #464340 url(images/bg.png) repeat-x top;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #2D2D2D;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

A {
  color: #B09B0E;
  text-decoration: none;
  cursor: pointer;
}

A:hover {
  text-decoration: underline;
  cursor: pointer;
}

STRONG {
  font-weight: bold;
}

EM{
    font-style: italic;
}
.clear{
    clear: both;
}
INPUT{
    vertical-align: middle;
}
#container{
   width: 100%;
   min-height:100%;
   position:relative;
   background: url(images/frames.png) no-repeat center 137px;
}
.wrapper{
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#wrapper-1{
   width: 940px;
   float:left;
   background: #FFF;
   padding:20px 20px 0 20px;
   position: relative;
-webkit-box-shadow: 0px 0px 15px #444;
-moz-box-shadow: 0px 0px 15px #444;
-o-box-shadow: 0px 0px 15px #444;
-ms-box-shadow: 0px 0px 15px #444;
box-shadow: 0px 0px 15px #444;
}

/* Header
------------------------------------ */

#top{
  height: 51px;
    font-family: 'GothamMediumRegular';
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    padding: 8px 0 0 0;
}
#top STRONG{
  font-family: 'GothamBoldRegular';
}
#top SMALL {
  font-size: 13px;
}
.top-left{
  display: inline-block;
  float: left;
}
.top-right{
  display: inline-block;
  float: right;
  text-align: right;
}
#top STRONG{
  font-family: 'GothamBoldRegular';
}
#top .take-link{
  display: inline-block;
  background: url('images/arrow-1.png') no-repeat right 4px;
  padding: 0 20px 0 0;
  color:#FFF;
}
#header{
  position: relative;
  width: 940px;
  height: 350px;
  z-index: 1000;
}
#home #header{
  height: 540px;
}
#logo{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 296px;
    height: 310px;
    position: absolute;
    top:-20px;
    left:-40px;
    background: url(images/logo.png) no-repeat;
    z-index: 1000;
}
#home #logo{
    width: 469px;
    height: 493px;
    top:-15px;
    left:-55px;
    background: url(images/logo-home.png) no-repeat;
}
#top-nav{
  z-index: 1000;
  width: 940px;
  height: 67px;
  position: absolute;
  top:269px;
  left: 0;
  background: url(images/nav-shadow.png) no-repeat bottom center;
}
#home #top-nav{
  top: 455px;
}
#top-nav LI {
  float: left;
  height: 50px;
  margin: 0;
  padding: 0 18px 0 18px;
  line-height: 50px;
  font-size: 22px;
  position: relative;
  font-family: 'GothamBoldRegular';
}
#top-nav LI:first-child{
  background: none;
}
#top-nav LI:hover, #top-nav LI.current-menu-item, #top-nav LI.current-menu-ancestor{

}
#top-nav LI:hover A, #top-nav LI.current-menu-item A, #top-nav LI.current-menu-ancestor A{
}
#top-nav LI A {
  text-decoration: none;
  color: #CDB512;
  display: block;
  position: relative;
  text-transform: uppercase;
}
#top-nav UL{
  display: none;
}
#top-nav LI:hover UL{
    position: absolute;
    top: 50px;
    left: 0;
    width: 200px;
    height: auto;
    padding: 0;
    z-index: 1000;
    display: none;
    border:1px solid #FFF;
    background: #EED423;
}
#top-nav UL LI {
  float: left;
  height: auto;
  text-align: left;
  margin: 0;
  text-transform: none;
  line-height: normal;
  width: 200px;
  padding: 0;
  font-size: 16px;
  background: none !important;
  border-top: 1px solid #FFF;
}
#top-nav UL LI:first-child {
  border-top: 0px;
}
#top-nav LI:hover UL UL{
  display: none;
  top:-1px !important;
  left:200px !important;
}
#top-nav LI LI:hover UL UL{
  display: block;
  top:0 !important;
  left:200px !important;
    background: #EED423;
}
#top-nav UL LI A{
  display: inline-block;
  padding: 0;
  width: 170px;
  height: auto;
  line-height: normal;
  text-decoration: none;
  color: #FFF !important;
  background: none !important;
  padding: 7px 15px 7px 15px;
  text-transform: uppercase;
  text-shadow: none !important;
  font-family: 'GothamMediumRegular';
}
#top-nav .sub-menu LI:hover A{
  background: #CDB512 !important;
}
#top-nav .sub-menu .sub-menu LI A{
  color:#FFF !important;
  background: #EED423 !important;
}
#top-nav .sub-menu .sub-menu LI:hover A{
  background: #CDB512 !important;
}
.triangle{
   width: 0; 
   height: 0; 
   border-bottom: 12px solid #EED423; 
   border-left: 6px solid transparent; 
   border-right: 6px solid transparent;
   position: absolute;
   top:-12px;
   left:25px;
   display: block;
}
#top-nav .sub-menu .sub-menu .triangle{
  display: none;
}
#top-nav .sub-menu LI:hover .triangle{
   border-bottom: 12px solid #CDB512; 
}
#top-image{
  width: 940px;
  height: 269px;
}
#top-image IMG{
  width: 940px;
  height: 269px;
  display: block;
}

/* Home
------------------------------------ */

#home-slider{
  width: 940px;
  height: 455px;
  position: relative;
  clear: both;
}
#home-slider .images{
  position:absolute;
  width: 940px;
  height: 455px;
  top: 0;
  left:0;
}
#home-slider .item{
	display:none;
	position:absolute;
  width: 940px;
  height: 455px;
  top: 0;
  left:0;
}
#home-slider IMG{
	display:block;
  width: 940px;
  height: 455px;
}
#home-slider .text{
	position:absolute;
    width: 580px;
    height: 86px;
    background: url(images/slider-text.png) repeat-x;
  bottom: 0;
  left:0;
  text-align: right;
  padding: 20px 20px 0 340px;
}
#home-slider .sp-1 {
  font-size: 24px;
  line-height: 24px;
  width: 580px;
  display: block;
  color: #F4321F;
  margin: 0 0 5px 0;
  font-family: 'bpreplayregular';
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    text-align: right;
}
#home-slider P {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  color:#BFBFBF;
  line-height: 18px;
  width: 580px;
  display: block;
    text-align: right;
}
#home-slidetabs{
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 120px;
}
#home-slidetabs A{
  display: block;
  width: 10px;
  height: 10px;
  outline: none;
  text-indent: -999999px;
  background: url('images/slider-tabs.png') no-repeat top right;
  float: left;
  margin: 0 0 0 5px;
}
#home-slidetabs A.current{
  background-position: top left;
}
#box-1{
  width: 940px;
  float: left;
  margin: 0 0 25px 0;
}
#box-1 H1{
  color: #BD2B1C;
  font-family: 'bpreplayregular';
  font-size: 28px;
  line-height: 28px;
  margin: 0 0 12px 0;
}
#box-1 P{
  line-height: 18px;
  margin: 10px 0 0 0; 
}
#box-1 P:first-child{
  line-height: 18px;
  margin: 0; 
}
.box-3{
  width: 940px;
  float: left;
  padding: 0 0 30px 0;
  margin: 0 0 25px 0;
  background: url(images/box-3.png) no-repeat bottom center;
}
.box-3 .item {
  width: 234px;
  float: left;
  margin: 0 1px 0 0;
  display: block;
  text-decoration: none;
  padding: 172px 0 0 0;
  color: #CDB512;
  font-family: 'GothamMediumRegular';
  font-size: 18px;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
}
.box-3 .item:hover SPAN{
  text-decoration: underline;
}
#box-2{
  width: 940px;
  float: left;
  padding: 0 0 30px 0;
  margin: 0 0 25px 0;
  background: url(images/nav-shadow.png) no-repeat bottom center;
}
#box-2 .image{
  width: 311px;
  float: left;
}
#box-2 .text{
  width: 620px;
  float: right;
  position: relative;
}
#box-2 H3{
  color: #BD2B1C;
  font-family: 'bpreplayregular';
  font-size: 28px;
  line-height: 28px;
  margin: 0 0 12px 0;
}
#box-2 BLOCKQUOTE{
  display: block;
  width: 530px;
  height: 156px;
  background: url(images/testimonial.png) no-repeat;
  padding: 15px 40px 0 50px;
  line-height: 22px;
  font-size: 14px;
}
#box-2 .review-link{
  display: block;
  width: 215px;
  height: 32px;
  outline: none;
  text-indent: -999999px;
  background: url('images/review-link.png') no-repeat;
  position: absolute;
  top: 180px;
  left: 66px;
}
#box-2  .social-links{
  position: absolute;
  top:180px;
  right: 0;
  display: inline-block;
}
#box-2  .social-links H4{
  color: #BD2B1C;
  font-family: 'bpreplayregular';
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 8px 0;
}
#box-2  .social-links A{
  display: block;
  width: 32px;
  height: 32px;
  outline: none;
  text-indent: -999999px;
  background: url('images/social.png') no-repeat;
  float: left;
  margin: 0 14px 0 0;
}
.social-links .soc-1{
  background-position: 0 0;
}
.social-links .soc-2{
  background-position: -44px 0 !important;
}
.social-links .soc-3{
  background-position: -89px 0 !important;
}
.social-links .soc-4{
  background-position: -133px 0 !important;
}
.social-links .soc-5{
  background-position: -178px 0 !important;
}
.social-links .soc-6{
  background-position: -222px 0 !important;
}
.social-links .soc-7{
  background-position: -266px 0 !important;
  margin: 0;
}
#box-4{
  width: 940px;
  float: left;
}
#box-4 .item{
  width: 300px;
  float: left;
  margin: 0 20px 0 0;
}
#box-4 .item.last{
  margin: 0;
}
#box-4 H5{
  color: #BD2B1C;
  font-family: 'bpreplayregular';
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 10px 0;
}
#box-4 .video-link{
  display: block;
  width: 299px;
  height: 32px;
  outline: none;
  text-indent: -999999px;
  background: url('images/video-link.png') no-repeat;
  margin: 10px 0 0 0;
}
#box-4 H6{
  color: #CDB512;
  font-family: 'bpreplayregular';
  font-size: 18px;
  line-height: 18px;
}
#box-4 P{
  line-height: 18px;
}
#box-4 .item.last IMG{
display: block;
position: relative;
top:-3px;
left:-5px;
margin: 0 0 5px 0;
}

/* Main
------------------------------------ */

#main{
  width: 940px;
  float: left;
  padding: 0 0 25px 0;
}


/* Sidebar
------------------------------------ */

#sidebar{
  width: 300px;
  float: right;
  position: relative;
  padding: 30px 0 0 0;
}
.sidebox {
  margin: 0 0 25px 0;
  float: left;
  clear: both;
  width: 300px;
}
.sidebox H3{
  color: #BD2B1C;
  font-family: 'bpreplayregular';
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 10px 0;
}
.sidebox P{
  margin: 10px 0 0 0;
}
.sidebox P:first-child{
  margin: 0;
}
.sidebox P IMG {
  display: block;
}
.side-menu{
  width: 300px;
}
.side-menu .item{
  width: 143px;
  float: left;
  display: block;
  text-decoration: none;
  margin: 0 0 10px 0;
    font-family: 'GothamMediumRegular';
    font-size: 14px;
}
.side-menu .item IMG{
display: block;
margin:  0 0 5px 0;
position: relative;
-webkit-box-shadow: 0px 2px 8px #ABABAB;
-moz-box-shadow: 0px 2px 8px #ABABAB;
-o-box-shadow: 0px 2px 8px #ABABAB;
-ms-box-shadow: 0px 2px 8px #ABABAB;
box-shadow: 0px 2px 8px #ABABAB;
}
.side-menu .item.last{
  float: right;
}
.side-menu .item:hover SPAN{
  text-decoration: underline;
}
.sidebox .social-links A{
  display: block;
  width: 32px;
  height: 32px;
  outline: none;
  text-indent: -999999px;
  background: url('images/social.png') no-repeat;
  float: left;
  margin: 0 10px 0 0;
}


/* Page
------------------------------------ */

#content{
  width: 620px;
  float: left;
}
#content.wide{
  width: 940px;
}
#breadcrumb{
  color:#A7A7A7;
  margin: 0 0 20px 0;
  font-size: 11px;
}
#breadcrumb H1{
  color: #BD2B1C !important;
  font-family: 'bpreplayregular';
  font-size: 28px !important;
  line-height: 28px !important;
  margin: 0 0 10px 0 !important;
}
#breadcrumb A{
  color:#A7A7A7;
}
#breadcrumb .sep{
  margin: 0 5px 0 5px;
width: 0px;
height: 0px;
border-style: solid;
border-width: 3.5px 0 3.5px 6px;
border-color: transparent transparent transparent #eed323;
display: inline-block;
}
#content H1{
  color:#BD2B1C;
  font-family: 'bpreplayregular';
  font-size: 28px;
  margin: 0 0 5px 0;
}
#content H2{
  color:#801D13;
  font-family: 'bpreplayregular';
  font-size: 26px;
  margin: 0 0 5px 0;
}
#content H3{
  color:#BD2B1C;
  font-family: 'bpreplayregular';
  font-size: 24px;
  margin: 0 0 5px 0;
}
#content H4{
  color:#801D13;
  font-family: 'bpreplayregular';
  font-size: 22px;
  margin: 0 0 5px 0;
}
#content H5{
  color:#BD2B1C;
  font-family: 'bpreplayregular';
  font-size: 20px;
  margin: 0 0 5px 0;
}
#content H6{
  color:#801D13;
  font-family: 'bpreplayregular';
  font-size: 18px;
  margin: 0 0 5px 0;
}
#content P{
  margin: 0 0 20px 0;
  line-height: 20px;
}
#content UL{
  margin: 0 0 20px 10px;
  line-height: 20px;
  overflow: hidden;
}
#content UL LI{
  margin: 0 0 5px 0;
  background: url(images/bullet-1.png) no-repeat 0 8px;
  padding: 0 0 0 12px;
  line-height: 20px;
}
#content OL{
  margin: 0 0 20px 30px;
  list-style: decimal
}
#content OL LI{
  margin: 0 0 5px 0;
  line-height: 20px;
}
#content BLOCKQUOTE{
  margin: 0 0 0 10px;
  border-left: 5px solid #EED423;
  padding: 0 0 0 10px;
  font-style: italic;
}
.alignleft {float:left; margin: 0 20px 0 0;}
.alignright {float:right; margin: 0 0 0 20px;}
.aligncenter, div.aligncenter {	display: block;	margin-left: auto;	margin-right: auto;}
#navigation{
  width: 620px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color:#000;
  background: url(images/pagination.png) no-repeat;
  position: relative;
  margin: 10px 0 0 0;
}
#navigation .pages{
  display: none;
}
#navigation .previouspostslink{
  display: inline-block;
  top:0;
  left:15px;
  position: absolute;
}
#navigation .nextpostslink{
  display: inline-block;
  top:0;
  right:15px;
  position: absolute;
}
#navigation .page, #navigation .current{
  display: inline-block;
  margin: 0 4px 0 4px;
}
#navigation .current {
  font-weight: bold;
  color: #BD2B1C;
}
#navigation .page{
  color:#000;
}

/* Post
------------------------------------ */

.post {
  width: 620px;
  float: left;
  clear: both;
  margin: 0 0 20px 0;
  border-top:1px solid #A7A7A7;
  padding:20px 0 0 0;
}
.post.first{
  border-top:0px;
  padding:0;
}
.post .meta {
  margin: 0 0 8px 0;
  position: relative;
  color:#A7A7A7;
  font-size: 11px; 
}
#content .post .meta H2{
  color: #BD2B1C;
  font-size: 24px;
  line-height: 24px;
}
#content .post .meta H2 A{
  color: #BD2B1C;
}
#content .post P.excerpt{
  margin: 0;
}
#content .post .more{
  text-transform: uppercase;
  text-decoration: underline;
}
#content .post .more:hover{
  text-decoration: none;
}
.meta-single{
  width: 605px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color:#000;
  background: url(images/pagination.png) no-repeat;
  position: relative;
  margin: 0 0 15px 0;
  text-align: right;
  padding: 0 15px 0 0;
}
.meta-single .back{
  display: inline-block;
  top:0;
  left:15px;
  position: absolute;
}

/* Footer
------------------------------------ */

#footer {
  width: 100%;
  height: 55px;
  position: absolute;
  bottom: 0;
  left:0;
}
#footer .wrapper{
  width: 980px;
  height: 55px;
  background: url(images/footer.png) no-repeat;
}
#footer A{
  color: #FFF;
}
.push{
  clear:both;
  height: 55px;
}
#copy{
  width: 940px;
  height: 55px;
  line-height: 55px;
  color: #FFF;
  font-size: 12px;
  padding: 0 20px 0 20px;
}
.f-left{
  display: inline-block;
  float: left;
}
.f-right{
  display: inline-block;
  float: right;
}


@media screen and (max-width: 1024px) {
	body {
		background-image: none;
	}
	
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		
	}
	
	img, div, span {
		max-width: 100% !important;
	}
	.wrapper {
		display: block;
		position: relative;
		width: 90%;
		margin: 0 auto;
	} 
	
	
	.wrapper:before, .wraper:after, #wrapper-1:before, #wrapper-1:after, #home-slider:before, #home-slider:after, #box-2:before, #box-2:after {
		display: table;
		content: "";
		
	}
	
	.wraper:after, #wrapper-1:after, #home-slider:after, #box-2:after {
		clear: both;
		float: none;
	}
	
	#wrapper-1 {
		width: 100%;
		height: auto;
		float: none;
	}
	
	
	#home #header, #header {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		overflow: auto;
	}
	
	#home-slider {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	
	
	#home-slider IMG {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#home-slider .images {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#home-slider .item {
		display: none;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	
	#home #top-nav {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		background-image: none;
	}
	
	#home #logo, #logo {
		width: 200px;
		height: 200px;
		background-size: 100% 100%;
		top: 120px;
		left: 25px;
	}
	
	#logo  {
		top:0;
		left: 0;
	}
	
	#home-slider .text {
		width: 100%;
		height: auto;
		padding: 15px;
		text-align: left;
		-moz-box-sizing: order-box;
		-webkit-box-sizing: order-box;
		box-sizing: border-box;
		
		
		
	}
	
	#home-slider .sp-1 {
		width: 100%;
		height: auto;
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	
	#home-slidetabs {
		bottom: 15px;
	}
	
	#main {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 15px 0;
	}
	
	#box-1, .box-3 {
		display: block;
		position: relative;
		float: none;
		width: 100%;
		margin: 0;
		overflow: auto;
	}
	
	
	
	.box-3 .item {
		width: 20%;
		margin: 15px 2%;
	}
	
	#box-2 {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		float: none;
		
	}
	
	#box-2 .image {
		width: 35%;
	}
	
	#box-2 .text {
		width: 60%;
	}
	
	#box-2 BLOCKQUOTE {
		width: 100%;
		height: auto;
		background-image: none;
		padding: 15px 0;
		margin: 0;
	}
	
	
	#box-2 .review-link {
		display: block;
		position: relative;
		top: 0;
		left: 0;
	}
	
	#box-2 .social-links {
		position: relative;
		top: 0;
		margin: 15px 0;
	}
	
	
	#box-4 {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 35px 0;
		
	}
	
	#box-4:before, #box-4:after {
		display: table;
		content: "";
	}
	
	#box-4:after {
		clear: both;
		float: none;
	}
	
	#box-4 .item, #box-4 .item.last {
		display:block;
		position: relative;
		width: 33.333%;
		margin: 15px 0;
		padding: 0 15px;
	}
	
	#box-4 .item * {
		max-width: 100%;
	}
	
	#footer, #footer .wrapper, #copy {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0;
		
	}
	
	
	#top-image IMG, #top-image {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	
} 


@media screen and (max-width: 767px) {
	.box-3 .item, #box-2 .image, #box-2 .text, #box-4 .item, #box-4 .item.last {
		width: 100%;
	}
	
	.top-left, .top-right {
		position: relative;
		float: none;
		margin: 10px 0;
		text-align: left;
	}
	
	.top-left div {
		float: none !important;
		padding: 0 !important;
		margin: 0 !important;
		text-align: left !important;
		width: 100% !important;
	}
	
	#top {
		display: block;
		position: relative;
		height: auto;
		padding: 15px 0;
		
	}
	#home #logo, #logo {
		position: relative;
		top: 0;
		left: 0;
	}
}
