@import "reset.css";
@import "jquery-ui-1.8.19.custom.css";
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block;
}
mark, rp, rt, ruby, summary, time {
	display:inline;
}
/*************************Global*****************************/
body {
	background:#1e1e1e url(../images/bg-pattern.jpg) repeat;
	font: 11px/19px 'Tahoma', sans-serif;
	color: #717171;
	position: relative;
	min-width: 980px;
    height: 100%;
}
.spinner {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url( "../images/loading.gif") 50% 50% no-repeat #090909;
}
p {
	font: 11px/19px 'Tahoma', sans-serif;
    text-transform: uppercase;
	margin-bottom: 16px
}
a {
	color: #FFF;
	outline: none;
	cursor: pointer;
	text-decoration:none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
a:hover {
    color: #717171;
	text-decoration: none
}
a.link2 {
	color: #FFF;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
a.link2:hover {
    color: #717171;
	text-decoration: none
}
h1 {
    margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
	width: 218px;
	height: 126px;
	z-index: 1;
	position: relative;
    margin-bottom: 41px;
}
h2 {
    word-spacing: 4px;
    display: inline-block;
	text-align: left;
	text-transform: uppercase;
    font: 32px/36px 'Six Caps', sans-serif;
	color: #f3f3f3;
    padding: 0 14px 33px 14px;
}
h3{
    text-transform: uppercase;
	font: bold 11px/19px "Tahoma", sans-serif;
	color: #FFF;    
}
/*********************************header*************************************/
header {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	width: 100%;
    text-align: center;
    background: url(../images/lineheader.png) top repeat-x;
}
/********************************* menu *************************************/
.line1{
    position: relative;
    top: -2px;
    display: inline-block;
    height: 43px;
    width: 1px;
    background: url(../images/dotnav.png) right no-repeat;
}
.mainbutton{
    display: none !important;
}
.menu {
    padding: 43px 0 34px 0;
	position: relative;
    text-align: center;
    width: 920px;
    margin: 0 auto;
}
.menu a {
	position: relative;
	display: inline-block;
    font: 32px/36px 'Six Caps', sans-serif;
	color: #FFF;
    margin: 0 23px 0 21px;
    text-decoration: none;
}
.menu a.first {
	position: relative;
	display: inline-block;
    font: 32px/36px 'Six Caps', sans-serif;
	color: #FFF;
    margin: 0 23px 0 0;
}
.menu a.last {
	position: relative;
	display: inline-block;
    font: 32px/36px 'Six Caps', sans-serif;
	color:#FFF;
    margin: 0 0 0 23px;
}
.menu a > .arrow1{
    top: -50px !important; 
    width: 100%;
    height: 7px;
    position: absolute;
    background: url(../images/arrow1.png) top center no-repeat;
	-webkit-transition :all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.menu a.on > .arrow1,  .menu a:hover > .arrow1{
    top: -43px !important; 
    width: 100%;
    height: 7px;
    position: absolute;
    background: url(../images/arrow1.png) top center no-repeat;
}
.menu a span{
    margin-right: 2px;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
/********************** Content ************************/
.light {
	width: 100%;
	min-height: 100%;
	background: url(../images/bglight.jpg) 50% 50% repeat;
}
section {
	position: relative;
	z-index: 5;
}
.pages, #controllers {
	width: 940px;
	height: 746px;
	position: relative;
	margin: auto;
}
#magazine {
	width: 940px;
	height: 746px;
	margin: 0 auto;
	text-transform: uppercase;
}
#magazine .turn-page {
	background-size: 100% 100%;
	overflow: hidden;
}
#next, #previous {
	opacity: 0;
	position: absolute;
	height: 746px;
	width: 24px;
	background: #000;
	-webkit-user-select: none;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	z-index: 1000;
	cursor: pointer;
}
#next {
	border-radius: 0px 10px 10px 0px;
	right:-24px;
	top:0px;
}
#previous {
	border-radius: 10px 0px 0px 10px;
	left: -24px;
	top: 0;
}
#next i, #previous i {
	background: url(../images/sprite.png) no-repeat;
	width: 32px;
	height: 32px;
	display: block;
	margin-top: 343px;
	margin-left: -4px;
}
#next i {
	background-position: -32px 0px;
}
#previous i {
	background-position: 0px 0px;
}
#next.visible:hover, #previous.visible:hover {
	opacity: 0.3 !important;
}
#shadow-page {
	width: 470px;
	height: 746px;
	position: absolute;
	top: 0px;
	right: 0px;
	box-shadow: 1px 2px 20px rgba(0, 0, 0, .5);
	z-index: -1;
}
#magazine .page-light {
	background: #131313 url(../images/patternlite.jpg);
}
#magazine .page-dark {
    background: url(../images/pattern-cover.jpg) repeat;
}
.page1{ 
    background: url(../images/pattern-cover.jpg) repeat;
}
.img1{
    margin: 41px 34px 35px 34px;
    padding: 11px;
    border: 1px solid #3f3f3f;
}
.img2{
    margin: 31px 34px 25px 34px;
    padding: 30px 14px 14px 14px;
    border: 1px solid #3f3f3f;
}
.pattern1{
    padding: 18px 0 0 0;
    text-align: center;
    bottom: 0;
    height: 54px;
    width: 470px;
    position: relative;
    background: url(../images/pattern2.png) repeat-x;
}
.entersite{
    text-decoration: none !important;
    font: 40px/40px 'Dorsa', sans-serif;  
    color: #f3f3f3;
    padding: 0 12px;
    position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.entersite:hover{
    color: #777;    
}
.star{
    margin-top: 3px;
    width: 13px;
    height: 27px;
    position: relative;
    display: inline-block;
    background: url(../images/star.png) center no-repeat;
}
.box1{
    text-align: center;
    width: 340px;
    position: relative;
    margin: 0 auto;
}
.box1 span{
    display: inline-block;
    font: 44px/39px 'Six Caps', sans-serif;  
    color: #f3f3f3;
    padding: 0 13px 25px 13px;
    word-spacing: 2px;
}
.box1 strong{
    color: #c2c2c2;
    display: block;
}
.list1{
    left: 5px;
    padding-bottom: 42px;
    margin-bottom: 40px;
    position: relative;
    background: url(../images/line1.png) bottom repeat-x;
}
.list1 figure{
    display: inline-block;
    margin-right: 17px;
}
.list1 > li{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #242424;
}
.list1 > li.last{
    padding-bottom: 0;
    margin-bottom: 0;    
    border-bottom: 0;
}
.box2{
    top: 5px;
    display: inline-block;
    width: 162px;
    position: relative;
    overflow: hidden;   
}
/*-------Newsletter------------*/
#search-form {
	top: -16px;
	position: relative;
    z-index: 2;
}
#search-form input {
	margin: 0;
	width: 331px;
	height: 38px;
	padding: 0 10px 0 10px;
	outline: none;
	border: 1px solid #3e3e3e;
	font: bold 11px/20px 'Tahoma', sans-serif;
	color: #565656;
    background: #131313 url(../images/pattern3.jpg) repeat;
}
#search-form a {
    margin-right: 2px;
	float: right;
    margin-top: 18px;
	cursor :pointer;
}
#search-form .img_act {
    margin-right: 2px;
	position: absolute;
	right: 0px;
    opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#search-form .img_act:hover{
    opacity: 1 !important;
}
#search-form .submit {
	left: 197px;
}
#search-form .submit {
	top: 0px;
}
/*--End Newsletter---*/
.list2> li{
    display: inline-block;
    margin: 0 17px 34px 0;
}
.list2> li.right{
    display: inline-block;
    margin: 0 0 34px 0;
}
.list2>li>figure img{
    margin-bottom: 10px;
}
.list2>li>figure{
    width: 160px;
}
.list2>li>figure>figcaption p{
    margin-bottom: 0;
}
/*google map*/
.google_map {
	float: left;
	display: inline-block;
	position:  relative;
	overflow: hidden;
	width: 340px;
	height: 365px;
	box-shadow: none;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 50%;
    margin-bottom: 13px;
}
.google_map>iframe{
	width: 340px;
	height: 365px;    
}
/*---end map---*/
.address {
	display: inline-block;
	float: left;
	width: 195px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.address h3{
    margin-bottom: 18px; 
}
.contactText_1 {
	font: 11px/19px 'Tahoma', sans-serif;
	text-transform: uppercase;
	color: #262626;
	margin-bottom: 20px;
}
.phone {
	color: #7c7c7c;
	display:inline-block;
	width:80px;
}
.c1 {
	font: 11px/19px 'Tahoma', sans-serif;
	color: #7c7c7c;
	width: 200px;
}
.contactText_2 {
	font: 11px/19px 'Tahoma', sans-serif;
	display: inline-block;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	margin: 0 4px 0 -28px;
}
/******************** Footer ******************/
footer {
    position: relative;
    bottom: 0;
	width: 100%;
    background: url(../images/pattern_footer.jpg) bottom repeat-x;    
	margin:0 auto;
	text-transform: uppercase;
	color: #565656;
	text-align: center;
}
.social-list {
    margin: 43px 0 39px 0;
}
.social-list>li.first{
    margin-right: 7px;
    padding-right: 9px;
    border-right: 1px solid #898989;
}
.social-list>li{
    display: inline-block;
}
.social-list>li>a{
    font: 13px/18px 'Ubuntu Condensed', sans-serif;
    text-transform: uppercase;
    color: #898989;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social-list>li>a:hover{
    text-decoration: none;
    color: #FFF;
}
.privacy_txt{
    display: block;
    font: 14px/18px 'Ubuntu Condensed', sans-serif;    
    color: #e4e4e4;
}
.privacy_txt>span{
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 16px;
}
a.privacy {
    font: 14px/18px 'Ubuntu Condensed', sans-serif;
	color: #e4e4e4;
	letter-spacing:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.privacy:hover {
    text-decoration: none;
	color: #8a8a8a;
}
#readmore {
    margin-top: -100px;
    position: absolute;
	padding: 0 30px 20px;
    overflow: hidden;
    height: 640px !important;
    background: #161616;
}
.mail {
    margin-right: 3px;
    display: inline-block;
}
/*----------Uscroll-------------*/
.scroll {
	float: left;
}
#buttons .scroll {
	width: 940px;
	height: 180px;
}
#buttons .scroll.ex-5>div {
}
.scroll-btns {
	right: 0;
	float: right;
	top: 78px;
	position: absolute;
}
.downbtn {
	display: inline-block;
	overflow: hidden !important;
	height: 22px !important;
	width: 22px !important;
	float: left;
	margin-right: 5px;
}
.upbtn {
	display: inline-block;
	overflow: hidden !important;
	height: 22px !important;
	width: 22px !important;
	float: left;
}
#buttons2 {
	position: relative;
}
#buttons2 .scroll {
	width: 410px;
	height: 525px;
    overflow: hidden;
}
#buttons2 .scroll.ex-5>div {
}
#buttons2>.scroll-btns {
	left: 355px;
	top: 540px;
	position: absolute;
}
#buttons2>.scroll-btns > a > div > img{
    margin-top: 0px;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
#buttons2>.scroll-btns > a:hover > div > img{
    margin-top: -22px;
}
/*---endscroll----*/
/*********************end footer********************/
/**************************Margin Padding*************************/
.mp_clear {
	margin: 0;
	padding: 0;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.margin1{
    margin: 0 10px 28px 0;
}
.pad1{
    padding: 50px 50px 35px 65px;
}
.pad2{
    padding: 50px 49px 35px 70px;
}

.pad3{
    padding: 50px 50px 35px 70px;
}
.pad4{
    padding-top: 520px;
}
.m_bot1{
    margin-bottom: 23px;
}
.m_bot2{
    margin-bottom: 28px;
}
.m_bot3{
    margin-bottom: 18px;
}
.m_bot4{
    margin-bottom: 15px;
}
.m_left1{
    margin-left: -8px;
}
.m_right1{
    margin-right: 10px;
}
.padh2_1{
    padding: 0 14px 27px 14px;   
}