body{
  background-color: #1A191A;
  color: #a5a5a5;
}

a {
  color: #AF8D24;
}

p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.3em;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .commentFeed, .input-append .add-on, .input-prepend .add-on, a, th, td, img, div, section, article, legend, footer, header, fieldset, form {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  height: 2.1em;
  line-height: 1.4;
  width: 100%;
}
textarea {
  width: 100%;
}
}

/* Modal Forms */

.modal {color: #444;}

.modal form {margin: 0;}

.modal-header {padding: 15px;}

.modal-header p {margin: 0; font-size: 16px;}

.modal form input[type="text"], .modal form input[type="email"], .modal form input[type="tel"], .modal form textarea {
  width: 100%;
}


/* Ticker */

p.ticker-content {font-size: 14px;}



.mtop{
  margin-top:10px;
}
.mright{
  margin-right:10px;
}
.mbottom{
  margin-bottom:10px;
}
.mleft{
  margin-left:10px;
}

.center {
    float: none !important;
    margin: 0 auto !important;
}

/* breadcrumbs */

.breadcrumb {
  background-color: transparent;
  padding: 8px 0;
  font-size: 12px;
}
.breadcrumb > li {
  text-shadow: none;
}
.breadcrumb > li > a {
  color: #a5a5a5;
}


.logo{
	padding: .5em 0;
}
.logo img {
  max-height: 90px;
}
.hsearch{
	position:relative;
	margin: 0;
  display: inline-block;
  width: 100%;
}
.hsearch form {
  float: right;
  margin-bottom: 0;
}
.hsearch input[type="text"]{
  margin: 0;
}
.hsearch button {
	border:none;
	background-color:none;
	position:absolute;
	right:10px;
	top:7px;
}

.ls-links{
  display: inline-block;
  width: 100%;
  font-size:12px;
	margin: .8em 0;
  text-align: right;
}
.ls-links .nav {
  margin: 0;
}
.ls-links li{
	border-right: 1px solid #3A3A3A;
	padding:0px 10px;
	line-height:16px;
	position:relative;
}
.ls-links li:last-child{
	border:none;
}

.ls-links li.open a{
	background:none !important;
	color: #AF8D24 ;
}

.ls-links li a{
	padding:0px;
	margin:0px;
	line-height:16px;
	color: #AF8D24;
	font-weight:600;
}

.ls-links li a:hover, .ls-links li a:focus, .ls-links li a:active{
	color: #ccc;
	background:none;
}

.ls-links li ul.dropdown-menu:before{
	border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}
.ls-links li ul.dropdown-menu:after{
border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 25px;
    position: absolute;
    top: -6px;
}

.ls-links li ul li{
	padding:0px;
	border:none;
	font-size:13px;
}

.ls-links li ul li a{
	clear: both;
    color: #333333 !important;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    white-space: nowrap;
}
.ls-links li ul li a:hover{
	 background-color: #0081C2 !important;
    background-image: linear-gradient(to bottom, #0088CC, #0077B3) !important;
    background-repeat: repeat-x;
    color: #FFFFFF !important;
    text-decoration: none;
}

.sns-icons {
	display: inline-block;
  width: 100%;
  text-align: right;
  margin: 10px 0;
}
.sns-icons a {display: inline-block; vertical-align: top; margin-left: 4px;}
.sicons{
	background:url(https://media.gttwl.com/attachments/northsouthtravelv2.gttwl2.com/c6ltcc23g01/1374785808_original.jpg) no-repeat 0px 0px;
	width:21px;
	height:20px;
	margin-left: 5px;
  display: inline-block;
}
.pinterest{
	background-position:0px 0px;
}
.gplus{
	background-position:-66px 0px;
}
.twitter{
	background-position:-44px 0px;
}
.facebook{
	background-position:-22px 0px;
}
.img-block{
	background: #000;
	padding:10px 11px 25px !important;
	margin-top:15px;
	margin-bottom:15px;
}

.img-block a{
	color: #AF8D24;
}
.img-block a:hover{
	color:#A5A5A5;
	text-decoration:none;
}
.img-block img{
	margin-bottom:5px;
}
.img-block p{
	line-height:16px;
	font-size:13px;
}
.r-block{
	background: #282828;
	margin-bottom:10px;
	padding:7px 7px 10px;
}
.r-block .nav-list{
	padding:0px;	
}
.r-block .nav-list .nav-header{
	font-size:15px !important;
	border-bottom: 1px solid #3A3A3A;
	padding:5px 0px 3px !important;
}
.r-block .nav-list > li > a, .r-block .nav-list .nav-header{
	padding:5px 0px 3px !important;
	margin:0px;
	text-shadow:none;
}
.r-block .nav-list > li{
	margin-left:10px;
}
.r-block .nav-list .active a{
	background:none;
	color: #AF8D24;
}
.r-block .nav-list > li > a:hover{
	background:none;
	color: #A5A5A5;
}

.l-block{
	background: #282828;
	clear:both;
	margin-bottom:10px;
	padding:7px 12px 10px;
}

.subsc-block h2 {font-weight: 400; margin: 0;}

.subsc-block p {margin-bottom: 0.5em;}

.subsc-block form {margin-bottom: 0;}

.subsc-block input {width: 100%;}


/* content */

.panel {
  background-color: #030303;
  display: block;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.panel h2 {font-weight: 300;}

.panel img {width: 100%; margin-bottom: 1em;}

.panel form {margin: 0;}

.panel input[type="submit"] {width: 100%;}

.header-content h1 {
  font-weight: 400;
}

hr {
  border-top: 1px solid #333;
  border-bottom: 1px solid #555;
}

.simpleList li {margin: .3em 0; display: inline-block; width: 100%; line-height: 1.4; font-size: 16px;}

.simpleList li:first-child {margin-top: 0;}

.simpleList li:last-child {margin-bottom: 0;}

.simpleList li i {margin-right: .5em;}

.simpleList li img.img-polaroid {width: 100%;}



/* ===============================
User Profile
================================ */

.user-profile header {margin-bottom: 1em;}

.user-profile header h1 {font-size: 37px; margin: 0; font-weight: 400;}

.user-profile header .btn-large {font-size: 15px; padding: 11px 10px; width: 100%;}

.user-profile .tabbable {min-height: 350px; margin-bottom: 2em;}

.nav-tabs {border-bottom-color: #000; margin-bottom: 0;}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  border-color: #000 #000 transparent;
  background-color: #000;
  color: #ddd;
}

.nav-tabs > li > a:hover {
  background-color: #000;
  border-color: #000;
  color: #ddd;
}

.tab-content {
  background-color: #000;
  padding: 1.5em;
}

.tab-content p:last-child {margin: 0;}



.footer{
	font-size:13px;
	line-height:30px;
	background: #000;
	padding:30px 0px 50px;	
}

.fnav {
	margin:0px;
}
.fnav li{
	display:inline;
	margin:5px 10px;
}
.fnav li a:hover{
	color: #A5A5A5;
}
.powered{
	font-size:11px;
}

.Bimg{
	background:none;
	border-color:#E9E9E9 #CCCCCC #CCCCCC #E9E9E9;
	border: solid 1px;
	padding:10px;
	margin-bottom:20px;
}
.tag{
	background: #000;
	border-radius: 6px;
	font-size:12px;
	padding:5px 10px;
	color: #fff;
	margin-bottom:10px;
}
.tag a{
	color: #fff;
}
.well {
  background-color: #000;
  border-color: #000;
}
.well ul{
	margin-bottom:30px;
}
.well label{
	font-weight:600;
	font-size:13px;
}
.well li{
	margin:5px 0px;
}
.btn-trip{
	background-image: -moz-linear-gradient(top, #ffb25e, #ff8500);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffb25e), to(#ff8500));
	background-image: -webkit-linear-gradient(top, #ffb25e, #ff8500);
	background-image: -o-linear-gradient(top, #ffb25e, #ff8500);
	background-image: linear-gradient(to bottom, #ffb25e, #ff8500);
	border:1px solid #C96F0F;
	color: #fff;
	text-shadow: 0 1px 1px rgba(000, 000, 000, 0.50);
	font-weight:600;
	margin:10px 0px 15px;
}
.btn-trip:hover, .btn-trip:focus, .btn-trip:active, .btn-trip:visited{
	background:#FFB400;
	color: #fff;
}
.home-banner .span3{
	margin-left:0;
	width:20%;
}
.home-banner a{
	position:relative;
	text-align:center;
  display: inline-block;
  width: 100%;
}
.home-banner a img {width: 100%;}

.home-banner .ban-desc{
	background:rgba(175, 141, 36, 0.8);
	bottom: 0;
	position:absolute;
  height:50px;
	z-index:99;
	color:white;
	width:100%;
}
.home-banner .ban-desc span{
  display: block;
  padding: 0.3em 0;
  text-align: center;
  vertical-align: middle;
}
.video-banner{
	background-color: #000;
	padding:20px 0px;
  margin-bottom: 1em;
}
.v-desc{
	padding-left:35px;
}
.v-desc h1{
	color: #fff;
	font-size: 40;
	font-weight:300;
	padding:10px 0px;
	line-height:45px;
}
.v-desc h2{
	font-family: Georgia,Times,serif;
    font-size: 21px;
    font-style: italic;
    font-weight: 300;
    line-height: 35px;
}
.ytube{
	padding:10px 15px;
}

.ns-heading{
	background: #030303;
	padding:5px 15px;
}
.ns-heading h4{
	margin:5px 0px;
	text-align:center;
}
.bl-description p{
	font-family: Georgia,Times,serif;
    font-size: 13px;
    margin-left: 4px;
    padding-bottom: 4px;
}
.bheading{
	font-size:15px;
	color: #A5A5A5;
	margin:0px;
	text-transform:uppercase;
	border-bottom: 1px solid #3A3A3A;
	padding:5px 0 3px !important;
	color: #999999;
}

.testimonials{
	background: url(../img/quotes-b.png) 0 10px / 20px no-repeat;
	margin:5px 0 5px;
	padding:0 10px 0 30px;
}
.post{
	border-bottom:1px solid #3a3a3a;
	padding:10px 0px;
}
.r-block .post:last-child{
	border:none;
}
.visual{
	float:left;
	display:block;
	width:35px;
	margin-top:5px;
}
.contents-post{
	display:block;
	margin-left:43px;	
	font-size:13px !important;
}
.contents-post img{
  margin-top:10px;
}
.contents-post a{
	font-weight:bold;
	font-size:14px !important;	
}
.comment-b, .comment-b a{
	font-size:11px !important;
}
.rbuttons .btn{
	padding:4px 0px;
	width:100%;
	margin-bottom:10px;
}
.bu-icon{
	border-right: 1px solid #BFBFBF;
    float: left;
    margin-left: 1em;
    padding-right: 0.5em;
}
.bu-text{
	display:table-cell;
	font-size:17px;
	margin-top:5px;
	margin-left:5em;
	text-align:left;
	padding:0px 5px 0px 10px;
  height:49px;
  vertical-align:middle;
}
.newsticker{
	background:url("https://media.gttwl.com/attachments/northsouthtravel.com/1319558939/1360257793_original.jpg") no-repeat scroll right center;
	width:10%;
	height:32px;
	float:left;
	padding:7px 1em;
	display: inline-block;
	color:#fff;
}
.ticker-title{
	display:none !important;
}
.news-content{
	float:left;
	width:86.5%;
}
.news{
	background: #DDCA7E;
	width:100%;
	height:34px;
	border:1px solid #745831;
}
hr{
	margin:10px 0px;
}
.continents{
  padding:10px 15px;
	background: #000;
  margin-bottom: 1em;
}
.continents h4{
	margin:0px;
}
.cs-links{
	font-size:12px;
	margin:16px 0px 10px;
}

.cs-links li{
	padding:2px 10px;
	line-height:16px;
}

.cs-links li a{
	padding:0px;
	margin:0px;
	line-height:16px;
	color: #AF8D24;
	font-weight:600;
}
.cs-links li a:hover, .cs-links li a:focus, .cs-links li a:active{
	color: #ccc;
	background:none;
}
.sbn{
	margin-top:10px;
}
.sbn input[type="text"]{
	min-height:26px;
	border:1px solid #bfbfbf;
	border-radius:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px !important;
}
.sbn .btn{
	background-image:linear-gradient(to bottom, #79bada, #2a91c4);
	text-shadow:none;
	color:#fff;
	border-radius:0px !important;
	border:none;
}
.sbn .btn:hover{
	background-image:linear-gradient(to bottom, #79bada, #2a91c4) !important;
	background:#79bada;
}



/* Thumbnails */

.thumbnail {
  border: none;
  background-color: #000;
  text-align: center;
}

.wrap-imgThumb {display: inline-block; width: 100%; height: 170px; overflow: hidden;}

.wrap-imgThumb img {width: 100%; min-height: 170px;}

.thumbnail .caption {padding: 3px 0 9px;}

.thumbnail .caption h4 {font-weight: 400; font-size: 16px;}

.thumbnails [class*="span"] {
  min-height: 280px;
}


/* Pagination */

.pagination{
	border:none;
	border-radius:none;
	margin:0px;
}
.pagination ul a{
	background:none !important;
	border:none !important;
	border-radius:none !important;
	padding:4px 6px !important;
}
.pagination ul li span{
  background:none;
  border:none;
}
.pagination ul li.active span{
  background:none;
  border:none;
  font-style:italic;
}
.blog {
	display: inline-block;
  width: 100%;
}
.blog h2 {
  font-size: 28px;
  font-weight: 400;
}
.blog h2 a:hover {
  text-decoration: none;
}
p.detailsPost {
  font-size: 14px;
}
.mediaPost {
  display: inline-block;
  width: 100%;
  margin: 1em 0;
}
.mediaPost img {
  width: 100%;
}
.blog img {
  width: 100% !important;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 4px;
}
.contentPost p {
  font-size: 17px;
  margin-bottom: 1em;
  line-height: 1.5;
}

.baseFontSize{
	font-size:14px;
}
.read_more{
	font-size:11px;
}

.img-block img{
  height:135px;
}
.img-block a span{
  height:45px;
  vertical-align:middle;
  
}

.container-exp .container {
  width: auto;
}
.row-fluid .thumbnails .span3 {width: 270px;}

.row-fluid .thumbnails li.span3 {margin-left: 30px;}

.row-fluid .thumbnails {margin-left:-30px;}


.place-single .btn-large{
  font-size:15px;
  margin-top:20px;
}
.place-single .icon-plane{
  background-position:top !important;
}
.place-single .nav-tabs{
  border-bottom:1px solid #575757;
}
.place-single .nav-tabs li.active a{
  background:none;
  border:1px solid #575757;
  color:#A5A5A5;
}
.place-single .nav-tabs li a:hover{
  background:#575757;
  border-color:#575757;
}
.experience-single iframe{
  width:100% !important;
}
.experience-single .affix, .bt-single .affix{
  top: 0;
}

.experience-single .right-side h4{
  font-size:22px; 
}
.experience-single .right-side .well ul{
  margin-bottom:0px;
}
.experience-single .right-side .well ul li{
  margin:10px 0px;
}
.experience-single .right-side .well ul li i{
  margin-right:5px;
}
.experience-single .right-side .well ul li a.btn{
  width:100%;
  padding-left:0px;
  padding-right:0px;
  text-align:center;
}
.tags {
  display: inline-block;
  width: 100%;
  margin: 1em 0 2em;
}
.tags span {
  margin: 5px 5px 5px 0;
}
.tags a{
  margin: 5px;
  padding:5px 7px;
  background:#282828;
  border-radius:4px;
}
.similar-links li{
  list-style:disc;
}
.similar-links li.nav-header{
  margin-left:-30px;
  text-shadow:none;
  font-size:18px;
  text-transform:Capitalize;
}
.similar-links li a{
  text-shadow:none;
}
.similar-links li a:hover, .similar-links li a:focus, .similar-links li a:active{
  background:none !important;
}
.bt-single .leftMenu{
  list-style:none;
  margin:0px;
}
.bt-single .leftMenu li{
  margin-bottom: 10px;
}
.bt-single .leftMenu li{
  margin-bottom: 10px;
  text-align:left;
}
.bt-single .leftMenu li a.btn{
  text-align:left;
  padding:5px 5%;
  width:100%;
}
 .rmove img{
  max-width: none !IMPORTANT;
}
.pd{padding-right:20px;}
ul.lih li {
    line-height: 30px;
}
.tes-single blockquote{margin-top: 20px;}
.tes-single .post{border-bottom:0;}
.tes-search{
  position: relative;
}
.tes-search input{
  width: 100% !important;
}
.tes-search span{
  position: absolute;
  right: 9px;
  top: -3px;
}
.mtop blockquote{
  margin-top: 20px;
}
.inputClass label{
  font-size:13px;
}
.inputClass .btn{
  margin-top:27px;
}

/* ===============================
Custom Forms
================================ */

.customForm input[type="text"], .customForm input[type="number"], .customForm input[type="email"], .customForm input[type="tel"], .customForm input[type="submit"], .customForm select {
  width: 100%;
}

.customForm fieldset {background-color: #000; margin-bottom: 1em; padding: 1em; display: inline-block; width: 100%;}

.customForm h4 {margin-top: 0; font-weight: 400; font-size: 20px; padding: .5em 0 1em; border-bottom: 1px solid #444;}





/* ===============================
Share Group
================================ */


.group-share {display: inline-block; width: 100%; margin-top: 5px;}

.share-btn {display: inline-block; width: auto; margin-left: 6px; vertical-align: top;}

.group-share .share-btn:first-child {margin:0;}

.share-btn .btn {padding: 0; height: 20px; line-height: 19px; font-family: 'Helvetica Neue',Arial,sans-serif; font-size: 12px; position: relative; vertical-align: top;}

#article_right_header .share-btn span {font-weight: 600;}

.share-btn .btn > span {padding: 0 7px 0 23px; white-space: nowrap; font-weight: 600;}

.share-btn i {position: absolute; top: 2%; height: 16px; width: 16px; left: 4px;}

.facebook-share-button i {background: url(https://media.gttwl.com/attachments/rainbowtravel.gttwl2.com/ltmq6z/1369767046_original.jpg) no-repeat; background-size: 100%;}

/* Map */
#mappy { height: 450px; width: 100%;}