/*
Theme Name: destination
Theme URI: http://underscores.me/
Author: Joy Karmakar
Author URI: http://www.destination-innovation.com/
Description: WordPress theme for Destination Innovation
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: destination
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url(css/normalize.css);
@import url(css/font-awesome.min.css);
@import url(css/common.css);

.container {
	width: 1170px;
	margin: 0 auto;
}
/*---------------------------------*/
#topbar {
	width: 100%;
	float: left;
	background: #002537;
	border-bottom: #2B4A5C 1px solid;
}
#topbar .R {
	padding-right: 10px;
}
#topbar .R .fa {
	font-size: 24px;
	line-height: 32px;
}
#topbar .R a {
	margin: 0 2px;
	color: #95ACB9;
}
#topbar .R a:hover {
	color: #fff;
}
#topMenu {
	width: 60%;
	float: left;
}
#topMenu ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
 }
#topMenu ul li {
	display: block;
	float: left;
	border-left: #2B4A5C 1px solid;
	text-transform: uppercase;
}
#topMenu ul li:first-child{ border:0px;}
#topMenu ul li a {
	display: inline-block;
	padding: 5px 18px;
	color: #82959F;
	font-size: .9em;
	font-weight: 700;
}
#topMenu ul li a:hover {
	background: #2B4A5C;
	color: #fff;
}

#insidebox-1 {
    position: relative;
    margin: 6px 0px 10px 57px;
    width: 212px;
    height: 54px;
    float: left;
}

#insidebox-2 {
    position: relative;
    margin: 6px 0px 10px 12px;
    width: 212px;
    height: 54px;
    float: left;
}

#insidebox-3 {
    position: relative;
    margin: 6px 0px 10px 12px;
    width: 212px;
    height: 54px;
    float: left;
}
#insidebox-4 {
    position: relative;
    margin: 6px 0px 10px 12px;
    width: 212px;
    height: 54px;
    float: left;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header_block {
	width: 100%;
	float: left;
 	padding-bottom: 10px; 
	background: url(images/shadow.png) center bottom no-repeat;
}
#header {
	padding: 10px;
	clear: both;
	border-radius: 10px;
	background: #F2F4F5;
}
#header #header-image {
	width: 100%;
 	height: 310px;
	border-radius: 8px;
	background:#0F4762 url(images/header-image.jpg) center 0 no-repeat;
	background-size: cover;
	position: relative;
}
#header #logo {
	text-align: center;
	padding-top: 60px;
	padding-bottom:30px;
}
#header #call {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding: 30px 40px 0 0;
}
#header #call p {
	padding-bottom: 10px;
}
#header #call strong {
	font-size: 18px;
	color: #93E326;
	text-transform: uppercase;
}
#header #call .fa {
	font-size: 24px;
	color: #2F8BB4;
	vertical-align: middle;
	margin-right: 10px;
}

#header #header-image-inner {
 	width: 100%;
	height: 230px;
	border-radius: 8px;
	background:#0F4762 url(images/header-image-2.jpg) 0 0 no-repeat;
	background-size: cover;
	position: relative;;
}
#header #header-image-inner #logo {
	padding-top: 30px;
}


.bottom-menu
{
	padding-left: 12%;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
 
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	float: left;
 	padding: 20px 0 0 0;
	position: relative;
	z-index: 1;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
 }

.main-navigation li {
 	position: relative; 
	display: inline;
	padding: 0 3px;
}

.main-navigation a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-shadow: #42AE0B 0 -1px 0;
	padding: 14px 20px;
	border-radius: 10px 10px 0 0;
	text-transform: uppercase;
	background: #44AC12 url(images/menu-bg.gif) 0 0 repeat-x;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
	text-align: left;
	background:#fff;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #28475A;
	text-shadow: #fff 0 1px 0;
	background: #F2F4F5;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #28475A;
	text-shadow: #fff 0 1px 0;
	background: #F2F4F5;
}

/* Small menu. */
.menu-toggle {
	display: none;
	width:44px;
	height:30px;
	overflow:hidden;
	padding:0;
	margin:0 0 15px 0;
	border:0px;
	box-shadow:none;
	text-indent:-999999px;
	outline:none;
	background: url(images/menubar.png) 0 0 no-repeat;
	background-color:transparent;
}
.menu-toggle:hover{box-shadow:none; background-color:transparent; background: url(images/menubar.png) 0 0 no-repeat; }
.main-navigation.toggled{ margin-bottom:10px;}
.main-navigation.toggled ul {
 	display: block;
	text-align:left;
}
.main-navigation.toggled ul li{
	display: block;
	width:100%;
	margin-bottom:1px;
 }
.main-navigation.toggled ul li a{ display:block; border-radius:0;}
 @media (max-width: 643px) {
	.menu-toggle {
		display: block;
 	}
  	.main-navigation ul {
		display: none;
 	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before{
	 content:"\f0d9";
	 font-family:'FontAwesome';
	 padding-right:6px;
	 color:#272727;
	 font-size:18px;
	 vertical-align:middle;
}
.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after{
	 content:"\f0da";
	 font-family:'FontAwesome';
	 padding-left:6px; 
	 color:#272727;
	 font-size:18px;
	 vertical-align:middle;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	display:none;
}

.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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*PAGE BLOCK ===========================================START */
#primary {
	width: 100%;
	float: left;
	padding-bottom:20px;
}
#main{
	width:72%;
	float:left;
	margin:0 0 0 28%;
 	clear:none;
   }
#main_content {
	width: 99.5%;
	float: left;
	background: #fff;
	border-radius: 10px;
}
#main_content_padding {
	padding: 30px 40px;
}
/**/
#left_sidebar {
	float:left;
	margin-left:-100%;
 	width:25.3%;  
	clear:none;
   }
 #sidebar_block {
	width: 100%;
	float: left;
}
.sidebox {
	padding: 26px;
	margin: 0 0 25px 0;
	background: #03B4E5;
	color: #fff;
	border-radius: 10px;
	overflow:auto;
}
.sidebox a{ color:#fff;}
.sidebox a:hover {
	color: #E4FBFA;
	text-decoration: underline;
}

.sidebox h3.widget-title {
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 20px 0;
}
.sidebar_newsletter h3.widget-title {
	font-size: 24px;
	line-height: 24px;
	padding-left: 0;
}
.sidebar_newsletter h3:before {
	content: "\f199";
	font-family: 'FontAwesome';
	float: left;
	margin: 12px 20px 0 0;
	font-size: 48px;
}
.sidebar_newsletter .input {
	width: 98%;
	border: #fff 1px solid;
	box-shadow: none;
}
.twitter_box{}
.twitter_box .sidebox{ padding:0; float:left; width:100%; background:none;}
.twitter_box .widget-title{ display:none;}
#twitter-widget-0 { 
      width: 100% !important; 
    }
.sidebar_news ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sidebar_news ul li {
	display: block;
	padding: 0 0 8px 20px;
	font-weight: 600;
}
.sidebar_news ul li:before {
	content: "\f054";
	font-family: 'FontAwesome';
	padding: 0 10px 0 0;
	margin-left: -20px;
}
.sidebar_news ul li a {
	color: #fff;
}
.sidebar_news ul li a:hover {
	color: #E4FBFA;
	text-decoration: underline;
}
.sidebar_news h3:before {
	content: "\f1ea";
	font-family: 'FontAwesome';
	padding: 0 15px 0 0;
	vertical-align: middle;
}
.sidebar_contact h3:before {
	content: "\f041";
	font-family: 'FontAwesome';
	padding: 0 15px 0 0;
	vertical-align: middle;
}
/*PAGE BLOCK ===========================================END */
/*homebox ===========================================START */
#homebox {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom:30px;
}
#homebox .column_block {
	width: 110%;
	float: left;
	padding-bottom: 10px;
}
#homebox .col {
	width: 276px;
	min-height: 230px;
	text-align: center;
	float: left;
	margin: 0 20px 0 0;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
#homebox .col h3 {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	padding: 15px 0;
	margin-bottom: 15px;
}
#homebox .col .col_content {
	padding: 0 8%;
	min-height: 150px;
	font-weight: 600;
}
#homebox .col1 h3 {
	background: #D0AE08;
	text-shadow: #B79802 0 4px 4px;
}
#homebox .col2 h3 {
	background: #9EC00F;
	text-shadow: #85A405 0 4px 4px;
}
#homebox .col3 h3 {
	background: #27AAD0;
	text-shadow: #1693B7 0 4px 4px;
}
#homebox .col4 h3 {
	background: #FF8429;
	text-shadow: #E26F19 0 4px 4px;
}
#homebox .col1 {
	background: #E6C313; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#EFD717, #E6C313); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#EFD717, #E6C313); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#EFD717, #E6C313); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#EFD717, #E6C313); /* Standard syntax */
}
#homebox .col2 {
	background: #BBD313; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#D1E117, #BBD313); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#D1E117, #BBD313); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#D1E117, #BBD313); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#D1E117, #BBD313); /* Standard syntax */
}
#homebox .col3 {
	background: #32C3DE; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#3CD7E9, #32C3DE); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#3CD7E9, #32C3DE); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#3CD7E9, #32C3DE); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#3CD7E9, #32C3DE); /* Standard syntax */
}
#homebox .col4 {
	background: #FFA835; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#FFC53F, #FFA835); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#FFC53F, #FFA835); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#FFC53F, #FFA835); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#FFC53F, #FFA835); /* Standard syntax */
}
#homebox .col1 .button {
	background: #A48100;
}
#homebox .col2 .button {
	background: #3F8501;
}
#homebox .col3 .button {
	background: #006083;
}
#homebox .col4 .button {
	background: #A7060E;
}
#homebox .col .button:hover {
	background: #002538;
}
/*homebox ===========================================END */
.entry-title, .page-title{
	font-size: 24px;
	line-height: 30px;
	color: #212428;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin:0;
	text-transform: uppercase;
}
.tick_list {
	list-style-type: none;
}
.tick_list li {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 8px 30px;
	background: url(images/tick-small.png) 0 4px no-repeat;
}
/*Footer {================================================== */

#footer {
	width: 100%;
	float: left;
	padding: 30px 0 50px 0;
	margin-top: 10px;
	text-align: center;
	background: #E9EAEA url(images/footer-bg.gif) 0 0 repeat-x;
}
#footer_menu {
	padding: 20px 0;
}
#footer_menu ul, #footer_menu ul li{ padding:0; margin:0; list-style-type:none;}
#footer_menu ul li{ display:inline; }
#footer_menu ul li:after{ content:"|"; padding-left:4px;}
#footer_menu ul li:last-child:after{ content:" ";}
#footer_menu a {
	color: #03B4E5;
}
#footer_menu a:hover {
	color: #000;
}
#footer .footertext {
	font-size: 12px;
}
#footer .social_logos {
	padding: 15px 0;
	font-size: 24px;
}
/*back-top ================================================== */

#back-top {
	position: fixed;
	bottom: 50px;
	z-index: 99;
	right: 1%;
	display: none;
	width: 62px;
	height: 62px;
	overflow: hidden;
}
#back-top a {
	display: block;
	text-align: center;
	color: #3E3B3D;
	background: #565E5E url(images/arrow5.gif) center 10px no-repeat;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	padding: 30px 0 10px 0;
	font-weight: 300;
	transition: all 1s ease;
	border-radius: 30px;
}
#back-top a:hover {
	color: #fff;
	background: #6B6B6B url(images/arrow5.gif) center 10px no-repeat;
	transition: all 1s ease;
}
/*Footer ==================================================}END */

/*Search ==================================================}start */
#searchBlock {
	width:100%;
	float:left;
	padding-bottom:20px;
}
#searchBlock h2 {
	font:bold 14px/20px Arial, Helvetica, sans-serif;
	color:#444B4E;
	padding:20px 20px 0 20px;
}
#search {
	background:#F2F5F6;
	border:#E7EDF1 1px solid;
	border-radius:10px;
	overflow:auto;
	padding:10px;
}
#search form {
}
#search .searchBg {
	text-align:left;
	padding:0 0 0 15px;
	/*background:url(images/search_bg.gif) 0 0 no-repeat;*/
}
#search .searchBg input {
	    
}

.searchBtn
{
       top: 14px;
    position: relative;
    height: 36px;
    left: -5px;
    background-color: #FCFCFC;
    /* border: 1px solid #E0E0E0; */
}
h2{
	line-height: 1.5;
}
/*Search ==================================================}end */

.catList {
	width:100%;
 	padding:15px 0px 0px 0px;
	float:left;
}
.catList h3 {
	color:#000000;
	font:bold 14px/20px Arial, Helvetica, sans-serif;
	display:block;
	border:#E7EDF1 1px solid;
	padding:4px 0 4px 20px;
	border-radius:10px;
}
.catList ul {
	display:block;
	padding:20px 0 0 0;
	list-style-type: none;
}
.catList ul li {
	padding:0px;
}
.catList ul li a {
	color:#000000;
}
.catList ul li a:hover {
	color:#000;
	text-decoration:underline;
}

.bbkeywords a {
    color: #000;
    display: inline-block;
    padding: 4px 0 4px 48px;
    vertical-align: middle;
    margin: 0 4px 0 0;
    background: url(images/arrow.gif) 4px 9px no-repeat;
}
.navigation
{text-align: center;
    /* padding: 0px 0px 0px 0px; */
    position: relative;
    top: -28px;}

 .date .arrow {
    width: 7px;
    height: 11px;
    position: absolute;
    right: -7px;
    background: url(images/date_arrow.gif) right top no-repeat;
}
.homeA 
{
	color: #000000;
    outline: none;
    text-decoration: none;
    transition: all ease 300ms 0s;
    background-color: transparent;
}

.homeA :hover
{
	color: #000000;
    outline: none;
    text-decoration: none;
    transition: all ease 300ms 0s;
    background-color: transparent;
}
