﻿.master-slider {
    height: 70vh;
    min-height: 400px;
}

.contentslider{
	margin-top: 22px;
}

.contentslider .master-slider{
	height: auto;
	margin-top: 22px;
}


h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 22px;
    margin-bottom: 44px;
}
ul, ol {
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 15px;
}


.topsection h1{
	
	margin-bottom: 22px;
}


.wave:not(:first-child) {
    margin-top: -160px;
}

.creator .creator-settings .creator-bgcolor, .creator .creator-settings .creator-color {
    margin-right: 20px;
    margin-bottom: 10px;
	cursor: pointer;
	text-align: center;
}
.creator .creator-settings .creator-size .fa, .creator .creator-settings .creator-color .fa, .creator .creator-settings .creator-bgcolor .fa {
    top: 40%;
}
.creator .creator-settings .creator-bgcolor .description, .creator .creator-settings .creator-color .description{
	text-align: center;
    padding-top: 5px;
}
.creator .creator-settings .creator-size{
    margin-bottom: 20px;
    margin-right: 30px;
}

.payicon{
	height: 36px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#footer .footer-col {
    padding-bottom: 10px;
    padding-top: 30px;
}

#footer .nav>li>a {
    position: relative;
    display: block;
    padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	h1, .h1 {
    	font-size: 40px;
	}
	.wave>.bg {
		padding-bottom: 170px;
		padding-top: 150px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	h1, .h1 {
    	font-size: 40px;
	}
	.master-slider {
		height: 70vh;
		max-height: 450px;
		min-height: auto;
	}
	figure {
		margin: 35px;
	}
	.wave>.bg {
		background-repeat: repeat-y;
		background-size: auto 100%;
		padding-bottom: 120px !important;
		padding-top: 150px !important;
		background-position: center;
	}
	.wave:not(:first-child) {
		margin-top: -123px !important;
	}
	.wave.wave-red>.bg {
		background-image: url(../pics/bg_red.png) !important;
		background-color: transparent !important;
	}
	.wave.wave-green>.bg {
    	background-image: url(../pics/bg_green.png) !important;
		background-color: transparent !important;
	}
	.contact .address {
		color: #fff;
		margin-top: 50px;
		margin-left: 20px;
	}
	.creator .creator-step {
    	width: 600px;
	}
}

@media (max-width: 767px) {

	h1, .h1 {
    	font-size: 30px;
	}
	.master-slider {
		height: 70vh;
		max-height: 400px;
		min-height: auto;
	}
	figure {
		margin: 35px;
	}
	.wave>.bg {
		background-repeat: repeat-y;
		background-size: auto 100%;
		padding-bottom: 110px !important;
		padding-top: 120px !important;
		background-position: center;
	}
	.wave:not(:first-child) {
		margin-top: -123px !important;
	}
	.wave.wave-red>.bg {
		background-image: url(../pics/bg_red.png) !important;
		background-color: transparent !important;
	}
	.wave.wave-green>.bg {
    	background-image: url(../pics/bg_green.png) !important;
		background-color: transparent !important;
	}
	.contact .address {
		color: #fff;
		margin-top: 50px;
		margin-left: 20px;
	}
	.creator .creator-step {
    	width: 400px;
	}
	
	.creator .creator-step li.active span label {
		font-size: 30px;
		width: 50px;
		height: 50px;
	}
		.creator .creator-step li.active span::before {
			height: 56px;
			width: 56px;
		}
		.creator .creator-step li.active span::after {
			height: 62px;
			width: 62px;
		}
	.creator .creator-step li span.label {
    	font-size: 12px;
	}
	.creator .creator-btn-bar .creator-btn {
		margin-top: 15px;
	}
	
}	

@media (max-width: 480px) {

	h1, .h1 {
    	font-size: 22px;
	}
	figure {
		margin: 5px;
	}
	
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 22px;
		margin-bottom: 30px;
	}
	.wave>.bg {
		padding-bottom: 120px !important;
		padding-top: 95px !important;
	}
	.ms-skin-default .ms-nav-prev {
		left: 0px !important;
	}
	.ms-skin-default .ms-nav-next {
		right: 0px  !important;
	}
	
	.creator .creator-step {
		width: 290px;
		margin-left: -15px;
	}
	.creator .creator-step li span.label {
		font-size: 9px;
	}
	.creator .creator-step li {
	    width: 15%;
	}
	.creator .creator-step li.before a {
    	height: 12px;
    	width: 12px;
	}
	.creator-preview img{
		width: 100%;
	}
	.creator .creator-step li::before {
   		width: 130%;
	}
	.creator .creator-step li.active span label {
		font-size: 24px;
		width: 40px;
		height: 40px;
	}
	.creator .creator-step li.active span::before {
		height: 46px;
		width: 46px;
	}
	.creator .creator-step li.active span::after {
		height: 52px;
		width: 52px;
	}
	.creator .creator-settings .creator-chain .creator-chain-size span:hover, .creator .creator-settings .creator-chain .creator-chain-color span:hover {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	
}