
html {
background-color:#fff;
font-size:13px;
color:#0c0c0c;
font-family: Open sans, Trebuchet MS, Arial;
height:100%;
}
body {
padding:0;
margin:0;
}
form input, form textarea {
font-family: Open Sans, Trebuchet MS, Arial;
}
#topmember {
width:90%;
min-height:35px;
background:#d6d6d6;
border-bottom:1px solid #cfcfcf;
margin: 0 auto;
}
.container a {
color:#005bab;
}
#register {
height:36px;
background:#005bab url('../img/ico_register.png') center left 30px no-repeat;
color:#fff;
position:relative;
font-size:12px;
z-index:10;
float:right;
}
#register .container {
padding:3px 25px 3px 65px;
}
#register a.register {
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
text-indent:-9999px;
}
#register p:last-child {
text-transform:uppercase;
}
#register_content {
width:100%;
background:#005bab;
position:absolute;
border-top:1px solid #fff;
top:36px;
left:0;
display:none;
}
#register_content .container {
padding:10px 10px;
}
#login {
margin-left:340px;
float:left;
}

#login form input {
padding:4px 5px;
color:#666666;
font-size:13px;
width:150px;
border-color:#d2d2d2;
margin-top:5px;
}
#login form .button {
cursor:pointer;
padding:5px 5px;
color:#fff;
background:#6bc8bd;
text-transform:uppercase;
font-weight:bold;
font-size:12px;
margin:5px 0 0 5px;
border:0;
float:right;
-webkit-transition: background-color 500ms linear;
-moz-transition: background-color 500ms linear;
-o-transition: background-color 500ms linear;
-ms-transition: background-color 500ms linear;
transition: background-color 500ms linear;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#login form .button:hover {
background:#003d73;
-webkit-transition: background-color 500ms linear;
-moz-transition: background-color 500ms linear;
-o-transition: background-color 500ms linear;
-ms-transition: background-color 500ms linear;
transition: background-color 500ms linear;
}

#register_content form input {
padding:4px 5px;
font-size:13px;
width:calc(100% - 12px);
color:#a3a3a3;
}
#register_content input {
margin-bottom:5px;
}
#register strong {
color:#3bd2c0;
}

#register form .button {
cursor:pointer;
padding:5px 5px;
color:#fff;
background:#003d73;
text-transform:uppercase;
font-weight:bold;
font-size:12px;
margin-top:5px;
border:0;
float:right;
-webkit-transition: background-color 500ms linear;
-moz-transition: background-color 500ms linear;
-o-transition: background-color 500ms linear;
-ms-transition: background-color 500ms linear;
transition: background-color 500ms linear;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#register form .button:hover {
background:#000;
-webkit-transition: background-color 500ms linear;
-moz-transition: background-color 500ms linear;
-o-transition: background-color 500ms linear;
-ms-transition: background-color 500ms linear;
transition: background-color 500ms linear;
}



#top {
width:100%;
height:135px;
float:left;
background-color: #ffffff;
}
#top .center {
position:relative;
}
.center {
width:980px;
margin:0 auto;
}
#logo {
width:100%;
height:87px;
position:relative;
background:transparent url('../img/logo.png') top center no-repeat;
}
#logo a {
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
z-index:1;
}
.my_account {
background:#6cc9be url('../img/ico_account.png') center left 15px no-repeat;
padding:10px 20px 10px 50px;
color:#fff;
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
text-transform:uppercase;
font-weight:bold;
font-size:12px;
position:absolute;
top:0;
right:0;
}
#showmenu {
font-size:20px;
display:none;
top:50px;
right:20px;
position:absolute;
color:#fff;
background:#0b5ea6;
padding:2px 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#menu {
    height: 48px;
	width: 90%;
	position: relative;
	margin: 0 auto;
}
#menu-bg {
    background: url('../img/menu.png') no-repeat center;
    height: 48px;
	width: 100%;
	position: absolute;
	z-index:2;
}
#menu-items {
	width: 100%;
	height: 48px;
	position: absolute;
	z-index:3;
	display:flex;
	justify-content: center;
}
#menu-items a {
	color: #fff;
}
#menu:before {
	content: " ";
	position: absolute;
	background: #0d4e94;
	width: 50%;
	height: 48px;
	left:0;
	z-index:1
}
#menu:after {
	content: " ";
	position: absolute;
	background: #52b6a9;
	width: 50%;
	height: 48px;
	right:0;
	z-index:1
}
#menu ul {
margin: 0;
padding: 0;
list-style: none;
}

#menu ul li {
position: relative;
padding:0;
margin:0 0 0 3px;
float:left;
}

#menu ul li a {
height:38px;
font-size: 14px;
line-height:48px;
text-decoration: none;
text-transform:uppercase;
padding: 0 13px;
/* background:#d6d6d6; */
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
float: left;
}
#menu ul li a.bg, #menu ul li a:hover {
color:#fff;
text-shadow:1px 1px #003b6e;
/* background:#0b5ea6; */
}

#menu ul li ul {
display: none;
position: absolute;
z-index:10;
left: 0px;
top: 100%;
padding: 0!important; margin: 0;
}
#menu ul li ul li {
padding:0;
margin:0;
}
#menu li:hover > ul {
 display: block;
}
#menu li ul li, #nav li ul li a {
 float: none;
}
#menu li ul li a {
width:230px;
height:auto;
line-height:20px;
font-size:13px;
padding:5px 10px;
background:#0b5ea6;
color:#fff;
text-shadow:1px 1px #003b6e;
margin:0;
float:left;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
#menu li ul li a:hover, #menu li ul li a.bg {
color:#000;
background:#fff;
text-shadow:none!important;
}

#menu ul li ul li ul {
display: none;
position: absolute;
z-index:10;
left: 150px;
top: 100%!important;
padding: 0!important; margin: 0;
}
#content {
width:100%;
padding:30px 0;
/*background:transparent url('../img/bg.jpg') top center no-repeat;*/
float:left;
}
#content.nobg {
background:transparent;
min-height:auto !important;
}

#slider {
width:100%;
height:485px;
float:left;
overflow:hidden;
position:relative;
z-index:1;
}
#bg {
width:90%;
background:transparent url('../img/bg.jpg') top center no-repeat;

position:relative;
margin: 0 auto;
}
.content {
width:100%;
float:left;
}
#content img {
border:0;
}

#footerline {
width:100%;
height:40px;
position:relative;
z-index:1;
float:left;
border-bottom:2px solid #000;
-moz-box-shadow: 0px 3px 3px #dfdfdf;
-webkit-box-shadow: 0px 3px 3px #dfdfdf;
box-shadow: 0px 3px 3px #dfdfdf;
}
#footer {
width:100%;
position:relative;
float:left;
}

.blue_content {
width:100%;
padding:5px 0;
background:#none;
text-align:center;
font-weight:bold;
font-size:20px;
color:#005bab;
margin-bottom:15px;
float:left;
}
.blue_content .container {
padding: 0 10px;
}

h1 {
text-transform:uppercase;
margin:0 0 5px 0;
padding:0;
font-weight:normal;
color:#005bab;
font-size:20px;
text-shadow: 0 1px #cccccc;
}
h2 {
font-size:18px;
font-weight:bold;
padding-bottom: 15px!important;
margin:0;
padding:0;
}
h3 {
font-size:20px;
font-weight:normal;
color:#cb71ae;
margin:0;
padding:0;
margin-top: -10px;
}
hr {
height:2px;
background:#005bab;
border:0;
border-bottom:1px solid #cccccc;
margin-bottom:20px;
}

a {
color:#707070;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
form p {
margin-bottom:10px;
}
form input[type=text], form input[type=email], form input[type=password], form textarea, form select {
width:100%;
width:calc(100% - 22px);
padding:10px 10px;
color:#000;
border:1px solid #d2d2d2;
background:#fff;
color:#a3a3a3;
font-size:13px;
}
form select {
width:100%;
}

form input[type=checkbox] {
width:20px!important;
}
form .button {
cursor:pointer;
padding:10px 20px;
color:#fff;
background:#005bab;
font-size:14px;
border:0;
-webkit-transition: background-color 500ms linear;
-moz-transition: background-color 500ms linear;
-o-transition: background-color 500ms linear;
-ms-transition: background-color 500ms linear;
transition: background-color 500ms linear;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight:bold;
}

form .button:hover {
background:#000;
-webkit-transition: background-color 500ms linear;
-moz-transition: background-color 500ms linear;
-o-transition: background-color 500ms linear;
-ms-transition: background-color 500ms linear;
transition: background-color 500ms linear;
}



.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

* { margin:0; padding:0; }

.camera_caption p a {
color:#fff;
}
.camera_caption {
width:100%;
position:absolute;
bottom:0;
color:#fff;
font-size:18px;
text-transform:uppercase;
bottom:25px;
text-shadow: 1px 1px #414141;
}
.camera_caption > div {
text-align:center;
width:100%;
}
.sliderLink {
width:100%;
height:100%;
background:transparent;
display:block;
position:absolute;
top:0;
left:0;
z-index:20;
}
.sliderLink a {
width:100%;
height:100%;
display:block;
}
.sliderLink > div {
width:100%;
background: transparent;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
background:transparent;
}
.camera_prev > span {
	background: transparent url('../img/arrow_left.png') center center no-repeat;
	display: block;
	height: 38px;
	width:24px;
	position:absolute;
	left:15px;
}
.camera_next > span {
	background: transparent url('../img/arrow_right.png') center center no-repeat;
	display: block;
	height: 38px;
	width: 24px;
	position:absolute;
	right:15px;
}

.camera_caption > div {
background:#68c7bd;
background: rgba(104, 199, 189, 0.8);
padding:15px 0;
-moz-box-shadow: 0px 0px 5px #383838;
-webkit-box-shadow: 0px 0px 5px #383838;
box-shadow: 0px 0px 5px #383838;
}
.sliderLink > div {
background: transparent;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
background:#68c7bd;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
	background: #fff;
	height: 12px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 12px;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
	background: #a54444;
}
.camera_wrap .camera_pag .camera_pag_ul li {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 20px 5px;
	position: relative;
	text-align: left;
	text-indent: -9999px;
	width: 12px;
}
.camera_wrap .camera_pag .camera_pag_ul {
position:absolute;
top:10px;
right:30px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
background:#fff;
}



#fbLikeright {
width:306px;
right:-306px;
top:100px;
position:fixed;
z-index:100000;
}
#fbWidgetright {
width:300px;
background:#fff;
border:3px solid #00cbbf;
position:absolute;
z-index:100000;
}
#fbMoveright {
width:40px;
height:120px;
background:transparent url('../img/fbright.png') top left no-repeat;
position:absolute;
left:-43px;
top:15px;
}
#fbLikeleft {
width:306px;
left:-306px;
top:100px;
position:fixed;
z-index:100000;
}
#fbWidgetleft {
width:300px;
background:#fff;
border:3px solid #00cbbf;
position:absolute;
z-index:100000;
}
#fbMoveleft {
width:40px;
height:120px;
background:transparent url('../img/fbleft.png') top left no-repeat;
position:absolute;
right:-43px;
top:15px;
}


#address {
width:100%;
background:#ececec;
position:relative;
z-index:1;
float:left;
}
#addressContent {
background:transparent url('../img/contact.png') center left no-repeat;
padding-left:50px;
line-height:55px;
font-size:12px;
text-shadow:1px 1px #fff;
color:#464646;
float:left;
}
#icons {
float:right;
}
#icons .contact {
width:32px;
height:32px;
background:transparent url('../img/contact_gr.png') top left no-repeat;
margin-top:12px;
float:left;
}
#icons .contact:hover {
background:transparent url('../img/contact2.png') top left no-repeat;
}
#icons .fb {
width:32px;
height:32px;
background:transparent url('../img/fb.png') top left no-repeat;
margin-top:12px;
margin-right:10px;
float:left;
}
#icons .fb:hover {
background:transparent url('../img/fb2.png') top left no-repeat;
}
#icons .twitter {
width:32px;
height:32px;
background:transparent url('../img/twitter.png') top left no-repeat;
margin-top:12px;
margin-right:10px;
float:left;
}
#icons .twitter:hover {
background:transparent url('../img/twitter2.png') top left no-repeat;
}

#footermenu {
width:100%;
padding:10px 0;
background:#005bab;
z-index:1;
float:left;
}
#footermenu ul {
list-style:none;
margin:0;
padding:0;
}
#footermenu ul li {
float:left;
font-size: 12px;
}
#footermenu ul li a {
color:#fff;
text-transform:uppercase;
padding:0 15px;
background:transparent url('../img/menubottom.png') center right no-repeat;
}
#footermenu ul li:first-child a {
padding-left:0;
}
#footermenu ul li:last-child a {
background:transparent;
}
#footer {
width:100%;
position:relative;
float:left;
}
.footertext {
float:right;
}
.footertext a {
color:#fff;
}

#menubottom {
width:700px;
height:40px;
position:relative;
z-index:1;
float:left;
}

.separator {
width:100%;
margin-bottom:30px;
float:left;
}
.separator:last-child {
margin-bottom:0;
}
.text {
line-height:25px;
}
.text1 {
line-height:25px;
}
.homeblock .text1 {
width:100%;
margin-top:10px;
text-align:justify;
float:left;
}
.left50 {
width:50%;
float:left;
}
.left50:first-child .container {
padding-right:10px;
}
.left50:nth-child(2) .container {
padding-left:10px;
}
.map {
width:100%;
height:300px;
float:left;
}

.inlinedisplay {
width:100%;
display:inline-block;
}

.homeblock {
width:30%;
margin-right:5%;
float:left;
}
.homeblock .img {
width:25%;
float:left;
}
.homeblock .title .title {
width:75%;
font-size:21px;
text-transform:uppercase;
color:#005bab;
line-height:30px;
margin-top:10px;
float:left;
}
.homeblock:last-child {
margin-right:0;
}
.homeblock .text {
width:100%;
margin-top:10px;
text-align:justify;
float:left;
}

.news {
width:100%;
margin-bottom:30px;
float:left;
}
.news .img {
margin: 0 20px 20px 0;
float:left;
}
.news .readmore {
padding:8px 20px;
color:#fff;
background:#005bab;
font-size:14px;
-webkit-transition: background-color 500ms linear;
-moz-transition: background-color 500ms linear;
-o-transition: background-color 500ms linear;
-ms-transition: background-color 500ms linear;
transition: background-color 500ms linear;
margin-top:10px;
display:inline-block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.news .readmore:hover {
text-decoration:none;
background:#000;
-webkit-transition: background-color 500ms linear;
-moz-transition: background-color 500ms linear;
-o-transition: background-color 500ms linear;
-ms-transition: background-color 500ms linear;
transition: background-color 500ms linear;
}

img {
max-width:100%;
}

#infocontainer {
top:100px;
left:35%;
width:30%;
position:fixed;
z-index:20;
}
.warning {
width:100%;
background:#d03933;
color:#fff;
text-align:center;
margin-bottom:10px;
float:left;
display:none;
}
.success {
width:100%;
background:#4ec1cc;
color:#fff;
text-align:center;
margin-bottom:10px;
float:left;
display:none;
}
#infocontainer i {
margin-right:10px;
}
#infocontainer .container {
padding:10px;
}

#magazine img {
margin: 0 20px 20px 0;
border:1px solid #005aaa;
max-width:350px;
float:left;
}
#magazine_menu {
width:100%;
margin-top:10px;
margin-left: -8px;
float:left;
}
#magazine_menu a {
padding:5px 9px;
margin-right:5px;
font-weight:bold;
color:#474747;
text-transform:uppercase;
float:left;
}
#magazine_menu a.bg {
color:#005aaa;
}
#magazine_menu2 {
width:100%;
background:#6cc9be;
margin-top:10px;
float:left;
}
#magazine_menu2 a.bg {
color:#000;
}
#magazine_menu2 a {
font-weight:bold;
padding:5px 10px;
margin-right:5px;
color:#fff;
text-transform:uppercase;
float:left;
}

.homeblock .text img {
max-width:70%;
-moz-box-shadow: 3px 3px 9px #a4a4a4;
-webkit-box-shadow: 3px 3px 9px #a4a4a4;
box-shadow: 3px 3px 9px #a4a4a4;
margin-left: 40px;
}

.homeblock .text1 img {
width:100%;
margin-left: 0px;
}

#popup {
	background: #e9e9e9;
	float: left;
	position: fixed;
	top: 50px; left: 350px;
	z-index: 1000001;
	-webkit-box-shadow: 0px 0px 4px #090a0b;
	-moz-box-shadow: 0px 0px 4px #090a0b;
	box-shadow: 0px 0px 4px #090a0b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#popupContent {
overflow:hidden;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#popup .full {
position:absolute;
}
.close {
background:#fff;
padding:7px;
position:absolute;
right:-15px;
top:-15px;
	-webkit-box-shadow: 0px 0px 4px #090a0b;
	-moz-box-shadow: 0px 0px 4px #090a0b;
	box-shadow: 0px 0px 4px #090a0b;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
img.btn_close {
	border:0;
	float: right;
	margin: 0 0 0 0;
}
img.btn_close:hover {
background: transparent url('img/close_active.png') no-repeat;
}

*html #fade {
	position: absolute;
}
*html . {
	position: absolute;
}
#fade {
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 100;
}

#adverts {
width:100%;
padding-bottom:20px;
float:left;
}
#adverts .container {
width:470px;
margin:0 auto;
}
#adverts_slider {
width:100%;
height:62px;
float:left;
}


.logout {
padding:8px 41px;
font-weight:bold;
color:#fff;
background:#8c8c8c;
font-size:14px;
-webkit-transition: background-color 500ms linear;
-moz-transition: background-color 500ms linear;
-o-transition: background-color 500ms linear;
-ms-transition: background-color 500ms linear;
transition: background-color 500ms linear;
margin-top:0;
display:inline-block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.logout:hover {
text-decoration:none;
background:#000;
-webkit-transition: background-color 500ms linear;
-moz-transition: background-color 500ms linear;
-o-transition: background-color 500ms linear;
-ms-transition: background-color 500ms linear;
transition: background-color 500ms linear;
}
#magazine .title a {
color:#0b5ea6;
}
#title {
width:100%;
background:#fff;
font-size:20px;
line-height:41px;
color:#343333;
margin-bottom:20px;
float:left;
}
#title .number {
width:200px;
height:41px;
color:#fff;
background:transparent url('../img/ico_magazine.png') top left no-repeat;
float:left;
}

#title a{
color:#fff;
background:#005aaa;
margin-right:10px;
padding:5px 10px;
font-size:16px;
}
#title .title {
float:left;
}
#title .number .container {
padding-left:15px;
}
#title .title .container {
padding-left:15px;
}


#cookies {
width:95%;
background:#000;
background:rgba(0,0,0,0.7);
color:#fff;
text-align:center;
position:fixed;
left:2.5%;
bottom:20px;
z-index:10;
}
#cookies .container {
padding:10px 55px 10px 30px;
}
#cookies a {
color:#fff;
}
#cookies .close_c {
width:30px;
height:30px;
background:transparent url('../img/close_cookies.png') center center;
position:absolute;
top:5px;
right:5px;
}

/* The container */
.container_check {
    display: block;
    text-align: justify;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0px;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 2px solid #2367a4;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.container_check:hover input ~ .checkmark {
    background-color: #1b4d7a;
}

/* When the checkbox is checked, add a blue background */
.container_check input:checked ~ .checkmark {


    background-color: #01b4d7a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_check input:checked ~ .checkmark:after {
    display: block;
    top: 3px;
}

/* Style the checkmark/indicator */
.container_check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.but_sub {
    float: right;
    width: 20%;
    clear: none !important;
}

@media all and (max-width:1400px) {

#menu:after {
height: 40px!important;
}
#menu {
height: 40px!important;
width: 80%!important;
}
#menu-bg {
height: 40px!important;
}
#menu:before {
height: 40px!important;
}
#menu ul li a {
line-height: 40px!important;
}
#logo {
background-size: 60%!important;
height: 80px!important;
}
#top {
height: 120px!important;
}
#slider {
width: 100%!important;
height: 360px!important;
}
#topmember {
width: 80%!important;
}
#bg {
    width: 80%;
}
}
.fmForm{
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}

#fade {
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 1000000;
}

#popup {
	background: #e9e9e9;
	float: left;
	position: fixed;
	top: 50px; left: 350px;
	z-index: 1000001;
	-webkit-box-shadow: 0px 0px 4px #090a0b;
	-moz-box-shadow: 0px 0px 4px #090a0b;
	box-shadow: 0px 0px 4px #090a0b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#popupContent {
overflow:hidden;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#popup .full {
position:absolute;
}
.close {
background:#fff;
padding:7px;
position:absolute;
right:-15px;
top:-15px;
	-webkit-box-shadow: 0px 0px 4px #090a0b;
	-moz-box-shadow: 0px 0px 4px #090a0b;
	box-shadow: 0px 0px 4px #090a0b;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
img.btn_close {
	border:0;
	float: right;
	margin: 0 0 0 0;
}
img.btn_close:hover {
background: transparent url('img/close_active.png') no-repeat;
}

*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
#popupContent {
    padding: 50px;
    font-size: 17px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.yes {
    font-weight: bold;
    color: #fff;
    padding: 15px 25px;
    background: #005bab;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 60px;
    text-transform: uppercase;
}

.no {
    font-weight: bold;
    color: #fff;
    padding: 15px 25px;
    background: #6cc9be;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
}
