.tooltip-inner {display:none;}
@font-face {
	font-family: 'eurostileregular';
	src: url('../fonts/eurosti-webfont.eot');
	src: url('../fonts/eurosti-webfont.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/eurosti-webfont.woff') format('woff'),  
	url('../fonts/eurosti-webfont.ttf') format('truetype'),  
	url('../fonts/eurosti-webfont.svg#eurostileregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'eurostilebold';
	src: url('../fonts/eurostib-webfont.eot');
	src: url('../fonts/eurostib-webfont.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/eurostib-webfont.woff') format('woff'),  
	url('../fonts/eurostib-webfont.ttf') format('truetype'),  
	url('../fonts/eurostib-webfont.svg#eurostilebold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Titillium Web';
	src: url('../fonts/resea-regular-webfont.eot');
	src: url('../fonts/resea-regular-webfont.eot?#iefix') format('embedded-opentype'), 
	 url('../fonts/resea-regular-webfont.woff') format('woff'),  
	 url('../fonts/resea-regular-webfont.ttf') format('truetype'),  
	 url('../fonts/resea-regular-webfont.svg#Titillium Web') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'reseabold';
	src: url('../fonts/resea-bold-webfont.eot');
	src: url('../fonts/resea-bold-webfont.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/resea-bold-webfont.woff') format('woff'),  
	url('../fonts/resea-bold-webfont.ttf') format('truetype'),  
	url('../fonts/resea-bold-webfont.svg#reseabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'reseaitalic';
	src: url('../fonts/resea-italic-webfont.eot');
	src: url('../fonts/resea-italic-webfont.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/resea-italic-webfont.woff') format('woff'),  
	url('../fonts/resea-italic-webfont.ttf') format('truetype'),  
	url('../fonts/resea-italic-webfont.svg#reseaitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
#slide-contact {
	max-width: 700px;
	float: left;	
}
#contact-form {
	margin: 0 0 30px 0;	
}
#contact-form legend, .popover {
	display:none !important;
}
#contact-form .red, #contact-form .star {
	color: #dd0000;	
}
#contact-form input[type="text"], #contact-form input[type="email"] {
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #eee;
	height: 40px;
	width: 100%;
	max-width: 450px;
	font-size: 16px;	
	padding: 0 0 0 20px;
}
.accordion-heading {
	display: none;	
}
#contact-form textarea {
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #eee;
	height: 200px;
	width: 100%;
	max-width: 445px;
	font-size: 16px;
	padding: 20px;	
}

#contact-form .btn {
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #eee;
	height: 40px;
	font-size: 16px;
	margin: 20px 0 0 0;	
}
.contact-address dt {
	display: none;	
}
.contact-address dd {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-style: bold;	
}
#system-message-container .alert {
	margin: 0 0 40px 0 !important;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #eee;	
	clear: both;
	max-width: 700px;
}

* { max-height: 100000px; }
body {
	margin: 0;
	color: #333;
	font: 16px/30px Lucida Sans, Verdana, Geneva, sans-serif;
	background: url(../images/bg-body.jpg) 50% 0 no-repeat #000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	min-width: 1000px;
}
img { border-style: none; }
a {
	text-decoration: none;
	color: #0067ac;
}
.mainWrapper.frontpage {
	background: #ccc;	
}
.nav-opener {
	float: right;
	width: 50px;
	height: 30px;
	margin: 50px 20px 0 0;	
	opacity: 0.8;
}
.bt-cs h2 {
	margin: 0 0 10px 0 !important;
	font-size: 24px !important;	
	
}
#panels {
	box-sizing: border-box;
	margin: 40px auto;
	max-width: 1000px;
}
.panelIcon {
	clear: both;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.panelIcon img {
	width: 75px;
	height: 75px;
	opacity: 0.9;
	margin: 0 auto;
}
.homePanel {
	width: 32%;
	display: inline-block;
	margin: 0 2% 20px 0;
	padding: 0;
	float: left;
	text-align: center;
	box-sizing: border-box;
	min-height: 360px;
	position: relative;
	
}
.homePanel:first-child {
	border-right: 3px dotted rgba(255,255,255,0.2);
}
.homePanel:last-child {
	margin-right: 0;
	border-left: 3px dotted rgba(255,255,255,0.2);
}
.homePanelHead {
	padding: 12px 30px;
	font-family: 'Titillium Web';
	font-size: 22px;
	line-height: 32px;
	border-radius: 7px 7px 0 0;
	box-sizing: border-box;
}

.homePanelHead a {
	color: rgba(255,255,255,0.8);
}
.homePanelHead a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.homePanelInner {
	padding: 12px 30px;
	font-size: 14px;
	line-height: 20px;
	box-sizing: border-box;
	color: rgba(255,255,255,0.6);
}

.homePanelLink {
	padding: 12px;
	border-radius: 0 0 7px 7px;
	box-sizing: border-box;
	font-family: 'Titillium Web';
	font-size: 18px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.homePanelLink a {
	color: #000;
	padding: 8px 30px;
	background: rgba(255,255,255,0.6);
	border-radius: 5px;
}
.homePanelLink a:hover {
	background: rgba(255,255,255,1);
	text-decoration:none;
}
.bt-image-link img {
	border-radius: 10px;	
}
.cta {
	border-radius: 7px;
	border: none;
	padding: 4px 10px 4px 10px;
	margin: 20px 30px 0 0;
	padding: 10px;
	height: 40px;
	font-size: 16px;
	background: -moz-linear-gradient(top, rgba(0,88,146,1) 0%,rgba(0,153,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,88,146,1)), color-stop(100%, rgba(0,153,255,1)));
	background: -webkit-linear-gradient(top, rgba(0,88,146,1) 0%, rgba(0,153,255,1) 100%);
	background: -o-linear-gradient(top, rgba(80,88,146,1) 0%, rgba(0,153,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,88,146,1) 0%, rgba(0,153,255,1) 100%);
	background: linear-gradient(to bottom, rgba(0,88,146,1) 0%, rgba(0,153,255,1) 100%);
	color: #fff;
	display: none;
}
.cta:hover {
	text-decoration: none;
	background: -moz-linear-gradient(top, rgba(0,55,91,1) 0%,rgba(0,153,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,55,91,1)), color-stop(100%, rgba(0,153,255,1)));
	background: -webkit-linear-gradient(top, rgba(0,55,91,1) 0%, rgba(0,153,255,1) 100%);
	background: -o-linear-gradient(top, rgba(0,55,91,1) 0%, rgba(0,153,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,55,91,1) 0%, rgba(0,153,255,1) 100%);
	background: linear-gradient(to bottom, rgba(0,55,91,1) 0%, rgba(0,153,255,1) 100%);	
}
#sidebar .cta {
	width: auto;
	margin: 0;
	display: block;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	font-family: 'Titillium Web';
	letter-spacing: 0;
}

.bfPage input[type=text], .bfPage input[type=email], .bfPage button[type=button], .bfPage textarea {
	border-radius: 7px;
	border: none;
	padding: 4px 10px 4px 10px;
}
.bfPage input[type=text], .bfPage input[type=email], .bfPage textarea {
	width: 400px !important;
	margin: 0 0 12px 0 !important;
}
.bfPage input[type=text], .bfPage input[type=email], .bfPage button[type=button] {
	height: 30px;
}
.bfPage label {
	width: 180px !important;
}
.bfPage button[type=button] {
	margin: 0 30px 0 0;
	padding: 10px;
	height: 40px;
	float: right;
	font-size: 16px;
}
.bfPage .bfRolloverBg {
	background: none !important;
}
.bfPage input[type=text], .bfPage input[type=email], .bfPage textarea {
	background:#CCC;
}
.bfPage button[type=button] {
	background:#09F;
	color: #fff;
}
input, textarea, select {
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #404040;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
header, footer, article, section, hgroup, nav, figure, aside { display: block; }
input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="search"], input[type="email"], textarea {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[type="submit"]:hover { cursor: pointer; }
.blog-item  {
	margin: 0 0 60px 0;
}
#header {
	margin: 0 0 30px;
	position: relative;
	z-index: 9;
}
#header:after {
	display: block;
	clear: both;
	content: "";
}
.header-holder {
	max-width: 982px;
	margin: 0 auto 32px;
	overflow: hidden;
	padding: 0 15px;
}
.logo {
	background: url(../images/logo.png) no-repeat;
	width: 270px;
	height: 94px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin: 19px 0 0;
}
.logo a {
	display: block;
	height: 100%;
}
.right-area {
	float: right;
	margin: 5px 0 0;
	width: 30%;
	min-width: 275px;
}
.social-area {
	background: url(../images/separator.png) repeat-x 0 100%;
	padding: 0 0 7px;
	margin: 0 0 13px;
}
.social-area:after {
	display: block;
	clear: both;
	content: "";
}
.social-networks {
	float: right;
	list-style: none;
	margin: 0 -14px 0 0;
	padding: 0;
}
.social-networks li { float: left; }
.social-networks li a {
	display: block;
	background: url(../images/ico-social.png) no-repeat 6px 9px;
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	overflow: hidden;
}
.social-networks li.facebook a { background-position: -28px 10px; }
.social-networks li.linkedin a { background-position: -63px 10px; }
.social-networks li.skype a { background-position: -100px 10px; }
.social-networks li.share a { background-position: -139px 10px; }

.right-area .phone {
	display: block;
	background: url(../images/separator.png) repeat-x 0 100%;
	padding: 0 0 15px;
	color: #fff;
	text-transform: uppercase;
	font: 25px/30px 'Titillium Web', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	text-decoration: none !important;
}
.right-area .phone span {
	color: #8fcdf6;
	display: inline-block;
	margin: 0 9px 0 0;
}
#nav {
	background: #000;
	background-color: rgba(0, 0, 0, .80);
}
#nav .nav-frame {
	max-width: 982px;
	margin: 0 auto;
	padding: 0 15px;
}
#nav .nav-frame > ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	font: 19px/23px 'Titillium Web', Arial, Helvetica, sans-serif;
	display: table;
}
#nav .nav-frame > ul:after {
	display: block;
	clear: both;
	content: "";
}
#nav .nav-frame > ul > li {
	display: table-cell;
	vertical-align: middle;
}
#nav .nav-frame > ul > li:first-child { padding: 0; }
#nav .nav-frame > ul > li .div {
	position: relative;
	display: inline-block;
	padding: 0 0 8px;
	margin: 0 0 -8px;
}
#nav .nav-frame > ul > li.hover .dropdown { display: block; }
#nav .nav-frame > ul > li .div a {
	display: block;
	color: #bcc9d0;
	text-align: center;
	padding: 14px 14px 18px;
	position: relative;
}
#nav .nav-frame > ul > li.active .div:after {
	content: "";
	position: absolute;
	left: 54%;
	margin: 0 0 0 -13px;
	background: url(../images/arrow.png) no-repeat;
	width: 26px;
	height: 14px;
	bottom: -4px;
	color: #fff;
}
#nav .nav-frame > ul > li.active .div a {
	background: url(../images/bg-nav.png) no-repeat 50% 2px;
	color: #fff;
}
.dropdown a {
	background: none !important;
	color: #bcc9d0 !important;
}

#nav .nav-frame > ul > li .dropdown {
	margin: 0;
	list-style: none;
	position: absolute;
	top: 56px;
	left: 15px;
	width: 486px;
	display: none;
	background: rgb(8,8,8) url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4MDgwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzBjMGMwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzIxMjEyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzI3MjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(8,8,8,0.95) 0%, rgba(12,12,12,0.95) 19%, rgba(33,33,33,0.95) 75%, rgba(39,39,39,0.95) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(8,8,8,0.95)), color-stop(19%, rgba(12,12,12,0.95)), color-stop(75%, rgba(33,33,33,0.95)), color-stop(100%, rgba(39,39,39,0.95)));
	background: -webkit-linear-gradient(top, rgba(8,8,8,0.95) 0%, rgba(12,12,12,0.95) 19%, rgba(33,33,33,0.95) 75%, rgba(39,39,39,0.95) 100%);
	background: -o-linear-gradient(top, rgba(8,8,8,0.95) 0%, rgba(12,12,12,0.95) 19%, rgba(33,33,33,0.95) 75%, rgba(39,39,39,0.95) 100%);
	background: -ms-linear-gradient(top, rgba(8,8,8,0.95) 0%, rgba(12,12,12,0.95) 19%, rgba(33,33,33,0.95) 75%, rgba(39,39,39,0.95) 100%);
	background: linear-gradient(to bottom, rgba(8,8,8,0.95) 0%, rgba(12,12,12,0.95) 19%, rgba(33,33,33,0.95) 75%, rgba(39,39,39,0.95) 100%);
	padding: 18px 34px 0 38px;
	z-index: 99;
}
#nav .nav-frame > ul > li .dropdown.half {
	width: 223px;
}
#nav .nav-frame > ul > li.last .dropdown {
	left:auto;
	right:0;
}
.dropdown .column {
	float: left;
	width: 207px;
}
.dropdown .column.add { float: right; }
.dropdown .column .title {
	display: block;
	font: 20px/24px 'Titillium Web', Arial, Helvetica, sans-serif;
	margin: 0 0 13px;
	color: #cc8102;
}
.dropdown .column ul {
	padding: 0;
	margin: 0 0 50px;
	list-style: none;
	font: 14px/18px Verdana, Geneva, sans-serif;
}
.dropdown .column ul li { margin: 0 0 15px; }
.dropdown .column ul li a {
	padding: 0 !important;
	text-align: left !important;
	display: inline !important;
}
#big-buttons {
	max-width: 982px;
	margin: 0 auto 20px auto;
	padding: 0 15px;
	clear: both;
	z-index: 100000000000000000000000000;	
}
#big-buttons .bigbtn {
	width: 16%;
	float: left;
	text-align: center;
	padding: 15px;
	color: #fff;
	background:#09F;
	border-radius: 8px;	
	font-size: 22px;
	margin: 0 1% 0 0;
	min-height: 55px;
}
#big-buttons .bigbtn:last-child {
	margin: 0;	
}
.main {
	max-width: 982px;
	margin: 0 auto;
	padding: 0 15px;
}



.mainWrapper {
	background: #fff;
	padding: 20px 0 0 0;
}

.main:after {
	display: block;
	clear: both;
	content: '';
}
.carousel-frame {
	position: relative;
	margin: -230px auto 0;
	z-index: 1;
	overflow: hidden;
	min-height:745px;
}
.slideshow { position: relative; }
.slideshow .slide {
	position:absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}
.slideshow .slide a {
	display: block;
	height: 100%;
	width: 100%;
	color: #fff;
	text-decoration: none;
}
a .slide, a .text, a h1  {
	color: #fff !important;
	text-decoration: none !important;
}
.slideshow .slide.active { z-index: 2; }
.slideshow .slide img {
	display: block;
	margin: 0 auto;
}
.slideshow .img-holder{ 
	position:relative;
	width:100%;
}
.slideshow  .img-holder .img-frame{ 
	position:relative; 
	left:50%; 
	min-width:1538px; 
	float:left;
}
.slideshow  .img-holder .img-box{ 
	position:relative; 
	left:-50%; 
	min-width:1538px; 
	float:left;
}
.slider-img {
	width: 400px;
	height: 400px;	
}
.gallery-holder {
	width: 100%;
	position: absolute;
	top: 230px;
	left: 0;
}
.slidernav {
	margin: 0 9px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slidernav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slidernav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px 0 0;
}
.slidernav li a {
	background: url(../images/bg-bullet.png) no-repeat no-repeat 0 -17px;
	width: 15px;
	height: 15px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.slidernav li a:hover, .slidernav li.active a { background: url(../images/bg-bullet.png) no-repeat; }
.carousel .slidernav {
	margin: 0;
	position: absolute;
	bottom:0;
	left: 0;
	text-align: left;
}
.carousel .slidernav ul li, .carouseltwo .slidernav ul li { margin: 0 7px 0 0; }
.carouseltwo .slidernav {
	margin: 0;
	position: absolute;
	bottom: 8px;
	left: 0;
	text-align: left;
}
.cycle-gallery {
	position: relative;
	max-width: 982px;
	margin: 0 auto;
	z-index: 9;
}
.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	min-height:475px;
}
.cycle-gallery .mask .slideset {
	width: 100%;
	float: left;
}
.cycle-gallery .mask .slide { float: left; }
.cycle-gallery .mask .slide.active { z-index: 1; }
.cycle-gallery .mask .slide .img-holder {
	float: left;
	margin: 27px 0 0 4.7%;
	width: 43%;
}
.cycle-gallery .mask .slide .img-holder img {
	display: block;
	width: 100%;
}
.cycle-gallery .caption {
	float: right;
	width: 41.5%;
	margin: 8px 0 0;
	letter-spacing: -2px;
}
h1, h2, h3, h4 {
	font-face: 'Titillium Web', Arial, Helvetica, sans-serif;
	font-weight: normal;
	overflow: visible;
}
.cycle-gallery .caption h1 {
	font: 80px/85px 'Titillium Web', Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: right;
	display: block;
	margin: 0 0 21px;
}
.cycle-gallery .caption h1 span {
	display: block;
	color: #01f0ff;
	font-size: 60px;
	line-height: 65px;
	margin: -10px 0 0;
}
.cycle-gallery .text {
	background-color: rgba(0, 0, 0, .50);
	border-radius: 8px;
	padding: 14px 17px 8px 18px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0;
	color: #ddd;
}
.cycle-gallery a {
	color: #ddd;
	text-decoration:none !important;
}

.caption {
	padding-right: 5px;	
}

.cycle-gallery .text p { margin: 0 0 9px; }
.features {
	padding: 0;
	margin: 0 0 47px;
}
.features:after {
	display: block;
	clear: both;
	content: '';
}
.platforms {
	overflow: hidden;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 23px 0 0;
	margin: 0 auto 30px auto;
}
.carousel:after{
	content:"";
	display:block;
	clear:both;
}
.carousel {
	position: relative;
	width: 100%;
}

.carousel .mask {
	position: relative;
	overflow: hidden;
	float:right;
	width:975px;
	padding: 7px 0 0;
}

.carousel .mask .slideset {
	width:99999px;
	float: left;
}
.carousel .mask .slide {
	width: 244px;
	float: left;
}
.carousel .mask .slide a{
	width: 240px;
	display:block;
	margin:0 auto;
}
.carousel .mask .slide img {
	width: 100%;
	display: block;
	height: auto;
}

.carouseltwo {
	position: relative;
	width: 100%;
	padding: 0 0 30px 50px;
}
.carouseltwo:after {
	display:block;
	clear:both;
	content:"";
}

.carouseltwo .mask {
	float:right;
	position: relative;
	overflow: hidden;
	width:980px;
}
.carouseltwo .mask .slideset {
	width:99999px;
	float: left;
}
.carouseltwo .mask .slide {
	width: 284px;
	float: left;
}
.carouseltwo .mask .slide a{
	display:block;
	margin:0 auto;
	width: 234px;
}

.carouseltwo img {
	display: block;
	width: 100%;
	height: auto;
}
.inner #wrapper {
	overflow: hidden;
	background: url(../images/bg-inner.png) no-repeat 50% 0;
}
.headerHolder {
	clear: both;	
}
.heading { 
	display: block;
}
.heading .breadcrumbs {
	margin: 0;
	padding: 0 0 60px 0;
	list-style: none;
	color: #666;
	font-size: 13px;
	line-height: 15px;
	width: 100%;
	display: block;
}
.heading .breadcrumbs li:first-child { background: none; }

.main h1 {
	margin: -20px 0 20px;
	padding: 3px 0 0;
	color: #2a3842;
	font: 38px/44px 'Titillium Web', Arial, Helvetica, sans-serif;
}
.main h2 {
	margin: -20px 0 25px;
	padding: 3px 0 0;
	color: #2a3842;
	font: 28px/32px 'Titillium Web', Arial, Helvetica, sans-serif;
}
h1 a:hover, h2 a:hover {
	text-decoration: none;	
}
.heading .breadcrumbs li {
	float: left;
	padding: 0 10px;
	background: url(../images/arrow2.png) no-repeat 0 3px;
}
.heading .breadcrumbs li a { color: #838182; }
.heading .breadcrumbs li:last-child { padding-right: 0; margin-right: 0; }
#content, .com-contact.contact {
	width: 62%;
	float: left;
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0;
	color: #666;
}
.full #content {
	width: 100%;
}
#content .tagline {
	display: block;
	margin: 0 0 11px;
	font-size: 16px;
}
#content p { margin: 0 0 10px; }
#sidebar {
	width: 30%;
	float: right;
	margin: 0 0 0 0;
}
#sidebar .box { margin: 20px 0; }
#sidebar .box .img-holder {
	width: 100%;
	overflow: hidden;
}
#sidebar .box .img-holder img {
	width: 100%;
	display: block;
}
#sidebar .box:after {
	display: block;
	content: "";
	clear: both;
}
#sidebar .box.add2 {
	position: relative;
	background: #eee;
	padding: 15px 10px 15px 15px;
	border-radius: 10px;
	color: #666;
}

#sidebar .box-sub {
	font-weight: bold;
}
#sidebar .box.add2 .img-holder {
	width: 87.5%;
	float: right;
}
#sidebar .box.add2 .img-holder img {
	display: block;
	width: 100%;
}
#sidebar .box.add3 {
	position: relative;
	background: url(../images/bg-box2.png) no-repeat 0 100%;
	padding: 13px 16px 20px;
}
#sidebar .box .title {
	font: 24px/28px 'Titillium Web', Arial, Helvetica, sans-serif;
	display: block;
	color: #2a3842;
}
#sidebar .box {
	font-size: 13px;
	line-height: 18px;
}
#sidebar .box.add3 .img-holder {
	width: 87.5%;
	float: right;
}
#sidebar .box.add3 .img-holder img {
	display: block;
	width: 100%;
}
#sidebar .box .title span {
	display: block;
	margin: -13px 0 0;
}
.footer-holder {
	max-width: 982px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 12px;
}
#footer {
	background: #121212;
	overflow: hidden;
}
#footer .info-area {
	float: left;
	width: 24.84%;
	font-size: 12px;
	line-height: 14px;
	padding: 19px 0 40px;
	color: #9e9e9e;
	border-right: 1px solid #161616;
}
#footer .info-area .title {
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #dfdede;
	margin: 0 0 5px;
}
#footer .info-area address {
	display: block;
	font-style: normal;
	margin: 0 0 22px;
	padding: 0 40px 0 0;
	line-height: 18px;
}
#footer .info-area .logo {
	background: url(../images/logo2.png) no-repeat;
	width: 203px;
	height: 70px;
	margin: 0 0 20px;
}
#footer .info-area .phone {
	display: block;
	margin: 0 0 23px;
}
#footer .info-area .email {
	display: inline-block;
	color: #9e9e9e;
}
#footer .info-area .email:hover {
	text-decoration: none;
	color: #fff;
}
.nav-holder {
	float: right;
	width: 67.50%;
	padding: 45px 0 0;
}
.nav-holder .footer-nav {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 15px;
	text-align: right;
	width: 22.7%;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
}
.nav-holder .footer-nav:first-child { margin: 0; }
.nav-holder .footer-nav h2 {
	margin: 0 0 19px;
	font-size: 18px;
	font-weight: normal;
}
.nav-holder .footer-nav h2 a { color: #d1d1d1; }
.nav-holder .footer-nav h2 a:hover {
	text-decoration: none;
	color: #fff;
}
.nav-holder .footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-holder .footer-nav ul li { margin: 0 0 15px; }
.nav-holder .footer-nav ul li a { color: #9e9e9e; }
.nav-holder .footer-nav ul li a:hover {
	text-decoration: none;
	color: #fff;
}
.footer-bottom {
	overflow: hidden;
	background: #0a0a0a;
	padding: 23px 0;
}
.footer-bottom .logo2 {
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	background: url(../images/img8.png) no-repeat;
	width: 118px;
	height: 45px;
	margin: 0 0 0 9px;
}
.footer-bottom .logo2 a {
	height: 100%;
	display: block;
}
.footer-bottom .right-area {
	float: right;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	color: #595959;
	width: 80%;
	margin: 0;
}
.footer-bottom .right-area p { margin: 0 0 8px; }
.copyrights {
	float: right;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	color: #595959;
}
.footer-frame { overflow: hidden; }
.copyrights ul {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
	display: inline;
	text-align: right;
	float: right;
}
.copyrights a { color: #595959; }
.copyrights ul li {
	float: left;
	padding: 0 5px;
	background: url(../images/separator3.png) no-repeat 0 4px;
}
.copyrights ul li a { color: #595959; }
.back-link {
	float: right;
	font: 19px/22px 'Titillium Web', Arial, Helvetica, sans-serif;
	display: none;
}
.logo-frame { overflow: hidden; }
.phone a { color: #fff; }

.pagination {
	margin: 18px 0;
}
.pagination ul {
	float: right;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 8px 18px;
	line-height: 18px;
	text-decoration: none;
	background-color: #ddd;
	border: none;
	border-left-width: 0;
	color: #111;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #bbb;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

@media screen and (min-width:801px) { 
.nav-opener {
	display: none;
}
#nav {
	display:block !important;
}
a:hover { text-decoration: underline; }

.social-networks li:hover { background-color: rgba(0, 0, 0, .35); }
.social-networks li a:hover {
	background: url(../images/hover-ico-social.png) no-repeat 6px 9px;
	text-decoration: none;
}
.social-networks li.facebook a:hover { background-position: -28px 10px; }
.social-networks li.linkedin a:hover { background-position: -63px 10px; }
.social-networks li.skype a:hover { background-position: -100px 10px; }
.social-networks li.share a:hover { background-position: -139px 10px; }

#nav .nav-frame > ul > li.hover { background: url(../images/bg-nav.png) no-repeat 50% 2px; }
#nav .nav-frame > ul > li > .div > a:hover {
	padding: 14px 14px 18px;
	text-decoration: none;
	color: #fff;
}
.dropdown .column ul li:hover { background: none; }

}

@media (max-width: 1010px) {
	body { min-width: 320px; }
	.nav-holder .footer-nav { width: 21.9%; }
	.cycle-gallery .text { font-size: 12px; }
	.cycle-gallery .caption h1 {
		font-size: 61px;
		line-height: 65px;
	}
	.cycle-gallery .caption h1 span {
		font-size: 45px;
		line-height: 50px;
	}
	.carousel-frame { margin-top: -260px; }
	.nav-holder .footer-nav h2 {
		font-size: 13px;
		margin: 0 0 8px;
	}
	.nav-holder .footer-nav { font-size: 11px; }
	#nav .nav-frame > ul > li.active span:after { bottom: -14px; }
	.footer-bottom .right-area { width: 75%; }
	#sidebar { display: none; }
	#content { width: 100%; }
	.slidernav li a {
		background: url(../images/bg-bullet2.png) no-repeat 0 -12px;
		width: 11px;
		height: 12px;
	}
	.slidernav li a:hover, .slidernav li.active a { background: url(../images/bg-bullet2.png) no-repeat; }
	.cycle-gallery { padding: 0 15px; }
	.carousel .pagination { bottom:-10px;}
	.platforms .slide {
		display: inline-block;
		float: left;	
	}
}

@media (max-width: 800px) {
	#nav .nav-frame > ul > li.active .div:after { bottom: -9px; }
	#nav .nav-frame > ul > li .dropdown { top: 68px; }
	.gallery-holder { top: 275px; }
	#nav .nav-frame > ul > li .dropdown { left: -202px; }
	.features .description h2 {
		font-size: 18px;
		line-height: 22px;
	}
	.platforms .description h2 {
		font-size: 18px;
		line-height: 22px;
	}
	.features .description {line-height: 17px;}
	.carousel .mask{width:558px;}
	.carousel .mask .slide { width: 186px; }
	.carousel .mask .slide a{width:176px;}
	.carouseltwo .mask {width:546px;}
	.carouseltwo .mask .slide { width: 182px; }
	.carouseltwo .mask .slide a{width: 172px;}
	.platforms .description { margin-right: 20px; }
	.carousel .pagination { bottom: -17px; }
	.carouseltwo .pagination { bottom: 3px; }
	.features { margin: 0 0 39px; }
	.platforms { padding: 18px 0 0; }
	#footer .info-area .logo {
		background: url(../images/logo3.png) no-repeat;
		width: 156px;
		height: 52px;
		margin: 0 0 16px;
	}
	#footer .info-area {
		padding: 17px 0 16px;
		width: 27.14%;
	}
	#footer .info-area .title {
		margin: 0;
		font-size: 11px;
		line-height: 13px;
	}
	#footer .info-area address {
		font-size: 11px;
		margin: 0 0 15px;
		line-height: 15px;
	}
	.nav-holder { 
		padding: 36px 0 0;
		width:68.9%;
	}
	.nav-holder .footer-nav { 
		width:24.2%;
		margin:0;
	}
	#footer .info-area .phone.add { margin: 0 0 17px; }
	.nav-holder .footer-nav ul li { margin: 0 0 8px; }
	.footer-bottom .logo2 {
		width: 86px;
		background-size: 100% auto;
	}
	.social-networks { margin: 0; }
	#nav .nav-frame > ul > li .div {
		margin: 0 0 -15px;
		padding: 0 0 15px;
	}
	.cycle-gallery .mask{min-height:387px;}
	.slidernav { margin: 0; }
	.carousel-frame { min-height: 694px; }
	.right-area {
		width: 40%;	
	}
}
@media (max-width: 800px) {
	
	.menu-opener { display: inline-block; }
	.homePanel {
		width: 100%;
		margin: 0 0 50px 0;
		padding: 0 10%;
		border: none !important;
		min-height:inherit;
	}
	
	.homePanelLink {
		position: relative;
	}
	
	#wrapper {
		background: url(../images/bg-wrapper.png) no-repeat 50% 0;
		overflow: hidden;
	}
	.dropdown {display:none !important; }
	.carousel-frame { display: none; }
	#nav { background: none; }
	#nav .nav-frame > ul > li .div a { text-align: left; }
	#nav .nav-frame > ul > li {
		float: none;
		display: block;
		vertical-align: inherit;
		margin: 0 0 2px;
		background-color: rgba(0, 0, 0, 0.8)
	}
	#nav .nav-frame > ul > li:hover {
		float: none;
		display: block;
		margin: 0 0 2px;
		background-color: rgba(0, 0, 0, 0.8)
	}
	.header-holder {
		max-width: 480px;
		padding: 0;
	}
	.right-area { display: none; }
	#nav .nav-frame {
		padding: 0;
		width: 100%;
	}
	#nav .nav-frame > ul > li.active .div:after {
		bottom: auto;
		top: 26px;
		left: 0;
	}
	.nav-holder .footer-nav {
		display: block;
		margin: 0;
		float: right;
		width: 100%;
	}
	.footer-holder { max-width: 540px; }
	.nav-holder .footer-nav ul { display: none; }
	.nav-holder .footer-nav h2 {
		font-size: 16px;
		line-height: 20px;
		color: #d1d1d1;
	}
	.nav-holder { width: 40%; }
	#footer .info-area { width: 49.2%; }
	#nav .nav-frame > ul {
		margin: 0;
		display: block;
	}
	.footer-frame { display: none; }
	#nav .nav-frame > ul > li .div a { display: inline-block; width: 100%; }
	.inner #nav { display: none; }
	.inner .main { display: block; }
	.heading .breadcrumbs { display: none; }
	.back-link {
		display: block;
		color: #fff;
		margin: 0 0 37px;
		float: none;
		text-align: right;
	}
	.back-link a { color: #fff; }
	.right-area .phone { text-align: right }
	.heading h1 {
		font-size: 32px;
		line-height: 35px;
	}
	.copyrights ul { display: none; }
	.copyrights {
		float: none;
		text-align: center;
	}
	#nav .nav-frame > ul > li .div {
		margin: 0 0 -40px 30px;
		padding-bottom: 40px;
		width: 100% !important;
	}
	#nav .nav-frame > ul > li .div a { padding-bottom: 15px; }
	#nav .nav-frame > ul > li > .div > a:hover { padding-bottom: 15px; }
	#nav .nav-frame > ul > li.hover { background-position: 30px 2px; }
}
@media (max-width: 986px) {
	.homePanel {
		min-height: 400px;
	}
@media (max-width: 479px) {
	.right-area {
		float: none;
		overflow: hidden;
		width: 100%;
	}
	.right-area .phone { text-align: right; }
	.logo { margin-bottom: 15px; }
	#footer .info-area address {
		width: 100%;
		clear: both;
	}
	#footer .info-area { width: 100%; }
}