 
/* Page Styles
================================================================*/

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html,
body,
footer {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: arial, helvetica, times new roman;
	font-size: 1em;
	line-height: 24px;
	color: #333;
	font-weight: 300;
}

p {
	font-size: 1.125em;
	margin: 1.38em 0;
	line-height: 24px;
	text-align: justify;
	text-justify: newspaper;
}

p:first-of-type {
	margin-top: 0;}

section {
	font-family: 'Ek Mukta', times new roman;
}

ul, li {
	line-height: 24px;
}

a {
	font-style: normal;
	text-decoration: none;
	color: #333;
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
}

a:hover {
	color: #943a1b;
}

html { 
  background: #000000;
}

.clear {
	min-height:1px;
	clear: both;
}

#desktop {
	width:100%;
	min-width:800px;
	display: none;
}
.js #desktop {
	display: none;
}

.desktop_wrapper {
	margin:0;
	padding-top:5%;
}

.col_a {
	width: 16.66667%;
	float:left;
	min-height: 1px;
}
.main_wrapper {
	width: 66.66667%;
	margin:0;
	padding:0;
	float:left;
}
.desktop .main_content {
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	z-index:1;
	position:relative;
	display:block;
	height: 100%;
}

.desktop .images img {
	width:100%;
	max-width:100%;
	padding: 0 10px;
}

.desktop .logo		 		{display: block; position:relative; z-index:2; margin-left:10px;}
.desktop .logo img 			{width: 400px;}

.desktop .logo img.svg 			{display: none;}
.svg .desktop .logo img.svg 	{display: block;}
.svg .desktop .logo img.png 	{display: none;}

.desktop .panel-controls {
    z-index: 3;
    padding: 0;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    height: 40px;
    margin-left: auto; margin-right: auto;
    z-index:10;
    margin-top:10px;
    left:0;
    position:relative;
}
.desktop .panel-controls .panel-pager, .mobile .panel-controls-mobile .mob-pager, .mobile .panel-controls-mobile-landscape .mob-pager-land {
    float: left;
    display: inline;
    display: none;
}
.desktop .panel-controls .panel-pager span, .mobile .panel-controls-mobile .mob-pager span, .mobile .panel-controls-mobile-landscape .mob-pager-land span {
    padding: 2px;
    color: #cbcfce;
    cursor: pointer;
}
.cycle-prev, .cycle-next, .mob-prev, .mob-next, .mob-prev-land, .mob-next-land {
    width: 30px;
    height: 30px;
    background: #000000;
    float: left;
    display: block;
}
.cycle-next, .mob-next, .mob-next-land {
	background: url(arrow_right.svg) no-repeat center center;
	background-size: 20px 20px;
}
.cycle-prev, .mob-prev, .mob-prev-land  {
	background: url(arrow_left.svg) no-repeat center center;
	background-size: 20px 20px;
}

.desktop .main_content {
  	offwidth:1620px;
 	offheight:952px;
}
.desktop .images {
    max-width: 100%;
}
.desktop .images img {
	width:100%;
}
.desktop .panel-controls {
    width:1600px;
}
.desktop .panel-controls .panel-pager {
	display:block;
}

@media (max-width: 1000px) {
.col_a {
	width: 5%;
}
.main_wrapper {
	width: 90%;
}
}


/* Iphone 6+ */
#mobile {display: none;}
@media only screen and (max-device-width:736px) {
	table, #desktop, .js #desktop {display: none!important;}
	#mobile, .mobile	{display: block; width:100%; height:100%;position: relative;}
	.main_content {margin:0; padding:0; background: none; height: 100%; width: 100%; display:block; position: relative;}
	.desktop .logo, .logo-resp	{position:relative; z-index:2;}

	.logo-resp 		{display: block;position: absolute;width: 100%;top:0;}
	.logo		 	{display: none;}
	.logo-resp 	img	{width: 50%;}

	.mobile .panel-controls-mobile .mob-pager, .mobile .panel-controls-mobile-landscape .mob-pager-land {
		display:none;
	}
}

@media only screen and (max-device-width:736px) and (orientation:landscape) {

	.mobile .panel-controls-mobile, .mobile .portrait.images {display: none;}

	.logo-resp 		{display: block; position: absolute; width: 50%;top:0;}
	.logo-resp 	img	{width: 100%;}

	.mobile .panel-controls-mobile-landscape {
    	padding: 0 30px;
    	font-size: 40px;
    	font-family: Arial, Helvetica, sans-serif;
    	height: 40px;
    	width: 100%;
    	margin-left: auto; margin-right: auto;
    	z-index:10;
    	position:absolute;
    	bottom:40px;
    	display: block;
	}
	#mobile .images {
		position:absolute;
		height:100%;
		width:100%;
	}
	#mobile .images img {
		height: 100% !important;
		width: 100%;
	}

}

@media only screen and (max-device-width:414px) and (orientation:portrait) {

	.mobile .panel-controls-mobile-landscape, .mobile .landscape.images {display: none;}

	.mobile .panel-controls-mobile {
    	padding: 0 30px;
    	font-size: 40px;
    	font-family: Arial, Helvetica, sans-serif;
    	height: 40px;
    	width: 100%;
    	margin-left: auto; margin-right: auto;
    	z-index:10;
    	position:absolute;
    	bottom:40px;
    	display: block;
	}
	#mobile .images {
		position:absolute;
		height:auto;
		width:100%;
		z-index:0;
		top:0;
	}
	#mobile .images img {
		height: auto;
		width:100%;
	}
}

@media only screen and (max-device-width:375px) {
	.logo-resp 	img	{width: 50%;}
	.mobile .panel-controls-mobile {
		bottom:40px;
	}

}

