@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500,300,700&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,cyrillic);

html {
	height: 100%;
	background-color: #fff;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	color: #3f3f3f;
	font-size: 14px;
	position: relative;
	/*height: 100%;*/
	line-height: 1.2;
	width: 100%;
	background-color: #e1e1e1;
}


*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}


img {
	border: 0;
}

a img {
	border: 0;
}

a {
	outline: 0 none;
}

*:focus {
	outline: 0 none;
}


a,
a:link,
a:visited {
	color: #009aa8;
	text-decoration: none;
}
a:hover {
	color: #007390;
}
a:active {

} 

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: 'Open Sans Condensed', sans-serif;
}

button,
input[type=submit],
input[type=button] {
	cursor: pointer;
}

.columns:after {
  content: "";
  display: table;
  clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}


.container {
	width: 100%;
	max-width: 1024px;
	padding: 20px;
	margin: auto;
}

.header {
	top: 0px;
	position: relative;

	z-index: 105;

	background-color: #fff;
	width: 100%;
	height: 100px;
	
	border-bottom: 1px solid #999;
}

.top {
	height: 30px;
	background: #EFEFEF;
	position: relative;
	left: 0;
	right: 0;
	z-index: 1000;
	border-bottom: 1px solid #009aa8
}

.home-page .header {
	position: absolute;
}

.footer {
	bottom: 0;
	width: 100%;
	height: 36px;

	background-color: #fff;
	z-index: 100;
	line-height: 35px;

	border-top: 1px solid #999;
}

.home-page .footer {
	position: absolute;

}

.footer .container {
	padding-top: 0;
	padding-bottom: 0;
}

.footer .copyright {
	font-size: 12px;
	font-family: 'Ubuntu';
	font-weight: 300;
	color: #8d8d8d;
}

.footer .copyright a {
	color: #222;
}

.home-page .slider {
	z-index: 1 !important;
	width: 100%;
	height: 100%;

	padding-top: 100px;
	padding-bottom: 36px;
}

.home-page .camera_bar_cont,
.home-page .camera_bar {
	display: none;
}

.camera_fakehover > .camera_prev,
.camera_fakehover > .camera_next {
	visibility: hidden !important;
	display: none !important;
}

.camera_caption .camera_prev,
.camera_caption .camera_next {
	opacity: 1 !important;
}

.home-page .cameraContents [onclick] {
	cursor: pointer;
}

.home-page .cameraContents {
	max-width: 1024px;
	width: 100%;
	margin: auto;
}

.home-page .camera_caption {
	width: 100%;
	max-width: 600px;
	position: relative;
	bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	/*left: 265px !important;*/
	right: 20px;
}

.home-page .camera_caption_title {
	font-weight: 300;
	min-height: 90px;
	padding: 10px 90px 10px 55px;
}

.home-page .camera_caption > div {
	border-radius: 0 !important;
	font-family: 'Open Sans Condensed' !important;
	font-weight: 300 !important;
	font-size: 20px !important;
}

.home-page .camera_caption_desc {
	position: absolute;
	top: 0;
	right: 20px;
	width: 70px;
	height: 70px;
	background-color: #009aa8;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	padding: 12px 10px 0;
	font-size: 11px\9;
	
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;

	border-radius: 100px;

	-webkit-transform: scale3d(1, 1, 1);

	        transform: scale3d(1, 1, 1);

	-webkit-transition: background 0.25s,
				-webkit-transform 0.25s;

	        transition: background 0.25s,
				transform 0.25s;
}

.home-page .camera_caption_desc:hover {
	background-color: #007390;
	
	-webkit-transform: scale3d(1.2, 1.2, 1);
	
	        transform: scale3d(1.2, 1.2, 1);

}

.home-page .camera_caption_desc:after {
	content: url("../images/view_project_arrow.png");
	position: relative;
	margin-top: 3px;
	display: block;
	text-align: center;
}

.home-page .camera_commands {
	display: none;
}

.home-page .camera_prev,
.home-page .camera_next {
	width: 55px;
	height: 50%;
	
	top: 0;
	/*left: -55px;*/
	left: 0;
	right: 0;

	margin-top: 0px;
}

.home-page .camera_next  {
	border-top: 1px solid #333;
	top: 50%;
}

.home-page .camera_prev {
	top: 0;
}

.home-page .camera_prev > span {
	background: url("../images/arrow_left.png") no-repeat center center;
	background-color: #fff;
	width: 100%;
	height: 100%;

	-webkit-transition: background 0.3s;

	        transition: background 0.3s;

}

.home-page .camera_next > span {
	background: url("../images/arrow_right.png") no-repeat center center;
	background-color: #fff;
	width: 100%;
	height: 100%;

	-webkit-transition: background 0.3s;

	        transition: background 0.3s;

}

.home-page .camera_prev > span:hover,
.home-page .camera_next > span:hover {
	background-color: #DDD;
}

.header p,
.footer p {
	margin: 0;
}

.header .logo {
	position: relative;
	float: left;
	width: 40%;
}

.header .logo img {
	max-width: 100%;
	height: auto;
}

.header .menu {
	float: left;
	width: 60%;
}

.header .container,
.header .menu {
}

.header .menu {
	text-align: right;
}

.header .menu ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
	width: 100%;
}

.header ul.menu > li {
	height: 100%;
	line-height: 60px;
	display: inline-block;
	margin-left: 25px;
	position: relative;
}

.header ul.menu > li > a {
	display: block;
	width: 100%;
	height: 100%;
	color: #222;
	font-family: 'Open Sans Condensed';
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
}



.header ul.menu > li > a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent; 
	border-right: 7px solid transparent; 
	border-top: 7px solid #009aa8;
	top: -27px;
	margin: auto;
	left: 0;
	right: 0;

	-webkit-transition: top 0.3s;

	        transition: top 0.3s;
}

.header ul.menu > li > a:hover,
.header ul.menu > li.active > a {
	color: #009aa8;
}

.header ul.menu > li > a:hover:before,
.header ul.menu > li.active > a:before {
	top: -20px;
}

.header ul.menu > li.item-115 > a {

}

.header ul.menu > li.item-115 > a:after {
	content: "\f015";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}

.header ul.menu > li.item-115 > a:before {
	display: none;
}

.header ul.menu > li:hover > .nav-child {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;

	transition-duration: .25s;
}

.nav-child {
	position: absolute;
	top: 100%;
	/*background: black;*/
	width: 200px;
	float: left;
	text-align: left;
	padding: 0;
	margin-right: 0;
	list-style: none;
	right: 0;
	margin: 0;
	left: 50%;
	margin-left: -100px;
	line-height: 1;
	opacity: 0;
	visibility: hidden;

	transform: translate3d(0, 20px, 0);
	transition: all 0.1s;
}

.nav-child li {
	border-bottom: 1px solid #222;
	display: block;
	background: #333;
}

.nav-child li a {
	padding: 15px 15px;
	display: block;
	color: #FFF;

	transition: background 0.25s;
}

.nav-child li.active a,
.nav-child li a:hover {
	background: #222;
}

.itemList {
	background: #FFF;
	padding: 17px 17px 0px 17px;
	text-align: center;	
}

.itemList .clr {
	display: none;
}

.itemList .catItemBody,
.itemList .catItemView,
.itemList .catItemImageBlock,
.itemList .catItemBody h3 {
	padding: 0;
	margin: 0;
}

.itemList .catItemImageBlock {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

	width: 170px;
	height: 170px;
	display: block;

	position: relative;
}

.itemList .itemContainer {
	margin-right: 8px;
	margin-bottom: 17px !important;
	margin-left: 8px !important;

	width: 170px !important;
	height: 170px !important;

	float: none;
	display: inline-block;
}
/*
.itemList .itemContainer.itemContainerLast {
	margin-right: 0;
}*/


.itemList .catItemImageBlock h3 {
	display: inline-block;
  	vertical-align: middle;
  	width: 80%;
  	text-align: center;

  	padding: 15px;

  	font-family: 'Ubuntu', Arial;
  	font-weight: 300;
	
	
	/*margin-left: 10%;*/
	position: relative;
	
	color: #FFF;
	color: rgba(255, 255, 255, 0);
	z-index: 3;

	backface-visibility: visible;
	
	-webkit-transform: perspective(120px) rotateX(-45deg);
	        transform: perspective(120px) rotateX(-45deg);

	-webkit-transition: color 0.3s 0.3s,
				-webkit-transform 0.5s 0.1s;

	        transition: color 0.3s 0.3s,
				transform 0.5s 0.1s;
}

.itemList .catItemImageBlock h3:before {
	content: "";
	display: block;
	border: 3px solid #FFF;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 3;
	

	-webkit-transform: scale3d(1, 0, 0);
	        transform: scale3d(1, 0, 0);

	-webkit-transform-origin: 50% 0;
	        transform-origin: 50% 0;
	opacity: 0;

	-webkit-transition: -webkit-transform 0.3s;

	        transition: transform 0.3s;
}

.itemList .catItemImageBlock:hover h3 {
	color: rgba(255, 255, 255, 1);
	-webkit-transform: rotateX(0);
	        transform: rotateX(0);
}

.itemList .catItemImageBlock:hover h3:before {
	-webkit-transform: scale3d(1, 1, 1);
	        transform: scale3d(1, 1, 1);
	opacity: 1;
}


.itemList .catItemImageBlock:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; 
}

.itemList .catItemImageBlock:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	display: block;

	top: 0;
	left: 0;

	background: #000;
	opacity: 0;

	/*background: transparent\0/;	*/
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";

	-webkit-transition: opacity 0.3s;
	        transition: opacity 0.3s;
}

.itemList .catItemImageBlock:hover:after {
	opacity: 0.7;
}

.itemListCategory {
	background-color: #222 !important;
	color: #FFF !important;
	border: 0px none !important;
	padding: 17px !important;
	margin-bottom: 0px !important;
}

.itemListCategory h2 {
	margin: 0;
}

.itemView {
	border: 0px none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.itemView:after {
	display: block;
	content: "";
	clear: both;
}

.itemView .itemImages {
	float: left;
	width: 400px;
	margin-right: 20px;
}

.itemView .itemContent {
	float: left;
	width: 564px;
	padding: 0;
}

.itemView .itemContent .itemContentTop {
	padding: 20px;
	background-color: #fff;
	position: relative;
}

.itemView .itemImageBlock {
	padding: 0;
	margin: 0;
}

.itemView span.itemImage img {
	padding: 0;
	border: 0px none;
	display: block;
}

.itemView span.itemImage {
	margin: 0;
	display: block;
}

.itemView span.itemImage a {
	display: block;
}

.itemView .itemImageCaption {
	font-family: 'Ubuntu', Arial, Verdana;
	font-size: 14px;
	background-color: #fff;
	color: #222;
	padding: 15px;
	display: block;
	width: 100%;
}

.itemView .boxplus-slider,
.itemView .boxplus-viewport {
	width: 100% !important;
	padding: 0;
}

.itemView .boxplus-viewport li {
	width: 123px !important;
	height: auto !important;
	margin-right: 15px !important;
}

.itemView .boxplus-viewport li img {
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	display: block;
}


.itemView .boxplus-viewport ul > li > a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);

	opacity: 0;
	transition: opacity 0.3s;
}

.itemView .boxplus-viewport ul > li > a:hover:before {
	opacity: 1;
}

.itemView .boxplus-viewport ul > li > a:after {
	content: "Виж";
	display: block;
	text-align: center;
	height: 50px;
	width: 50px;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	color: #FFF;
	text-transform: uppercase;
	padding: 13px 5px;
	border: 3px solid #Fff;
	font-weight: 600;
	font-family: 'Open Sans', Arial, sans-serif;

	opacity: 0;

	transition: opacity 0.3s;
}

.itemView .boxplus-viewport ul > li > a:hover:after {
	opacity: 1;
}

.itemView .itemExtraFields {
	margin-top: 15px;
	padding: 0;
}

.boxplus-dialog {
	box-sizing: content-box;
}

.itemView .boxplus-first,
.itemView .boxplus-last {
	display: none !important;
}

.itemView .boxplus-paging > div.boxplus-prev {
	cursor: pointer;
	left: 0 !important;
	display: block !important;

	background: url("../images/prev.png") no-repeat left center !important;
	width: 50% !important;
	height: 52px !important;
}

.itemView .boxplus-paging > div.boxplus-next {
	cursor: pointer;
	right: 0 !important;
	display: block !important;

	background: url("../images/next.png") no-repeat right center !important;
	width: 50% !important;
	height: 52px !important;
}

.itemView .boxplus-paging > div.boxplus-prev.boxplus-disabled {
	background: url("../images/prev_disabled.png") no-repeat left center !important;
}

.itemView .boxplus-paging > div.boxplus-next.boxplus-disabled {
	background: url("../images/next_disabled.png") no-repeat right center !important;
}

.itemView .boxplus-paging a.boxplus-next,
.itemView .boxplus-paging a.boxplus-prev {
	display: none !important;
}

.itemView .boxplus-paging {
	margin-top: 15px;
	background-color: #202020;
	height: 52px !important;
}

.itemContent {
	padding: 20px;
}

.itemContent h2.itemTitle {
	font-family: "Open Sans Condensed", Arial, sans-serif !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	text-transform: uppercase;
}

.itemContent .itemBody {
	font-family: "Ubuntu", Arial, sans-serif;
	line-height: 1.3;
	padding: 0;
}

.itemCategory {
	margin-top: 20px;
	border: 0px none !important;
	position: relative;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.itemCategory span {
	color: #009aa8 !important;
	border: 2px solid #009aa8 !important;
	padding: 10px 15px !important;
	font-weight: bold !important;
	display: block !important;
	width: 106px;
	text-align: center;
	/*margin-right: 100%*/;
	margin-bottom: 10px;
}


.itemCategory a {
	color: #222;
	border: 2px solid #222;
	padding: 10px 15px;
	display: inline-block;
	font-weight: bold;
	transition: all .3s;
}

.itemCategory a:hover {
	border-color: #009aa8;
	color: #009aa8;
}


.itemView .itemSocialSharing {
	/*height: 50px*/;
	width: 50%;
	float: right;
	position: absolute;
	right: 0;
	bottom: 20px;
}

.itemView .pluginConnectButtonLayoutRoot {
	width: 100% !important;
}

.itemView .itemNavigation {
	border: 0px none !important;
	margin-top: 25px;
	background-color: #fff;

	padding: 20px;

	font-family: 'Ubuntu', Arial, sans-serif;
}

.itemView .itemNavigation .itemNavigationTitle {
	display: block;
}

.itemView .itemNavigation a {
	padding: 0 !important;
	margin-right: 20px;
}

.itemView .itemFacebookButton,
.itemView .fb-like,
.itemView .fb-like > span {
	width: 100% !important;
}


.tooltip {
	display: none !important;
}

.itemListView .k2Pagination {

}


.itemListView .k2Pagination ul  {
	margin-top: 0;
}

.itemListView .k2Pagination ul li {
	margin-left: 10px;
	margin-right: 10px;
}

div.itemFacebookButton {
	width: auto;
}

.contact:after {
	clear: both;
	content: "";
	display: block;
}

.contact .contact-form {
	float: left;
	width: 50%;
}

.contact .page-header {
	display: none;
}

.contact > h3 {
	color: #FFF;
	background-color: #222;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	margin-left: -20px;
}

.contact > h3 + div + h3,
.contact .contact-form {
	position: relative;
	top: -73px;
}

.contact > h3 + div + h3 {
	width: 50%;
	float: right;
	position: relative;
	padding: 0 0 0 2px;
}

.contact > h3 + div + h3:after {
	display: block;
	width: 20px;
	background-color: #222;
	top: 0;
	bottom: 0;
	position: absolute;
	right: -20px;
	content: '';
}

.contact-form fieldset {
	border: 0px none;
	padding: 0;
}

.contact-form legend {
	display: none;
}

.contact-form .btn {
	font-family: 'Open Sans';
	background: #222;
	color: #FFF;
	padding: 10px 15px 10px 35px;
	border: 0px none;
	position: relative;

	transition: all 0.3s;
	border: 2px solid #222;
}

.contact-form .btn:before {
	position: absolute;
	width: 40px;
	background: url("../images/email.png") no-repeat center center;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
}


.contact-form .btn:hover {
	background: #FFF;
	color: #222;
}

.contact-form .btn:active {
	background: #FFF;
}

.contact-form .btn:hover:before {
	background: url("../images/email_hover.png") no-repeat center center;
}

.contact-form input {
	height: 40px;
	padding: 5px 10px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	background-color: #fafafa;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 16px;

	-webkit-transition: border 0.2s;

			transition: border 0.2s;
}

.contact-form textarea {
	padding: 10px;
}

.contact-form input:hover,
.contact-form textarea:hover,
.contact-form input:focus,
.contact-form textarea:focus {
	border: 1px solid #aaa;
}

.tip-wrap {
	display: none !important;
}

.contact-form .control-group {
	margin-bottom: 15px;
}

.page-header {
    background-color: #009aa8;
    border: 0 none;
    color: #fff;
    margin-bottom: 0;
    padding: 17px;
}

.page-header h2 {
	margin: 0;
}

.page-header h2 a {
	color: #FFF !important;
}

.page-header + div {
	background: #FFF;
	padding: 17px;
}

.main-container p {
	margin: 0;
}

.contact dt {
	float: left;
	clear: both;
	margin-top: 20px;
}

.contact dt ~ dd {
	margin-top: 20px;
}

.contact .contact-address dt:first-child {
	margin-top: 0;
}

.contact .contact-address dt:first-child + dd {
	margin-top: 0;
}

.contact .contact-address dt:first-child ~ dd + dd {
	margin-top: 0;
}

.contact .contact-address dd {
	line-height: 20px;
}

.contact .contact-address dt {
	width: 20px;
	height: 20px;
}

.contact .contact-address dt span {
	display: none;
}

.contact .contact-address dt:first-child {
	background: url("../images/pin.png") no-repeat center center;
}

.contact .contact-address dt:first-child ~ dt {
	background: url("../images/phone.png") no-repeat center center;
}

.contact .contact-address dt:first-child ~ dt ~ dt {
	background: url("../images/mobile.png") no-repeat center center;
}

.contact {
	background-color: #fff;
	padding: 0 20px;
}

.cover + .main-wrapper {
	background: url("../images/top.png") no-repeat right top;
}

.main-wrapper {
	background: url("../images/down.png") no-repeat right bottom;
}

.cover {
	border-bottom: 1px solid #999;
}

.menu-toggle {
	display: none;
}

.menu-toggle a {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	height: 60px;
	line-height: 60px !important;
}

.menu-toggle a .fa {
	line-height: 60px !important;
}

.arch-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #009aa8;
	z-index: 101;
	display: block;
}

.alert-error {
	background: #FFF;
	padding: 20px;
}

.alert-error .alert-heading {
	margin: 0;
}

#system-message {
	background: #FFF;
	padding: 20px;
}

#system-message .alert-heading  {
	margin: 0;
}

#system-message .close {
	float: right;
}

.contact .contact-miscinfo {
	margin-top: 30px;
}

.contact .contact-miscinfo .personal {
	margin-bottom: 10px;
	padding-left: 40px;
	background: url("../images/person.png") no-repeat 5px top;
}

.contact .contact-miscinfo .personal > span:first-child + span {
	display: block;
}

.logo-wrapper {

}

.navigation > .moduletable_menu {
	float: right;	
}

.top .container {
	padding-top: 0;
	padding-bottom: 0;
}

.languages-mobile {
}

.languages-mobile ul {
	display: block;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.languages-mobile ul:after {
	content: "";
	display: block;
	clear: both;
}

.languages-mobile ul li {
	display: inline-block;
	float: left;
	line-height: 30px;
	vertical-align: middle;
}

.languages-mobile ul li a {
	position: relative;
	
}

.languages-mobile ul li a:hover {
	
}

.top {
	display: none;
}

.languages {
	float: right;
	margin-left: 20px;
}

.languages ul {
	display: block;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.languages ul:after {
	content: "";
	display: block;
	clear: both;
}

.languages ul li {
	display: inline-block;
	float: left;
	line-height: 60px;
	vertical-align: middle;
}

.languages ul li a {
	position: relative;
	
}

.languages ul li a:hover {
	
}

.main-container:after {
	display: block;
	clear: both;
	content: "";
}

.sidebar {
	float: left;
	width: 27%;
	padding-right: 20px;
}

.sidebar + .main {
	line-height: 1.3;
	float: left;
	width: 73%;
}

.sidebar h3 {
    background-color: #009aa8;
    border: 0 none;
    color: #fff;
    margin: 0;
    padding: 17px;
    font-size: 20px;
}

.sidebar .menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar .menu li {
	position: relative;
}

.sidebar .menu li a {
	background: #333;
	color: #FFF;
	display: block;
	padding: 15px 30px 15px 15px;

	transition: background 0.25s;

	border-bottom: 1px solid #222;
	position: relative;
}

.sidebar .menu li a:after {
	content:"\f105";
	position: absolute;
	right: 15px;
	bottom: 0;
	top: 0;
	color: #FFF;
	display:inline-block;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:normal;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
	width: 1em;
	height: 1em;
	text-align: center;
	line-height: 1em;
	margin: auto;
}

.sidebar .menu li.active a,
.sidebar .menu li a:hover {
	background: #222;
}

.mod-languages a {
	color: #222;
	padding: 5px;
	border-radius: 20px;

	transition: background .25s,
				color .25s;
}


.mod-languages a:hover,
.mod-languages .lang-active a {
	background: #009aa8;
	color: #FFF;

}

@media only screen and (min-width: 0px) and (max-width: 640px) {
	
	.home-page .camera_caption {
		width: 100%;
		max-width: 600px;
		position: relative;
		bottom: 0;
		margin-left: auto;
		margin-right: auto;
		/*left: 265px !important;*/
		right: 0;
	}
	
	.menu-toggle { 
		display: block;
	}

	.header .menu ul.menu {
		display: none;
		background-color: #009aa8;
		position: absolute;
		right: 0;
		/*bottom: 0;*/
		/*top: 100px;*/
		width: auto;
		padding: 0;
		/*position: fixed;*/
		/*left: 0;*/
		right: -20px;
		left: auto;
		top: 100%;
		margin-top: 20px;
		z-index: 10001;
		text-align: left;
	}
/*
	.header .menu ul.menu:before {
		content: "";
		position: fixed;
		top: 100px;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #009aa8;
	}*/

	.header .menu ul.menu li {
		display: block;
		border-bottom: 1px solid #007390;
		margin: 0;
		z-index: 10000;
		position: relative;
	}

	.header .menu ul.menu li a {
		min-width: 200px;
		padding-right: 20px;
		padding-left: 20px;
		color: #FFF !important;
	}

	.header ul.menu li.item-115 a:after {
		vertical-align: middle;
	}

	.header ul.menu li a:before {
		display: none;
	}

	.home-page .camera_caption > div {
		font-size: 16px !important;
	}

	.home-page .camera_caption {
		width: 100%;
		max-width: 100%;
	}

	.header .logo {
		position: absolute;
		left: 20px;
		right: 90px;
		width: auto;
		margin-top: auto;
		margin-bottom: auto;
		height: 60px;
		line-height: 60px;
		vertical-align: middle;
	}

	.header .logo a {
		/*display: block;*/
	}

	.header .logo img {
		vertical-align: middle;
	}

	.header .menu {
		position: absolute;
		right: 20px;
		width: 50px;
	}

	.header .menu-toggle a > * {
		position: relative;
		z-index: 10;
	}

	.header .menu-toggle a:before {
		position: absolute;
		top: -20px;
		bottom: -20px;
		right: -20px;
		width: 70px;
		background-color: #009aa8;
		content: "";
		display: block;
	}
	

	.contact .contact-form {
		width: 100%;
		/*margin-top: 40px;*/
		top: 0;
		margin-bottom: 20px;
	}

	.contact > h3 + div {
		float: none;
		width: 100% !important;
	}

	.contact > h3 + div + h3 {
		width: 100%;
		margin-top: 30px;
		top: 0;
	}

	.contact > h3 {
		margin-left: 0;
		position: relative;
	}

	.contact > h3:after {
		display: block;
		width: 20px;
		background-color: #222;
		top: 0;
		bottom: 0;
		position: absolute;
		right: -20px;
		content: '';
		clear: both;
	}

	.contact > h3:before {
		display: block;
		width: 20px;
		background-color: #222;
		top: 0;
		bottom: 0;
		position: absolute;
		left: -20px;
		content: '';
	}

	.itemList .catItemImageBlock h3,
	.itemList .catItemImageBlock h3:before,
	.itemList .catItemImageBlock:after {
		transition: none;
	}

	.itemView .itemImages {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	.itemView .itemImage img {
		width: 100% !important;
		height: auto !important;
	}

	#sbox-window,
	#sbox-content img {
		width: auto !important;
		height: auto !important;
	}

	#sbox-window {
		bottom: auto !important;
	    left: auto !important;
	    position: absolute !important;
	    right: auto !important;
	    top: 0 !important;
	    width: auto !important;
	    z-index: 65557 !important;
	    border-radius: 0px !important;
	    -webkit-box-shadow: none !important;
	    box-shadow: none !important;
	}

	#sbox-btn-close {
		background: none repeat scroll 0 0 transparent;
		bottom: 0;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
	}

	#sbox-overlay {
		bottom: 0 !important;
		height: auto !important;
		left: 0 !important;
		opacity: 0.7 !important;
		right: 0 !important;
		top: 0 !important;
		width: 100% !important;
		z-index: 65555 !important;
		outline: 10000px solid black !important;
	}

	.itemView .itemContent {
		width: 100%;
	}

	.itemView .itemSocialSharing {
	    bottom: 20px;
	    padding: 10px 3px;
	    right: 0;
	    width: 100%;
	    position: static;
	    float: none;
	    margin-bottom: 15px;
	    margin-top: 15px;
	}

	.itemView .boxplus-viewport ul {
		width: 100% !important;
		height: 100px;
	}

	.itemView .boxplus-viewport li {
		width: 33.3% !important;
		margin-right: -5px !important;
		padding-right: 100px !important;
	}

	.itemView .boxplus-viewport li > a {
		margin-right: 15px;
    	padding-right: 15px;
	}
	
	.itemSocialSharing {
		overflow: hidden;
	}
	
	.itemView .boxplus-viewport ul > li > a:before,
	.itemView .boxplus-viewport ul > li > a:after {
		right: 15px;
	}

	.home-page .header {
		top: 30px;
	}

	.top {
		display: block;
	}

	.navigation .languages {
		display: none;
	}


	.nav-child {
		width: auto;
		float: none;
		position: static;
		/*background: black;*/
		text-align: left;
		list-style: none;
		margin-left: 0px;
		line-height: 1;
		opacity: 1;
		visibility: visible;

		transform: none;
		transition: none;
		border-top: 1px solid #007390;
	}

	.nav-child li {
		display: block;
		background: rgba(255, 255, 255, 0.1);
	}
	
	.nav-child li.active a,
	.nav-child li a {
		padding: 15px 15px 15px 45px !important;
		display: block;
		color: #FFF;
		background: transparent;

		transition: none;
	}

	.nav-child > li:last-child {
		border-bottom: 0px none !important;
	}

	.nav-child li a:hover {
		background: transparent;
	}

	.sidebar {
		display: none;
	}

	.sidebar + .main {
		width: 100%;
		margin-left: 0;
	}
}


@media only screen and (min-width: 640px) and (max-width: 1024px) {
	
	.itemView .itemContent {
		width: 49%;
	}

	.itemView .itemImages {
		width: 49%;
		margin-right: 2%;
	}

	.itemView .itemSocialSharing {
	    bottom: 20px;
	    padding: 10px 3px;
	    right: 0;
	    width: 100%;
	    position: static;
	    float: none;
	    margin-bottom: 15px;
	    margin-top: 15px;
	}
	.itemSocialSharing {
		overflow: hidden;
	}

	.itemView .boxplus-viewport ul {
		width: 100% !important;
		height: 100px !important
	}

	.itemView .boxplus-viewport li {
		/*width: 20% !important;*/
		/*margin-right: -5px !important;*/
		margin: 0 !important;

		padding-right: 0px !important;
	}

	.itemView .boxplus-viewport li > a {
		margin-right: 15px;
    	padding-right: 15px;
	}
	
	
	.itemView .boxplus-viewport ul > li > a:before,
	.itemView .boxplus-viewport ul > li > a:after {
		right: 15px;
	}



	.itemView .itemImage img {
		width: 100% !important;
		height: auto !important;
	}

}

@media only screen and (min-width: 640px) and (max-width: 768px) {
	
	.top {
		display: block;
	}

	.home-page .header {
		top: 30px;
	}
	
	.navigation .languages {
		display: none;
	}
}