 
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(../font/raleway/8KhZd3VQBtXTAznvKjw-kxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), url(../font/raleway/-_Ctzj9b56b8RgXW8FAriRsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(../font/raleway/IczWvq5y_Cwwv_rBjOtT0w.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(../font/raleway/CcKI4k9un7TZVWzRVT-T8xsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(../font/raleway/xkvoNo9fC8O2RDydKj12bxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(../font/raleway/JbtMzqLaYbbbCL9X6EvaIxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'), url(../font/raleway/1ImRNPx4870-D9a1EBUdPBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: local('Raleway Heavy'), local('Raleway-Heavy'), url(../font/raleway/PKCRbVvRfd5n7BTjtGiFZBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../font/opensans/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../font/opensans/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../font/opensans/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(../font/opensans/PRmiXeptR36kaC0GEAetxh_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../font/opensans/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../font/opensans/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}


/* MISC */
body {	
	font-family: 'Open sans',sans-serif;
}

a {
	color: #0c7eb8;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
a:hover {
	color: #919191;
}
a:focus { 
	outline: 0 none; 
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
ul, ol {
	padding: 0;
	list-style: square;
}
p.legend {
	padding: 6px 0;
	border-bottom: 1px solid #eaeaea;
	margin: 30px 0 15px 0;
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.highlight {
	background: #fff890;
	color: #222;
	width: auto;
	display: inline;
	padding: 2px 3px;
}
.clear {
	clear:both;
}
.center {
	text-align: center;
}
.muted-small {
	font-size: 12px;
}
.blue-btn {
	background: #48b0e4;
	border: 2px solid #0c7eb8;
	padding: 5px 15px !important;
	color: #FFF !important;
	
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.ash-btn {
    background: #f4f4f4;
	border: 1px solid #ddd;
	padding: 5px 15px !important;
	margin-top: 5px;
	color: #666666 !important;
	
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.blue-btn:hover, 
.searchtop:hover {
	background: #FFF !important;
	color: #1192d3 !important;
}

.ash-btn:hover { 
    background: #FFF !important;
	color: #666666 !important;
}

.searchtop.active {
	background-color: #B3E1F8;
	color: #1192d3 !important;
}

.custom-icon {
	list-style: none;
}
.custom-icon li {
	line-height: 30px;
}
.custom-icon li i {
	color: #48b0e4;
	font-weight: 100;
	padding-right: 5px;
}
 
.btn {
	padding: 5px 8px;
	border: none;
	outline: none;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}

.reg-btn {
	background-color: #48b0e4;
	padding: 5px 15px;
	border: none;
	outline: none;
	border-bottom: 3px solid #0c7eb8;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}
.reg-btn:hover {
	background-color: #428BCA;
    color: #fff;
}

.btn-success {
    background-color: #5CB85C;
	background-image: none;
    border-color: #4CAE4C;
    color: #FFFFFF;
	text-shadow: none;
}


.btn-primary {
    background-color: #428BCA;
	background-image: none;
    border-color: #357EBD;
    color: #FFFFFF;
	text-shadow: none;
}

.btn-warning {
    background-color: #F0AD4E;
	background-image: none;
    border-color: #EEA236;
    color: #FFFFFF;
	text-shadow: none;
}

.btn-danger {
    background-color: #D9534F;
	background-image: none;
    border-color: #D43F3A;
    color: #FFFFFF;
	text-shadow: none;
}

.btn-plain {
	background-color: #FAFAFA;
    background-image: none;   
	border-bottom: 3px solid #DDDDDD;
	font-weight: normal;
	font-size: 12px;
    color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
    text-shadow: none;
	padding: 3px 8px;
}

.bootbox .modal-footer .null,
.default-btn {
    background-color: #F4F4F4;
	padding: 5px 14px;
	border: none;
	outline: none;
	border-bottom: 3px solid #DDDDDD;
    color: #666666;
	font-weight: bold;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
}

.bootbox .modal-footer .null:hover,
.bootbox .modal-footer .null:focus,
.default-btn:hover,
.default-btn:focus {
    background-color: #FAFAFA !important;
}

.btn-group > .btn-small {
	font-size: 13px;
}

.learnhome {
	padding: 10px 20px !important;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.delay1 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.delay2 {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}
.delay3 {
	animation-delay: 3s;
	-webkit-animation-delay: 3s;
}

.delay4 {
	animation-delay: 4s;
	-webkit-animation-delay: 4s;
}
.delay5 {
	animation-delay: 5s;
	-webkit-animation-delay: 5s;
}

.blue-btn {
	background-color: #48b0e4;
	border: 2px solid #0c7eb8;
	color: #FFF;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.blue-btn:hover, .searchtop:hover {
	background: #FFF !important;
	color: #1192d3 !important;
}

.ash-btn {
    background-color: #f4f4f4;
	color: #666666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ash-btn:hover {
	background: #FFF !important;
	color: #666666 !important;
}


.callout-btn {
	background: #1192d3;
	color: #FFF;
	border: 2px solid #FFF;

	padding: 10px 15px;
	display: inline-block;
	margin-top: 10px;
	font-weight: bold;	
}
.callout-btn:hover {
	background: #FFF;
	color: #1192d3;
	border: 2px solid #FFF;
}


/* Font sizes */
.font-size-12 {
	font-size: 12px;
	line-height: 20px;
}

.font-size-13 {
	font-size: 13px !important;
	line-height: 20px;
}

.font-size-14 {
	font-size: 14px !important;
	line-height: 20px;
}

.font-size-15 {
	font-size: 15px !important;
	line-height: 24px;
}

.font-size-16 {
	font-size: 16px !important;
	line-height: 24px;
}

.text-underline {
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
	margin-bottom: 0;
}


/* Header */
#header {
	background: #1192d3;
	overflow: hidden;
	
}
#header-inner {
	background: #1192d3;
}
.navbar .brand {
	padding: 0;
	margin-right: 25px;
	margin-left: 0;
}
.navbar .nav {
	margin-top: 24px;
}
.navbar .nav > li > a {
	color: #b3e1f8;
	text-shadow: none;
    padding: 10px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 15px;
	/* text-transform: uppercase;  */
	
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
.navbar .nav > li > a:hover {
	color: #FFF;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #FFF;
	background: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
}

.navbar .nav #new-place { 
	margin-top: 0;
	outline: none;
}

.searchtophead {
	margin-top: 24px;
}
.searchtop {
	background-color: #48b0e4;
	border: 2px solid #0c7eb8;
	color: #FFF;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	padding: 4px 15px;
	width: 256px;
}

.searchtop i {
	cursor: pointer;
	display: inline-block;
}
.navbar-inners .searchtop input {
	width: 0;
	background: transparent;
	border: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
	-webkit-transition: width 0.75s ease-in-out;
	-moz-transition: width 0.75s ease-in-out;
	-o-transition: width 0.75s ease-in-out;
	transition: width 0.75s ease-in-out;
}
.searchtop button {
	border: none;
	background-color: transparent;
	color: #fff;
}

.searchtophead .searchtop.active button,
.searchtop:hover button,
.searchtop button:hover {
	color: #0C7EB8;
}

.navbar-inners .searchtop:hover input {
	color: #555555;	
}
.navbar-inners .searchtop.active input {
	margin: 0 0 0 5px;
	width: 220px;	
}

.navbar-inners .searchtop input:-moz-placeholder, 
#header .searchtop input:-ms-input-placeholder, 
#header .searchtop input:-webkit-input-placeholder {
	color: #FFF;	
}



.heading-text {
	text-align: center;
}
.heading-text p {
	font-size: 15px;
}
.heading-text h1,
.heading-text h2 {
	margin-top: 35px;
	margin-bottom: 20px;
	font-size: 48px;
	color: #FFF;
	font-weight: 300;
	text-transform: uppercase;
}
.heading-text h1 span,
.heading-text h2 span{
	font-weight: bold;
}
.heading-text p {
	color: #fff;
	line-height: 24px;
	margin-bottom: 40px;
}
.heading-intro-text {
	font-size: 16px;
	padding: 0 140px;
}
.iphone-hand {
	position: relative;
	right: 0;
}

/* Three */
.three {
	/* border-bottom: 5px solid #1192d3; background-color: #31353a */
	background-color: transparent;
	text-align: center;
	padding-top: 30px;
}
.three .span4 {
	margin-bottom: 30px;
}
.three h1, .three h2, .three  h3, .three  h4 {
	color: #828689;
	font-weight: 400;
	text-transform: uppercase;
}
.three p {
	color: #5f6265;
}

/* White */
.white {
	position: relative;
	background: #FFF;
}
.middle-headings h1 {
	font-size: 36px;
	color: #697277;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.middle-headings {
	margin-top: 40px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.middle-headings p {
	font-size: 18px;
}
.middle-headings h1 span {
	font-weight: bold;
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6 {
	color: #697277;
}
.white p {
	color: #808080;
}
.big-icons i {
	font-size: 48px;
	color: #FFF;
	margin-top: 35px;
	margin-right: 20px;
}
.white-features {
	margin-bottom: 50px;
}
.fontawesome-icon.circle-yes {
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	background-color: #1192d3;
	color: #fff;
	text-align: center;
	margin-top: 2px;
	float: left;
	margin-right: 20px;
}
.fontawesome-icon.circle-center {
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	background-color: #50555b;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
}
.fontawesome-icon.circle-white {
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	background-color: #FFF;
	color: #D9D9D9;
	text-align: center;
	margin-bottom: 5px;
}

.fontawesome-icon.medium.circle-center, .fontawesome-icon.medium.circle-white {
	width: 80px;
	height: 80px;
	line-height: 80px;
	display: inline-block;
}
.fontawesome-icon.medium.circle-yes {
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.fontawesome-icon.medium {
	font-size: 48px;
}
.test-quote-icon {
	position: relative;
	top: -47px;
}

.thumbnail-content {
	display: block;
	padding: 4px;
	line-height: 20px;
	border: 1px solid #ddd;
	border-top: none;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	text-align: center;
}
.call-out {
	padding: 5px 20px 10px 20px;
	background: #1192d3;
	margin-bottom: 20px;
}
.call-out h4 {
	color: #FFF;
	margin-bottom: 5px;
}
.call-out p {
	color: #b3e1f8;
}
.pad {
	margin-bottom: 40px;
}
.white-shadow {
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
}




/* Footer Meta */
.footer-meta {
	background: #222;
	color: #666;
	font-size: 14px;
}
.footer-meta h6 {
	color: #FFF;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
}
.footer-meta p {
	color: #666;
	font-size: 14px;
}
.footer-meta .span3 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.twitter-time {
	color: #999;
}


/* Footer */
.footer {
	padding: 6px 0 0 0;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
    background-color: #f5f5f5;
}
.copyright {
	font-size: 13px;
	font-family: 'Raleway';
	color: #4a4a4a;
	margin-top: 10px;
}

.copyright a:link, 
.copyright a:visited {
	color: #4a4a4a;
}


.copyright a:hover, 
.copyright a:focus {
	color: #0C7EB8;
}

.fontawesome-icon.circle-social {
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	background-color: #2f2f2f;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
	padding: 8px;
	min-width: 17px;
	display: inline-block;
}
.fontawesome-icon.circle-social:hover {
	background: #1192d3;
}
.fontawesome-icon.social.circle-social {
	margin-left: 5px;
}
.fontawesome-icon.social {
	font-size: 15px;
}
.social-icons {
	text-align: right;
}

.facebook .circle-social:hover,
.facebook .circle-social:focus { background-color: #4C66A4; }

.twitter .circle-social:hover,
.twitter .circle-social:focus { background-color: #00C0EF; }

.google-plus .circle-social:hover,
.google-plus .circle-social:focus { background-color: #DD4B39; }

.linkedin .circle-social:hover,
.linkedin .circle-social:focus { background-color: #287BBC; }

.pinterest .circle-social:hover,
.pinterest .circle-social:focus { background-color: #AB171E; }

.social-media-invite { list-style: none; margin-left: 0; }
.social-media-invite li { padding: 10px; display: inline; }
.social-media-invite .first { padding-left: 0; }

/* Inner Pages */

.inner-heading {
	background-color: transparent;
	padding: 0;
	position: relative;
	z-index: 100;	
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.inner-heading h1 {
	font-size: 24px;
	color: #828689;
	font-weight: 300;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 0px;
	margin-top: -30px;
}
.inner-heading h1 span {
	font-weight: bold;
}
.inner-heading p {
	color: #5f6265;
	margin-bottom: 0;
	font-size: 13px;
}
.padding-inner {
	margin-top: 40px;
}
.hborder {
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #222222;
}

.item-title h1.hborder {
    font-size: 32px;
}

.inner-page {
	min-height: 375px;
    margin-bottom: 30px;
}

.inner-page p {
	font-size: 14px;
	line-height: 22px;
}
.muted-small {
	font-size: 12px !important;
	color: #AAA !important;
}
.skillbar .skill-percentage {
	background: #1192d3;
}
.skillbar .skill-percentage {
	background: #289dcc;
	display: block;
	width: 0%;
	height: 25px;
}
.skillbar {
	width: 100%;
	height: 25px;
	display: block;
	background: #efefef;
	margin-bottom: 10px;
}
.skill-title {
	margin: 0 0 3px 0;
	font-size: 14px;
	color: #999999;
	display: block;
	font-weight: bold;
}
#breadcrumbs .breadcrumb {
	background: none;
	float: right;
	text-shadow: none;
	padding: 0;
	margin-bottom: 6px;
	margin-top: 3px;
	font-size: 12px;
	text-transform: uppercase;
}
#breadcrumbs .breadcrumb a {
	color: #828689;
	text-shadow: none;
	text-transform: capitalize;
}
#breadcrumbs .breadcrumb a:hover {
	color: #0c7eb8;
}
.breadcrumb > .active {
	color: #ababab;
	font-weight: bold;
	text-shadow: none;
}
.breadcrumb > li > .divider {
	padding: 0;
	color: #828689;
	text-shadow: none;
}
.carousel-control {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 22px;
	font-weight: 100;
	line-height: 42px;
	color: #ffffff;
	text-align: center;
	background: #0c7eb8;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.logo-img {
	margin-bottom: 10px;
	text-align: center;
}

.logo {
	max-width: 220px;	
}

/* Fix for Google map issue */
.gmap3 img, .gMap img {
	max-width: none;
}


.cluster {color:#FFF;text-align:center;font-family:Verdana;font-size:14px;font-weight:bold;text-shadow:0 0 2px #000;-moz-text-shadow:0 0 2px #000;-webkit-text-shadow:0 0 2px #000}
.cluster-1 {background:url('../img/gmap/m1.png') no-repeat;line-height:50px;width:50px;height:40px}
.cluster-2 {background:url('../img/gmap/m2.png') no-repeat;line-height:53px;width:60px;height:48px}
.cluster-3 {background:url('../img/gmap/m3.png') no-repeat;line-height:66px;width:70px;height:56px}
.cluster-4 {background:url('../img/gmap/m4.png') no-repeat;line-height:72px;width:80px;height:62px}
.infobulle{overflow:hidden;cursor:default;clear:both;position:relative;height:34px;padding:0pt;background-color:rgb(57, 57, 57);border-radius:4px 4px;-moz-border-radius:4px 4px;-webkit-border-radius:4px 4px;border:1px
solid #2C2C2C}
.infobulle
.bg{font-size:1px;height:16px;border:0px;width:100%;padding:0px;margin:0px;background-color:#5E5E5E}
.infobulle
.text{color:#FFF;font-family:Verdana;font-size:11px;font-weight:bold;line-height:25px;padding:4px
20px;text-shadow:0 -1px 0 #000;white-space:nowrap;margin-top:-17px}
.infobulle.drive
.text{background:url('../img/gmap/drive.png') no-repeat 2px center;padding:4px
20px 4px 36px}
.arrow{position:absolute;left:45px;height:0pt;width:0pt;margin-left:0pt;border-width:10px 10px 0pt 0pt;border-color:#2C2C2C transparent transparent;border-style:solid}

.map-marker-green {background:url('../img/gmap/marker-green.png') no-repeat 0 0 scroll transparent; padding: 0 0 0 20px; }
.map-marker-red {background:url('../img/gmap/marker-red.png') no-repeat 0 0 scroll transparent; padding: 0 0 0 20px; }


/* Plan my tour   */
#mainTripRouteForm { margin-top: 5px; }
#mainTripRouteForm, 
#mainTripRouteForm .control-group { margin-bottom: 0; }
.home-page #mainTripRouteForm { margin-top: 0; }
#mainTripRouteForm .form-item { float: left; display: block; margin-right: 10px;  }
#mainTripRouteForm .form-item  input,
#mainTripRouteForm .form-item .error { display: block; clear: both; float: left;  }
.home-page #mainTripRouteForm .form-item .error { color: #fff; }
#gMapDefault { width: 100%; height: 600px; }
#mainTripRouteForm .map-route { position: relative; top: 0; left: 0; display: inline-block; }
#mainTripRouteForm .map-route { cursor: pointer; }
#mainTripRouteForm  .selected { color:white; z-index:100; }

#mainTripRouteForm  .route-wrap { background-color:#FFFFFF; border:1px solid #dddddd; cursor:default; display:none; margin-top: 5px; position:absolute; text-align:left; width:450px; height:150px; z-index:50; overflow: scroll; padding: 5px; }

#mainTripRouteForm  .route-wrap p, 
#mainTripRouteForm  .route-wrap.div { border-bottom: 1px solid #EFEFEF; margin: 8px 0; padding-bottom: 8px; }
#mainTripRouteForm  .route-wrap .adp-list { border: none; padding: 0; }
.route-panel .route-location { padding: 3px 10px 0 10px; color: #5f6265; font-weight: 600; }
.route-panel .route-location span { font-size: 13px; font-weight: normal;  }
#route-panel .save-route { margin: 0 10px 10px 10px; }
#route-panel .save-route .trip-name  { margin-bottom: 0; }



/* Contact */
.gmap3 { width: 100%;  height: 400px; margin-bottom: 0; }
.grey-box { background: #F6F6F6; padding: 20px; text-align: center; }
.grey-box .contact-number { font-size: 24px; font-weight: bold; color: #1192d3; }
.grey-box-icon {
	background: #f6f6f6;
	padding: 50px 20px 20px 20px;
	text-align: center;
	margin-top: 20px;
	position: relative;
}
.grey-box-icon:hover .fontawesome-icon.circle-white {
	background-color: #f6f6f6;
	color: #697277;
	
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.grey-box-icon-pos {
	position: absolute;
	top: -36px;
	left: 50%;
	float: none;
	margin: 0 0 0 -40px
}
.sidebar-wrap {
	font-size: 13px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.searchside {
	margin-bottom: 30px;
	padding-bottom: 10px;
}
ul.cats, ul.cat-list {
	margin: 0;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
}
.cat-list li {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0 0 0 4px;
	font-size: 13px;
	padding: 5px 0 5px 5px;	
}

.cat-list li.active {
	background-color: #fafafa;	
}

.cats li  {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
	font-size: 13px;
}
.cats li a {
	width: 100%;
	display: block;
	padding: 10px 0 5px 5px;
	font-family: 'Raleway';
	font-size: 13px;
	color: #00A65A;
}

.cats li a:before {
	content: " ";
}

.cats li:last-child {
	/* border-bottom: none; */
}
.tag-cloud a {
	background-color: #F0F7FD;
	border-bottom: 2px solid #48B0E4;
	border-top: 1px solid #48B0E4;
	padding: 3px 10px;
	color: #48B0E4;
	font-weight: normal;
	font-size: 12px;
	outline: none;
	margin-bottom: 10px;
	display: inline-block;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tag-cloud a:hover {
	background-color: #FFF;
	color: #0C7EB8;
	text-decoration: none;
}
.thumb-left-pic {
	float: left;
	margin: 0 10px 5px 0;
}
.description h6 {
	margin: 0 0 2px 0;
	line-height: 18px;
}

/* Pricing Tables */
.plan {
	border: 1px solid #DDD;
	text-align: center;
	
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
}
.plan h3 {
	font-size: 18px;
	padding: 20px 0px 10px;
	margin: 0px;
	border-bottom: 1px solid #DDD;
}
.plan .price {
	padding: 10px 0px;
	border-bottom: 1px solid #DDD;
	
	font-size: 60px;
}
.plan .price h4 {
	font-size: 40px;
	margin-top: 20px;
	font-weight: normal;
}
.plan .price span {
	font-size: 12px;
	color: #777;
}
.plan ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	background-color: #FFF;
}
.plan li {
	padding: 10px 0px;
	background: #FAFAFA;
}
.plan li.two_plan {
	background: #FFF;
}
.plan .signup {
	padding: 20px 0px;
	border-top: 1px solid #DDD;
}
.featured {
background: #f6f6f6;
}



.sort-wrap {
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
dd {
	margin-bottom: 15px;
}


/* Blog */
.post {
	margin-bottom: 80px;
}
.post h3 a {
	color: #697277;
}
.post h3 a:hover {
	color: #919191;
}
.post .meta {
	font-size: 13px;
	margin-bottom: 20px;
	padding: 10px 0;
	color: #919191;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.post img {
	margin-bottom: 20px;
}
.post .meta .sep {
	padding: 0 5px;
}
#comments {
	margin: 0 0 65px 0;
	text-align: left;
}
#comments ol.commentlist {
	list-style: none;
	margin: 0;
	padding-bottom: 15px;
}
#comments ol.commentlist li {
	padding: 20px 0 0 0;
	background: none;
	position: relative;
}
#comments .user {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 25px;
	position: relative;
}
#comments a.reply-link {
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 1;
	font-size: 9px;
	text-transform: uppercase;
}
#comments .message {
	overflow: hidden;
	margin-bottom: 10px;
}
#comments ul.children {
	margin: 0;
	overflow: inherit;
	padding: 0 0 0 55px;
	list-style: none;
}
#comments .info {
	margin-top: -10px;
}
#comments .info .meta {
	font-size: 13px;
	display: inline;
	color: #999;
}
#comments .info .meta::before {
	content: "-";
	display: inline-block;
	margin-right: 10px;
}
#comments .info h2 {
	font-size: 16px;
	margin: 0;
	display: inline;
	margin-right: 5px;
	margin-top: 0;
}
#comments .info h2 a {
	color: #697277;
}
#comments .info h2 a:hover {
	color: #919191;
}



.pagination ul {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
}
.pagination ul > li > a, .pagination ul > li > span {
	padding: 8px 15px;
}
.comment-wrap {
	margin-top: 80px;
}


/* Bootstrap Stuff */

select, 
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"], 
.uneditable-input {
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.055);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	font-size: 13px;
}


.accordion-toggle {
	font-size: 13px;
	color: #666;
}
.accordion-group {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	background-color: #f6f6f6;
	border-color: #DDD;
}
.nav-tabs > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
blockquote {
	background: #f6f6f6;
	padding: 30px;
	border-left: 5px solid #48b0e4;
	margin: 20px 20px 20px 40px;
}
blockquote p {
	margin-bottom: 0;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 26px !important;
	color: #333 !important;
}
blockquote.blockquote-right {
	border-right: 5px solid #48b0e4;
	border-left: none;
}
table {
	border: 1px solid #dddddd;
    width: 99%;
    margin-bottom: 20px;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table-border {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

table thead {
    
}

table th,
table td {
  padding: 4px 5px;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

table th,
table td {
  border-left: 1px solid #dddddd;  
}


table th {
  font-weight: bold;
}

table thead th {
  vertical-align: bottom;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}

table tbody + tbody {
  border-top: 2px solid #dddddd;
}

table caption + thead tr:first-child th,
table caption + tbody tr:first-child th,
table caption + tbody tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + tbody tr:first-child th,
table colgroup + tbody tr:first-child td,
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0;
}

table thead:first-child tr:first-child > th:first-child,
table tbody:first-child tr:first-child > td:first-child,
table tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

table thead:first-child tr:first-child > th:last-child,
table tbody:first-child tr:first-child > td:last-child,
table tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

table thead:last-child tr:last-child > th:first-child,
table tbody:last-child tr:last-child > td:first-child,
table tbody:last-child tr:last-child > th:first-child,
table tfoot:last-child tr:last-child > td:first-child,
table tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

table thead:last-child tr:last-child > th:last-child,
table tbody:last-child tr:last-child > td:last-child,
table tbody:last-child tr:last-child > th:last-child,
table tfoot:last-child tr:last-child > td:last-child,
table tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

table tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

table tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

table caption + thead tr:first-child th:first-child,
table caption + tbody tr:first-child td:first-child,
table colgroup + thead tr:first-child th:first-child,
table colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

table caption + thead tr:first-child th:last-child,
table caption + tbody tr:first-child td:last-child,
table colgroup + thead tr:first-child th:last-child,
table colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}


hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #ffffff;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #b3e1f8;
	border-bottom-color: #b3e1f8;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background: none;
	color: #FFF;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	text-decoration: none;
	color: #ffffff;
	background-color: #0c7eb8;
	filter: none;
	background-image: none;

}
.dropdown-menu > li > a {
	font-family: 'Raleway';
    font-size: 13px;
}

.thumbnails li {
	position: relative;	
}

.overlay {
	position: absolute;	
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}

.overlay a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.overlay a .overlay-btn {
	position: absolute;
	background-color: #0073B7;
	border-bottom: 2px solid #001F3F;
	padding: 8px 5px;
	color: #FFF;
	text-align: center;
	top: 0;
	left: 0;
	margin-top: -100px;
	-webkit-transition: margin-top .3s linear, color .2s linear;
	-moz-transition: margin-top .3s linear, color .2s linear;
	-o-transition: margin-top .3s linear, color .2s linear;
	-ms-transition: margin-top .3s linear, color .2s linear;
	transition: margin-top .3s linear, color .2s linear;
	width: 150px;
	height: 20px;
	display: block;
	z-index: 2002;
	opacity: 0.8;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	font-family: 'Raleway',sans-serif;
	font-weight: bold;
}

.thumbnails .overlay-image {
	min-width: 100%;	
}

.fixed-header-container .navbar {
	height: 85px;	
	margin-bottom: 0;
}

.navbar-inners.fixed-header-active .nav-container-outer {
	position: fixed;
	top: -70px;
	left: 0;	
	-webkit-transition: margin-top .2s linear, color .2s linear;
	-moz-transition: margin-top .2s linear, color .2s linear;
	-o-transition: margin-top .2s linear, color .2s linear;
	-ms-transition: margin-top .2s linear, color .2s linear;
	transition: margin-top .2s linear, color .2s linear;
	z-index: 110;
}

.navbar-inners.fixed-header-active .nav-container-outer {
	width: 100%;
	background: #0C7EB8;
	background: rgba(12, 126, 184, 0.9);
	-webkit-box-shadow: 0px 1px 3px 0px #666;
	box-shadow: 0px 1px 3px 0px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  	filter: alpha(opacity=95);
}

.navbar-inners.fixed-header-active .nav-container-inner {
	width: 1170px;
	margin: 0 auto;	
}

.navbar-inners.fixed-header-active .brand {
	padding: 0;
	max-width: 134px;
}

.navbar-inners.fixed-header-active .brand img {
	max-height: 64px;
	width: 100%;
}

.navbar-inners.fixed-header-active .nav {
	margin-top: 5px;	
}

.navbar-inners.fixed-header-active .searchtophead {
	margin-top: 7px;	
}

.navbar-inners.fixed-header-active #searchForm
{
	margin-bottom: 7px;
}

.navbar-inners.fixed-header-active .nav > li > a {
	color: #B3E1F8;	
}

.navbar-inners.fixed-header-active .nav > li > a:hover, .navbar-inners.fixed-header-active .nav > li.active > a {
	color: #fff !important;	
}

.navbar-inners.fixed-header-active .nav li.dropdown.open .dropdown-toggle {
	color: #222;	
}

.navbar-inners.fixed-header-active .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #666;	
	border-bottom-color: #666;	
}

.navbar-inners.fixed-header-active .nav li.dropdown.open .dropdown-toggle .caret {
	border-top-color: #222;	
	border-bottom-color: #222;	
}



/* Footer List */
ul.footer-list {
	margin: 0;
}

ul.footer-list li {
	list-style: none;
	border-top: 1px solid #333;
}

ul.footer-list li a {
	padding: 6px 0;
	display: inline-block;
}

ul.footer-list li:first-child {
	border-top: none;
}

.ajax-loading-gif { 
	background: url(../img/ajax-loader.gif) no-repeat 50% 50%; 
	height: 0; 
	width: 0; 
}

.default-image-main {
	background: url(../img/placeholder_480x320.png) no-repeat 50% 50%; 
}

.default-image-medium {
	background: url(../img/placeholder_270x175.png) no-repeat 50% 50%; 
} 
.default-image-thumb {
	background: url(../img/placeholder_50x50.png) no-repeat 50% 50%; 
}

/* Box */
.box-wrap {
	width: 85%;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 4px #666;
	box-shadow: 0 0 4px #666;
}

.box-bg {
	background: url(../img/boxed_bg.png) repeat;
}


.box-wrap .testimonials {
	margin-top: 0;
}

.box-wrap .sidebar-wrap input[type="text"], 
.box-wrap .side-bar-wrap input[type="text"] {
	width: 100%;
	padding: 4px 5%;
}

.box-wrap .padding-inner {
	margin-top: 0;
	padding-top: 40px;	
}

.box-wrap .white {
	padding-bottom: 45px;	
}

.nav-collapse.collapse, .logo {
	float: left\9; /* IE8 and below hack */
}

.spacer {
	height: 30px;	
}

/*  reCAPTCHA */
#recaptcha_privacy {
	font-size: 12px;
}

#recaptcha_privacy a {
	color: #919191;
}

.margin-bottom-none {
	margin-bottom: 0;
}

.border-bottom-none {
	border-bottom: medium none !important;
}

/* Lazy-Load-XT */
#infinite .new-line {
	clear: left;
	margin-left: 0;
}

#marker-end {
	height: 32px;
	margin-bottom: 10px;
}

#infinite li div .action {	
	position: absolute;
    width:0;
    height:0;
	display: none;
}

#infinite li div:hover .action,
#infinite li div:focus .action {                          
    display:block;
    right: 0;
    top: 3px;
    width: 38px;
    height:20px;
    position: absolute;
    z-index:1000;
}

#infinite .action a,
.item-action a,
.item-action span.bookmark {                          
    color: #616161;
	font-size: 18px;
	margin-right: 2px;
}

.item .bookmark {                         
    color: #616161;
	margin-right: 2px; 
    cursor: pointer;   
}


.item-action a:hover,
.item-action a:focus {
	color: #666;
}

#infinite .action a i.icon-trash:hover,
#infinite .action a i.icon-trash:focus,
.item-action a i.icon-trash:hover,
.item-action a i.icon-trash:focus {                          
    color: #CC0000;
}

#infinite .action a i.icon-edit:hover,
#infinite .action a i.icon-edit:focus,
.item-action a i.icon-edit:hover,
.item-action a i.icon-edit:focus {                          
    color: #009900;
}

.item-action .report-abuse:hover,
.item-action .report-abuse:focus {
    color: #dd2c00;
}

.item-action .bookmark:hover,
.item-action .bookmark:focus,
.item .bookmark:hover,
.item .bookmark:focus{
    color: #ffa000;
}

.item-action .bookmarked,
.item .bookmarked {
    color: #ffa000;
}

.item-action .bookmarked:hover,
.item-action .bookmarked:focus
.item .bookmarked:hover,
.item .bookmarked:focus {
    color: #616161;
}

/** tiptheweb  */
#tiptheweb-logo .legend {
	display: block;
	clear: both;
    font-size: 12px;
	color: #333;
	padding: 0 0 15px 0;
}

#tiptheweb-logo-beta {
    background: none repeat scroll 0 0 #854E8B;
    border-radius: 3px;
    color: #F9F9F9;
    font-size: 10px;
    line-height: 14px;
    margin-right: -14px;
    padding: 0 2px;
    text-shadow: 0 -1px #56335C;
	margin-top: 0;
}

.tiptheweb-page .note {
	display: block;
	float: left;
	clear: both;
}

.tiptheweb-page .note p {
	font-size: 12px;
}


/* Modal box		*/
.popup-modal .modal-header {
	background-color: #0073B7;	
}

.popup-modal .modal-header .modal-title {
	color: #fff;	
}

.popup-modal .color-gray {
	color: #919191;	
}

.popup-modal .color-gray:hover,
.popup-modal .color-gray:focus  {
	color: #0C7EB8;	
}

.popup-modal #signInNow {
	margin-top: 0;
}

.popup-modal #recaptcha_response_field {
	font-family: 'Open sans';
}

.popup-modal form {
	margin-bottom: 10px;
}

.popup-modal .modal-content p {
    font-size: 13px;
}

.terms-conditions {
	margin-top: 10px;
}

.thumb-item-title {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); 
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-shadow: 1px 1px 5px rgba(0,0,0, 0.3);
	padding: 4px 0;	
}

.thumb-item-title span {
 	/* color: #F9F9F9; */
	font-family: 'Raleway',sans-serif;
	font-size: 19px;
    font-weight: normal;
}

.geo-location {
    -webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);    
    padding: 4px 6px;
    
}

.img-thumb-wrap {
    float: right;
    margin-right: 120px;
    margin-top: -20px;
    width: 73px;
}
.img-thumb-wrap img {
	border: 2px solid #F4F4F4;
	padding: 2px;
}

.img-thumb-wrap a .close {
	line-height: 12px;
}

.home-page .left-adjust {
    margin-left: 200px !important;
}

.region-layout-fix-1 {
    margin-left: 140px !important; 
    
}

.region-layout-fix-2 {
   margin-left: 300px !important; 
}

.new-place .image-types,
.edit-place .image-types,
.controls .element-label {
	font-size: 13px;
}

.new-place .category .category-typeahead,
.edit-place .category .category-typeahead {
	width: 334px;
}

.new-place .image-types input[type="radio"],
.edit-place .image-types input[type="radio"] {
	margin: 0 5px 0 0;
}

.new-place #map-box,
.edit-place #map-box {
	background-color: #FCFCFC;
	border: 1px solid #F4F4F4;
    left: 680px;
    padding: 2px;
    position: absolute;
    top: 288px;
    z-index: 75;
}

.new-place #map-box span,
.edit-place #map-box span {
	font-size: 13px;
}

.new-place #map-box .gmap3,
.edit-place #map-box .gmap3 {
	width: 563px;
	height: 300px;
	margin-bottom: 0;
	margin-top: 2px;
}

.new-place .image-container,
.edit-place .image-container
 {
	margin-left: 10px;
	width: 460px;
}

.new-place .image-container h5 ,
.edit-place .image-container h5{
	margin-top: 0;
}

.new-place .image-container p,
.edit-place .image-container p {
	font-size: 11px;    
	line-height: 11px;
	margin-bottom: 0;
}

.new-place .image-container .panel-title,
.edit-place .image-container .panel-title {
	margin-bottom: 0;
}

.new-place .image-container .panel-body ul,
.edit-place .image-container .panel-body ul {
	color: #999;
	font-size: 13px; 
}

.alert {
    border-radius: 3px;
    padding: 5px 35px 5px 10px;
	margin-bottom: 0;
}

.small-box {
    border-radius: 2px;
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.small-box > .inner {
    padding: 10px;
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
}

.small-box .icon {
    bottom: 34px;
    color: rgba(0, 0, 0, 0.15);
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: auto;
    z-index: 0;
}

.small-box > .small-box-footer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}


/*  background color  */
.bg-blue {
    background-color: #0073B7 !important;
    color: #F9F9F9;
}

.bg-maroon {
    background-color: #85144B !important;
    color: #F9F9F9;
}

.bg-purple {
    background-color: #932AB6 !important;
    color: #F9F9F9;
}

.bg-yellow {
    background-color: #F39C12 !important;
    color: #F9F9F9;
}

.bg-green {
    background-color: #00A65A !important;
    color: #F9F9F9;
}

.bg-light-seagreen3 {
    background-color: #43CD80;
	color: #F9F9F9;
}

.bg-red {
    background-color: #F56954 !important;
    color: #F9F9F9;
}

.bg-aqua {
    background-color: #00C0EF !important;
    color: #F9F9F9;
}

.bg-light-blue {
    background-color: #3C8DBC !important;
    color: #F9F9F9;
}

.bg-navy {
    background-color: #001F3F !important;
    color: #F9F9F9;
}

.bg-gray {
	background-color: #C1C1C1 !important;
    color: #F9F9F9;	
}

.bg-white {
	background-color: #FFFFFF !important;
    color: #F9F9F9;	
}

.item-even {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background-color: #FAFAFA;
}

.text-yellow {
    color: #F39C12 !important;
}

.text-red {
    color: #F56954 !important;
}

.text-navy {
    color: #001F3F !important;
}

.text-aqua {
    color: #00C0EF !important;
}

.text-green {
    color: #006621 !important;
}

.form-horizontal .control-group {
    margin-bottom: 14px;
}

.control-group .controls .input-radio {
	font-size: 14px;
}
.control-group .controls .input-radio input {
	margin: -3px 2px 0 0;

}
.control-group .controls .input-small {
	width: 131px;
}

.control-group .controls input[type="checkbox"] {
	margin-top: -2px;
}

.control-group .controls .req {
	color: #B94A48;
}

.control-group .error {
	color: #B94A48;
	font-size: 13px;
}

.control-group .form-item {
    display: inline;
	margin-right: 5px;
}

.control-group .form-item .error {
    clear: both; float: left; display: inline;
}

.input-append .add-on {
	height: auto;
}

.content .introduction {
	font-size: 13px;
	text-align: justify;
}

.text-italic {
	font-style: italic;
	font-family: 'Raleway',sans-serif;
	font-size: 12px;
}

.text-bold {
	font-weight: bold;
}

.minus-3-left-margin {
    margin-left: -3px;
} 

.plus-5-left-margin{
	margin-left: 5px;
} 

.zero-left-margin {
	margin-left: 0 !important;
}


.content .tag-cloud {
	text-align: center;
}


.tag-cloud .item {
	font-family: 'Raleway',sans-serif;
	font-weight: normal;
	padding: 0 10px; /*
	text-shadow: 1px 1px 5px rgba(0,0,0, 0.3); */
	-webkit-box-shadow: 1px 1px 5px rgba(105,84,245, 0.3);
	-moz-box-shadow: 1px 1px 5px rgba(105,84,245, 0.3);	
	box-shadow: 1px 1px 5px rgba(105,84,245, 0.3);	
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;	
}


.tag-cloud .place-item {
	border-bottom: 1px solid #164900;
	border-top: 1px solid #FFFFFF;
	color:#2e6e12;
	font-size: 12px;
	margin: 5px 5px 5px 0;	
}

.tag-cloud .place-item:hover,
.tag-cloud .place-item:focus {
	color:#2e6e12;
	border-bottom: 2px solid #164900;	
}

.tag-cloud .category-item {
	border-bottom: 1px solid #0073B7;
	border-top: 1px solid #FFFFFF;
	color:#1192D3;
	font-size: 12px;
	margin: 5px 5px 5px 0;	
}


.tag-cloud .category-item:hover,
.tag-cloud .category-item:focus {
	color:#0073B7;
	border-bottom: 2px solid #0073B7;	
}

.tag-cloud .plain-item {	
	border: 1px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	color:#666666;
	font-size: 12px;
	margin: 5px 5px 5px 0;	
}

.new-place .tag-cloud a:hover,
.new-place .tag-cloud a:focus {	
	color:#666666;	
	cursor: inherit;
}

.tag-cloud .sub-region-item .count {
	/* color: #999; */	
}

.africa-home  .overlay .overlay-btn {
	background-color: #FFFFFF;
	border-bottom: 2px solid #F56954;
	color: #F56954;
	font-size: 14px;
}

.africa-home  .thumb-item-title {
	background-color: #F56954;
	border-bottom: 2px solid #CC0000;
	color: #CC0000;
}


.tag-cloud .item:focus,
.tag-cloud .item:focus {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);	
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), -1px 0 0 rgba(0, 0, 0, 0.03), 1px 0 0 rgba(0, 0, 0, 0.03), 0 1px 0 rgba(0, 0, 0, 0.12);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.tag-cloud .sub-region-item {
	border-bottom: 2px solid #F56954;
	border-top: 1px solid #F56954;
	color: #FFF;
	font-size: 14px;
	padding: 2px 10px;
	margin: 0 5px 5px 0;
	-webkit-box-shadow: 1px 1px 5px rgba(105,84,245, 0.3);
	-moz-box-shadow: 1px 1px 5px rgba(105,84,245, 0.3);
	box-shadow: 1px 1px 5px rgba(105,84,245, 0.3);	
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;	
}

.africa .tag-cloud .sub-region-item {
	border-bottom: 2px solid #CC0000;
	border-top: 1px solid #F56954;
	color: #CC0000;	
}

.africa .tag-cloud .sub-region-item:hover,
.africa .tag-cloud .sub-region-item:focus {
	color: #CC3300;	
}

.americas-home  .overlay .overlay-btn {
	background-color: #FFFFFF;
	border-bottom: 2px solid #0073B7;
    color: #0073B7;
	font-size: 14px;
}

.americas-home  .thumb-item-title {
	background-color: #0073B7;
	border-bottom: 2px solid #003366;
	color: #003366;
}

.americas .tag-cloud .sub-region-item {
	border-bottom: 2px solid #003366;
	border-top: 1px solid #0073B7;
	color: #003366;	
}

.americas .tag-cloud .sub-region-item:hover,
.americas .tag-cloud .sub-region-item:focus {
	color: #003396;	
}

.asia-home  .overlay .overlay-btn {
	background-color: #FFFFFF;
	border-bottom: 2px solid #00A65A;
    	color: #00A65A;
	font-size: 14px;
}

.asia-home  .thumb-item-title {
	background-color: #00A65A;
	border-bottom: 2px solid #003300;
	color: #003300;
}

.asia .tag-cloud .sub-region-item {
	border-bottom: 2px solid #003300;
	border-top: 1px solid #00A65A;
	color: #003300;	
}

.asia .tag-cloud .sub-region-item:hover,
.asia .tag-cloud .sub-region-item:focus {
	color: #006633;	
}


.europe-home  .overlay .overlay-btn {
	background-color: #FFFFFF;
	border-bottom: 2px solid #932AB6;
    	color: #932AB6;
	font-size: 14px;
}

.europe-home  .thumb-item-title {
	background-color: #932AB6;
	border-bottom: 2px solid #550099;
	color: #e69cee;
}

.europe .tag-cloud .sub-region-item {
	border-bottom: 2px solid #550099;
	border-top: 1px solid #932AB6;
	color: #e69cee;	
}

.europe .tag-cloud .sub-region-item:hover,
.europe .tag-cloud .sub-region-item:focus {
	color: #663399;	
}

.oceania-home  .overlay .overlay-btn {
	background-color: #FFFFFF;
	border-bottom: 2px solid #1192D3;
    color: #1192D3;
	font-size: 14px;
}

.oceania-home  .thumb-item-title {
	background-color: #F39C12;
	border-bottom: 2px solid #FFCC33;
	color: #FFCC33;
}

.oceania .tag-cloud .sub-region-item {
	border-bottom: 2px solid #FFCC33;
	border-top: 1px solid #F39C12;
	color: #FFCC33;	
}

.oceania .tag-cloud .sub-region-item:hover,
.oceania .tag-cloud .sub-region-item:focus {
	color: #FFCC00;	
}

.antarctica-home  .overlay .overlay-btn {
	background-color: #FFFFFF;
	border-bottom: 2px solid #85144B;
    color: #85144B;
	font-size: 14px;
}

.antarctica-home  .thumb-item-title {
	background-color: #85144B;
}

.content .item-preview img {
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	padding: 2px;
}

.content .item-preview .thumb-item-title {
	padding: 3px;
}

.content .item-preview .thumb-item-title span {
	font-size: 14px;
	color: #000;
}

.content .item-details {
	width: 840px;
}

.content .item-details h4 {
	font-weight: normal;
	margin-top: 0;
}

.content .item-details p {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #000;
}

.content .item-details .span8 {
	width: 835px;
}

.content .item-details .image-box  {
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);	
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	padding: 5px;
	margin: 0 5px 15px 0;
}

.content .item-details .sub-list li {
	font-size: 13px;	
}

.content .item-details  .author {
	font-size: 13px;
	margin-left: 13px;
}

.content .item-details .social-share {
    width: 340px;
	margin: 5px 0 0 5px;
}

.content .item-details .social-share .btn-group .default-btn {
    border: none;
	background-color: transparent;
}

.content .item-details .social-share .btn-group .default-btn,
.content .item-details .social-share .btn-group .default-btn i {
    color: #001f3f;
}

.content .social-share .dropdown-menu {
    padding-top: 0;
} 

.content .item-details .map-box {
    border: 1px solid #F4F4F4;
    height: 220px;
    margin: 5px 0 0 5px;
    padding: 2px;
    width: 350px;
}

.content .item-details .map-box .gmap3 {
	height: 198px;
}


.item-details .image-gallery-thumbs .image-gallery {

	margin-left: 5px;
}

.item-details .image-gallery-thumbs .image-gallery img{
	border: 1px solid #d1d1d1;
	margin: 2px;
}

.content .item-details .gallery-box,
.content .item-details .places-nearby h4 { display: block; clear: both; }
	
.sidebar-right .span3 {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.margin-left-none {
	margin-left: 0;
}

.sidebar-right  h4 {
	font-weight: normal;
	display: block;
}

.sidebar-right .span3  .span3 {
	margin-left: 10px;
}

.sidebar-right .span3  .tag-search {
     display: block;
	 width: 100%;
}

.sidebar-right .span3  .tag-search span,
.sidebar-right .span3  .tag-search .tag-search-box {
	 display: inline;
	 font-size: 13px;
}

.sidebar-right .span3 .tag-cloud {     
    height: 200px;
    overflow: auto; 
}

.sidebar-right .place .tag-cloud { 
    text-align: center; 
}


.sidebar-right .comment-box {
    display: block;
    min-height: 100px;
    overflow: auto;
    width: 100%;
}

.sidebar-right  .user .user-preview,
.sidebar-right  .user p  {
	text-align: center;
}
.sidebar-right  .user .user-preview img  {
	border: 2px solid #f4f4f4;
	padding: 2px;
}

.sidebar-right  .user .user-preview .icon-user  {
	color: #cdcdcd;
	font-size: 120px;
}

.sidebar-right .map img {
    padding: 3px;
    border: 2px solid #f4f4f4;
    margin-left: 0;
    
}

.sidebar-right .cat-list {
    border-radius: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);    
}

.sidebar-right .cat-list li {
    border-bottom: none;  
    padding: 1px 0;
}

.advert {
    border: 1px solid #ddd;  
    padding: 0 10px;
}

.advert-text {
    
}

.advert h4 {
    font-weight: 700;
}

.advert p {
    font-size: 13px;
}


.discuss-recently  .comment-item {
	clear: both;
    display: block;
    float: left;
    width: 100%;
}


.discuss-recently  .comment-item .place-image {
	display: block;
	float: left;
	clear: left;
	padding-right: 5px;
}

.discuss-recently  .comment-item .place-image img {
	padding: 4px;
	height: 35px !important;
	width: 35px !important;
}

.discuss-recently .comment-item .message {
	display: inline;
}

.discuss-recently small {
	display: inline;
	font-size: 10px;
}

.comment-item .comment-body .span9,
.bookmark-item .bookmark-body .span10 {
    margin-left: 20px;
}

.comment-item .comment-body .span2 {
    margin-left: 0;
}

.comment-item .place-image img,
.bookmark-item .place-image img {
    border: 1px solid #F4F4F4;
	background-color: #fff;
    padding: 3px;
	margin: 5px 0 2px 5px;
}

.comment-item h5,
.bookmark-item h5 {
	margin: 5px 0 0 0;
}

.comment-item p,
.bookmark-item p {
    font-family: Verdana,sans-serif;
	font-size: 11px;
	color: #666;
}

.comment-item .comment-body .text-muted {
    font-size: 12px;
}


/*  Thumbs Up & Thumbs Down */
.rateWrapper {
    display: inline-block;
	height: 24px;
}
.rate,
._rate,
.rateDone {	
	display: block;
	float: left;	
	background: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

.rate {
	cursor: pointer;
}

.rateWrapper .rate i,
.rateWrapper ._rate i,
.rateWrapper .rateDone i {
    font-size: 20px;
}

.rateDone {
	cursor: default;
}

.rateUp {
    color:  #4caf50;
	padding: 5px 10px 3px 0;
	height: 21px;
	margin-top: 5px;
}

.rateDown {
    color:  #f56954;
	padding: 5px 10px 3px 0;
	height: 21px;
	margin-top: 5px;
}
.rateUp:hover,
.rateUp.active {
    color:  #2e7d32;
}
.rateDown:hover,
.rateDown.active {
    color:  #c62828;
}


/* Error pages */
.error-page:before, .error-page:after {
    content: " ";
    display: table;
}

.error-page:after {
    clear: both;
}

.error-page > .error-content {
    display: block;
    margin-left: 190px;
}

.error-page > .error-content > h3 {
    font-size: 25px;
    font-weight: 300;
}

.error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

.comment-form form {
	margin-bottom: 10px;
}

.comment-form .input-msg-wrap input {
	clear: right;
}

.comment-form .input-msg-wrap .error {
	clear: left;
	float: left;
}

.comment-box .comment-item {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #cfcfcf;
	background-color: #FDFDFD;
}

.comment-box img {
    border: 2px solid #F4F4F4;
    padding: 2px;
    height: 25px;
    width: 25px;
}

.comment-box .comment-item  > .message {
    margin-left: 40px;
    margin-top: -37px;
	font-size: 13px;
}

.comment-box .comment-item  > .message > .name {
    display: block;
    font-weight: 400;
}
.comment-box .comment-item  > .message > p {
    font-size: 12px;
}

.comment-box .comment-item  > .message > small {
    color: #919191;
	margin-top: -18px;
	font-size: 10px;
}

.comment-box .comment-item  > .message > .close-action {
	margin-top: -18px;
}


.comment-form input {
	width: 230px;
}

#blueimp-gallery .modal {
	background-color: transparent;
	overflow: auto;
}

#blueimp-gallery .modal-dialog {
	margin: 0 auto;
}


#blueimp-gallery  .modal-header {
	border-bottom: none;
}

#blueimp-gallery  .modal-header h4 {
	color: #C1C1C1;
}


#progress {
    margin: 10px 0;
	height: 15px;
}

#progress .bar {
    height: 15px;
    background: green;
}


#links a {
    padding: 5px;
	display: block;
	float: left;
}

#links img {
	border: 1px solid #dddddd;
	padding: 3px;
}

@media (max-width: 1024px) {

    .comment-item .comment-body .span9 {
		margin-left: 20px;
	}
    
	.comment-item .comment-body .span2,
	.bookmark-item .bookmark-body .span1 {
		margin-left: 0;
	}
}

@media (max-width: 980px) {
	.call-out .pull-left, .call-out .pull-right {
		width: 100%;
		text-align: center;	
	}
	
	.call-out .pull-right {
		margin-bottom: 15px;	
	}
	
	.call-out h4 {
		line-height: 1.3em;	
	}
	
	.heading-text h1 {
		line-height: 1.2em;	
	}
	
	.nav-container-inner {
		background: #0C7EB8;	
	}
	
	.navbar .brand {
		margin: 0;
		background: none;
	}
	
	.navbar .btn-navbar {
		margin: 0;
		background: #266E9D;
		border: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		height: 105px;
		padding: 0 5%;	
	}
	
	.nav-collapse.in.collapse {
		background: #0C7EB8;
	}
	
	.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
		background: #266E9D;	
	}
	
	.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
		background: #266E9D;	
	}
	
	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		color: #FFF;	
	}
	
	.searchtophead {
		/* visibility: hidden;
		height: 0px; */
        margin-top: 0;
	}
    
    .searchtop search-button {
        margin-top: -24px;        
    }
	
	.fixed-header-container .navbar {
		height: auto;	
	}
    
    .home-page .left-adjust {
        margin-left: 0 !important;
    }

    .comment-item .comment-body .span9 {
		margin-left: 20px;
	}
    
	.comment-item .comment-body .span2,
	.bookmark-item .bookmark-body .span1 {
		margin-left: 0;
	}

}

@media (max-width: 800px) {
    .inner-page {
        min-height: 375px;        
    }
        .view-place .span9 .container  { padding: 0; }
	.content .item-details,
	.view-place .item-details .span8  { width: 550px; }
	.view-place .item-details .span3,
	.view-place .item-details .span4	{ width: 250px; }
	.content .item-details .plus-5-left-margin,
	.content .item-details .places-nearby  ul { margin-left: 0 !important; }
	.content .item-details .places-nearby ul li { margin-left: 5px; width: 200px; float: left; }
	.content .item-details .map-box { width: 250px; }
}

@media (max-width: 767px) {
	#breadcrumbs .breadcrumb {
		float: left;
		margin: 10px 0;	
	}
	
	.footer .copyright {
		text-align: center;
		margin-bottom: 30px;	
	}
	
	.footer .social-icons {
		text-align: center;	
	}
	
	#contact_form .controls {
		line-height: 5px;	
	}
	
	.container-fluid {
		padding: 0 15px;	
	}
    
    .home-page .left-adjust {
        margin-left: 0 !important;
    }
    
    .inner-page {
        min-height: 355px;        
    }
    
    .view-place .span9 .container  { padding: 0; }
	.content .item-details,
	.view-place .item-details .span8  { width: 560px; }
	.content .item-details .plus-5-left-margin,
	.content .item-details .places-nearby  ul { margin-left: 0 !important; }
	.content .item-details .places-nearby ul li { margin-left: 5px; width: 200px; float: left; }
	.content .item-details .map-box { width: 210px; }
    
    #mainTripRouteForm  .route-wrap {  width: 400px; }
    
    .discuss-page .comment-wrapper,
    .bookmark-page .bookmark-wrapper { padding: 0; }
    
	.discuss-page .comment-wrapper ul,
    .bookmark-page .bookmark-wrapper ul { margin-left: 0; }

	.comment-item .comment-body .span9,
	.bookmark-item .bookmark-body .span10 {
		margin-left: 10px;
	}
	
	.comment-item .comment-body .span2,
	.bookmark-item .bookmark-body .span1 {
		margin-left: 0;
	}
}


@media (max-width: 640px) {
    
	.form-horizontal .controls { margin-left: 0px !important; }

	.view-place .span9 .container  { padding: 0; }
	.view-place .item-details,
	.view-place .item-details .span8  { width: 605px; }
	.content .item-details .plus-5-left-margin,
	.content .item-details .places-nearby  ul { margin-left: 0 !important; }
	.content .item-details .places-nearby ul li { margin-left: 5px; width: 190px; float: left; }
	.content .item-details .map-box { width: 605px; }
}


@media (max-width: 600px) {
    
	.form-horizontal .controls { margin-left: 0px !important; }

	.view-place .span9 .container  { padding: 0; }
	.view-place .item-details,
	.view-place .item-details .span8  { width: 565px; }
	.view-place .item-details .span3,
	.view-place .item-details .span4	{ width: 560px; }
	.content .item-details .plus-5-left-margin,
	.content .item-details .places-nearby  ul { margin-left: 0 !important; }
	.content .item-details .places-nearby ul li { margin-left: 5px; width: 170px; float: left; }
	.content .item-details .map-box { width: 565px; }
}

@media (max-width: 480px) {
	
	.view-place .span9 .container  { padding: 0; }
	.view-place .item-details,
	.view-place .item-details .span8  { width: 445px; }
	.content .item-details .plus-5-left-margin,
	.content .item-details .places-nearby  ul { margin-left: 0 !important; }
	.content .item-details .places-nearby ul li { margin-left: 5px; width: 200px; float: left; }
	.content .item-details .map-box { width: 445px; }
    .inner-heading h1 { margin-top: 0; }

@media (max-width: 420px) {
	.iphone-hand {
		right: 0;	
	}
	
	.cbp-qtrotator blockquote p {
		font-size: 1em !important;	
	}
	
	.container-fluid {
		padding: 0 10px;	
	}
    
    .home-page .left-adjust,
    .region-layout-fix-1,
    .region-layout-fix-2{
        margin-left: 0 !important;
    }
    
    
    .inner-page {
        min-height: 180px;        
    }
    
	.view-place .span9 .container  { padding: 0; }
	.view-place .item-details,
	.view-place .item-details .span8  { width: 405px; }
	.content .item-details .plus-5-left-margin,
	.content .item-details .places-nearby  ul { margin-left: 0 !important; }
	.content .item-details .places-nearby ul li { margin-left: 5px; width: 152px; }
	.content .item-details .map-box { width: 405px; }
    
    #mainTripRouteForm .form-item,
	#mainTripRouteForm .form-item  input { width: 100%; }	
	#mainTripRouteForm  button { clear: both; display: block; width: 100%; }
    #mainTripRouteForm  .route-wrap {  width: 400px; }
    
	.discuss-page .comment-wrapper,
    .bookmark-page .bookmark-wrapper { padding: 0; }
	
    .discuss-page .comment-wrapper ul,
    .bookmark-page .bookmark-wrapper ul { margin-left: 0; }
 
	.comment-item .comment-body .span9 {
    	margin-left: 20px;
	}
    
	.bookmark-item .bookmark-body .span10 {
		margin-left: 10px;
	}
	
	.comment-item .comment-body .span2,
	.bookmark-item .bookmark-body .span1 {
		margin-left: 0;
	}

}

@media (max-width: 360px) {
	.navbar .brand {
		max-width: 70%;	
	}
	
	.navbar .brand img {
		max-width: 100%;	
	}
    
    .home-page .left-adjust,
    .region-layout-fix-1,
    .region-layout-fix-2 {
        margin-left: 0 !important;
    }
    
    .inner-page {
        min-height: 150px;        
    }
    
	.view-place .span9 .container  { padding: 0; }
	.view-place .item-details,
	.view-place .item-details .span8  { width: 325px; }
	.content .item-details .plus-5-left-margin,
	.content .item-details .places-nearby  ul { margin-left: 0 !important; }
	.content .item-details .places-nearby ul li { margin-left: 5px; width: 140px; }
	.content .item-details .map-box { width: 325px; }
    
    #mainTripRouteForm .form-item,
	#mainTripRouteForm .form-item  input { width: 100%; }	
	#mainTripRouteForm  button { clear: both; display: block; width: 100%; }
    #mainTripRouteForm  .route-wrap {  width: 298px; }
        
	.discuss-page .comment-wrapper,
    .bookmark-page .bookmark-wrapper { padding: 0; }
	
    .discuss-page .comment-wrapper ul,
    .bookmark-page .bookmark-wrapper ul { margin-left: 0; }
 
    .comment-item .comment-body .span9 {
    	margin-left: 20px;
	}
    
	.bookmark-item .bookmark-body .span10 {
		margin-left: 10px;
	}
	
	.comment-item .comment-body .span2,
	.bookmark-item .bookmark-body .span1 {
		margin-left: 0;
	}
}

@media (max-width: 320px) {    
	.view-place .span9 .container  { padding: 0; }
	.view-place .item-details,
	.view-place .item-details .span8  { width: 285px; }
	.content .item-details .plus-5-left-margin,
	.content .item-details .places-nearby ul   { margin-left: 0 !important; }
	.content .item-details .places-nearby ul li  { margin-left: 5px; width: 130px; }
	.content .item-details .map-box { width: 285px; }
    #mainTripRouteForm  .route-wrap {  width: 260px; }
}

@media (max-width: 280px) {
	/* .navbar .brand {
		max-width: 40px;
		padding: 15px;	
	} */	
}