/* ========================================
Just look, digital studio
www.justlook.ru
written in 2014 for GoGetTop
======================================== */


/* ========================================
			#custom fonts
======================================== */
@font-face {
    font-family: 'open_sans';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sans';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'open_sans';
    src: url('fonts/opensans-italic-webfont.eot');
    src: url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-italic-webfont.woff') format('woff'),
         url('fonts/opensans-italic-webfont.ttf') format('truetype'),
         url('fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'open_sans';
    src: url('fonts/opensans-light-webfont.eot');
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-light-webfont.woff') format('woff'),
         url('fonts/opensans-light-webfont.ttf') format('truetype'),
         url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: 300;
    font-style: normal;
}

/* ========================================
			#generic classes
======================================== */
html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font: 16px 'open_sans';
	color: #525252;
	height: 100%;
}
.page-wrapper {
	overflow: hidden;
	min-width: 960px;
	min-height: 100%;
}
.container {
	width: 960px;
	min-width: 960px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.page-wrapper:after {
	content: '';
	display: block;
	height: 75px;
	margin-top: 50px;
}
.clr-fix:after {
	clear: both;
	display: table;
	content: '';
}

img {
	border: none;
	vertical-align: middle;
}
h1 {
	font: 700 48px/56px 'open_sans';
	color: #1375b3;
	text-transform: uppercase;
	margin: 7px 0;
}
h2 {
	font-size: 38px;
	font-weight: 400;
}
p {
	margin: 15px 0;
}
a {
	text-decoration: none;
	color: #f16000;
	
}
/* ========================================
				#header
======================================== */
header {
	height: 545px;
	background: url(../images/header-bg.png) center no-repeat;
	text-align: center;
}
header .logo {
	display: block;
	width: 118px;
	height: 86px;
	background-image: url(../images/logo.png);
	margin: 75px auto 65px;
}
header .container {
	padding-top: 1px;
}
header .pre-text {
	font-size: 19px;
}
header h1 {
	margin: 7px 0;
}
/* ========================================
			#price-block
======================================== */
.price-block {
	background-color: #f7f7f7;
}
.price-block .container {
	padding-top: 1px;
}
.price-block h2 {
	text-align: center;
	margin-top: 65px;
}
.price-block .item {
	width: 41.66%;
	float: left;
	text-align: center;
	margin-bottom: 80px;
}
.price-block .item:first-child {
	margin-left: 8.33%;
}
.price-block .item .icon {
	width: 81px;
	height: 89px;
	margin: 0 auto;
	background-image: url(../images/images.png);
}
.price-block .item.delete-link .icon {
	background-position: -91px 0;
}
.price-block .item .caption {
	font-size: 32px;
	color: #f16000;
	margin: 18px 0 15px;
	display: block;
}
.price-block .item .text {
	font-size: 20px;
	font-weight: 300;
}
/* ========================================
			#info-block
======================================== */
.info-block h2 {
	text-align: center;
	margin-top: 65px;
}
.info-block .pointers-wrapper {
	position: relative;
	left: 50%;
	float: left;
	margin-bottom: 35px;
}
.info-block .inner-wrapper {
	position: relative;
	left: -50%;
}
.info-block .pointers-wrapper .item {
	float: left;
	width: 54px;
	height: 55px;
	background-image: url(../images/images.png);
	font-size: 0;
	margin-left: 100px;
	position: relative;	
}
.info-block .pointers-wrapper .item:first-child {
	margin-left: 0;
}
.info-block .pointers-wrapper .item:before {
	content: '';
	display: block;
	position: absolute;
	left: -56px;
	top: 19px;
	width: 15px;
	height: 17px;
	background: url(../images/images.png) 0 -99px;
}
.info-block .pointers-wrapper .item:first-child:before {
	display: none;
}
.info-block .pointers-wrapper .item.pointer-1 {
	background-position: -182px 0;
}
.info-block .pointers-wrapper .item.pointer-1.current,
.info-block .pointers-wrapper .item.pointer-1:hover {
	background-position: -182px -65px;
}
.info-block .pointers-wrapper .item.pointer-2 {
	background-position: -246px 0;
}
.info-block .pointers-wrapper .item.pointer-2.current,
.info-block .pointers-wrapper .item.pointer-2:hover {
	background-position: -246px -65px;
}
.info-block .pointers-wrapper .item.pointer-3 {
	background-position: -310px 0;
}
.info-block .pointers-wrapper .item.pointer-3.current,
.info-block .pointers-wrapper .item.pointer-3:hover {
	background-position: -310px -65px;
}
.info-block .pointers-wrapper .item.pointer-4 {
	background-position: -374px 0;
}
.info-block .pointers-wrapper .item.pointer-4.current,
.info-block .pointers-wrapper .item.pointer-4:hover {
	background-position: -374px -65px;
}

.info-block .tabs-wrapper {
	clear: left;
}
.info-block .tabs-wrapper .tab {
	display: none;
}
.info-block .tabs-wrapper .tab.current {
	display: block;
}
.info-block .tabs-wrapper .tab img {
	float: left;
	margin-left: 1%;
	margin-right: 2%;
}
.info-block .tabs-wrapper .tab .text p:first-child {
	padding-top: 70px;
}
.info-block .tabs-wrapper .tab .text a {
	border-bottom: 1px solid;
}

.moreInfo {
	padding-top: 40px;
	text-align: center;
}
.moreInfo a {
	border-bottom: 1px solid;
}

/* ========================================
				#footer
======================================== */
footer {
	height: 75px;
	margin-top: -110px;

}
footer .line {
	position: absolute;
	width: 100%;
	top: 36px;
	border-bottom: 2px solid #707070;
}
footer .copyright {
	position: absolute;
	width: 180px;
	text-align: center;
	background: #fff;
	font: 12px Arial;
	left: 50%;
	margin-left: -90px;
	top: 30px;


}