/* CSS Reset */

html, body{
    background: url(../images/index.jpg) center top fixed; background-size:cover;background-position: 100% 5%;
}

.cBoth{
    clear: both;
}

a{
    text-decoration: none;
}

#main-wrapper{
    margin: 0 auto;
    width: 970px;
}

#iphone-frame{
    position: relative;
    width: 510px;
    height: 580px;
    margin: 15px 0 0;
    float: left;
}

#iphone{
    position: relative;
    width: 380px;
    overflow: hidden;
    height: 742px;
    background: url('../images/iphone.png');
    z-index: 2;
    margin: 0 auto; float:left;
}

#iframe-iphone{
    width: 320px;
    height: 575px;
    overflow: hidden;
    margin-left: 32px;
    margin-top: 73px;
}

#iphone iframe{
    width: 338px;
    height: 575px;
	background-color: #fff;
}


.left-half{
    position: relative;
    margin: 200px 45px 90px 45px;
    width: 350px;
    float: right;
}

h1{
    font-size: 25px;
    margin: 20px 0 0;
    font-family: 'NotethisRegular';
    font-weight: normal;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}


.columns{
    overflow: hidden;
}
.left-saoyisao{
	height:40px; line-height:40px; color:#4E4A4A;; text-align:center; width:207px;
}

.left-column{
    float: left;
    width: 207px;
}



.top-bar{
    margin: 30px auto 0;
    width: 320px;
}

.oznamy{
    display: none;
}




#change-theme{
    position: relative;
    left: 50px;
    top: 20px;
}

.ctrl_panel {
	float: left;
	padding-top: 110px;

}
.ctrl_panel a{
    cursor: pointer;
    width: 20px;
    height: 70px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 50%;
    background: #2096f9;
    top: 47px;
    font-size: 12px;
    color: #fff;
    padding: 20px 8px 0;
    text-align: center;
    border: 1px solid #2096f9;
    display: block;
    margin-bottom: 40px;
}
.pre_btn {
	display: block;
	margin-bottom: 40px
}
.next_btn {
	display: block
}
.btn {
	cursor: pointer;
	width: 20px;
	height: 70px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	left: 50%;
	background: #2096f9;
	top: 47px;
	font-size: 12px;
	color: #fff;
	padding: 20px 8px 0;
	text-align: center;
	border: 1px solid #2096f9
}
.ctrl_panel a:hover {
	border: 1px solid #dadada;
	color: #08a1ef;
	background-color: #FFF
}