/*
Theme Name: FnOX Click-It
Theme URI: http://bizsitenow.com/
Author: bizsitenow
Author URI: http://bizsitenow.com/
Description: The 2015 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, 
*/

@import url(https://fonts.googleapis.com/css?family=Dosis:400,500,600);
body {
    font-family: "open sans", sans-serif;
    font-weight: 500;
    background: #000;
}

h1,
h2,
h3 {
    font-family: "Open Sans Condensed", sans-serif;
}

h3 {
    font-size: 23px;
}

img {
    max-width: 100%;
    height: auto;
}

.main-body {
    background: rgba(0, 0, 0, 0) url("img/bg1.jpg") repeat scroll 0 0;
    height: 100%;
}
.main-body {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 900px;
	max-height: 1100px; 
}
.topBar {
	margin: 0;
	padding: 9px 3% 12px 3%;
	background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #FFFFFF), color-stop(1, #FFFFFF));
	background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
	background-image: -moz-linear-gradient(top, #FFFFFF, #503E35);
	background-image: -webkit-linear-gradient(top, #2E241F, #503E35);
	background-image: url(linear-gradient(to bottom, #FFFFFF, #503E35));
}

.topBar a {
	color: #0F0;
	font-family: 'Dosis', sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.topBar a:hover {
    color: #0099FF;
    text-decoration: none;
}

.topBar span {
    color: #525252;
    margin: 0 5px;
}

.navbar-default {
    background-color: transparent;
}

.navbar-header {
	width: 100%;
	float: left;
	padding: 10px 0;
}

.navbar-default .container {
    text-transform: uppercase;
    padding: 0px;
    font-weight: 600;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
}

.navbar-default .navbar-brand {
    color: #fff;
    float: unset;
    font-size: 30px;
    margin: 0 !important;
    padding: 0px;
    text-transform: initial;
}

#logo {
	width: 420px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo:hover {
	/* -webkit-animation: bounce 0.82s cubic-bezier(.36,.07,.19,.97) both;
    -moz-animation: bounce 0.82s cubic-bezier(.36,.07,.19,.97) both;
    -ms-animation: bounce 0.82s cubic-bezier(.36,.07,.19,.97) both;
     -o-animation: bounce 0.82s cubic-bezier(.36,.07,.19,.97) both; */
    animation: bounce 0.82s cubic-bezier(.36,.07,.19,.97) both;
    backface-visibility: hidden;
    perspective: 1000px;
	transform: translate3d(0, 0, 0);
}

.navbar-collapse {
    float: left;
    width: 100%;
    padding: 0px;
}

.navbar-nav {
    padding: 0 15px;
    width: 100%;
}

.navbar-nav > li {
    display: inline-block;
    padding: 0;
    text-align: center;
    float: none;
}

.navbar-nav > li a {
    background-color: transparent;
    color: #ededed;
    font-family: 'Dosis', sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-shadow: 1px 1px 2px #303030;
    transition: background-color 0.7s ease 0s;
    padding: 0 16px;
}

#Slider {
    border: 7px solid #000000;
    border-radius: 10px;
}

.slider .container {
    padding-bottom: 10px;
    padding-top: 10px;
}

.slider .carousel-caption {
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel-inner {
    border-radius: 5px;
    box-shadow: 0 1px 3px #999;
}

.carousel-caption {
    font-size: 18px;
    padding: 8px 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}



.wlc-section {}

.wlc-section h3 {
    color: #e0e0e0;
    font-size: 75px;
    line-height: 1em;
    margin: 30px 0 50px;
    text-align: center;
    text-shadow: 1px 1px 5px #424242;
    font-family: 'Open Sans Condensed', sans-serif;
}

.quick-icon {}

.quick-icon ul {
    padding: 0;
    text-align: center;
    width: 100%;
}

.quick-icon ul li {
    display: inline;
    padding: 0 20px;
}

.social-icon ul {
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 25px 0;
}

.social-icon ul li {
    display: inline;
    padding: 0 5px;
}

.quick-icon ul li a {}

.home-content {}

.home-content ul {
    float: left;
    padding: 0;
    text-align: center;
    width: 100%;
}

.home-content li {
    display: inline-block;
    padding: 0 1%;
    width: 31%;
}

.home-content li h3 {
    color: #aa9a96;
    float: left;
    font-size: 22px;
    font-weight: bold;
    height: 30px;
    margin: 12px 0 30px;
    text-shadow: 1px 1px 5px #424242;
    text-transform: uppercase;
    width: 100%;
}

.home-content li a:hover {
    text-decoration: none;
}

.home-content .img-hover {
    float: left;
    width: 100%;
}

.home-content .img-hover img {
    width: 100%;
    /* border: 1px solid #999; */
    border-radius: 50%;
    box-shadow: 1px 1px 16px 1px #808080;
/*    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;*/
}

.home-content .img-hover:hover img {
/*    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);*/
	box-shadow: 1px 1px 16px 1px #D31145;
}

.title-blue {
    color: #438afe;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
}

.slider-right-part {
    border: 1px solid #ddd;
    box-shadow: 0 1px 4px 0 #eee;
    float: left;
    margin-bottom: 10px;
    padding: 10px 0;
    width: 100%;
    border-radius: 4px;
}

.slider-right-part h4 {
    font-size: 16px;
    margin: 0 0 7px 0;
    color: #555;
}
.slide-title{
	color: #e0e0e0;
    font-size: 70px;
    line-height: 1em;
    margin: 10px 5px;
    text-align: center;
    text-shadow: 1px 1px 5px #424242;
}
.slider-right-part h6 {
    font-size: 12px;
    margin: 7px 0;
    color: #555;
}

.slider-right-part .col-md-7.text-center {
    padding-left: 0px;
}
.gal-title h3{
	color: #9c0b0b;
    font-size: 38px;
    font-weight: 300;
    margin: 0;
    padding-left: 0;
    text-align: left;
}
footer {
    margin: 0 auto;
    color: #9A9A9A;
    background-color: transparent;
    font-size: 11px;
    position: relative;
    padding: 10% 5% 5% 5%;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #000000), color-stop(1, #514643));
    background-image: -o-linear-gradient(top, #000000, #514643);
    background-image: -moz-linear-gradient(top, #000000, #514643);
    background-image: -webkit-linear-gradient(top, #000000, #514643);
    background-image: linear-gradient(to bottom, #000000, #514643);
    float: left;
    width: 100%;
}

#footer_left_code {
    float: left;
}

#footer_right_code {
    float: right;
}

footer a {
    color: #9A9A9A;
    font-size: 12px;
    text-decoration: none;
    font-family: 'open sans', sans-serif;
}

.content {
	padding: 40px 30px 50px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #707070;
	font-size: 16px;

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0.65)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.65) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.65) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.65) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.65) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#a6ffffff', GradientType=0);
	background-color: #FFF;
	margin: 15px 0 80px;
}

.content h1 {
    margin: 0 0 30px;
    text-align: center;
    width: 100%;
}

.price-box {
    box-sizing: border-box;
    text-align: center;
}

.pr-section {
    border: 0px solid black;
    border-radius: 20px;
    width: 30%;
    display: inline-block;
    padding: 2% 2% 3% 2%;
    color: #262626;
    min-height: 175px;
    min-width: 250px;
    margin: 0 4px 20px 4px;
    text-align: left;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #F2F2F2), color-stop(1, #8A8A8A));
    background-image: -o-linear-gradient(top, #F2F2F2, #8A8A8A);
    background-image: -moz-linear-gradient(top, #F2F2F2, #8A8A8A);
    background-image: -webkit-linear-gradient(top, #F2F2F2, #8A8A8A);
    background-image: linear-gradient(to bottom, #F2F2F2, #8A8A8A);
    -moz-box-shadow: 1px 4px 16px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 4px 16px -8px rgba(0, 0, 0, 0.75);
}

.pr-section h3 {
    margin: 0px 0px 9px 0px;
    color: #5C5C5C;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 6px;
}

.pr-section ul {
     float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.pr-section li {
    list-style-type: none;
}

.pr-section b {
    color: #424242;
    margin-right: 15px;
}

.pr-section span {
    color: #CC0000;
    font-weight: bold;
}

.pr-section span {
    color: #CC0000;
    font-weight: bold;
}

.pr-section p {
    color: #545454;
    float: left;
    font-size: 0.8em;
    line-height: 1em;
    margin: 8px 0 0;
    width: 100%;
}

.content .title-cont {
    font-weight: normal;
    line-height: 82px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #cc0000;
    font-size: 54px;
    text-align: center;
    text-shadow: 0 1px 3px #cccccc;
}

.content-area h2 {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 25px;
    margin: 40px 0 5px;
    padding: 0 0 3px;
}

.content-area .mar-top {
    margin-top: 40px;
}

.content-area p {}

#One h3 {
    background-image: -webkit-gradient(linear, left, right, color-stop(0, #D4D4D4), color-stop(1, #BFBFBF));
    background-image: -o-linear-gradient(left, #D4D4D4, #BFBFBF);
    background-image: -moz-linear-gradient(left, #D4D4D4, #BFBFBF);
    background-image: -webkit-linear-gradient(left, #D4D4D4, #BFBFBF);
    background-image: linear-gradient(to right, #D4D4D4, #BFBFBF);
}

#Two h3 {
    background-image: -webkit-gradient(linear, top left, bottom right, color-stop(0, #FFE38F), color-stop(1, #F5B800));
    background-image: -o-linear-gradient(top left, #FFE38F, #F5B800);
    background-image: -moz-linear-gradient(top left, #FFE38F, #F5B800);
    background-image: -webkit-linear-gradient(top left, #FFE38F, #F5B800);
    background-image: linear-gradient(to bottom right, #FFE38F, #F5B800)
}

#Three h3 {
    ;
    background-image: -webkit-gradient(linear, left, right, color-stop(0, #D4D4D4), color-stop(1, #BFBFBF));
    background-image: -o-linear-gradient(left, #6B6B6B, #474747);
    background-image: -moz-linear-gradient(left, #6B6B6B, #474747);
    background-image: -webkit-linear-gradient(left, #6B6B6B, #474747);
    background-image: -webkit-gradient(linear, left, right, color-stop(0, #6B6B6B), color-stop(1, #474747));
    background-image: linear-gradient(to right, #6B6B6B, #474747);
    color: white;
}

.section {
    border: 0px solid black;
    border-radius: 20px;
    width: 32%;
    display: inline-block;
    padding: 0%;
    color: white;
    min-height: 135px;
    min-width: 250px;
    max-width: 350px;
    margin: 0 4px 20px 4px;
    text-align: left;
    float: left;
    background-image: -webkit-gradient(linear, top left, bottom right, color-stop(0, #DBDBDB), color-stop(1, #ADADAD));
    background-image: -o-linear-gradient(top left, #DBDBDB, #ADADAD);
    background-image: -moz-linear-gradient(top left, #DBDBDB, #ADADAD);
    background-image: -webkit-linear-gradient(top left, #DBDBDB, #ADADAD);
    background-image: linear-gradient(to bottom right, #DBDBDB, #ADADAD);
    -moz-box-shadow: 1px 4px 24px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 4px 24px -8px rgba(0, 0, 0, 0.75);
}

.section h3 {
    margin: 0px 0px 0px 0px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 3%;
}

.section .price {
    font-size: 2.00em;
    color: #757575;
    padding: 4%;
    text-align: center;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #F7F7F7), color-stop(1, #E8E8E8));
    background-image: -o-linear-gradient(top, #F7F7F7, #E8E8E8);
    background-image: -moz-linear-gradient(top, #F7F7F7, #E8E8E8);
    background-image: -webkit-linear-gradient(top, #F7F7F7, #E8E8E8);
    background-image: linear-gradient(to bottom, #F7F7F7, #E8E8E8);
}

.section ul b {
    color: #FF0A0A;
}

.section ul {
    padding: 0;
    margin: 0 0 0 0px;
    background-color: #DEDEDE;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: -webkit-gradient(linear, left, right, color-stop(0, #FFF0D1), color-stop(1, #FFE4AD));
    background-image: -o-linear-gradient(left, #FFF0D1, #FFE4AD);
    background-image: -moz-linear-gradient(left, #FFF0D1, #FFE4AD);
    background-image: -webkit-linear-gradient(left, #FFF0D1, #FFE4AD);
    background-image: linear-gradient(to right, #FFF0D1, #FFE4AD)
}

.section li {
    list-style-type: none;
    color: #2E2E2E;
    padding: 1.5% 2% 3% 2%;
    font-size: 0.90em;
    border-bottom: 1px dotted #FFCC66;
}

.section li.top b {
    color: #262626;
}

.section li:last-child {
    border-bottom: none;
}

li.top {
    text-align: center;
    font-weight: bold;
}

#One li.top {
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #BDBDBD), color-stop(1, #8F8F8F));
    background-image: -o-linear-gradient(top, #BDBDBD, #8F8F8F);
    background-image: -moz-linear-gradient(top, #BDBDBD, #8F8F8F);
    background-image: -webkit-linear-gradient(top, #BDBDBD, #8F8F8F);
    background-image: linear-gradient(to bottom, #BDBDBD, #8F8F8F);
}

#Two li.top {
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #F0BD24), color-stop(1, #C69606));
    background-image: -o-linear-gradient(top, #F0BD24, #C69606);
    background-image: -moz-linear-gradient(top, #F0BD24, #C69606);
    background-image: -webkit-linear-gradient(top, #F0BD24, #C69606);
    background-image: linear-gradient(to bottom, #F0BD24, #C69606);
}

#Three li.top {
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #616161), color-stop(1, #454545));
    background-image: -o-linear-gradient(top, #616161, #454545);
    background-image: -moz-linear-gradient(top, #616161, #454545);
    background-image: -webkit-linear-gradient(top, #616161, #454545);
    background-image: linear-gradient(to bottom, #616161, #454545);
    color: white;
}

#Three li.top b {
    color: white;
}

.button {
    background: #f7f7f7 url("img/button_bg_transparent.png") repeat-x scroll 0 0 / 100% 100%;
    border: 1px solid #c7c7c7;
    border-radius: 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #0066ff;
    cursor: pointer;
    display: inline-block;
    outline: medium none;
    padding: 0.5em 1.25em 0.55em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease 0s;
}

.button {
    color: #383838 !important;
    font-weight: bold;
}

.button:hover {
    text-decoration: none;
    background-color: #FFCC66 !important;
    color: #0066FF !important;
    border-color: #FFB41F !important;
}

.bottom_button {
    font-size: 2.0em;
    padding: 8px 20px;
    margin: 0px 10px 20px 10px;
}

.small {
    font-size: 0.80em;
    font-style: italic;
    line-height: 1.2em;
}

.red {
    color: red !important;
    font-weight: bold;
}

.buynow {
    text-align: center;
}
#VIP li.top {
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #E80202), color-stop(1, #B50303));
    background-image: -o-linear-gradient(top, #E80202, #B50303);
    background-image: -moz-linear-gradient(top, #E80202, #B50303);
    background-image: -webkit-linear-gradient(top, #E80202, #B50303);
    background-image: linear-gradient(to bottom, #E80202, #B50303);
    color: white;
}
#VIP li.top b {
    color: white;
}
#VIP h3 {
    background-image: -webkit-gradient(linear, left, right, color-stop(0, #FF6161), color-stop(1, #CC0000));
    background-image: -o-linear-gradient(left, #FF6161, #CC0000);
    background-image: -moz-linear-gradient(left, #FF6161, #CC0000);
    background-image: -webkit-linear-gradient(left, #FF6161, #CC0000);
    background-image: linear-gradient(to right, #FF6161, #CC0000);
    color: white;
}
.content-area .img-wrap{}
.content-area .img-wrap a{
	border: 3px solid #007efd;
    float: left;
	margin-top:30px;
}
.content-area .img-wrap a:hover{
	border: 3px solid #CC0000;
    float: left;
	
}
.content-area .img-wrap img{
	height: 200px;
    width: 100%;
	
}

.attractions{
	background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    color: white;
	box-shadow: 0 0 0px #707070;
}
.att-box{margin-bottom:50px;}
.att-box img{
	border: 1px solid #555;
    padding: 4px;
    width: 100%;
	/*transition: width 2s, height 2s, background-color 2s, transform 2s;*/
}
.att-box img:hover {
    background-color: #CC0000;
    /*transform: rotate(180deg);*/
}
.con-bo{
	display:inline-block;
}
.att-box h3 a{
	color:#ccc;
	font-size:34px;
}
.att-box p{
	display:inline-block;
	font-size:15px;
}
.att-box a{
	display:inline-block;
}



@media(min-width: 768px) {
    .navbar-nav > li:hover > .dropdown-menu {
        display: block;
    }
}

@media(max-width: 767px) {

	.navbar-default .navbar-brand img {
		width: 250px;
	}
	.navbar-toggle {
		margin-top: 40px;
	}
	.navbar-nav > li {
		margin: 10px;
		text-align: left;
	}
	.quick-icon ul li {
		padding: 0 12px;
	}
	.quick-icon ul li img{
		margin:0 0 10px;
	}
	.home-content li {
		display: inline-block;
		padding: 0;
		width: 100%;
	}
	#footer_right_code {
		float: left;
		margin-top: 10px;
		text-align: left;
	}
}

.con-form{margin-top: 30px;}
.con-form input, .con-form textarea{
	border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 15px;
	background: #fff3e8 none repeat scroll 0 0;
	margin-bottom: 5px;
}
.con-form textarea{
	height: 150px;
    width: 70%;
}
.con-form .wpcf7-submit{
	background: #d31145 none repeat scroll 0 0;
    border: 1px solid #999;
    box-shadow: 0 0 2px #ccc;
    color: #fff;
    margin-top: 5px;
    padding: 9px 30px;
}

/* Images */
.alignleft, .alignright {
    max-width: 50%;
    height: auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
    /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
    max-width: 100%; /* Keep wide captions from overflowing their container. */
    padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}
img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.entry-content dl.gallery-item {
    margin: 0;
}
.gallery-item a,
.gallery-caption {
    width: 90%;
}
.gallery-item a {
    display: block;
}
.gallery-caption a {
    display: inline;
}
.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}
.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}
#gform_submit_button_6 { display:none; }
