@charset "utf-8";

*{
    margin: 0;
    padding: 0;
}

body{
	width:100%;
	display:flex;
	flex-direction:column;
	/* justify-content:center; */
	align-items:center;
}

/*TEXT ATTRIBUTES*/

.mainText{
	font-family:Arial, sans-serif;
	color:#212121;
	font-size:20px;
	text-align:center;
	line-height: 1.75;
/*	padding:20px 0; */
	overflow: hidden;
	}
.mainText2{
	font-family:Arial, sans-serif;
	color:#212121;
	font-size:20px;
	line-height: 1.75;
	}
.col-sm-6.statistics {
    font-size: 20px;
    margin-top: 20px;
}
.row.statistics {
    font-size: 20px;
    margin-top: 35px;
    background: #eee;
    margin-left:0;
    margin-right:0;
}	
.row span.underline {
    font-weight: bold;
}
.statistics .tdText {
    line-height: 64px;
}
.tdText.long {
    line-height: 30px !important;
}
.city .col-sm-6 {
    padding: 0px !important;
}
.col-sm-8.city {
    padding: 10px;
    border-left: 8px solid #fff;
}
.col-sm-4.country {
    padding: 10px;
}
.col-sm-4.country .social-statistics {
    padding-left: 15px;
}
.col-sm-8.age {
    padding: 10px;
    border-right: 8px solid #fff;
}
.col-sm-8.age .col-sm-6.case {
    padding-left: 30px;
}
.col-sm-4.gender {
    padding: 10px;
}
.col-sm-12.metrics {
    padding: 10px;
}
.col-sm-12.metrics .social-statistics {
    padding-left: 15px;
}
@media only screen and (max-width: 326px) {
    .city .tdText.special.vancouver {
        line-height: 32px;
    }
}
@media only screen and (max-width: 340px) {
    .metrics .tdText.bounce {
        line-height: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .col-sm-8.age {
        border-right: 0 !important;
    }
    .col-sm-8.city {
        border-left: 0 !important;
    }
    .col-sm-4.country {
        border-bottom: 35px solid #fff;
    }
    .col-sm-8.age {
        border-bottom: 35px solid #fff;
    }
    .row.statistics {
        margin-left: 0;
        margin-right: 0;
    }
    .col-sm-8.city .col-sm-6 {
        padding-left: 15px !important;
    }
    .col-sm-4.country .social-statistics {
        padding-left: 15px;
    }
    .col-sm-4.gender .social-statistics {
        padding-left: 15px;
    }
    .col-sm-12.metrics .social-statistics {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .col-sm-8.age .col-sm-6.case {
        padding-left: 15px !important;
    }
}
@media only screen and (width: 768px) {
    .country .tdText.special.canada {
        line-height: 32px !important;
    }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
    .city .tdText.special {
        line-height: 32px !important;
    }
    .country .tdText.special {
        line-height: 32px !important;
    }
    .age .tdText.special {
        line-height: 32px !important;
    }
}
	
/*Muslim Link link*/
.ML{
	font-style:italic;
	text-decoration:none;
	font-family:Arial, sans-serif;
	font-weight:bold;
	color:#77a04f;
	transition-duration:0.5s;
	}
	
.ML:hover{
	color:#212121;
	transition-duration:0.5s;
	}
	
/*Other link*/
.OL{
	font-weight:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	color:#77a04f;
	transition-duration:0.5s;
	}
	
.OL:hover{
	color:#212121;
	transition-duration:0.5s;
	}

/*Thumbnail links*/

#facebook{
	background-image:url(Images/facebookicon.png);
	transition-duration:0.5s;
	height:65px;
	width:65px;}
	
#facebook:hover{
	background-image:url(Images/facebookiconROLLOVER.png);
	transition-duration:0.5s;
	cursor:pointer;}
	
#twitter{
	background-image:url(Images/twittericon.png);
	transition-duration:0.5s;
	height:65px;
	width:65px;}
	
#twitter:hover{
	background-image:url(Images/twittericonROLLOVER.png);
	transition-duration:0.5s;
	cursor:pointer;}
	
/*Titles*/
	
h1{
	color:#ffffff !important;
	font-family: Arial, sans-serif;
	font-weight:lighter;
	font-size:35px;
	letter-spacing:7px;
	padding:30px;
	}
	
h2{
	font-family:Arial, sans-serif;
	font-weight:bold;
	/* text-align:left;
	font-size:25px;
	padding-bottom:30px;
	*/
	line-height: 30px;
	}

/* INTRO IMAGE */

#introImage{
	background-image:url(Images/HeaderImage.png);
	background-repeat:no-repeat;
	/*background-size:100%;*/
	width:100%;
	height:475px;
	display:flex;
	justify-content:center;
	align-items:center;
	/* margin-bottom:90px; */
	background-attachment: fixed;
    background-position: center top;
	}
	
#introImageTitleBox{
	border:#FFFFFF;
	border-width:17px; 
	border-style:solid;
	background: rgba(0,0,0,0.3);
	/**/height:50%; 
	/*width:60%;*/
	display:flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	padding:10px;
	}

/*COMMON DIVS*/

.textBox {
	display:flex;
	/* width:55%; */
	justify-content:center;
	/* align-items:center; */
	/*margin: 50px 0;*/
	margin-bottom: 30px;
	}

.sectionTitle {
	text-align:center;
	/* background-color:#91b43e; */
	background-color: #c06a00;
	margin-bottom:0px;
	}
.sectionTitle h1 { 
    margin-bottom: 0px;
}
	
/*Web Statistics table*/

/*	
table{
	margin: 0 10%;
	}
*/

caption{
	/* font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; */
	font-family: Helvetica, Arial, sans-serif; */
	font-weight:bold;
	text-align:left;
	padding-bottom:30px;
	}
	
td{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	padding-bottom:20px;
	}

h3{
	font-family: Helvetica, Arial, sans-serif;
	font-size:25px;
	font-weight:100;
	}
	
[hidden] {
		display:none;
	}

	
/***--------------------Class CSS----------------------------***/
	
.tabTextStyle{
	font-family: Helvetica, Arial, sans-serif;
	color:#212121;
	font-size:20px;
	width:700px;
	line-height: 1.75;
	}
	
.tabLinks{
	text-decoration:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#212121;
	}
	
.tdText{
	position: relative;
    padding-left: 80px;
	line-height: 20px;
	}

.tabs{
	display:flex;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	}
	
.tabs li{
		display:inline-block;
		margin-left:auto;
		margin-right:auto;
	}

.tab-panels{
	border-top:#91b43e medium solid;
	border-bottom:#91b43e medium solid;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:90px;
	}
	
.panel{
	padding:50px;}
	
.tabTitle{
	width:150px;
	height:50px;
	margin-left:7px;
	background-color:#91b43e;	
	text-align:center;
	padding:10px;
	}
	
.tabTitleFont{
	color:#FFFFFF;
	text-decoration:none;
	font-size:20px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	}
.advertisers-section {
	width: 100%;
	text-align: center;
}
.advertisers-section img{
	position: relative;
    margin: 0 auto;
}
.social-statistics {
	overflow: hidden;
	position: relative; 
	width: 100%;
	padding: 10px 10px 0 0;
}
.social-icons {
	float: left;
	position: relative;
	padding-right: 10px;
}
.left-statistics {
	width:50%; 
	margin-top: 55px;
}
.right-statistics {
	padding:0 10px;
	width: 50%;
}
@media only screen and (max-device-width: 420px){
.left-statistics {
	width:100% !important; 
	margin-top: 0px !important;
}
.right-statistics {
	width: 100% !important;
	padding: 50px 0 !important;
}
.textBox {
	display: block !important;
	overflow: hidden;
	/*padding: 0 30px;*/
}
.right-statistics img {
	width: 128px !important;
}
.tdText {
	position: relative;
    padding-left: 100px;
	line-height: 20px;
	width: 100%;
	/*word-break: break-all;*/
}
h3 {
    font-size: 60px;
    font-weight: bold;
}
.w-container .w-card {    
	font-size: 80px !important;
}
.w-container .w-card .card-header .w-price {
	font-size: 130px !important;
}
/*
span.bottom-title1 {
	font-size: 30px !important;
	padding: 10px 100px 10px 0px !important;
}
span.bottom-title2 {
    padding: 10px 145px 10px 0px !important;
	font-size: 30px !important;
}
*/
.w-container .w-card .container-button:hover:before {
    top: -700px !important;
    left: -52px !important;
    width: 1010px !important;
    height: 1200px !important;
}
.w-container .w-card .container-button:hover:after {
    top: -700px !important;
    left: -52px !important;
    width: 1010px !important;
    height: 1200px !important;
}
.package-deal-note h3 {
    font-size: 40px;
	font-weight: normal;
}
}