@font-face {
    font-family: 'Exo';
    src: url('../fonts/exo2-semibold-webfont.eot');
    src: url('../fonts/exo2-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2-semibold-webfont.woff') format('woff'),
         url('../fonts/exo2-semibold-webfont.ttf') format('truetype'),
         url('../fonts/exo2-semibold-webfont.svg#exo_2bold') format('svg');
    font-weight: 700;
    font-style: bold;
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/exo2-semibolditalic-webfont.eot');
    src: url('../fonts/exo2-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2-semibolditalic-webfont.woff') format('woff'),
         url('../fonts/exo2-semibolditalic-webfont.ttf') format('truetype'),
         url('../fonts/exo2-semibolditalic-webfont.svg#exo_2bold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/exo2-italic-webfont.eot');
    src: url('../fonts/exo2-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2-italic-webfont.woff') format('woff'),
         url('../fonts/exo2-italic-webfont.ttf') format('truetype'),
         url('../fonts/exo2-italic-webfont.svg#exo_2italic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/exo2-regular-webfont.eot');
    src: url('../fonts/exo2-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2-regular-webfont.woff') format('woff'),
         url('../fonts/exo2-regular-webfont.ttf') format('truetype'),
         url('../fonts/exo2-regular-webfont.svg#exo_2regular') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/exo2-light-webfont.eot');
    src: url('../fonts/exo2-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2-light-webfont.woff') format('woff'),
         url('../fonts/exo2-light-webfont.ttf') format('truetype'),
         url('../fonts/exo2-light-webfont.svg#exo_2light') format('svg');
    font-weight: 200;
    font-style: normal;

}

body { 
  font-family: 'Exo', 'Arial', san-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
	background-color:#FFFFFF;
	min-height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

html, body, div, .hover-effect { margin: 0; border: 0 none; padding: 0; }
html, body, #container, /*#sidebar1, #sidebar2,*/ .hover-effect { height: 100%; min-height: 100%;  }
#container { 
	width: 100%;
	height:100%;
	margin: 0 auto; 
} 

#sidebar1 {
	float: right; 
	margin:auto;
	
}
#sidebar2 {
	float: left; 
	margin:auto;
}

.mask_left ul,
.mask_right ul {
list-style:none;
margin:0;
padding:0;
}

.sorh ul li a,
.sorh ul li a,
.mask_left ul li a,
.mask_right ul li a {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0px;
  color: #eee /*a0b5bb*/;
  margin-top: 25px;
  display: block;
}

.mask_left ul li a {
  text-align:left;
  margin-left:30px;
}

.mask_right ul li a {
  text-align:right;
  margin-right:30px;
}

div.sorh.top li.item-105,
div.sorh.top li.item-107,
div.sorh.bot li.item-105,
div.sorh.bot li.item-106,
.mask_left li.item-105,
.mask_left li.item-107,
.mask_right li.item-105,
.mask_right li.item-106 {
display:none;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p {
	padding:8px 0 8px 0;
}
a {
	color:#7b6cb2;
    text-decoration: none;
	border:0;
}
a:hover {
	color:#55458d;
}

/*####################################################*/
/*** HOVER EFFECTS ***/
/*####################################################*/
.img-rollover {
	position:absolute;
	top:0; left:0;
	bottom:0; right:0;
	background-image:url(../images/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
}
.clean-img {
		min-width:810px;
}
.hover-effect {
	width: 100%;
	height: auto;
	overflow: hidden;
	position:relative;
	text-align: center;
	cursor: default;
	background: #fff ;
	z-index:0;
	-webkit-backface-visibility: hidden; 
}
.hover-effect .mask {
	width: 100%;
	height: auto;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.hover-effect img {
	display: block;
	position: relative;
	width:100%;
	height:auto;
}
.hover-effect h2 {
	font-size:18px;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 10px;
	margin: 20px 0 0 0;
}
.hover-effect p {
	font-size: 12px;
	font-weight:600;
	position: relative;
	color: #fff;
	padding: 20px 30px 10px;
	text-align: center;
	/*text-shadow: 0px 1px 1px #666;*/
}
.hover-effect a.info {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
.hover-effect a.info: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.h-style img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.mask_left,
.mask_right {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	opacity: 1;  
}

.mask_left {
background:url('../images/home_cloud_left.png') 50% 50% no-repeat;
width:690px;
height:274px;
position:absolute;
right:100px;
}

.mask_right {
background:url('../images/home_cloud_right.png') 50% 50% no-repeat;
width:690px;
height:274px;
position:absolute;
left:100px;
}

.mask_left_bottom {
width:690px;
height:274px;
position:absolute;
right:105px;
bottom:0px;
}

.mask_right_bottom {
width:450px;
height:179px;
position:absolute;
left:105px;
bottom:0px;
}

.blackbody .h-style .mask {
	background-color: rgba(51, 41, 88, 0.8);  
}

#sidebar2 .h-style .mask {
	background-color: rgba(0, 0, 0, 0.8);
}
#sidebar1 .h-style .mask {
	background-color: rgba(255, 255, 255, 0.9);
}

.h-style h2 {
	text-align:left;
	border-left: 1px solid rgba(255, 255, 255, 0.8);
	background: transparent;
	margin: 20px 40px 0px 40px;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	color: #FFF;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#sidebar1 .h-style h2 {
	border-left: 1px solid rgba(0, 0, 0, 0.8);
}
.h-style p {
	margin-left:20px;
	margin-right:20px;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
#sidebar1 .h-style p {
	color: #393939;
}
.h-style a.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.h-style:hover img {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.h-style:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.h-style:hover h2,.h-style:hover p,.h-style:hover a.info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

div#sidebar1 h3,
div#sidebar2 h3 {
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
color: #00234e;
font-size: 60px;
font-weight: 700;
width:95%;
padding-left:30px;
}

div#sidebar1 h3 {
right: 0;
color: #ffffff;
}

div#sidebar2:hover h3, 
div#sidebar1:hover h3 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

#logo img {
	position: absolute;
	z-index: 100;
	display: block;
	left:50%;
	margin-left: -140px;
	width: 300px;
	top: 0;
}

div.sorh {
  display:none;
}


div.sorh.top {
  top:30px;
}

div.sorh.bot {
  bottom:30px;
}

.size_offset {margin-left:-2px;margin-top:-150px;}

@media (max-width: 1560px) {
  .size_offset {margin-left:-82px;margin-top:-150px;}
  #logo img {
  position: absolute;
  z-index: 100;
  display: block;
  left: 50%;
  margin-left: -116px;
  width: 250px;
  top: 0;
  margin-top: -100px;
}
  

.mask_left {
background:url('../images/home_cloud_left_small.png') 50% 50% no-repeat;
width:450px;
height:179px;
position:absolute;
right:85px;
}

.mask_right {
background:url('../images/home_cloud_right_small.png') 50% 50% no-repeat;
width:450px;
height:179px;
position:absolute;
left:85px;
}

.mask_left_bottom {
width:450px;
height:179px;
position:absolute;
right:105px;
bottom:0px;
}

.mask_right_bottom {
width:450px;
height:179px;
position:absolute;
left:105px;
bottom:0px;
}
  
  .mask_left ul li a, .mask_right ul li a {
      font-size: 22px;
  margin-top: 22px;}

}

@media (max-width: 1180px) {
  .size_offset {margin-left:0px;margin-top:-400px;}
}

@media (max-width: 992px) {
#logo img {
	position: absolute;
	z-index: 100;
	display: block;
	left:50%;
	margin-left:-70px;
	width: 140px;
	bottom:50%;
    margin-bottom:-58px;
}
  
  .mask_left,
.mask_right {
  display:none;
}
   
div.sorh {
  display: block;
  z-index: 100;
}

div.sorh ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sorh.bot a {color:#000;}
.sorh.bot {position: absolute;width: 100%;}

.sorh.top a {color:#000;}
.sorh.top {position: absolute;width: 100%;}
  
		}

@media (max-width: 690px) {
  .size_offset {margin-left:-80px;margin-top:-300px;}
}