*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
	margin: 0 ;
	padding: 0 ;
}
html {
	height: 100% ;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	background: #000 ;
	font-size: 14px ;
	color : #fff ;
	width: 100% ;
	height: 100% ;
}
img { 
	border: 0 ;
	vertical-align:middle ;
}
#super_global {
	position: relative ;
	height: 100% ;
}
#global {
	position: fixed ;
	background: #000 url( ../images/fond-page.jpg ) center center no-repeat ;
	background-size: cover ;
	height: 100% ;
	width: 100% ;
	opacity: 0 ;
}
#global-color {
	position: fixed ;
	background: #516d7f ;
	height: 100% ;
	width: 100% ;
}
#diapohide {
	display: none ;
}
#main {
	position: absolute ;
	width: 100% ;
	padding: 15px ;
	margin: 0 0 30px 0 ;
}
#inner {
	max-width: 1150px ;
	margin: 0px auto ;
	text-align: center;
	letter-spacing: -0.36em;
}
#inner div {
	letter-spacing: initial;
	text-align: left ;
	vertical-align: top ;
}
#logo {
	width: 22% ;
	height: auto ;
	min-width: 200px ;
	background: rgba( 200,200,255, .5);
	display: inline-block;
}
#logo-img {
	height: 222px ;
}
#logo img {
	height: 222px;
    padding: 0 24px;
}
#contenttop {
	position: relative ;
	width: 78%;
	min-height: 474px ;
	background: rgba( 0,0,0, .5);
	display: inline-block;
}
.user_photo img {
	width: 100% ;
	height: auto ;
}
#menu-top {
	position: relative ;
	padding: 15px ;
	background: rgba( 255,255,255, .5); 
	min-height: 215px ;
}
#contenttopinner {
}
#contenttop > img:first-child {
	max-width: 100% ;
	height: auto ;
}
.swiper-button-next, .swiper-button-prev {
	width: 40px ;
	height: 41px ;
}	
body .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url("../images/arrow-slider-right.png") center no-repeat;
}
body .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: url("../images/arrow-slider-left.png") center no-repeat;
}
.swiper-pagination {
	display:none;
}
.legend {
	position: absolute ;
	left : 0 ;
	bottom : 0 ;
	margin: 20px ;
	background: rgba( 0, 0, 0, .3 ) ;
	padding: 20px ;
	color: white ;
}
#global-menu {
	width: 22% ;
	height: auto ;
	min-height: 214px;
	vertical-align: top ;
	background: rgba( 255,255,255, .5);
	display: inline-block;
	padding: 15px ;
}
#content {
	width: 78% ;
	height: auto ;
	display: inline-block;
	background: rgba( 0,0,0, .7);
	margin: 0 0 10px 0 ;
	font-size: 100% ;
}
.divarticle {
	color: white ;
	text-shadow: 0.1em 0.1em 0.2em #000 ;
}
.divarticle a,
.divarticle a:link,
.divarticle a:visited {
	color: inherit ;
	text-decoration: none ;
	border-bottom: 1px dotted white ;	
}
.divarticle a:hover {
	color: inherit ;
	text-decoration: none ;
	border-bottom: 1px solid white ;	
}
.divarticle.no-padding a,
.divarticle.no-padding a:link,
.divarticle.no-padding a:visited {
	color: inherit ;
	text-decoration: none ;
	border: 0 ;
}
.divarticle.no-padding a:hover {
	color: inherit ;
	text-decoration: none ;
	text-shadow: 0.1em 0.1em 0.2em #ffa500;
	border: 0 ;
}

.divarticle img {
    max-width: 100%;
    height: auto;
    margin: 0 0 3px 0 ;
}
.divarticle h1 {
	font-size: 1.7em ;
}
.divarticle ul {
	margin: 0 0 0 30px ;
}
.divarticle:not(.no-padding) {
	padding: 1em ;
}
.divarticle h6 {
	font-size: 160% ;
	color: orange ;
	padding: 0 ;
	margin: 0 0 15px 0 ;
}
.divarticle table {
	width: 100% ;
}
.divarticle td {
	padding: 10px ;
}
.google-maps-75 {
        position: relative;
        padding-bottom: 53%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
 }
.google-maps-50 {
        position: relative;
        padding-bottom: 50%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
 }
 .google-maps-50 iframe,
 .google-maps-75 iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        border: 0 ;
 }
@media screen and (min-width: 800px) {
	#logo,
	#contenttop,
	#menu,
	#content {
		overflow:hidden;
	}
	#innerfooter {
		max-width: 100% ;
	}
}
@media screen and (min-device-width: 320px) {
	#content,
	#contenttop {
		min-width: 280px ;
	}	
}
@media screen and (min-device-width: 360px) {
	#content,
	#contenttop {
		min-width: 320px ;
	}	
}
@media screen and (min-device-width: 375px) {
	#content,
	#contenttop {
		min-width: 345px ;
	}	
}
@media screen and (min-device-width: 412px) {
	#content,
	#contenttop {
		min-width: 370px ;
	}	
}
@media screen and (min-device-width: 414px) {
	#content,
	#contenttop {
		min-width: 370px ;
	}	
}
#footer {
	position: fixed ;
	bottom: 0px;
	width: 100% ;
	background: black ;
	opacity: .5 ;
}
#innerfooter {
	position: relative ;
	color: #fff ;
	font-size: .8em ;
	padding: 3px ;
	text-align: center ;
	max-width: 100% ;
}
#footer a:link, #footer a:visited, #footer a:hover {
	text-decoration: none ;
	color: #F0F0F0 ;
	border-bottom: 1px dotted #f0f0f0 ;
}

.imgright {
	float:right;
	margin: 0 0 0 10px ;
}
.imgleft {
	float:left;
	margin: 0 10px 0 0 ;
}
.fontSize1 {
	font-size: 8px;
}
.fontSize2 {
	font-size: 12px;
}
.fontSize3 {
	font-size: 16px;
}
.fontSize4 {
	font-size: 18px;
}
.fontSize5 {
	font-size: 24px;
}
.fontSize6 {
	font-size: 36px;
}
.fontSize7 {
	font-size: 48px;
}
.edit_front_end_toolbox_inside {
	position: relative ;
	left : 0 ;
}
.edit_front_end_toolbox {
	top: 0px ;
	right: 0px ;
}
textarea.edit_frontend_simple_top {
	width:100%;	
}
#template_form_content {
	margin: 0 0 0 30px ;
}
#template_form_content li {
	display: block ;
}
.acunda_contact form{
	display: block;
    border-radius: 10px;
    line-height: 1em;
    padding: 20px 20px 20px 20px;
    background: rgb(225, 231, 232);
    box-shadow: 2px 2px 10px rgba(0,0,0,.5);
    font-size: 1.2em;
    width: calc(80% - 80px);
    margin: 0 auto;
}
#acunda_contact_form{
	padding-top: 20px;
	padding-bottom: 40px;
	background:url("/templates/acunda/images/contactformBG.jpg");
	background-size:cover;
}
.acunda_contact br {
	display: none ;
}
.acunda_contact form label{
	padding:5px;
	color:#546e8b;
	display: block;
}
.acunda_contact input[type=radio]{
	margin:5px;
	outline:none;
}
.acunda_contact input[type=text]{
	height:25px;
	padding:5px;
	outline:none;
	font-size:.8em;
	border-radius:5px;
	width:100%;
}
.acunda_contact form li{
	display:block;
	color: #546e8b;
	margin: 10px 0 0 0 ;
}
.acunda_contact textarea{
	height:120px;
	width:100%;
	font-size:.8em;
	border-radius:5px;
	outline:none;
	margin-bottom:20px;
}
.acunda_contact input[type=submit]{
	height:40px;
	width:100%;
	background: rgba(8, 42, 61, 0.69);
    color: rgb(255, 255, 255);
	cursor:pointer;
	font-size:.8em;
	border-radius:10px;
	box-shadow:2px 2px 4px rgba(0,0,0,.5);
	outline:none;
}
.acunda_contact input[type=submit]:hover{
	background:rgb(84, 110, 138);
	box-shadow:4px 4px 8px rgba(0,0,0,.5);
}
.acunda_contact_form_submited{
	font-size: 2em;
    margin-bottom: 40px;
    cursor: pointer;
    text-align:center;
}
#showrecaptcha{
	clear: both;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
#showrecaptcha div{
	min-width:100%;
}
#acunda_contact_error{
	display:block;
	text-align:center;
}
