html, body{
	height:100%;
	width:100%;
	padding-top: 35px;
	/*font-family: 'Indie Flower', cursive;*/
	font-family: 'Oswald', sans-serif;
}

.scroll-top{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	background: #622D8B;
	border-radius: 60px;
	line-height: 60px;
	vertical-align:middle;
	text-align: center;
	display: block;
	color:#fff;
}

.scroll-top:hover,
.scroll-top:focus{
	background: #430f6b;
	color:#fff;
}

.navbar-default{
	background: #622D8B;
	border-color: #430f6b;
}

.navbar-brand,
.navbar-nav li a {
    line-height: 70px;
    height: 70px;
    padding-top: 15px;
}

.navbar-default .navbar-nav > li > a
{
	color:#fff;
	font-size: 2em;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover
{
	background: #430f6b;
	color: #622D8B;
}


.cs-page{
	min-height: 100%;
	height: auto !important;
	overflow: hidden;
}


.price{
	font-size: 3em;
	color:#fff;
	padding: 10px;
	
	text-align: center;
}

#home{
	background: url(../img/home.jpg) center center no-repeat;
	background-size: cover;
}

#info-1{
	background: url(../img/page_2.jpg) center center no-repeat;
	background-size: cover;
}


#info-2{
	background: url(../img/page_3.jpg) center center no-repeat;
	background-size: cover;
}

#info-3{
	background: url(../img/page_4.jpg) center center no-repeat;
	background-size: cover;
}


.home-logo{
	margin: 30px;
}

.home-logo img{
	margin: 0 auto;
}

.home-content{
	margin-top: 0px;
	margin-bottom: 10px;
}

.box-content{
	width:50%;
	margin: 0 auto;
}

.box{
	background-color: rgba(98, 45, 139, 0.6);
	padding: 20px 40px;
	border-radius: 20px;
}

.box .content{
	margin-top: 20px;
}

.box ul{
	padding-top: 0px;
	text-decoration: none;
	list-style-type:square;
	color:#fff;
	font-size: 2em;
}

.box ul li{
	margin-top: 20px;	
}

.scroll-to-shop{
	position: fixed;
	right: 0;
	bottom: 100px;
	width: 20%;
	background:none;
}


.caption h1{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 5em;
	font-weight:500;
	font-family: 'Oswald', sans-serif;
	border-bottom: thin #fff;
}
.caption .line{
	width: 10%;
	background: #fff;
	height: 2px;
	margin: 0 auto;
}

.text-main{
	font-size: 2em;
	color:#fff;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
	
}
.text-highlight{
	font-size:1.5em;
	text-transform: uppercase;
	font-weight: 400;
}

.text-big-highlight{
	text-transform: uppercase;
	font-size: 3em;
	font-weight:500;
	color:#fff;
}

.a-highlight{
	color: #fff;
	font-size: 4em;
	text-transform: uppercase;
	text-decoration: underline;
}

.a-highlight:hover,
.a-highlight:focus{
	color: #FEE05C;
}

.cs-center{
	margin: 0 auto;
}

.slogan{
	font-size: 1.5em;
	color: #fff;
	font-weight: 300;
}


footer{
	background: #430f6b;
	min-height: 50px;
	color:#fff;
	z-index: 999;
}

footer div a{
	color:#fff;
	line-height: 50px;
}

footer div a:hover,
footer div a:focus
{
	text-decoration: underline;
	color:#fff;
}

.social-media-img-w{
		width: 50px;
	}
	
	.social-media-img-h{
		height: 50px;
	}



@media only screen and (max-width:1900px)
{
	.text-big-highlight{	
		font-size: 1.7em;
	}
	
	.caption h1{
		font-size: 3em;
	}
	
	.box ul{
		font-size: 1.5em;
	}
	
	.price{
		font-size: 2.5em;
	}	
	
}

@media only screen and (max-width:768px)
{
	.box-content{
		width:90%;
	}

	.text-big-highlight{	
		font-size: 1.7em;
	}
	
	.scroll-to-shop{
		width: 30%;	
	}

	#home .home-logo img{
		width: 80%;
	}		
}

.cs-left-buffer{
	margin-left: 10px;
}

.cs-top-buffer{
	margin-top: 10px;
}

.pic{
	 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.pic:hover{
	-webkit-filter: grayscale(100%);
}

.break{
	clear:both;
}

.country-selector{
	position: fixed;
	min-height: 40px;
	right:0;
	top: 80px;
}

.country-selector .pic{
	right: -20px;
	position: relative;
	padding-bottom: 10px;
}

.country-selector .pic:hover{
	right: 0px;	
}

.text-small{
	font-size: 12px;
}

