@import "reset.css";
@import "1224.css";

/*////////////////////////////////////////////////////////////////////*/
/*
  Master CSS ~ Client Name
  Developed by Lyle Hebel @ Massive
*/

body{
	font-family: "john-doe",serif;
	font-weight: 400;
	margin-top: 60px;
}

body#gallery{
	background-color: #000;
}

.container_12{
	min-height: 300px;
	overflow: hidden;
}

.container_12#fullpage{
	min-height: 400px;
	overflow: hidden;
	background: none;
}

#indexCall p{
	margin-top: 0px;
	margin-right: 0px;
}

p{
	font-size: 14px;
	line-height: 20px;
	margin-right: 40px;
	color: #fff;
	padding: 10px 0;
	margin-top: 10px;
}

p.allCaps{
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	padding:5px;
	text-align: center;
}


p.allCapsSmall{
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	padding:5px;
	text-align: center;
}

.extra{
	margin-left: 40px;
}

p.call{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}

p.call a{
	color: #fff;
	text-decoration: none;
}

p.call a:hover{
	color: #ccc;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.content p{
	font-size: 12px;
	line-height: 20px;
	margin-right: 40px;
	color: #fff;
	padding: 10px 0;
	margin-top: 10px;
}

p.center{
	text-align: center;
}

a{
	color: red;
	text-decoration: none;
}

/* layout ----------- */
.textmiddle{
	vertical-align: middle;
}

#info{
	min-height: 500px;
	overflow: hidden;
	background-color: #000;
	position: relative;
	z-index: 9999;
}

#content{
	padding: 30px 30px 0px 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

#content_1,#content_3{
	float: left;
	padding: 20px 20px 10px 20px;
	margin: 0px 40px;
	height: 110px;
	overflow: hidden;
	background-color: #fff;
	-webkit-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
}

#content_2{
	float: left;
	padding: 20px;
	margin: 0px;
	height: 110px;
	overflow: hidden;

}

#content_3{
	background-color: 
}

.thumbnail{
	margin: 0 10px;
}

.navigation li{
	float: left;
	margin-right: 10px;
}

.thumb img{
	opacity: .75;
}

.active img{
		opacity: 1;
}

#footer{
	min-height: 180px;
	overflow: hidden;
}

#social{
	background: none;
	min-height: 20px;
	margin-top: 20px;
}

.issuuembed{
	margin: 0 auto;
}

.addthis_toolbox{
	float: right;
}

/* Slides ----------- */

.lean-slider { 
    position: relative; 
    *zoom: 1;
}
.lean-slider:before,
.lean-slider:after {
    content: " ";
    display: table;
}
.lean-slider:after {
    clear: both;
}

.lean-slider-slide { 
    float: left;
    width: 100%;
    margin-right: -100%;
    display: none; 
}
.lean-slider-slide.current { display: block; }

.lean-slider-slide.current {
    z-index: 1;
}

#slider-direction-nav {
    z-index: 2;
}

#slider-control-nav {
    z-index: 2;
}

.slider-wrapper { 
    position: relative; 
}
.lean-slider { overflow: hidden; }
.lean-slider-slide {
    display: block;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.6s linear;
    -moz-transition: opacity 0.6s linear;
    -ms-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
}
.lean-slider-slide.current { opacity: 1; }
.lean-slider-slide img { 
    display: block;
    width: 100%; 
}

#slider-direction-nav {
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 42%;
    width: 100%;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 1;
}
.slider-wrapper:hover #slider-direction-nav { opacity: 1; }
#slider-direction-nav a {
    float: left;
    display: block;
    width: 26px;
    height: 37px;
    margin: 10px;
    background: url(../img/arrows.png) no-repeat 0 0;
    text-indent: -9999px;
}
#slider-direction-nav .lean-slider-next {
    float: right;
    background-position: 100% 0;
}


/* Nav ----------- */

#menu{
	min-height: 160px;
	background: url(../img/menu_bg.jpg) no-repeat;
}

#menu ul{
	margin-top: 55px;
}

#menu li{
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}

#menu li.stash{
	font-size: 44px;
	font-weight: 400;
}

#menu li.stashlast{
	font-size: 44px;
	font-weight: 400;
}

#menu li a{
	color: #cc3333;
	text-decoration: none;
	height: 60px;
	display: block;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

body#exp #menu li#active1,
body#tbp #menu li#active2,
body#russian #menu li#active3,
body#sfav #menu li#active4{
		background:url(../img/highlight.png) no-repeat;
}

#menu li.outside{
	line-height: 70px;
	
}

#menu li a.outside{
	line-height: 50px;
}

#indexCall{
	background-color: #000;
	min-height: 20px;
	overflow: hidden;
	padding: 0px;
	vertical-align: middle;
}




/*////////////////////////////////////////////////////////////////////*/
/* End of Master Elements 
////////////////////////////////////////////////////////////////////*/
/*
Responsive Site Specific Layout ELementes

/* Break 4(iPad Portrait)----------- */
@media only screen and (min-width : 0px)
and (max-width : 767px) {
	/* Styles */
#menu li.stash{
	display: none;
}

#menu ul{
	margin-top: 0px;
}

#menu li.outside{
	display: none;
}

#menu li.stashlast{
	display: none;
}
#menu{
	min-height: 60px;
	background: url(../img/menu_768_sml_bg.jpg) repeat;
}
#content{
	width: 85%;
	height: 440px;
}

#menu li a{
	padding: 10px 0px 10px 15px;
}

#menu li a:hover{
	background: none;
	width: 100px;
	height: 50px;
	color: #000;
}

body{
		margin-top: 10px;
}
p.call{
	font-size: 18px;
}

p{
	font-size: 14px;
	line-height: 20px;
	margin-right: 40px;
	color: #fff;
	padding: 10px 20px;
	margin-top: 10px;
}

.container_12{
	min-height: 300px;
	overflow: hidden;
	background: url(../img/footer_black_768.jpg) repeat-y;
}
#footer{
	background: url(../img/footer_bg.jpg) no-repeat;
}
#menu li a{
	width: 100px;
}
#content_1,#content_3{
	width: 80%;
	margin-left: 7%;
	padding: 10px;
}

#content_2, #content_3{
	width: 90%;
	overflow: hidden;
	margin-bottom: 20px;
}
.slideshow img{
	margin-left: 0px;
}
.slideshow{
	width: 100%;
}

#indexFoot{
	display: none;
}

#titleKeeper{
	display: none;
}

#menu li{
	float: left;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}
}


/* Break 4(iPad Portrait)----------- */
@media only screen and (min-width : 768px)
and (max-width : 1023px) {
	/* Styles */
#menu li.stash{
	display: none;
}

#menu li.outside{
	display: none;
}

#menu li.stashlast{
	display: none;
}
#menu{
	min-height: 160px;
	background: url(../img/menu_768_bg.jpg) no-repeat;
}
#content{
	width: 230px;
	height: 440px;
}

#menu li a{
	padding: 10px 0px 10px 18px;
}
#menu li{
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}
body{
		margin-top: 10px;
}
p.call{
	font-size: 12px;
}
.container_12{
	min-height: 300px;
	overflow: hidden;
	background: url(../img/footer_black_768.jpg) repeat-y;
}
#footer{
	background: url(../img/footer_bg.jpg) no-repeat;
}
#menu li a{
	width: 120px;
}
#content_1,#content_3{
	width: 624px;
}
#content_2{
	width: 580px;
	margin-bottom: 20px;
}
.slideshow img{
	margin-left: 0px;
}
.slideshow{
	width: 620px;
}
}

/* Break 5 (iPad Landscape and Smaller Screen Computers) ----------- */
@media only screen
and (min-width : 1024px) {
	/* Styles */
#menu li.stash{
	padding: 10px 20px 0 10px;
}

#menu li.stashlast{
	display: none;
}

#menu li a{
	padding: 10px 5px 10px 5px;
}
body{
		margin-top: 10px;
}
#menu{
	min-height: 160px;
	background: url(../img/menu_1224_bg.jpg) no-repeat;
}
p.call{
	font-size: 16px;
}
#content{
	width: 330px;
	height: 440px;
}
.container_12{
	min-height: 400px;
	overflow: hidden;
	background: url(../img/footer_black_1024.jpg) repeat-y;
}
#content_1,#content_3{
	width: 880px;
}
#footer{
	background: url(../img/footer_bg.jpg) no-repeat;
}
.slider-wrapper { 
    background: url(../img/footer_black_1024.jpg) repeat-y;
}
#content_2{
	width: 760px;
	margin-bottom: 20px;
}
.slideshow img{
	margin-left: 0px;
}
#menu li a{
	width: 140px;
}
.slideshow{
	width: 830px;
}
#menu li{
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}
#menu li a:hover{
	background:url(../img/highlight.png) no-repeat;
	width: 140px;
	height: 80px;
	color: #000;
}
}

/* Break 6 (Desktop)----------- */
@media only screen
and (min-width : 1224px) {
	/* Styles */
#menu li.stash{
	padding: 10px 30px 0 20px;
}

#menu li.stashlast{
	padding: 10px 0px 0 0px;
}

#menu li a{
	padding: 10px 10px 10px 20px;
}

body{
		margin-top: 60px;
}
#menu{
	min-height: 160px;
	background: url(../img/menu_bg.jpg) no-repeat;
}
#content{
	width: 430px;
	height: 440px;
}
.container_12{
	background: url(../img/black_bg.jpg) repeat-y;
}
#content_1,#content_3{
	width: 1084px;
}
#footer{
	background: url(../img/footer_bg.jpg) no-repeat;
}
.slider-wrapper { 
    background: url(../img/black_bg.jpg) repeat-y;
}
#content_2{
	width: 980px;
}
#menu li a{
	width: 150px;
}
.slideshow{
	width: 1000px;
}
.slideshow img{
	margin-left: 100px;
}
#menu li{
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}
#menu li a:hover{
	background:url(../img/highlight.png) no-repeat;
	width: 150px;
	height: 80px;
	color: #000;
}
}
