/*   
Theme Name: Shahid Ali
Theme URI: http://paddleboardingannamariaisland.com
Author: Shahid Ali
Author URI: http://shahidali.me
Version: 1.1
Description: WordPress Theme for paddleboardingannamariaisland.com Website. 
*/

/***** Reset CSS *****/
@font-face {
	font-family:'Calibri-Regular';
	src: url('css/fonts/calibri/Calibri_gdi.eot');
	src: url('css/fonts/calibri/Calibri_gdid41d.eot?#iefix') format('embedded-opentype'),
		url('css/fonts/calibri/Calibri_gdi.woff') format('woff'),
		url('css/fonts/calibri/Calibri_gdi.ttf') format('truetype'),
		url('css/fonts/calibri/Calibri_gdi.svg#Calibri-Regular') format('svg');
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family:'Calibri-Light';
	src: url('css/fonts/calibri-light/Calibri-Light_gdi.eot');
	src: url('css/fonts/calibri-light/Calibri-Light_gdid41d.eot?#iefix') format('embedded-opentype'),
		url('css/fonts/calibri-light/Calibri-Light_gdi.woff') format('woff'),
		url('css/fonts/calibri-light/Calibri-Light_gdi.ttf') format('truetype'),
		url('css/fonts/calibri-light/Calibri-Light_gdi.svg#Calibri-Regular') format('svg');
	font-style: normal;
	font-stretch: normal;
}
@font-face {
	font-family:'Calibri-Bold';
	src: url('css/fonts/calibri-bold/Calibri-Bold_gdi.eot');
	src: url('css/fonts/calibri-bold/Calibri-Bold_gdid41d.eot?#iefix') format('embedded-opentype'),
		url('css/fonts/calibri-bold/Calibri-Bold_gdi.woff') format('woff'),
		url('css/fonts/calibri-bold/Calibri-Bold_gdi.ttf') format('truetype'),
		url('css/fonts/calibri-bold/Calibri-Bold_gdi.svg#Calibri-Regular') format('svg');
	font-style: normal;
	font-stretch: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
/*	vertical-align: baseline;
	-ms-word-wrap: break-word;
	word-wrap: break-word; */
}
html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol {
	margin: 15px 0 15px 0;
	list-style-position:inside;
}
ol li {
	margin: 0 0 10px 0;
}
ol ol {
	margin: 15px 0 15px 20px;
}
ul {
	margin: 15px 0 15px 0;
	list-style-position:inside;
	list-style-type: square;
}
ul li {
	margin: 0 0 10px 0;
	list-style:none;
}
ul ul {
	margin: 15px 0 15px 20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
address {
	margin: 15px 0 15px 0;
}
abbr, acronym {
	border-bottom: 1px dotted;
}
i, cite, em, var, address, dfn {
	font-style: italic;
}
code {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #fafafa;
	padding: 2px 3px 4px 6px;
}
pre {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #fafafa;
	margin: 15px 0 15px 0;
	padding: 10px 10px 5px 10px;
	overflow-x: scroll;
	line-height: 1.4;
}
s, strike, del {
	text-decoration: line-through;
}
del {
	color: #d14739;
}
ins {
	color: #10915c;
}
strong, b {
	font-weight: 700;
}
u, ins {
	text-decoration: underline;
}
tt, code, kbd, samp {
	font-family: monospace;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border:none;
	outline: none;
}
img {
	max-width:100%;
	height:auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
dt {
	font-weight: 700;
}
dl {
	margin: 15px 0 15px 0;
	line-height:1.65;
}
dd {
	margin: 0 15px 15px 0;
	line-height:1.65;
}
table {
	margin: 15px 0 15px 0;
	width: 100%;
}
th {
	font-weight: 700;
	padding:10px;
	border: 1px solid #e0e0e0;
}
tr {
	border: solid 1px #e0e0e0;
	vertical-align: middle;
}
td {
	border: solid 1px #e0e0e0;
	padding:10px;
	vertical-align:middle;
}
blockquote {
	margin: 15px 0 15px 0;
	padding: 10px 10px 5px 10px;
	background-color: #fafafa;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
q {
	padding: 4px 5px 5px 5px;
	background-color: #fafafa;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
a, a:visited, input[type="submit"], button, .search-button, .wpcf7-submit {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	outline: none;
}
iframe {
	max-width:100%;
}
/****** Basic CSS ******/

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont862f.html?v=4.1.0');
	src: url('fonts/fontawesome-webfontd41d.html?#iefix&v=4.1.0') format('embedded-opentype'), url('fonts/fontawesome-webfont862f-2.html?v=4.1.0') format('woff'), url('fonts/fontawesome-webfont862f-3.html?v=4.1.0') format('truetype'), url('fonts/fontawesome-webfont862f-4.html?v=4.1.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family:'Calibri-Regular';
	font-size: 17px;
	font-weight:300;
	color: #444444;
}
.clear:before, .clear:after {
	content:""; 
	display:table;
}
.clear:after { 
	clear: both;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
.fullwidth {
	width:100% !important;
}
a, a:visited {
	color: #58bdc5;
	text-decoration: none;
}
a:hover {
	color: #444444;
	text-decoration: none;
}
p {
	line-height: 1.65;
	margin: 0px 0px 10px 0px;
	font-size: 17px;
}
blockquote {
	padding: 10px 10px 5px 40px;
	position: relative;
}
blockquote:before {
	content: "\f10d";
	font-family: 'FontAwesome';
	position:absolute;
	color:#58bdc5;
	top: 11px;
	left: 15px;
	font-size: 16px;
}
q {
	padding: 4px 5px 5px 30px;
	position: relative;
}
q:before {
	content: "\f10d";
	font-family: 'FontAwesome';
	position:absolute;
	color:#58bdc5;
	top: 3px;
	left: 9px;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	color: #202020;
	margin: 15px 0 15px 0;
}
h1 {
	line-height: 1.4;
	font-size: 36px;
	font-weight: 700;
}
h2 {
	line-height: 1.4;
	font-weight: 700;
	font-size: 34px;
    color: #877443;
    font-family: 'Calibri-Bold';
    line-height: 38px;
    padding-bottom: 15px;
}
h3 {
	line-height: 1.4;
	font-size: 24px;
	font-weight: 700;
}
h4 {
	line-height: 1.4;
	font-size: 20px;
	font-weight: 300;
}
h5 {
	line-height: 1.5;
	font-size: 18px;
	font-weight: 300;
}
h6 {
	line-height: 1.6;
	font-size: 16px;
	font-weight: 300;
}
/****** Mobile Menu ******/

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	padding: 16px 0 32px 0;
	line-height: 1;
	cursor: pointer;
	margin: 0px auto 0px auto;
	height:18px;
	width: 90%;
}
.slicknav_menu .slicknav_menutxt {
	line-height: 1;
	float: left;
	color: #ffffff;
	font-weight: 700;
}
.slicknav_menu .slicknav_icon {
	float: right;
	margin: 2px 0 0 0;
}
.slicknav_menu .slicknav_no-text {
	margin: 0
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 18px;
	height: 2px;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 3px;
}
.slicknav_nav .slicknav_arrow {
	font-size: 12px;
	margin: 0 0 0 4px;
}
.slicknav_menu {
	display:none;
	background-color:#58bdc5;
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #ffffff;
}
.slicknav_nav ul {
	padding: 10px 0 15px 0;
	margin: 0 0 0 0;
	border-top: 1px solid #202020;
	list-style: none;
}
.slicknav_nav ul ul {
	border-top: none;
	padding: 0 0 0 0;
}
.slicknav_nav ul li {
	margin: 0 auto;
}
.slicknav_nav ul li a {
	color: #ffffff;
	margin: 0 auto;
	display: block;
	padding: 9px 5% 10px 5%;
}
.slicknav_nav ul li a:hover {
	background-color: #202020;
}
.slicknav_nav ul li ul li a {
	padding-left: 10%;
}
.slicknav_nav ul li ul li ul li a {
	padding-left: 15%;
}
.slicknav_nav ul li ul li ul li ul li a {
	padding-left: 20%;
}
.slicknav_nav a.slicknav_item a {
	display: inline-block;
	padding: 0 0 0 0;
}
/****** Form Elements ******/

input[type="text"], .wpcf7-text, input[type="password"], .input-comments, .wpcf7-quiz, .search-input, input[type="email"], .wpcf7-email, input[type="url"], .wpcf7-url, input[type="tel"], .wpcf7-tel, input[type="number"], .wpcf7-number, input[type="date"], .wpcf7-date, input[type="file"], .wpcf7-file, input[type="range"], .wpcf7-range {
	height:44px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e0e0e0;
	outline: none;
	background-color: #ffffff;
	font-size: 17px;
	padding: 0 0 0 8px;
	margin: 0 0 12px 0;
	color: #999;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight:300;
}
input[type="file"], .wpcf7-file {
	padding: 9px;
}
select, .wpcf7-form-control-wrap select, .wpcf7-select {
	color:#999;
	font-weight:300 !important;
	padding:10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e0e0e0;
	outline: none;
	background-color: #ffffff;
	font-size: 17px;
	margin: 0 0 12px 0;
	color: #999;
	max-width: 510px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-weight:300;
}
.wpcf7-form-control option {
	font-weight:300 !important;
}
input[type="range"], .wpcf7-range {
	padding: 0 0 0 0;
	border: none;
}
input[type="submit"], button, .search-button, .wpcf7-submit {
	color: #ffffff;
	padding: 12px 24px;
	background-color: #58bdc5;
	margin: 0 0 12px 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	border: none;
	outline: none;
	line-height: 1.4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	display: block;
	max-width: 510px;
}
input[type="submit"]:hover, button:hover, .search-button:hover, .wpcf7-submit:hover {
	color: #ffffff;
	background-color: #202020;
}
textarea, .wpcf7-textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #e0e0e0;
	color: #444;
	padding: 10px 0px 0px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 12px 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:300;
	outline: none;
}
.wpcf7-list-item {
	margin-right: 15px !important;
	margin-left: 0px !important;
	display:block;
}
.wpcf7-captchac {
	margin: 0 0 12px 0;
}
.wpcf7-quiz-label {
	display: block;
}

/****** Pagination ******/

.pagination {
	margin: 40px 0;
}
.pagination span, .pagination a, .pagination a:visited {
	color:#ffffff;
	display:block;
	float:left;
	margin: 2px 5px 2px 0px;
	padding: 8px 12px 8px 12px;
	background-color: #202020;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.pagination a:hover, .pagination .current {
	color:#ffffff;
	background-color:#58bdc5;
}

/****** Wordpress Core ******/

.alignnone {
    margin: 15px 20px 15px 0;
}
.aligncenter, div.aligncenter {
    display: block;
	margin: 15px auto 15px auto;
}
.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 10px 0;
}
.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}
a img.alignnone {
    margin: 15px 20px 15px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 10px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 7px 7px 3px 7px;
	text-align: center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.wp-caption.alignnone {
    margin: 15px 20px 15px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}
.wp-caption.alignright {
    margin: 5px 0 10px 20px;
}
.wp-caption img {
    border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 14px;
	line-height: 1.65;
	margin: 0;
	padding: 6px 4px 4px 4px;
	text-align: center;
	color: #777777;
}
.sticky{
	position: relative;
}
.sticky:before {
	content: "\f08d";
	font-family: 'FontAwesome';
	position: absolute;
	color: #58bdc5;
	font-size: 24px;
	top: 10px;
}
.sticky .post-title {
	padding-left: 30px;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
.widgets-area .widget {
	margin: 0 0 50px 0;
}
.widgets-area .widget-title, .widgets-area .widget-title a, .widgets-area .widget-title a:visited {
	font-size: 20px;
	color: #202020;
	font-family: "Bitter", Georgia, "Times New Roman", Times, serif;
	line-height: 1.4;
	margin: 0 0 15px 0;
	font-weight: 300;
}
.widgets-area .widget-title a:hover {
	color: #58bdc5;
}
.widgets-area ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.widgets-area ul li {
	padding: 0 0 0 25px;
	position:relative;
	margin: 0 0 10px 0;
}
.widgets-area ul li:before {
	content: "\f10c";
	font-family: 'FontAwesome';
	position:absolute;
	color:#58bdc5;
	font-size: 12px;
	top: 4px;
	left: 0;
	text-align:center;
	width: 15px;
}
.widgets-area ul ul {
	margin: 10px 0 0 0;
}
.widgets-area ul li a, .widgets-area ul li a:visited {
	color: #444444;
}
.widgets-area ul li a:hover {
	color: #58bdc5;
}
.widgets-area ul li:hover:before {
	content: "\f192";
}
.widgets-area img {
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
span.post-date, span.rss-date {
	font-size: 14px;
	display: block;
	padding: 5px 0 5px 0;
	color: #777777;
}
.widget_rss .rssSummary {
	line-height: 1.5;
	margin: 5px 0;
	font-size: 14px;
}
.widget_rss cite {
	font-size: 14px;
	display: block;
	margin: 5px 0;
	color: #777777;
	font-style: normal;
}
.widgets-area .tagcloud a, .widgets-area .tagcloud a:visited {
	background-color: #f0f0f0;
	color: #444444;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	margin: 5px 1px 0 0;
	padding: 6px 12px;
	font-size: 17px !important;
}
.widgets-area .tagcloud a:hover {
	background-color: #58bdc5;
	color: #ffffff;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar a, #wp-calendar a:visited { 
	color: #58bdc5;
}
#wp-calendar a:hover { 
	color: #444444;
}
#wp-calendar caption { 
	text-align: right; 
	margin-bottom: 10px; 
}
#wp-calendar thead { 
	font-size: 12px; 
}
#wp-calendar thead th { 
	padding: 15px; 
	border: none;
}
#wp-calendar tbody {
	border: 1px solid #e0e0e0;
}
#wp-calendar td { 
	text-align: center; 
	padding:8px;
	border: solid 1px #e0e0e0;
}
#wp-calendar tr {
	border: solid 1px #e0e0e0;
}
#wp-calendar tbody .pad { 
	background: none;
}
#wp-calendar tfoot #next { 
	text-transform: uppercase; 
	text-align: right; 
}
#wp-calendar tfoot #prev { 
	text-transform: uppercase; 
	text-align: left; 
}
/****** Comments ******/

#respond {
	
}
#respond ul {
	list-style-type:none;
}
#respond .logged-in {
	margin: 0 0 12px 0
}
#commentform input[type="text"], #commentform .input-comments  {
	width: 198px;
	float:left;
	margin-right:13px;
}
#commentform label {
	display:block;
}
#commentform .url-comments {
	margin-right:0px !important;
}
#commentform li.middle {
	margin-right:0px !important;
}
.comments-closed {
	margin: 40px 0 40px 0;
}

ol.commentlist { 
	list-style: none; 
}
ol.commentlist li div.vcard cite.fn { 
	font-style: normal; 
}
ol.commentlist li div.vcard img.avatar { 
	float:left; 
	margin: 0 10px 0px 0px; 
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
ol.commentlist li div.commentmetadata { 
	padding: 8px 0 14px 0; 
}
ol.commentlist li div.comment-meta { 
	font-size: 14px;
	color: #777777; 
}
ol.commentlist li div.comment-meta a, ol.commentlist li div.comment-meta a:visited { 
	color: #777777;
}
ol.commentlist li div.comment-meta a:hover { 
	color: #58bdc5; 
}
ol.commentlist li div.reply { 
	font-size: 14px; 
	padding: 0px 0 40px 0; 
	font-weight: 700; 
}
ol.commentlist li ul.children { 
	list-style: none; margin: 10px 0 0; 
}
ol.commentlist li ul.children li.depth-2 {  
	margin: 0 0 0 35px; 
}
ol.commentlist li ul.children li.depth-3 { 
	margin: 0 0 0 35px; 
}
ol.commentlist li ul.children li.depth-4 { 
	margin: 0 0 0 35px; 
}
ol.commentlist li ul.children li.depth-5 {  
	margin: 0 0 0 35px; 
}
ol.commentlist li.pingback {
	margin: 0 0 40px 0;
}
/*bootstrap nav*/
.navbar-default {
	height: auto;
	border-radius: 0px;
	min-height: 0px;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form,
.navbar-default {
	background: none;
	border: none;
	padding: 0px;
	box-shadow: none;
	margin-bottom: 0px;
	height: auto;
} 
.navbar-nav>li {
	margin-bottom: 0px;
}
.navbar-default .navbar-nav a,
.navbar-default .navbar-nav>li>a {
	padding: 0px;
	color: #ffffff;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	background: transparent;
	color: #ffffff;
}
/*main styling*/
/*fonts to use 
	font-family:'Calibri-Regular';
	font-family:'Calibri-Light';
	font-family:'Calibri-Bold';
*/
img {
	max-width: 100%;
}
body {
	font-family:'Calibri-Regular';
	font-size: 17px;
	background: #ffffff;
	color: #1e1e1e;
	line-height: normal;
}
h1,h2,h3,h4,h5,h6,ul, li, ul li {
	margin: 0px;
	font-weight: normal;
	line-height: normal;
}
.uppercase {
	text-transform: uppercase;
}
/*header*/
#header .top {
	background: #58bdc5;
	font-size: 22px;
	color: #ffffff;
	padding: 10px 0px;
}
#header .top li {
	display: inline-block;
	line-height: 24px;
}
#header .top li:first-child {
	border-right: 1px solid #ffffff;
	padding-right: 15px;
	margin-right: 10px;
}
#header .bottom {
	padding: 25px 0px;
	background: #fff6e4;
}
#main-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: right;
	margin-right: -15px;
}
#main-menu ul li {
	list-style-type: none;
	float: left;
	position: relative;
}
#main-menu ul li a, 
#main-menu ul li a:visited {
	position: relative;
	text-decoration: none;
	padding: 14px 65px;
	display: block;
	padding: 7px 15px;
	border-radius: 8px;
	color: #3f3f3f;
	line-height:22px;
}
#main-menu ul li a:hover, #main-menu ul li.current-menu-item a {
	color: #fff;
	background-color: #58bdc5;
	
}
#main-menu ul ul {
	margin: 10px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 1;
	overflow:hidden;
	background-color: #80734f;
	text-align:left;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#main-menu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	overflow:visible;
}
#main-menu ul ul ul {
	top: -1px;
	left: 200px;
	margin: 0 0 0 10px;
	_margin: 0; /*IE6 only*/
}
#main-menu ul ul li {
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
	border-bottom: 1px solid #6a5f3e;
}
#main-menu ul ul li:last-child {
	box-shadow: none;
}
#main-menu ul ul li a, 
#main-menu ul ul li a:visited, 
#main-menu ul li.current-menu-item ul li a, 
#main-menu ul li.current-menu-item ul li a:visited {
	width: 250px;
	_height: 10px; /*IE6 only*/
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #fff;
	font-size:16px;
	border-right: none;
}
#main-menu ul ul li a:hover, #main-menu ul ul li.current-menu-item a, #main-menu ul li.current-menu-item ul li a:hover {
	border-radius:0px;
}
#main-menu ul ul li.current-menu-item a {
	
}
#main-menu ul li ul li:first-child a {
	
}
#main-menu ul li ul li:first-child a:hover {
	
}
#main-menu ul ul li.current-menu-item a:hover {
	
}
#menu-error #main-menu {
	text-align: left;
	position: relative;
	margin: 15px 0px 20px 0px;
	width: 100%;
}
#menu-error #main-menu ul li a {
	margin-left: 0px
}
#menu-error #main-menu ul li ul {
	display:none;
}
#main-menu ul li:last-child a {
	border: none;
}
/****** Mobile Menu ******/
#main-menu {
	padding-top: 20px;
	font-size: 22px;
}
#main-menu > ul {
	
}
#mobile-menu {
	display: none;
}
/*slider*/
.slider-here {
	border-bottom: 10px solid #877443;
}
.slider-here .carousel-caption {
	max-width: 60%;
	width: 100%;
	right: 0px;
	left: auto;
	padding: 0px;
	text-align: left;
	bottom: 75px;
	font-family:'Calibri-Bold';
}
.slider-here .carousel-caption h1 {
	background: rgba(126, 108, 71, 0.9);
	color: #ffffff;
	font-size: 43px; 
	padding: 5px 20px;
}
.slider-here .carousel-caption p {
	background: rgba(18, 163, 174, 0.88);
	color: #ffffff;
	font-size: 25px;
	padding: 15px 20px;
}
.slider-here .carousel-indicators li {
	height: 15px;
	width: 15px;
	background: #999999;
	border: 2px solid #ffffff;
}
.slider-here .carousel-indicators li:hover,
.slider-here .carousel-indicators .active {
	background: #ffffff;
	border: 2px solid #000000;
}
.slider-here {
	overflow: hidden;
}
.slider-here .slider-container {
	position: relative;
}
.flexslider {
	margin-bottom: 0px;
	border: none;
	box-shadow: none;
}
.flex-control-nav {
	bottom: 10px;
}
.flex-control-paging li a {
	height: 15px;
	width: 15px;
	background: #999999;
	border: 2px solid #ffffff;
	display: inline-block;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background: #ffffff;
	border: 2px solid #000000;
}
/*vedio section*/
.vedio-section .container {
	box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.1), -12px 0 8px -4px rgba(0, 0, 0, 0.1);
	padding-top: 40px;
	padding-bottom: 25px;
}
.vedio-section h2 {
	font-size: 34px;
	color: #877443;
	font-family:'Calibri-Bold';
	line-height: 38px;
	padding-bottom: 15px;
}
.vedio-section .text {
	padding-left: 75px;
}
.vedio-section .text p {
	margin-bottom: 15px;
}
.vedio-section .text strong {
	color: #12a3ae;
	font-size: 22px;
}
.vedio-section .adventure {
	padding-top: 45px;
}
.vedio-section .adventure h2 {
	color: #12a3ae;
}
.vedio-section .vedio-con {
	border: 12px solid #ebebeb;
	border-radius: 8px;
	position: relative;
}
.vedio-section .vedio-con > img {
	width: 100%;
}
.vedio-section .vedio-con > a {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.blue-section {
	background: #12a3ae;
	font-family:'Calibri-Bold';
	padding: 23px 0px;
}
.blue-section h1 {
	font-size: 35px;
	color: #ffffff;
	line-height: 35px;
}
.blue-section h3 {
	font-size: 28px;
	color: #1e1e1d;
	line-height: 28px;
}
.paddel-section {
	background: #f2e4c9;
	padding: 30px 0px;
}
.paddel-section .inner {
	background: #ffffff;
	border-top: 4px solid #877443;
	border-bottom: 4px solid #877443;
	padding-top: 23px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-family:'Calibri-Bold';
}
.paddel-section .inner a {
	color: #2d2d2d;
	font-size: 19px;
}
.paddel-section .inner a:hover {
	color: #58bdc5;
}
.paddel-section .inner p {
	margin-bottom: 0px;
}
.paddel-section .inner h1 {
	padding-top: 82px;
}
.paddel-section .inner h1 p {
	font-size: 37px;
	color: #877443;
	margin: 0px;
	line-height: 38px;
}
.paddel-section .inner h3 {
	font-size: 28px;
	color: #12a3ae;
	line-height: 28px;
}
footer#footer .top {
	background: #12a3ae;
	padding: 35px 0px;
	color: #ffffff;
}
footer#footer .top h4 {
	color: #ffffff;
	font-size: 35px;
	margin-bottom: 20px;
}
footer#footer .top p {
	font-family:'Calibri-Light';
	margin-bottom: 0px;
}
footer#footer .top .footer-logo {
	margin-bottom: 30px;
}
footer#footer .top .footer-logo p {
	font-size: 24px;
}
footer#footer .top .widget-1 .inner {
	margin-bottom: 35px;
}
footer#footer .top .widget-1 .inner h4 {
	font-size: 24px;
	margin-bottom: 0px;
}
a:hover {
	color: #58bdc5;
}
footer#footer a {
	color: #ffffff;
}
footer#footer a:hover {
	color: #58bdc5;	
}
footer#footer .form-control {
	border-radius: 0px;
	background: #e2f4f5;
	color: #274f78;
	font-size: 16px;
	font-family:'Calibri-Regular';
	height: 38px;
}
footer#footer textarea.form-control {
	height: 120px;
	resize: none;
}
footer#footer .btn-primary.full {
	width: 100%;
	border-radius: 0px;
	background: #313131;
	font-family:'Calibri-Regular';
	font-size: 24px;
	padding: 7px;
	font-weight: normal;
}
footer#footer .btn-primary.full:hover {
	background: #58bdc5;
}	
footer#footer .middle {
	background: #313131;
	padding: 17px 0px;
}
footer#footer .middle li {
	display: inline-block;
	font-size: 18px;
	border-right: 1px solid #ffffff;
}
footer#footer .middle li:last-child {
	border-right: none;
}
footer#footer .middle li a {
	display: block;
	padding: 0px 15px;
}
footer#footer .bottom {
	padding: 12px 0px;
}
footer#footer .bottom,
footer#footer .bottom a {
	color: #274f78;
}
footer#footer .bottom a:hover {
	color: #58bdc5;	
}
.iframe-con iframe {
	height: 280px;
	width: 100%;
}
.page-heading-area {
    background-color: #58bdc5;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: solid 10px #877443;
    border-bottom: solid 10px #877443;
    margin-bottom: 30px;
	color:#fff;
}
.page-heading-area h1 {
    color: #fff;
    font-size: 44px;
}
.contact-number-area {
    float: right;
}
.toll-free, .free-deliver {
    font-size: 32px;
}
.free-deliver {
    font-size: 18px;
}
#page-wrapp-inner {
	padding-top:0px;
	padding-bottom:30px;
}
@media only screen and (max-width : 1199px) {
	#main-menu > ul > li {
		margin-right: 5px;
	}
	.vedio-section .text {
		padding-left: 15px;
	}
}
@media only screen and (max-width : 992px) {
	#header .top {
		font-size: 17px;
	}
	#main-menu {
		font-size: 17px;
		padding-top: 10px;
	}
	#main-menu > ul > li > a {
		padding: 7px 10px;
	}
	#main-menu > ul > li > ul {
		top: 36px;
	}
	.slider-here .carousel-caption h1 {
		font-size: 30px;
	}
	.slider-here .carousel-caption p {
		font-size: 20px;
	}
	.vedio-section h2,
	.blue-section h1 {
		font-size: 26px;
		line-height: normal;
	}
	.blue-section h3 {
		font-size: 22px;
		line-height: normal;
	}
	.paddel-section .inner {
		padding: 23px 10px 10px;
	}
	.paddel-section .inner h1 p {
		font-size: 30px;
		line-height: normal;
	}
	.paddel-section .inner h3 {
		font-size: 20px;
	}
	footer#footer .form-control,
	footer#footer .btn-primary.full {
		max-width: 100%;
	}
}
@media only screen and (max-width : 767px) {
	#header .top,
	#header .top .text-right {
		font-size: 14px;
		text-align: center;
	}
	.slider-here .carousel-caption {
		max-width: 80%;
    display:none;
	}
	.slider-here .carousel-caption h1 {
		font-size: 22px;
	}
	.slider-here .carousel-caption p {
		font-size: 17px;
	}
	.carousel-inner > .item > a > img, 
	.carousel-inner > .item > img {
		height: 300px;
	}
	#header .bottom {
		text-align: center;
	}
	#header .bottom .mobile {
		display: block;
		float: none;
    margin: 0;
    width: 100%;
	}
	#header .bottom .desktop {
		display: none;
	}
	#header .bottom ul {
		margin-right: 0px;
		float: none;
		width: 100%;
	}
	#header .bottom ul li {
		width: 100%;
		display: block;
		float: none;
	}
	#header .bottom ul li a {
		text-align:left;
	}
	#header .bottom ul li ul {
		position: relative;
		top: 0;
	}
	footer#footer .middle li {
		font-size: 14px;
	}
#main-menu {
	display:none;
}
#mobile-menu, .slicknav_menu {
    display: block;
	margin-top:30px;
}
}










.home_footer_send {
    background-color: #58bdc5;
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 26px;
    padding: 9px 0 11px;
    text-align: center;
    width: 100%;
}
.home_footer_send:hover {
    background-color: #000;
	color:#fff !important;
}
#respose {
    color: red;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 9px;
    position: relative;
    width: 100%;
}
.err_msg {
    color: red;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 9px;
    position: relative;
    width: 100%;
}












