/*
THEME NAME: France.com Theme
THEME URI: http://france.com
DESCRIPTION: Custom Wordpress Theme
VERSION: 1.0
AUTHOR: Jon-Michael Lastimosa
AUTHOR URI: http://jon-michael.lastimosa.com.ph
*/

@import "reset.css";

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left:5px;
	padding-right:5px;
}

body {
	background: #FFFFFF;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #555555;
}

a {
	color: #464646;
	text-decoration: none;
}

.single-post .post-content a {
  color: #006bcf;
  text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}
.product-page #content p{padding-bottom: 15px;}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	margin: 0 auto;
	box-shadow: 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 8px -4px rgba(31, 73, 125, 0.8);
	border-left: 1px solid #193473;
	border-right: 1px solid #193473;
	overflow:hidden;
}

iframe {
        min-width: 100%; 
        width: 100px;
        *width: 100%; 
    }

.inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

#header {
	position: relative;
	width: 100%;
	float: left;
	
}

#header-home {
	background-size:cover;
}

#header #header-inner {
	position: static;
}

#logo-right {
	float: right;
	padding-top: 1%;
	
}

#logo a {
	display: block;
	max-width: 300px;
}

#search, #social, #cards {
	float: right;
	margin-left: 20px;
	margin-bottom: 1%;
}

#links {float: right; font-size: 0.9em}

#search {
	margin-right:10px;
	
}

#search label {
	display: none;
}

#search form {
	background: #236bb1;
}

#search input {
	background: none;
	border: 0;
	padding: 5px;
	color: #FFFFFF;
	width: 170px;
}

#search input[type="submit"] {
	background: url('images/search.jpg') no-repeat center center;
	text-indent: -9999px;
	width: 40px;
}

#links a {
	color: #236BB1;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 22px;
	vertical-align: middle;
	margin-left: 10px;
	display: inline-block;
}

.home #links a {
	color: #FFFFFF;
}

.navbar {
	 background: #2d67b9;
    border: none;
	z-index:9999;
	box-shadow:none;
	margin:0;
	min-height:auto;
}

nav.navbar button {
    margin-top: 3px;
}

#menu {
	width: 100%;
     background: #2d67b9;
}

#menu ul li a {
	color: #F8FBFF;
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px 11px;
}

#menu ul li a:hover, #menu ul li.current-menu-item a {
	background: url('images/menu_hover.jpg') repeat-x;
}

#header-image img {
	width: 100%;
	display: block;
	height: auto;
}

#container {
	padding: 0 30px 30px;
	overflow: hidden;
}

.home #container {
	padding: 5% 0;
}

.post {
padding: 10px;
}

.post-title {
	background: url('images/heading_bg.jpg') no-repeat center top;
}

.single .post-title, .page .post-title {
	font-size: 28px;
	line-height: 57px;
	vertical-align: middle;
	text-align: center;
	display: block;
	margin-bottom: 25px;
}

.home .post-title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
}

.post-title a {
	font-size: 28px;
	line-height: 57px;
	vertical-align: middle;
	text-align: center;
	display: block;
}

.home .post-content {
	text-align: center;
}

.blog-left {
	width: 28%;
	float: left;
}

.blog-left img {
	width: 100%;
	display: block;
	height: auto;
}

.blog-right {
	width: 69%;
	float: right;
}

.blog-right p {
	line-height: 1.3;
	margin-bottom: 15px;
}

.blog-right a {
	font-size: 14px;
	font-weight: bold;
	color: #006bcf;
	line-height: 1.2;
	display: block;
	text-align: right;
	padding-top: 10px;
}

.blog-post {
	margin-bottom: 30px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 15px;
}

#more-tours {
	padding: 40px 20px;
}

#more-tours h2 {
	background: url('images/heading_bg.jpg') no-repeat center top;
	font-size: 28px;
	line-height: 57px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 20px;    

}

.category #content {
  margin-top: -30px;
}
.category #content h2 {
  text-transform: uppercase;
}
.category #content h2 a {
	font-weight: bold;
	font-size: 24px;
}
.category #content p {
  font-size: 14px;
}

#sidebar #more-tours h2 {
  display: none;
}

#more-tours ul {
	
	overflow: visible;
}

#more-tours ul li {
	margin-bottom: 40px;
}

#more-tours h3 {
	font-size: 16px;
	font-weight: bold;
	color: #006bcf;
	padding: 10px 0;
	line-height: 1.2;
}

.tour-widget a {
	font-size: 16px;
	font-weight: bold;
	color: #006bcf;
	line-height: 1.2;
	display: block;
	text-align: right;
	margin-top: 40px;
	float: right;
}
/** === Reuben Edited === **/
#more-tours .tour-page-1 span {
	font-size: 16px;
	font-weight: bold;
	color: #006bcf;
	line-height: 1.2;
	display: block;
	text-align: right;
}

#more-tours li .shadow {
	position: relative;
	overflow: visible;
}

#more-tours .clearfix {
	clear: both;
}

#more-tours .tour-page-2 .see-more-push-down {
	margin-top: 30px;
}

#more-tours .tour-spacer{
	height: 0;
}

#more-tours .tour-page-1 {
	overflow: hidden;
}

#more-tours .tour-page-2 {
	height: 0;
	overflow: hidden;
	opacity: 0;
	z-index: 1;
	position: absolute;

	top: 100%;
	left: 0;
	padding: 12px;
	background-color: #ffffff;
	border: 1px solid #CACACA;
	border-bottom: none;
	-webkit-box-shadow: 0px -3px 11px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px -3px 11px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px -3px 11px 0px rgba(50, 50, 50, 0.75);
}

#more-tours .tour-page-2 .home-tour-information li {
	width: auto;
}

#more-tours .tour-page-2 a div {
	font-size: 16px;
	color: white;
	background-color: #ea1b23;
	width: 100%;
	left: 0;
	bottom: 0;
	position: absolute;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
	height: 0;	
}

/** === Reuben Edited End === **/

#more-blog {
	padding: 40px 20px;
	float: left;
}
#more-blog a h3{color: #006bcf;}
#more-blog a{color: #006bcf;}
#more-blog h2 {
	background: url('images/heading_bg.jpg') no-repeat center top;
	font-size: 28px;
	line-height: 57px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 2%;
}

#more-blog ul {
	
	overflow: visible;
}

#more-blog h3 {
	font-size: 16px;
	font-weight: bold;
	color: #006bcf;
	padding: 10px 0;
	line-height: 1.2;
}

#more-blog ul li img {
	width: auto;
	display: block;
	height: auto;       
    max-width:200px;
    margin-left:auto;
    margin-right:auto;
}


.shadow {
	border: 1px solid #cacaca;
	padding: 12px;
}

#more-tours ul li img {
	width: auto;
    max-width:100%;
	display: block;
	height: auto;  
    margin-left:auto;
    margin-right:auto;     
}
#more-blog  .post-meta {height: 25px;}

#more-tours ul li:nth-child(4n+4) {
	margin-right: 0;
}

.post-meta {
	color: #a42424;
	padding-bottom: 10px;
}

.post-content h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.post-content ul li {
	padding: 10px 0 10px 20px;
	list-style: disc inside none;
	line-height: 1.3;
}

.post-content ol li {
	padding: 10px 0 10px 20px;
	list-style: decimal inside none;
	line-height: 1.3;
}

.aligncenter {
	display: block;
	margin: 10px auto;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.sidepanel {
	margin-bottom: 30px;
}

#sidebar h3 {
	font-size: 16px;
	font-weight: bold;
	color: #006bcf;
	padding: 10px 0;
	line-height: 1.2;
}

#sidebar ul li {
	margin-bottom: 30px;
}

#sidebar ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #006bcf;
	line-height: 1.2;
	display: block;
	text-align: right;
	padding-top: 10px;
}

#sidebar p {
	word-break: break-word;
}
#more-blog li .shadow {
    min-height: 430px;
}

.shadow {
	border: 1px solid #cacaca;
	padding: 12px;
	overflow: hidden;
}

.header-carousel .shadow {
	max-width: 282px;
}

#sidebar ul li img {
	width: 100%;
	display: block;
	height: auto;
}

#footer {
	background: #2260b1;
	padding: 10px 30px;
	overflow: hidden;
}

#footer h3 {
	color: #e2ebff;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

#footer li {
	padding: 2px 0;
}

#footer a {
	color: #a2beff;
	font-size: 14px;
}

#footer-bottom {
	background: #193473;
	padding: 20px 30px;
	color: #5575a0;
	overflow: hidden;
}

#copyright p {
	line-height: 25px;
	vertical-align: middle;
}

#footer-right {
	padding-top: 10px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

/* Carousel */

.hoverContent {
	display:none
}

.footer-widget h3 {margin-top: 20px;}

.shadow img {width: 100%; height: auto; }


.single #more-tours {float: left;}


/* Inner Tabs */
ul.tabs {
  float: left;
  margin-top: 23px;
  width: 100%;
}
ul.tabs-content > li{
    display: none;
    
}
ul.tabs-content > li.active{
    display: block;
}

ul.tabs li{
border-radius: 0 !important;
  text-align: center;
  width: 24%;
  float: left;
  cursor: pointer;
}

ul.tabs li a {
  display: block;
  padding: 13px 15px 14px;
  position: relative;
  background: none repeat scroll 0 0 #EEEEEE;
  color: #0060B5;
  margin-left: 5px;
  text-decoration: none;
}

ul.tabs li a:hover {
    background: #eeeeee;
}
ul.tabs li a.active, ul.tabs li a.active:hover, ul.tabs li a.active:focus {
  background: #fff;
  border-top: 10px solid #0060B5;
  color: #0060B5 !important;
}
.sidebar-product {
  float: right;
  overflow: hidden;
  width:25%;
}

ul.tabs-content {
  margin: 0;
  padding: 10px;
  clear: both;
}

#sidebar select {
  float: left;
  margin: 0 6px 10px 0;
  padding: 7px;
}

#sidebar .question{
    color: #2260b1;
    clear: left;
    margin-bottom: 10px;
    font-size: 17px;
}

#sidebar label {
  clear: left;
  float: left;
  font-size: 14px;
  margin-left: 5px;
  margin-top: 8px;
  width: 140px;
  color: #2260b1;
}

#sidebar p {
  margin-bottom: 20px;
}

#sidebar .submit_booking {
  background-color: #EEEEEE;
  background-image: url("images/confirm-3d.png");
  background-size: 100% 100%;
  border: medium none;
  border-radius: 30px;
  height: 41px;
  margin: 0 auto 10px;
  width: 207px;
  cursor:pointer;
}
.booking-sidebar {
  overflow: hidden;
  width: 100%;         
}
.booking-sidebar div{
    background-color:#EEE;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.booking-sidebar div:first-child{
    border-radius:0;
    background-color:transparent;
}
.osc-res-tab ul.tab-content{
    padding:10px 0 !important;   
}
ul.product-content{
    padding-left:10px;
}

#sidebar #more-tours form{
    width: 207px;
    margin: auto;
    margin-top:15px;
    margin-bottom:5px;
}

#datepicker, .dateselector {
  border: 0 none;
  float: left;
  height: 31px;
  padding: 0;
  width: 32px;
  position: relative;
  cursor: pointer;
} 

.dateselector > img {
  left: 0;
  pointer-events: none;
  position: absolute;
}

.product-side .widget_text > h3 {
  background: url("images/heading_bg.jpg");
  color: #555555 !important;
  display: block;
  font-size: 28px !important;
  font-weight: bold !important;
  line-height: 57px !important;
  margin-bottom: 25px !important;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.product-side{
    overflow:auto;
    padding-left:15px;
    padding-right:15px;
    background-color:#EEEEEE;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#sidebar #more-tours > ul {padding: 0px;}
#sidebar #more-tours > ul > li {padding: 0px; margin-right: 0px; width: 100%;}
#comment {float: left; width: 100%;}
#sidebar #more-tours {padding-left: 0px;}
.home-tour-content {height: 100px;}
#more-tours h3 {height: 65px;}
.info-price {max-width: 58%; height: 65px;}
.info-price span {width: 100%; float: left; padding: 3px 0px;}
.adult {color: #006bcf; font-size: 18px;}
.home-tour-information {height: 160px;}
.home-tour-information ul li{min-height: 15px; margin-bottom: 0px !important; padding-bottom: 5px; padding-top: 10px; float: left; background: url(images/france.png); background-repeat: no-repeat; background-position: left; padding-left: 30px; color: #585858; font-size: 14px;}
.responsiveMenuSelect{background: #2360b1; color: #fff; font-size: 18px; padding: 3px; border: 1px solid #fff;}
.product-page #content{float: left; width:70%;}
.product-page #sidebar {float: right;}
.osc-res-tab .nav-pills>li.active>a, .osc-res-tab .nav-pills>li.active>a:hover, .osc-res-tab .nav-pills>li.active>a:focus{border-left: 2px solid  #8a8a8a !important; border-right: 2px solid  #8a8a8a !important; border-top: 10px solid #0060b5 !important; color: #0060b5 !important; background: #fff; border-bottom: none !important; border-left: none !important; border-right: none !important;}
.osc-res-tab .nav-pills>li>a { background: #2260b1 ; color: #fff !important;}
.osc-res-tab {margin-top: 20px; margin-bottom: 20px;}
.product-content li{min-height: 15px; margin-bottom: 0px !important; padding-bottom: 5px; padding-top: 10px; float: left; background: url(images/france.png); background-repeat: no-repeat; background-position: left; padding-left: 30px; color: #585858; font-size: 14px;}

.proruct-price-tabs li{min-height: 15px; margin-bottom: 0px !important; padding-bottom: 5px; padding-top: 10px; float: left; background: url(images/france.png); background-repeat: no-repeat; background-position: left; padding-left: 30px; color: #585858; font-size: 14px;}

.proruct-price-tabs {width: 70%; float: left;}
.proruct-pricetwo-tabs .adul {color: #2260b1; font-size: 22px; padding-bottom: 10px;}
.proruct-pricetwo-tabs li {text-align: center;}
.osc-res-tab .nav-pills>li {width: 32.7%; text-align: center; border-radius: 0px !important;}
.osc-res-tab .nav-pills > li.active {
  border-left: 2px solid #747474;
  border-right: 2px solid #747474;
  margin-left:4px;
}
.osc-res-tab .nav-pills > li:nth-child(2){
    margin-left:0;
}
.sidebar-product #more-tours ul li {
  width: 100%;
  margin-bottom: 10px;
}
#more-tours.more-like-this .shadow div h3 {
  height: 30px;
}
.more-like-this {
  margin-top: 15px;
}
.osc-res-tab .nav-pills > li:nth-child(2).active{
    margin-left:0;
    margin-right:2px;
}
.nav.osc-res-nav.nav-pills, ul.tabs {
  border-bottom: 2px solid #747474;
}
.osc-res-tab ul.nav li a {
  padding: 13px 15px 14px;
}
ul.tabs li {
  border-radius: 0 !important;
  cursor: pointer;
  float: left;
  margin-bottom: -3px;
  text-align: center;
  width: 32.5%;
}
ul.tabs li{
    width:32.8%;
    margin-left:5px;
}
ul.tabs li:first-child{
    margin-left:0;
}
ul.tabs li:last-child{
    float:right;
}
ul.tabs li a{
    margin:0;
}
ul.tabs li .gdl-title.active {
  border-left: 2px solid #747474;
  border-right: 2px solid #747474;
  margin-bottom: 1px;
  padding: 9px 15px 10px;
}
.osc-res-tab .nav-pills > li.active a {
  margin: 0;
  padding: 10px 15px 9px;
}
.osc-res-tab .nav-pills > li {
  margin-bottom: -2px;
}
.slogan {float: right;
font-size: 3em;
width: 100%;
color: #fff;
background: url(rgba.php?r=34&g=112&b=188&a=50) repeat;
background: rgba(34,112,188,0.5);
padding: 1%;
border: 1px dashed #fff;}

.carousel h2 {
	background: url('images/heading_bg.jpg') no-repeat center top;
	font-size: 28px;
	line-height: 57px;
	vertical-align: middle;
	text-align: center;
}

.cometns-title {background: url('images/heading_bg.jpg') no-repeat center top;
	font-size: 28px;
	line-height: 57px;
	vertical-align: middle;
	text-align: center;}
#comments {padding: 20px 0px;}
.comment-forms {padding: 5px 0px;}
#submit {margin-top: 10px; background: #2260b1; padding: 5px;color: #fff; border: none;}
#comments li {margin-top: 2%;}
.comment-author {font-size: 16px; color: #006bcf;}
.comment-meta {font-size: 14px; color: #a42424; padding-bottom: 1%;}
.carousel-title {width: 100%;
background: url('images/slider-title.png') no-repeat center top;
font-size: 28px;
line-height: 57px;
vertical-align: middle;
text-align: center;
margin-bottom: 2%;
color: #fff;


}

.page-template-page-home-php #container {
padding: 5% 0;
}
.cycloneslider-template-default .cycloneslider-next{
    background-image:url("http://francecom.staging.wpengine.com/wp-content/themes/wppatrickk/slider/next_button.png") !important;
    opacity:100 !important;
    background-position:0 !important;
    height:65px !important;
    width:64px !important;
    right:-35px !important;
}
.cycloneslider-template-default .cycloneslider-prev{
    background-image:url("http://francecom.staging.wpengine.com/wp-content/themes/wppatrickk/slider/prev_button.png") !important;
    opacity:100 !important;
    background-position:0 !important;
    height:65px !important;
    width:64px !important;
    left:-35px !important;
}
.cycloneslider{
    max-width:635px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    margin-bottom:10px;
}
.cycloneslider-slides{
    padding-bottom:62px !important;   
}
.cycloneslider-template-default .cycloneslider-caption{
    background:none !important;
    color:#006AD7 !important;
}
.slidershare{
    float:right;   
}
.cycloneslider-template-default .cycloneslider-slide img{
    max-height:90%;
}
.sharebtns1{
    background-image:url("images/sharebtns1.png");
    background-repeat:no-repeat;
    float: left;
    height: 27px;
    width: 27px;
    margin-left:5px;
}
.sharebtns2{
    background-image:url("images/sharebtns2.png");
    background-repeat:no-repeat;
    float: left;
    height: 27px;
    width: 27px;
    margin-left:5px;
}
.sharebtns3{
    background-image:url("images/sharebtns3.png");
    background-repeat:no-repeat;
    float: left;
    height: 27px;
    width: 27px;
    margin-left:5px;
}
.cycloneslider-template-default .cycloneslider-caption-title{
    padding-left:0 !important;
    padding-right:0 !important;
    padding-top:0 !important;
}
.sharetxt{
    color: #555555 !important;
    float: left !important;
    font-size: 16px !important;
    margin-right: 10px !important;
    padding-top: 5px !important;
}

.product-page #more-tours{
    padding-top:0;
}
.product-page #more-tours .widget_text{
    margin-bottom:15px;
}
.product-page .post-title {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}


#sidebar #more-tours {
	width: 100%;
	padding-top: 20px;
}

.home-tour-content {
	height: auto;
	padding: 10px 0;
}

#more-tours h3 {
	height: auto;
}

#logo a {
	max-width: 304px;
}
#logo img {
	width: 100%;
}

#menu ul li a, #menu ul li a:hover {
	background-size: 100% 100%;
}

.tour-page-1 {
	height: 100% !important;
}

#menu a:hover {
	text-decoration: none;
}

.carousel {
	min-height: 120px;
}

.post-content ul {
    margin-left: 30px;
    margin-bottom: 15px;
}
.post-content ul li {
    line-height: 1;
    padding: 5px 0;
}

.post-content ul li strong, .post-content ul li b {
  font-weight: bold !important;
}

.post-content ul li cite, .post-content ul li i, .post-content ul li em {
  font-style: italic !important;
}

b,strong {
font-weight: bold;
}
em,cite,i {
font-style: italic;
}






.sub-menu {display: none;}
.menu-item-has-children .sub-menu li .sub-menu {display: none;}
.menu-item-has-children .sub-menu li:hover .sub-menu {
display: block; float: left; margin-left: 90%; margin-top: -30px; width: 100%;

width: 205px;
margin-left: 185px;

}
.menu-item-has-children:hover .sub-menu {display: block; z-index: 999; float: left;  color: red; position: absolute; width: 12%; }
.menu-item-has-children:hover .sub-menu li  {

float: left; width: 100%;
width: 205px;
}
.menu-item-has-children .sub-menu li:hover .sub-menu li a  {

width: 100%; background: url('images/menu.jpg') repeat-x; border-bottom: 1px solid #fff;
width: 205px;
}
.menu-item-has-children:hover .sub-menu li a {

width: 100%; background: url('images/menu.jpg') repeat-x; border-bottom: 1px solid #fff;
width: 205px;
}


.home-tour-content p {
}

.post-content .attachment-post-thumbnail {
	float: left;
	margin: 0 15px 15px 0;
        width: 220px;
        height: auto;
}

.post-content .clear {
	clear: both;
}

.post-read-more {
	color: #0060B5;
	font-weight: bold;
	text-align: right;
	display: block;
}

.post-title {
	margin: 20px 0;
}

.navigation {
	padding-top: 50px;
}
.navigation:after {
    clear: both;
    content: "";
    display: block;
    margin-bottom: 40px;
}
.navleft {
	float: left;
}
.navright {
	float: right;
}
.navigation a {
	color: #0060B5;
	font-weight: bold;
}

.responsiveMenuSelect {
	border: none;
}

#respond {
  display: none;
}

.newsletter-submit {
	float: right;
	margin-top: -21px;
	position: relative;
	border:0;
	z-index: 1;	
	background: url('images/search.jpg') no-repeat center center;
	text-indent: -9999px;
	width: 30px;
	
	}
.newsletter-email {
	background:none;
	border: 0;
	padding: 5px;
	color: #FFFFFF;
	width: 180px;	
	
	`}	
	
.newsletterdiv {

  background: #236bb1;
  width: 210px;
  height: 24px;
  float: right;
  margin-top: -12px;	
	}	
.newsletterouter { 

  text-align: center;
  margin: 0 auto;
  font-size: 1.5em;
  color: #236bb1;
  padding: 14px;
  width:954px;
  clear:both;
  border: 1px dashed #236bb1;
  }
.newsletterouter h2{
	
  float: left;
  font-weight: bold;
  line-height: 0px;
  margin-bottom: 25px;
  color: #236bb1;
  }
  
	
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.slogan {
		width: 80%;
		margin: 10px auto;
		float:none;
	}
	.home .post {
		padding: 0 5px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.home .post {
		padding: 0 5px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.col-sm-15 {
        width: 20%;
        float: left;
    }
	.home .post {
		padding: 0 40px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	#menu ul li {
		background: url('images/menu_gap.jpg') no-repeat right top;
		float: left;
	}
	
	#menu ul li:last-child {
		background: none;
	}
	.slogan {
		margin-top: 7%;
		margin-right: 10%;
		width:40%;
	}
	    .col-md-15 {
        width: 20%;
        float: left;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	#wrapper, .container {
		/*width: 100%;
		max-width: 1000px;*/
		width: 1000px;
	}
	#content {
		float:right;
	}
	.sidebar {
		float:left;
	}
	.col-lg-15 {
        width: 20%;
        float: left;
    }
}