@import 'https://fonts.googleapis.com/css?family=Lora:400,400i,700|Raleway:300,600,700,900';
/*Global Settings*/
body {
    font-family: 'Lora', serif;
	margin: 0 auto;
	background: #e1e6e6;
	font-size: 20px;
	color: #000 !important;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	color: #000;
	margin-bottom: 35px;
	margin-top: 0;
}
h1{
	font-size: 45px;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 21px;
}

a{
	transition: all 0.3s ease-in-out;
}

section{
	text-align: justify;
}

.title{
	font-size: 30px;
	text-align: center;
	margin: 30px 0;
	font-weight: bold;
}

/*.title:after{*/
	/*content: '';*/
	/*height: 5px;*/
	/*width: 40px;*/
	/*background-color: #e74c3c;*/
	/*position: absolute;*/
	/*top: 81px;*/
	/*left: calc(50% - 20px);*/
/*}*/

.main-text{
	font-size: 20px;
	color: #000;
	font-style: normal;
	text-align: justify;
	margin: 20px 0;
}

.text-center {
	text-align: center;
}

.img-center {
	margin-left: auto;
	margin-right: auto;
}

.font-60{
	font-size: 60px !important;
}

.font-35{
	font-size: 35px !important;
}

.font-28{
	font-size: 28px !important;
}

.font-20{
	font-size: 20px !important;
}


/*Helper class*/
.mt80{
	margin-top: 80px;
}

small {
	font-size: 15px;
	line-height: 15px;
}


.mt40{
	margin-top: 40px;
}

.mt0 {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.mt20{
	margin-top: 20px !important;
}

.mb100{
	margin-bottom: 100px;
}

.mb50{
	margin-bottom: 100px;
}

.mb25{
	margin-bottom: 25px;
}

.mr60{
	margin-right: 60px;
}

.bg-img,
.bg-img-fog{
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.bg-img div{
	z-index: 1;
	position: relative;
}

.bg-img-fog:before{
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
}

.section{
	padding: 70px 0;
}

.red-shadow-text {
	text-shadow: 2px 2px #000000;
	color: red;
}

.yellow-text {
	color: #000;
	background: #ff0;
	font-weight: bold;
}

.red-text {
	font-weight: bold;
	color: red;
}

.red-text-header {
	color: red;
}

#section1{
	background-image: url("../img/woman-984698.jpg");
	min-height: 400px;
}

#section2{
	background-image: url("../img/portrait-1097950_1920.jpg");
	min-height: 320px;
}

#section3{
	background-image: url("../img/love-1137271_1920.jpg");
	min-height: 300px;
}

#section4 {
	background-image: url("../img/summer-1188548_1920.jpg");
	min-height: 350px;
}

#section5 {
	background-image: url("../img/woman-1084550_1920.jpg");
	min-height: 330px;
}

#section6 {
	background-image: url("../img/model-993912.jpg");
	min-height: 230px;
}

#section7 {
	background-image: url("../img/sexy-1175374.jpg");
	min-height: 350px;
}

#section8 {
	background-image: url("../img/guy-1079623_1920.jpg");
	min-height: 300px;
}

#section9 {
	background-image: url("../img/woman-759688_1920.jpg");
	min-height: 250px;
}

#section10 {
	background-image: url("../img/sensual-239447_1920.jpg");
	min-height: 300px;
}

#section11 {
	background-image: url("../img/woman-499756.jpg");
	min-height: 300px;
}

#section12 {
	background-image: url("../img/girl-254708.jpg");
	min-height: 270px;
}

#section13 {
	background-image: url("../img/guy-549173_1920.jpg");
	min-height: 300px;
}

#section14 {
	background-image: url("../img/couple-677585_1920.jpg");
	min-height: 260px;
}

#section15 {
	background-image: url("../img/summer-1189072_1920.jpg");
	min-height: 260px;
}

#section16 {
	background-image: url("../img/blonde-873781_1920.jpg");
	min-height: 260px;
}

#section17 {
	background-image: url("../img/couple-731890_1920.jpg");
	min-height: 260px;
}

#section18 {
	background-image: url("../img/girls-555650_1920.jpg");
	min-height: 260px;
}

#section19 {
	background-image: url("../img/holding-hands-1149411_1920.jpg");
	min-height: 260px;
}

#section20 {
	background-image: url("../img/sensual-239447_1920.jpg");
	min-height: 260px;
}

#section21 {
	background-image: url("../img/boy-946220_1920.jpg");
	min-height: 260px;
}

.panel-default > .panel-heading {
	padding: 25px 15px;
}

h4.panel-title{
	line-height: 25px;
}

.section-background {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
	color: #ffffff;
}

.section-overlay {
	background: rgba(36, 51, 66, 0.4);
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.section-background h3,
.section-background p {
	width: 80%;
	margin: 20px auto;
	color: #fff;
}

.section-background h3 {
	font-size: 45px;
	text-align: center;
	line-height: 55px;
	margin-top: 50px;
}

.section-background p {
	font-size: 30px;
	text-align: center;
}

.main-col {
	background: #fff;
	width: 750px;
	margin: 10px auto;
	padding: 30px 30px;
}

ul li,
ol li {
	margin-top: 20px;
	font-size: 20px;
}

.main-col.testimonial {
	background: #b2b6b3;
	border-radius: 10px;
}


/*##########################*/

header {
	background: white;
}

header .main-text {
	width: 60%;
	margin: 60px auto;
}



.normal-price {
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
}

.red-border {
	border: 2px solid red;
}



/*######PRICING######*/

#generic_price_table .generic_content{
	background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price{
	background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
	color: #000;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
	color: #000;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
	color: #000;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
	color: #000;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
	color: #000;
}

#generic_price_table .generic_content .generic_price_btn a{
	border: 1px solid #2ECC71;
	color: #2ECC71;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #2ECC71 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2ECC71;
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
	background-color: #2ECC71;
	color: #fff;
}
#generic_price_table{
	margin: 50px 0 50px 0;
	font-family: 'Raleway', sans-serif;
}
.row .table{
	padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
	overflow: hidden;
	position: relative;
	text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
	margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-style: solid;
	border-width: 90px 1411px 23px 399px;
	position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	font-family: "Raleway",sans-serif;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
	display: inline-block;
	font-family: "Lato",sans-serif;
	font-size: 28px;
	font-weight: 400;
	vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
	font-family: "Lato",sans-serif;
	font-size: 60px;
	font-weight: 300;
	letter-spacing: -2px;
	line-height: 60px;
	padding: 0;
	vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
	display: inline-block;
	font-family: "Lato",sans-serif;
	font-size: 24px;
	font-weight: 400;
	vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
	font-family: "Lato",sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 3px;
	vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	font-family: "Lato",sans-serif;
	font-size: 18px;
	padding: 15px 0;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
	margin: 20px 0 2px;
}

#generic_price_table .generic_content .generic_price_btn a{
	border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
	display: inline-block;
	font-family: "Lato",sans-serif;
	font-size: 18px;
	outline: medium none;
	padding: 12px 30px;
	text-decoration: none;
	text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 320px) {
}

@media (max-width: 767px) {
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3{
		float:left;
		width:50%;
	}

	#generic_price_table .col-md-4{
		float:left;
		width:50%;
	}

	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
#generic_price_table_home{
	font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a{
	color: #7885CB;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
}
.demo-pic{
	margin: 0 auto;
}
.demo-pic:hover{
	opacity: 0.7;
}

#generic_price_table_home ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#generic_price_table_home li{
	float: left;
}
#generic_price_table_home li + li{
	margin-left: 10px;
	padding-bottom: 10px;
}
#generic_price_table_home li a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
}
#generic_price_table_home .blue{
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
	background: #2ECC71;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
	background: #E74C3C;
	transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
	background: #1ABC9C;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
#generic_price_table_home .divider span{
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
}
#generic_price_table_home .itemname{
	text-align: center;
	font-size: 50px ;
	padding: 50px 0 20px ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
	font-weight: 300;
}
#generic_price_table_home .itemnametext{
	text-align: center;
	font-size: 20px;
	padding-top: 5px;
	text-transform: uppercase;
	display: inline-block;
}
#generic_price_table_home .footer{
	padding:40px 0;
}

.price-heading{
	text-align: center;
}
.price-heading h1{
	color: #666;
	margin: 0;
	padding: 0 0 50px 0;
}
.demo-button {
	background-color: #333333;
	color: #ffffff;
	display: table;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 50px;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium ;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}
.bottom_btn{
	background-color: #333333;
	color: #ffffff;
	display: table;
	font-size: 28px;
	margin: 60px auto 20px;
	padding: 10px 25px;
	text-align: center;
	text-transform: uppercase;
}
.demo-button:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;

}
.bottom_btn:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
}

.without {
	text-decoration: line-through;
	color: red !important;
}

.buy-now {
	width: 150px;
	height: 60px;
}

footer {
	background: #34495e;
	font-size: 16px;
	padding-top: 70px;
	padding-bottom: 40px;
	color: #FFF;
}

footer a:focus, footer a:hover {

	color: #FFF;
	text-decoration: underline;

}

#subpage header {
	text-align: center;
	padding: 80px 20px;
	background: #34495e;
	margin-bottom: 100px;
}

#subpage header h1 {
	color: #fff !important;
}

#subpage p {
	padding: 10px 0;
}

.small-text {
	font-size: 18px !important;
	font-weight: bold;
}

/*simplyscroll*/

/* Container DIV - automatically generated */
.simply-scroll-container {
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll {
	width: 100%;
	height: 360px;
	margin-bottom: 1em;
}

.simply-scroll #scroller2{
	height: 280px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 360px;
}

.simply-scroll #scroller2 .simply-scroll-clip {
	width: 100%;
	height: 280px;
}

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 540px;
	height: 360px;
}

.simply-scroll #scroller2.simply-scroll-list li,.simply-scroll #scroller3.simply-scroll-list li  {
	float: left; /* Horizontal scroll only */
	width: 400px;
	height: 300px;
}

.heading-photos{
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	margin: 40px 0 30px 0;
}




