body{
	position:relative;
	z-index: 1;
	color: #FFF;
	background: url('../images/sub-bg.png');

}

a{
	color: #56AA04;
}
a:hover{
	color: #000000;
}


h1,h2,h3,h4,h5{
	color: #FFF;
}
.content-ddbox{
}
.center {
text-align: center;
}
main#content{
	margin-top: 15px;
}

.logo{
	float: left;
	position: relative;
}

.header{
	border-bottom: 2px solid #FEF100;
	-webkit-box-shadow: 0 0 10px 0 rgba(65,65,65,.5);
	box-shadow: 0 0 10px 0 rgba(65,65,65,.5);
	position: relative;
	z-index: 9999999;
	min-height: 50px;
	color: #FFF;
	background: url('../images/main.png'), url('../images/sub-bg.png');
}

.header .header-inner{
	position:relative;
}

.page_header{
	font-size: 34px;
	text-align: center;
	text-shadow: 0 0 1px rgba(65,65,65,.5);
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
}

.header-shadow{
	position:absolute;
}.header-shadow-top{
	position:absolute;
	top: -44px;
	z-index: 99;
}

.header-shadow-top-inner{
	position:absolute;
	top:0;
	z-index: 99;
}
.header-shadow-bottom-inner{
	position:absolute;
	bottom:0;
	z-index: 99;
}



.callus h1{
	margin-right: 30px !important;
	font-size: 30px;
	font-weight: bold;
	float: right;
	margin: 0;
	padding: 5px 25px;
	position: relative;
	top: 15px;
	right: 0;
	text-shadow: rgb(0, 0, 0) 2px 2px 2px;
	color: #D24365;
	border-radius: 30px;
	text-align: center;
	background: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
}


.btn-myprimary{
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	text-shadow: 0 0 1px rbga(65,65,65,.4);
	
	background: rgb(157,213,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */

}

.btn-myprimary:focus, .btn-myprimary:active:focus, .btn-myprimary:hover, .btn-myprimary:active{
	background: rgb(124,188,10); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(124,188,10,1) 0%, rgba(128,194,23,1) 49%, rgba(161,213,79,1) 50%, rgba(157,213,58,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,188,10,1)), color-stop(49%,rgba(128,194,23,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(100%,rgba(157,213,58,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 49%,rgba(161,213,79,1) 50%,rgba(157,213,58,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 49%,rgba(161,213,79,1) 50%,rgba(157,213,58,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 49%,rgba(161,213,79,1) 50%,rgba(157,213,58,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 49%,rgba(161,213,79,1) 50%,rgba(157,213,58,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbc0a', endColorstr='#9dd53a',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
}

.navigation-bar{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #FEF101;
}
.innerpage .navigation-bar{
	position: relative;
}
.innerpage .leader{
	color: #fff;
	font-size: 31px;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
	margin-top: 20px !important;
	text-align: center;
	font-family: 'Francois One', sans-serif;
}

.innerpage .footer{
	margin-top:0px;
	background: url('../images/sub-bg1.png');
}

.innerpage .featured{
	margin-top: 15px;
}

/*navbar*/
.navbar {
	margin: 40px 0px 0px! important;
	min-height: 0;
	border: none;
	z-index: 999;
	bottom: 0;
	float: right;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 25px;
	background: #D24365;
	margin: 0px 5px;
	font-size: ;
	color: #FFF;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	text-shadow: rgba(0, 0, 0, 1) 1px 1px 2px;
	-webkit-box-shadow: inset 1px 1px 5px 0 rgba(0,0,0,.5);
	-moz-box-shadow: inset 1px 1px 5px 0 rgba(0,0,0,.5);
	box-shadow: inset 1px 1px 5px 0 rgba(0,0,0,.5);
}
.navbar-collapse {
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #86263C;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	border:none;
	z-index: 999;
	background-color: #86263C;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
text-decoration: none;
color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu {
	border:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #86263C;
}

.dropdown-menu li>a{
	color: #fff;
}

.dropdown-menu>li>a {
}

/*tagblock*/
.tagblock{
	position:relative;
	background: url('../images/tag.png');
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.frontpage .tagblock{
	
}
.innerpage_header{
	position:relative;
	background: #39463F url('../images/sub-bg1.png');
}


.frontpage #content{
	margin-bottom: 20px;
}

.frontpage .tagblock .leader{
	text-align: center;
	margin-top:20px;
	font-size: 50px;
}

.tagblock-bg{
	text-align: center;
}

.tagblock a{
	color: #FFF;
}
.tagblock .leader{
	font-size: 38px;
	color: #fff;
	/*font-style: italic;*/
	text-transform: uppercase;
	margin-top: 37px;
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
	font-family: 'Paytone One', sans-serif;
	font-weight: 900;
	
}
.tagblock .mylead{
	font-family: 'Slabo 27px', serif;
	text-shadow: 1px 1px 1px rgba(65,65,65,.4);
	color: #fff;
	font-size: 20px;
	font-style:normal;
	font-weight: normal;
}
.tagblock .mylead a{
	color: #fff;
}

.tagblock .btn-myprimary{
	margin-top: 20px;
	margin-bottom: 20px;
}

/*featured*/
.featured{
	
	position: relative;
	margin-bottom: 0;
	color: #FFFFFF;
	background: #39463F url('../images/sub-bg.png'); 

	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
}

.featured .head{
}
.featured .description{
	
}

.featured a{
	font-weight: bold;
	color: #2E2926;
}
.featured a:before{
}
.featured h3{
	text-shadow: 0 0 1px rgba(65,65,65,.5);
}

.featured .heading h3{
	font-family: 'Francois One', sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	font-size: 28px;
	color: #FEF100 !important;
	text-align: center;
	margin-top: 0px;
	background-color: rgba(255, 255, 255, 0.5);
}
.featured a:hover{
	text-decoration: none;
	color: #EEEEEE;
}
.featured .heading h3:hover{
	color: #EEEEEE;
}
.featured .description {
	text-align: ;
	
}

.featured .description p{
	color: #FFF;
}


.fheading{
	
}

.fheading h1{
	margin: 0;
	color: #FFF;
	font-family: 'Yellowtail', cursive;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
	font-size: 50px;
	border-bottom: 1px dotted rgba(255,255,255,.5);
}

.fheading .lead{
	color: #C3FBFF;
	font-size: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
.footer{
	margin-top: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #000;
	background: url('../images/sub-bg1.png');
	text-align: center;
}

.footer .copy{
	margin-bottom: 0;
}
.footer a{
	color: #FFF;
}


/* Sidebar Widget */
.sidebar_right .widget{
	border-radius: 20px;
	margin-bottom: 20px;
}
.sidebar_right .widget .head{
	border-bottom: 2px solid #CCC;
}

.sidebar_right .widget .description .sitelinks{
	padding: 10px 0 10px 0;
	margin: 0;
	list-style:none;
}

.sidebar_right .widget .description .sitelinks li{
	
}

.sidebar_right .widget .description .sitelinks li a{
	padding: 5px 15px;
	display: block;
	border-bottom: 1px solid #EEE;	
}
.sidebar_right .heading h3 {
font-size: 18px;
margin: 10px 0 5px 0;
border-bottom: 0px;
color: #fff;
}

.sidebar_right .heading a:hover {
text-decoration: none;
font-weight: bold;
}
/* Recaptcha Overrides */
#recaptcha_table{
	border: none !important;
}
#recaptcha_challenge_image{
	border: none !important;
	padding: 5px;
}

#recaptcha_response_field{
	padding: 5px;
}

.customHeader1{
	background: #139DCE;
	color: #FFF;
	padding: 10px;
	border-bottom: 2px solid #2F7894;
}
.navbar-toggle {
	background: #56AA04;
}

.navbar-toggle .icon-bar {
	background: #FFF;
}


.my-thumb-circle{
	border-radius: 100%;
	width: 90%;
	text-align: center;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}


.my-thumb:hover{
}

.my-thumb{
	transition:All .8s ease;
	-webkit-transition:All .8s ease;
	-moz-transition:All .8s ease;
	-o-transition:All .8s ease;
	width: 100%;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 32px;
	text-align: center;
	/*-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;*/
}

.fitem{
	padding: 5px;
	margin: 10px 0px;
	border-top-left-radius: 40px;
	transition:All .4s ease;
	-webkit-transition:All .4s ease;
	-moz-transition:All .4s ease;
	-o-transition:All .4s ease;
	background-color: #1C2A64;
}

.fitem:hover{
	margin: 10px 0px;
	background-color: #B63554;
}
.content-ddbox {
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
padding: 15px;
background:#FFFFFF;
	color: #333;
	border-radius: 20px;
	margin-bottom: 20px;
	
}

.content-ddbox h1,
.content-ddbox h2,
.content-ddbox h3,
.content-ddbox h4,
.content-ddbox h5{
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
	color: #0B1645;
	text-shadow: 1px 1px 1px rgba(155, 155, 155, 1);
	font-weight: 700;
	
}

.customWidget1{
	border-radius: 20px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background: #FFFFFF;
	color: #333333;
-webkit-box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
padding-bottom: 15px;
}

.customWidget2{
	background: #000 url('../images/pattern1.png'); 
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding: 15px;
	color: #333333;
	
}

.customWidget2 p{
	color: #FFFFFF;
}

.customWidget1 a{
	color: #333;
}
.content-ddbox a{
	color: #39463F
}

.content-ddbox a:hover{
	color: #39463F;
	text-decoration: none;
}

.ddheader{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
	box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: rgb(191,191,191);
	background: -moz-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(252,255,244,1) 9%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,191,191,1)), color-stop(9%,rgba(252,255,244,1)));
	background: -webkit-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	background: -o-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	background: -ms-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	background: linear-gradient(to bottom, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#fcfff4',GradientType=0 );
	padding: 15px;
}


.ddheader{
	color: #144E64;
}


.mobile-con{
	display:none;
}


.vertical-shadow-left{
	position:absolute;
	left: -15px;
	top: -50%;
}
.vertical-shadow-right{
	position:absolute;
	right: -15px;
	top: -50%;
}
#citieslist{
color: #0B1645;
font-weight: 700;
text-align: center;
text-shadow: 1px 1px 1px rgba(155, 155, 155, 1);
margin-top: 0;
margin-bottom: 20px;
padding-bottom: 15px;
padding-top: 15px;
border-bottom: 1px dotted #CCCCCC;
font-family: 'Playfair Display', serif;
}
.customWidget1 .citieslist {
	padding: 0px;
}
.citieslist .itemblock {
	padding: 5px 0px;transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
}
.citieslist .itemblock a{
	font-size: 14px;
	padding: 0px;
	padding-left: 10px ! important;

}

.citieslist .itemblock a:hover{
	color: #3C3B3B;
	text-decoration: none;
	font-weight: bold;
}
.citieslist .itemblock:hover{
	background-color: rgba(57, 70, 63, 0.1);
	font-weight: bold;
	color: #3C3B3B;
	padding-left: 20px;
}

/* blink me */
.blink_me {
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 2s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;

        -moz-animation-name: blinker;
        -moz-animation-duration: 2s;
        -moz-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;

        animation-name: blinker;
        animation-duration: 2s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    @-moz-keyframes blinker {  
        0% { opacity: 1.0; }
        50% { opacity: 0.0; }
        100% { opacity: 1.0; }
    }

    @-webkit-keyframes blinker {  
        0% { opacity: 1.0; }
        50% { opacity: 0.0; }
        100% { opacity: 1.0; }
    }

    @keyframes blinker {  
        0% { opacity: 1.0; }
        50% { opacity: 0.0; }
        100% { opacity: 1.0; }
    }
    /* end of blink me */