/*******************************new style**************/
@-webkit-keyframes rotate {
0%{ -webkit-transform: rotate(0deg); ;
-moz-transform: rotate(0deg); ;
-o-transform: rotate(0deg); ;
transform: rotate(0deg); ;}

50%{ -webkit-transform: rotate(180deg) ;
-moz-transform: rotate(180deg) ;
-o-transform: rotate(180deg) ;
transform: rotate(180deg) ;}

100%{ -webkit-transform: rotate(360deg); ;
-moz-transform: rotate(360deg); ;
-o-transform: rotate(360deg); ;
transform: rotate(360deg); ;}
}

@-moz-keyframes rotate {

0%{ -webkit-transform: rotate(0deg); ;
-moz-transform: rotate(0deg); ;
-o-transform: rotate(0deg); ;
transform: rotate(0deg); ;}

50%{ -webkit-transform: rotate(180deg) ;
-moz-transform: rotate(180deg) ;
-o-transform: rotate(180deg) ;
transform: rotate(180deg) ;}

100%{ -webkit-transform: rotate(360deg); ;
-moz-transform: rotate(360deg); ;
-o-transform: rotate(360deg); ;
transform: rotate(360deg); ;}
}



*{
margin:0; padding:0;
}

@font-face {
font-family: EverestUltra;
src: url('EverestUltra.ttf');
font-weight: normal;
}

body {
background:#052A44;
font-family:Arial, Helvetica sans-serif;

}

#wrapper {
margin:0px auto;
width: 1000px;
padding:0;

}



header {
height: 180px;
width:970px;
position:relative;
overflow:hidden;
border-bottom:1px solid #fff;
padding-left:30px;
}
#logo {
height: 180px;
width:970px;
position:relative;
background:url(../images/logo.png) no-repeat left center;
    
}

/*#biglogo{
    position:absolute;
    right:-20px;
    top:-20px;
    height: 400px;
    width:400px;
    background:url(../images/biglogo.png) no-repeat left center;
    -webkit-animation: rotate 10s infinite;
    -moz-animation: rotate 10s infinite;
}*/


header p {
    position:absolute;
    bottom:10px;
    font-size:20px;
    color:#fff;
}

nav {
height:54px;
width:1000px;
position:relative;
border-bottom:1px solid #fff
}

nav ul {
    width: 800px;
    margin:0 auto;
    list-style:none;
}

nav ul li {
    position:relative;
    float:left;
    padding:10px;
    margin:10px 30px;
}

nav ul li a{
    color:#6995BB;
    text-transform: uppercase;
    text-decoration:none;
    font-size:15px;
    font-weight:bolder;
}
nav ul li a:hover {
    color:#fff;
}
ul#subnav  {
    position:absolute;
    left:0;
    top:44px;
    z-index:999999;
    width:180px;
    padding:0;
   display:none;
    background:#052A44;
    -webkit-border-radius:  0 0 10px 10px;
    border-radius: 0 0 10px 10px ;
    -moz-border-radius: 0 0 10px 10px ;
    border:2px solid #fff;
    border-top:0px;
    
}
ul#subnav  li {
    position:relative;
    float:left;
    width:180px;
    padding:3px 5px;
    margin:10px 10px;
}
ul#subnav  li a{
      color:#6995BB;
    text-transform: uppercase;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
}
ul#subnav  li a:hover {
    color:#fff;
}










section {
    height:400px;
    width:1000px;
    position:relative;
    border-bottom:1px solid #fff;
    color:#fff;
}


footer {
height:85px;
width:960px;
position:relative;
padding-left:40px;
}

footer div {
    position:relative;
    float:left;
    margin:20px 30px;
}









#main {
margin-top:120px;
height: 120px;
width:860px;
position:relative;
padding:70px; 
z-index:99;
}

#contacts {
margin-top:0px;
min-height: 445px;
width:1000px;
position:relative;
padding:0px; 
z-index:99;
background:#fff;
}

#feed {
padding-top:30px;
height: 500px;
width:1000px;
position:relative;
z-index:99;
background:#fff;
}



#table {
    width:975px;
    position:relative;
    margin:0 auto 50px;
    height:150px;

}

.view {
    width:967px;
    position:absolute;
    left:0;
    top:125px;
    height: 275px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    display:none;

}
#photo {
    width:250px;
    height:275px;
    position: absolute;
    top:20px;
    right:20px;
}
#photo img{
    height:200px;
    max-width:250px;
}


#list {
    width:984px;
    height:125px;
    position:absolute;
    top:10px;
    left:0;
    font-size:10px;
}

#list img {
    height:90px;
    width:100px;
}

.item_list {
    position:relative;
    float:left;
    margin-right: 1px;
    width:100px;
    cursor:pointer;
    padding:10px;
    height:120px;

}

#info {
    width:600px;
    height:200px;
    margin:20px;
    padding:20px;
    overflow:auto;
    background-color: #fff;
}

#info h2 {
    text-align:center;
    color:#0471B3;
}



/***********************Налаштування карти ********************************/
#map {
    margin:30px 0 0 130px;
    position:relative;
    float:left;
    width:581px;
    height:334px;
    
}
.contacty {
    margin:0px 0 0 5px;
    position:relative;
    float:left;
    width:220px;
    height:220px;
    padding:10px;
    text-align:right;
    font-size:16px;
    display:none;
    
}


.country {
    position:absolute;
    opacity:0.4;
    cursor:pointer;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.country:hover {
    opacity:1;
}

#poland{
    top:5px;
    width:217px;
    height:203px;
    background: url(../images/poland.png) no-repeat ;
     
}
#ukraine{
    bottom:0px;
    right:0px;
    width:415px;
    height:263px;
    background: url(../images/ukraine.png) no-repeat ;
}
.city {
    opacity:0.3;
    width:100px;
    height:50px;
    position:absolute;
    color:#000;
    font-size:18px;

}
.country:hover .city {
    opacity:1;
    text-shadow: 0 0 5px #000;
    
}





/******************Налаштуваня футера*****************************************/



br {
clear:both;
}
/******************carusel********************/

.d-carousel ul li {
	background: none;
	/*-webkit-box-shadow: 0px 1px 2px 0px #b7b7b7;
	-moz-box-shadow: 0px 1px 2px 0px #b7b7b7;
	box-shadow: 0px 1px 2px 0px #b7b7b7; */
	padding: 15px;
	width: 175px;
}

.jcarousel-direction-rtl {
	direction: rtl;
}

.d-carousel h4 {
	margin: 5px 0 5px 0;
    text-align:center;
}

.d-carousel .jcarousel-container {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
   
}

.d-carousel .jcarousel-item {
	width: 190px;
	height: 180px;
    cursor:pointer;
}

.d-carousel .jcarousel-container-horizontal {
	width: 910px;
	height: 200px;
	padding: 0 45px;
}

.d-carousel .jcarousel-item-horizontal {
	margin-left: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-right: 11px;
}

.d-carousel .jcarousel-next-horizontal {
	position: absolute;
	top: 80px;
	right: 0;
	margin-right: 3px;
	width: 15px;
	height: 28px;
	cursor: pointer;
	background: transparent url(../images/blog-arrows.jpg) no-repeat top right;
}

.d-carousel .jcarousel-direction-rtl .jcarousel-next-horizontal {
	left: 5px;
	right: auto;
	background-image: url(../images/blog-arrows.jpg);
}

.d-carousel .jcarousel-next-horizontal:hover {
	background-position: bottom right;
}

.d-carousel .jcarousel-prev-horizontal {
	position: absolute;
	top: 80px;
	left: 0;
	margin-left: 3px;
	width: 15px;
	height: 28px;
	cursor: pointer;
	background: transparent url(../images/blog-arrows.jpg) no-repeat top left;
}

.d-carousel .jcarousel-direction-rtl .jcarousel-prev-horizontal {
	left: auto;
	right: 5px;
	background-image: url(../images/blog-arrows.jpg);
}

.d-carousel .jcarousel-prev-horizontal:hover {
	background-position: bottom left;
}
/******************form****************************************************/
#contact-wrapper {
    margin: 20px auto;
    position:relative;
	width:900px;
	border:1px solid #e2e2e2;
	padding:20px 20px 20px 80px;
    -webkit-border-radius:10px;
    border-radius:10px;
    -webkit-box-shadow:0 0 10px #507182;
    -moz-box-shadow:0 0 10px #507182;
    box-shadow:0 0 10px #507182;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:14px;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:13px;
	color:#333;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}

