@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;	
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px; 
            border-radius: 10px; 
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;	
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }
 
 
 
#nav {
	margin-left: 120px;
    width: 1400px;
	margin: 8px auto 0px; 
	width: 1120px;
}

 
#nav > ul > li {
	float: left;
	font-size: 18px;
	margin-right: 22px;
	padding: 5px;
}

#nav > ul > li a {
	color:#fff;
	text-decoration: none;
}

#nav > ul > li a:hover {
	color: #FF9800;
    text-decoration: underline;
}

.form-order{
	background: url("../img/formbg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    
    height: 490px;
    padding: 10px;
    width: 540px;
   
}
.formbutton {
background: url("../img/btn.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}


.formbutton:hover {
background: url("../img/btnh.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}


.gallery li {
	 float: left;
    margin: 10px;
}

.gallery img {
	 border-radius: 100px;
}


#preim
{
float:left;
width: 210px;
margin-left: 5px;
margin-right: 5px;
}


#preim p
{
 font-size: 18px;
 color: #373737;
}

#preim img
{
   border-radius: 100px 0;
    border: 5px solid #dedede;
}

#otz {
color: #fff;
    float: left;
    font-size: 9px;
    height: 410px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 10px;
    text-align: center;
    width: 200px;
}

#otz img {
	width: 200px;
	
}	

#otz p{
	color:#2F2F2F;
}



/* Форимируем слой затемнения фона */
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
/* Позиционирум медиа-элементы внутри окна */
.is-image {
  width: 100%;
  display: inline-block;
  height: auto;
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  top: 0; left: 0; bottom: 0; right: 0;
}
embed, iframe {
  width: 100%;
  min-width: 320px;
 
 
  margin: auto;
  top: 0; left: 0; bottom: 0; right: 0;
}
/* Формируем и позиционируем всплывающее окно */
.popup { 
    max-width: 400px;
    min-width: 300px;
    width: 600px;
    margin: 0 auto;
    background-color: #fff;
    border: 3px solid #fff;
    display: block;
    text-align: center;
    left: 0; right: 0;
    opacity: 0;
    padding: 15px;
    position: fixed;
    font-size: 14px;
    top: 300px;
    visibility: hidden;
    z-index: 10;
/* Скругление углов окна  */	
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
/* Тень блока окна  */	
    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
/* Устанавливаем эффект перехода появления окна */ 
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
/* Устанавливаем позицию появления окна */ 
.overlay:target+.popup {
    top: 20%;
    opacity: 1;
    visibility: visible;
}
/* Оформляем и позицонируем кнопку закрытия */
.close {
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid #ccc;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: -13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;padding: 0;
    top: -15px;
    width: 24px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 14px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}
.popup p, .popup div {
    margin-bottom: 10px;
}
/* Style for our header texts
	* --------------------------------------- */
	h1{
	color: #fff;
    font-family: Roboto Condensed;
    font-size: 50px;
    margin: 0;
	}
	.intro p{
		color: #fff;
	}

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
		min-width: 1400px;
	}
	#section0 {
    min-width: 1400px;
    text-align: center;
    background: url("../img/bgr_main.png") repeat scroll 0 125px / cover rgb(30,51,86); /* Old browsers */
background: url("../img/bgr_main.png") repeat scroll 0 125px / cover -moz-linear-gradient(top, rgba(30,51,86,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: url("../img/bgr_main.png") repeat scroll 0 125px / cover -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,51,86,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: url("../img/bgr_main.png") repeat scroll 0 125px / cover -webkit-linear-gradient(top, rgba(30,51,86,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: url("../img/bgr_main.png") repeat scroll 0 125px / cover -o-linear-gradient(top, rgba(30,51,86,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: url("../img/bgr_main.png") repeat scroll 0 125px / cover -ms-linear-gradient(top, rgba(30,51,86,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: url("../img/bgr_main.png") repeat scroll 0 125px / cover linear-gradient(to bottom, rgba(30,51,86,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3356', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	}
	
	
	#section2 {
	background: #e8f1f9;
	}
	
	#section3 {
	background: url("../img/bgsec.jpg");
	}
	
	#section4 {
	background: rgb(255,255,255); 
	}
	
	
	#section5 {
	background: #e8f1f9;
	}
	
	
	/* Fixed header and footer.
	* --------------------------------------- */
	#header {
		position:fixed;
		height: 60px;
		display:block;
		width: 100%;
		background: none repeat scroll 0 0 #0b1d3d;
		z-index:9;
		text-align:center;
		color: #f2f2f2;
		padding: 20px 0 0 0;
	}

	#header{
		top:0px;
	}
	#footer{
		
	}


	/* Bottom menu
	* --------------------------------------- */
	#infoMenu {
		bottom: 80px;
	}
	#infoMenu li a {
		color: #fff;
		z-index: 999;
	}
#facts{
	background: url("../img/fact.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 260px;
    width: 300px;
    display: inline-block;
}

#cat {
	float: left; 
	font-size: 12px; 
	width: 300px; 
	margin-right: 10px; 
	margin-left: 10px;
	background: url('../img/backcat.png');
	height: 500px;
    width: 385px;
}

a.moreinfo{
	 background: url("../img/buttonblue.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #fff;
    font-size: 22px;
    height: 70px;
    margin-left: 15px;
    margin-top: 10px;
    padding: 20px 60px;
    width: 240px;
}

a.ocorder{
	 background: url("../img/btnh1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #fff;
    font-size: 22px;
    height: 70px;
    margin-left: 5px;
    margin-top: 10px;
     padding: 12px 51px;
}

#camprice{

	background: url('../img/camprice.png') repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #6b7ea2;
    height: 140px;
    width: 230px;
	 display: inline-block;
}

.cam1{
font-size: 19px; 
margin-top: 0px; 
padding-top: 20px; 
border-bottom: 1px solid; 
width: 180px; 
padding-bottom: 15px; 
margin-left: 24px;
}

.cam2{
font-size: 26px; 
margin-top: 15px; 
ont-weight: 600;
}

#bril{
	background: url('../img/bril.png') repeat scroll 0 0 rgba(0, 0, 0, 0);
	 display: inline-block;
    height: 460px;
    width: 270px;
}

#ringinfo {
	background: url('../img/ringinfo.png') repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 235px;
    margin-left: 80px;
    margin-top: -165px;
    position: absolute;
    width: 465px;
}
#mapcont{
	background: url('../img/mapcont.png') repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0 0 10px 10px;
    color: #012170;
    font-size: 28px;
    height: 260px;
    padding: 10px;
    position: absolute;
    width: 425px;
    z-index: 1;
     margin-left: 110px;
    margin-top: 100px;
}
#foot {
	background: none repeat scroll 0 0 #e8f1f9;
    height: 120px;
}
#footd{
	float: left;
    font-size: 11px;
    margin-left: 90px;
    margin-right: 90px;
    margin-top: 55px;
}

.callorder {
	border-bottom: 1px dashed;
    font-size: 18px;
    margin-top: 0;
     margin-left: 18px;
    padding-top: 10px;
    width: 125px;
}

.callorder a:hover {
	color:#ccc !important;
}