@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Raleway:400,300,700);

@font-face {
    font-family: 'champagne__limousinesregular';
    src: url('fonts/champagne__limousines-webfont.eot');
    src: url('fonts/champagne__limousines-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/champagne__limousines-webfont.woff') format('woff'),
         url('fonts/champagne__limousines-webfont.ttf') format('truetype'),
         url('fonts/champagne__limousines-webfont.svg#champagne__limousinesregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cwg_sans';
    src: url('fonts/cwg_sans-webfont.eot');
    src: url('fonts/cwg_sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cwg_sans-webfont.woff') format('woff'),
         url('fonts/cwg_sans-webfont.ttf') format('truetype'),
         url('fonts/cwg_sans-webfont.svg#cwg_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('fonts/texgyreadventor-regular-webfont.eot');
    src: url('fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.container-menu {
	position: relative;
	z-index: 100;
}

.menu {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.menu-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.stripe {
	width: 100%;
	height: 10px;
	position: fixed;
	top: 80px;
	left: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.logo {
	float: left;
	margin-top: 22px;
	height: 35px;
}

.links {
	float: right;
	margin-top: 30px;
	list-style: none;
}

.links li {
	float: left;
}

.links li a {
	font-family: 'Raleway';
	font-weight: 700; text-transform: uppercase;
	font-size: 21px;
	color: #000;
	text-decoration: none;
	margin-left: 30px;
	position: relative;
}

.links li a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.links li a:hover::after,
.links li a:focus::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.bg {
	position: absolute;
    width: 100%;
    height: 700px;
    top:0;
    left:0;
    z-index: -1;
    background-image: url("imgs/radio_sirava2.jpg");
    background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.bg-stripe {
	position: absolute;
	top: 690px;
	left: 0;
}

.bg-text {
	padding-top: 210px;
}

.bg-text h1 {
	font-size: 100px;
	font-family: 'champagne__limousinesregular';
	color: #fff;
	/**letter-spacing: -.05em;**/
}

.bg-text h2 {
	font-size: 41px;
	font-family: 'champagne__limousinesregular';
	color: #fff;
}

.text {
	width: 100%;
	padding: 80px 0;
	background-color: #252525;
	font-family: 'champagne__limousinesregular';
	font-size: 44px;
	color: #fff;
	font-weight:100;
	text-align: justify;
}

.content {
	width: 100%;
	/* height: 500px; */
	background-image: url("imgs/diamonds.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
}

.content .stripe-up {
	width: 100%;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.content .stripe-down {
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.footer {
	width: 100%;
	padding: 55px 0;
	background-color: #252525;
}

.footer ul {
	list-style: none;
}

.footer ul li {
	float: left;
	margin-right: 45px;
}

.footer a {
	/*font-family: 'cwg_sans';*/
	text-transform: uppercase;
	font-family: "Lato";
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0em;
	display: block;
	padding-top: 10px;
}

.footer a:hover {
	
}
.clearfix {
	clear: both;
}

.box {
	width: 300px;
	height: 300px;
	float: left;
	margin: 100px 50px 100px 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.1);
}

.box-last {
	margin-right: 0;
}

.box .title {
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 29px;
	color: #252525;
	text-transform: uppercase;
	display: block;
	padding: 50px 12px 0 12px;
}

.box p {
	font-family: 'texgyreadventorregular';
	font-size: 17px;
	color: #252525;
	margin: 0;
	padding: 10px 12px 0 12px;
	line-height: 125%;
}