/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

body {
	font-size: 16px;
}
@media(max-width:991px){
	body {
		font-size: 14px;
	}
}
@media(max-width:550px){
	body {
		font-size: 13px;
	}
}
@media(max-width:450px){
	body {
		font-size: 12px;
	}
}

h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
.rslides .caption .bannertitle {
	font-size: 300%;
	font-weight: 600;
	color: #FFFFFF;
	/*padding: 3;
	background-color: rgba(0,0,0,0.52);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
}

ul, ol {margin: 0;}
p {margin: 0;}
html, body{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;	
	background-color: #fff;
	background-position: center -200px;
	background-image: url(../images/background-ecuador.png);
	background-size: 110%;
	background-origin: content-box;
	/*background-repeat: no-repeat;*/
}
/*--header start here--*/
.header {
	padding: 25px 0px 0px 0px;
	background-color: white;
	z-index: 2000;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
	transition: all 0.3s linear;
}

.header-main {
  padding: 0px 25px 0px 10px;
}
.logo a h1 {
  font-size: 2em;
  font-weight: 700;
  color: #000;
  margin: 0em;
}
.logo a:hover {
	text-decoration:none;
}
.header-left {
	float: left;
	position: relative;
	padding: 5px 0px 0px 0px;
}
.header-right {
	float: left;
	position: relative;
	text-align: center;
	padding: 5px 0px 0px 0px;
}
.header-right label{
	position: absolute;
	top: -2.1em;
	left: 0;
	cursor: pointer;
}

.header-right span{
	position: relative;
	width: 2em;
	height: 2em;
	background: rgba(255,255,255,.3);
	-webkit-transition: all .3s ease;
}
.header-right span:hover{
	background: rgba(255,255,255,.6);
}
.header-right span:before,
.header-right span:after{
	content: '';
	position: absolute;
	width: 2em;
	height: .3em;
	top: 0.7em;
	left: 0;
	background: black;
}
.header-right span:after{
	top: 1.2em;
	box-shadow: 0 0.5em 0 0 black;
}
#open{
	display: none;
}
nav>a:hover{
	background: rgba(0,0,0,.9);
	color: black;
}
.hidden-desktop{
	display: none;
}

.top-nav {
	display: inline-block;
}
.top-nav  ul {
	padding: 0px;
	list-style: none;
}
.top-nav  ul li {
	display: inline-block;
}
.top-nav  ul li a {
	font-size: 17px;
	font-weight: 400;
	padding:0px 10px;
	color: #777;
}
.top-nav  ul li a:hover,.top-nav  ul li a.active {
	text-decoration:none;
	color:#3488d0;
}

nav>a{
	float: left;
	font-size: 17px;
	font-weight: 400;
	padding:0px 10px;
	color: #777;
	position: relative;
	display: inline-block;
	line-height: 40px;
	-webkit-transition: all .3s ease;
}

nav>a:hover, nav>a.active {
	text-decoration:none;
	color: white;
	background-color: black;
}

span.menu{
     display:none;
  }

 /*drop down menu start addition*/
 .dropdowntour {
    float: left;
    overflow: show;
    background-color: white;
    -webkit-transition: all .3s ease;
}
.dropdowntour:hover {
	background-color: black;
}
.dropdowntour .dropbtn {
   	font-size: 17px;
	font-weight: 400;
	padding:0px 10px;
	color: #777;
	position: relative;
	display: inline-block;
	line-height: 40px;
    border: none;
    outline: none;
    background-color: inherit;
    font-family: inherit;
	-webkit-transition: all .3s ease;
}
.dropdowntour:hover .dropbtn {
	text-decoration:none;
	color: white;	
}
nav>div.dropdowntour.active .dropbtn {
	text-decoration:none;
	color: #fff;
	background-color: black;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 100;
}
.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.dropdowntour:hover .dropdown-content {
    display: block;
    z-index: 100;
}


/*end drop down menu addition*/

.search {
	width: 100%;
	background: #EBEBEB;
	border-radius: 20px;
	display: inline-block;
}
.search input[type="text"] {
	border: none;
	background: none;
	outline: none;
	width: 80%;
	padding: 8px 0px 8px 12px;
	-webkit-appearance: none;
	font-size: 14px;
	font-weight: 400;
	color: #777;
}
.search input[type="submit"] {
	background:url(../images/search.png)no-repeat;
	height:18px;
	border: none;
	width: 16%;
	outline: none;
	vertical-align:middle;
}
.logo {
	margin: 0px 45px 0px 0px;
	display: inline-block;
}
.logo a {
	display: block;
}
span.head-line {
	background: url(../images/bann-line.png)no-repeat 0px 0px;
	width: 87px;
	height: 18px;
	display: block;
}
.about-left-tabs .col-md-8.about-right #franciscocomment {
	margin: 15px 0 30px 0;
	border-radius: 15px;
	background-color: #6B797A;
}
.about-left-tabs .col-md-8.about-right #franciscocomment p {
	font-style: italic;
	font-size: 80%;
	width: 100%;
	height: 100%;
	color: white;
	padding: 20px;
}
p .signature  {
	font-family: "Lucida Calligraphy", "Lucida Handwriting";
}
.container .about-main .about-bottom {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.about-main .about-bottom .col-md-8.about-right {
	width: 66%;
	padding-top: 10px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
}
@media(max-width:992px) {
	.about-main .about-bottom .col-md-8.about-right {
		width: 80%;
	}
}
@media(max-width:480px) {
	.about-main .about-bottom .col-md-8.about-right {
		width: 90%;
	}
}


.offers {
	width: 100%;
}
.offers-container{
	width: 100%;
}

.price {
	color: white;
	display: inline-block;
	background-color: red;
	line-height: 55px;
	font-size: inherit;
	padding-right: 4px;
	padding-left: 4px;
}
@media(max-width:1060px){
.price {
	line-height: 35px;
}
}
.offer_header {
	padding: 50px;
	height: 100%;
	margin: auto 0;
	overflow: hidden;
	background: rgba(0,0,0,0.50);
	z-index: -1;
}
.pagetitleh1 {
	text-align: center;
	font-size: 450%;
	font-weight: 800;
}
@media(max-width:680px) {
	.pagetitleh1 {
		font-size: 300%;
	}
}
.pagetitleh11 {
	text-align: center;
	font-size: 350%;
	font-weight: 800;
}


.sectiontitleh2 {
	font-size: 250%;
	font-weight: 600;
}
@media(max-width:680px) {
	.sectiontitleh2 {
		font-size: 200%;
	}
}

.offerh1 {
	font-size: 350%;
	color: white;
	font-weight: bold;
	margin: 10px auto;
}
@media(max-width:1100px){
.offerh1 {
	font-size: 300%;
}
}
@media(max-width:840px){
.offerh1 {
	font-size: 250%;
}
}
@media(max-width:430px){
.offerh1 {
	font-size: 220%;
}
}
.offerh11 {
	font-size: 300%;
	color: white;
	font-weight: bold;
	margin: 10px auto;
}
@media(max-width:1100px){
.offerh11 {
	font-size: 250%;
}
}
@media(max-width:500px){
.offerh11 {
	font-size: 200%;
}
}


.offerh0 {
	font-size: 350%;
	color: white;
	font-weight: bold;
	margin: 10px auto;
}
@media(max-width:1100px){
.offerh0 {
	font-size: 300%;
}
}
@media(max-width:840px){
.offerh0 {
	font-size: 250%;
}
}
@media(max-width:430px){
.offerh0 {
	font-size: 220%;
}
}
.offerh01 {
	font-size: 300%;
	color: white;
	font-weight: bold;
	margin: 10px auto;
}
@media(max-width:1100px){
.offerh01 {
	font-size: 250%;
}
}
@media(max-width:500px){
.offerh01 {
	font-size: 200%;
}
}

.offerh2 {
	font-weight: bold;
	display: inline-block;
	font-size: 200%;
	color: black;
	background-color: #fff;
	margin: 15px auto;
	line-height: 55px;
	padding-left: 5px;
}
@media(max-width:1300px){
.offerh2 {
	font-size: 200%;
}
}
@media(max-width:1060px){
.offerh2 {
	font-size: 175%;
	line-height: 35px;
}
}
@media(max-width:840px){
.offerh2 {
	font-size: 155%;	
}
}
@media(max-width:750px){
.offerh2 {
	font-size: 135%;
	font-weight: 1000;
}
}
@media(max-width:670px){
.offerh2 {
	font-size: 120%;
	font-weight: 1000;
}
}
@media(max-width:615px){
.offerh2 {
	font-size: 110%;
	font-weight: 1000;
}
}
@media(max-width:550px){
.offerh2 {
	font-size: 100%;
	font-weight: 1000;
}
}
@media(max-width:535px){
.offerh2 {
	font-size: 90%;
}
}
@media(max-width:505px){
.offerh2 {
	font-size: 80%;
	font-weight: 900;
}
}
/*@media(max-width:440px){
.offerh2 {
	font-size: 70%;
	font-weight: 900;
}
}*/
.offerh22 {
	font-weight: bold;
	font-size: 200%;
	display: inline-block;
	color: black;
	background-color: #fff;
	margin: 20px auto;
	line-height: 40px;
	padding-left: 5px;
}
@media(max-width:1060px){
.offerh22 {
	line-height: 25px;
}
}
@media(max-width:890px){
.offerh22 {
	font-size: 175%;
}
}
@media(max-width:800px){
.offerh22 {
	font-size: 150%;
}
}
@media(max-width:690px){
.offerh22 {
	font-size: 130%;
}
}
@media(max-width:615px){
.offerh22 {
	font-size: 110%;
}
}
@media(max-width:530px){
.offerh22 {
	font-size: 100%;
}
}
@media(max-width:525px){
.offerh22 {
	font-size: 90%;
}
}
@media(max-width:505px){
.offerh22 {
	font-size: 80%;
	font-weight: 900;
}
}
/*@media(max-width:430px){
.offerh22 {
	font-size: 70%;
	font-weight: 900;
}
}*/
.offerh222 {
	font-weight: bold;
	display: inline-block;
	color: black;
	font-size: 170%;
	background-color: #fff;
	margin: 20px auto;
	line-height: 40px;
	padding-left: 5px;
}
@media(max-width:1060px){
.offerh222 {
	line-height: 25px;
}
}
@media(max-width:840px){
.offerh222 {
	font-size: 155%;
}
}
@media(max-width:760px){
.offerh222 {
	font-size: 135%;
}
}
@media(max-width:680px){
.offerh222 {
	font-size: 120%;
}
}
@media(max-width:615px){
.offerh222 {
	font-size: 110%;
}
}
@media(max-width:580px){
.offerh222 {
	font-size: 100%;
}
}
@media(max-width:535px){
.offerh222 {
	font-size: 90%;
}
}
@media(max-width:505px){
.offerh222 {
	font-size: 80%;
	font-weight: 900;
}
}
@media(max-width:450px){
.offerh222 {
	font-size: 70%;
	font-weight: 900;
}
}
@media(max-width:420px){
.offerh222 {
	font-size: 60%;
	font-weight: 900;
}
}



#offer0, #offer1, #offer2, #offer3, #offer4, #offer5, #offer6, #offer7, #offer8, #offer9, #offer10 {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	margin: 80px 0 110px 0;
	-webkit-box-shadow: 0px 34px 35px 7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 34px 35px 7px rgba(0,0,0,0.75);
	box-shadow: 0px 34px 35px 7px rgba(0,0,0,0.75);
}
#offer0 {
	background-image: url(../images/offer0.jpg);
}
#offer1 {
	background-image: url(../images/offer1.jpg);
}
#offer2 {
	background-image: url(../images/offer2.jpg);
}
#offer3 {
	background-image: url(../images/offer3.jpg);
}
#offer4 {
	background-image: url(../images/offer4.jpg);
}
#offer5 {
	background-image: url(../images/offer5.jpg);
}
#offer6 {
	background-image: url(../images/offer6.jpg);
}
#offer7 {
	background-image: url(../images/offer7.jpg);
}
#offer8 {
	background-image: url(../images/offer8.jpg);
}
#offer9 {
	background-image: url(../images/offer9-300.jpg);
}
#offerbutton0, #offerbutton1, #offerbutton2, #offerbutton3, #offerbutton4, #offerbutton5, #offerbutton6, #offerbutton7, #offerbutton8, #offerbutton9 {
	width: 250px;
	color: black;
	font-size: 150%;
	/*border: thin solid black;*/
	border: none;
	font-weight: bold;
	background: rgba(249,255,46,1.00);
	margin-top: 10px;
	margin-left: auto;
	margin-right: 25px;
}
#offerbutton0:hover, #offerbutton1:hover, #offerbutton2:hover, #offerbutton3:hover, #offerbutton4:hover, #offerbutton5:hover, #offerbutton6:hover, #offerbutton7:hover, #offerbutton8:hover, #offerbutton9:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
@media(max-width:760px){
#offerbutton0, #offerbutton1, #offerbutton2, #offerbutton3, #offerbutton4, #offerbutton5, #offerbutton6, #offerbutton7, #offerbutton8, #offerbutton9 {
	width: 150px;
	font-size: 110%;
}
}



.offerseparator {
	display: block;
	height: 35px;
	width: 60vw;
	margin: 0px auto;
	background: url(../images/tsc_divider6_black.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-clip: padding-box;
	padding:0px;
}
/*.sepcontainer{
	width: 100%;
	align-content: center;
}
*//*modal styling start*/
#modal0, #modal1, #modal2, #modal3, #modal4, #modal5, #modal6, #modal7, #modal8, #modal9 {
  position: fixed;
  left: 45%;
  margin: 0 0 0 -40%;
  opacity: 0;
  top: -30%;
  visibility: hidden;
  width: 90%;
  box-shadow: 0 3px 7px rgba(0,0,0,.25);
  box-sizing: border-box;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out
}
#modal0:target, #modal1:target, #modal2:target, #modal3:target, #modal4:target, #modal5:target, #modal6:target, #modal7:target, #modal8:target, #modal9:target {
  opacity: 1;
  top: 30%;
  top: 125px;
  visibility: visible;
  z-index: 200;
}
.modal-header, .modal-footer {
  border-bottom: 1px solid #fff; /*#1ABC9C;*/
  border-radius: 5px 5px 0 0
}
.modal-footer {
  border: none;
  border-top: 1px solid #e7e7e7;
  border-radius: 0 0 5px 5px
}
#modal0 h2, #modal1 h2, #modal2 h2, #modal3 h2, #modal4 h2, #modal5 h2, #modal6 h2, #modal7 h2, #modal8 h2, #modal9 h2 {
  margin: 0;
  color: #000;
}
#modal0 .btn, #modal1 .btn, #modal2 .btn, #modal3 .btn, #modal4 .btn, #modal5 .btn, #modal6 .btn, #modal7 .btn, #modal8 .btn, #modal9 .btn { float: right;
}
.modal-copy, .modal-header, .modal-footer {
  padding: 10px;
  color: #000;
}

.modal-header h2 {
	font-size: 250%;
	font-weight: 700;
}
@media(max-width:1300px){
.modal-header h2 {
	font-size: 200%;
}
}
@media(max-width:820px){
.modal-header h2 {
	font-size: 150%;
}
}
@media(max-width:550px){
.modal-header h2 {
	font-size: 120%;
}
}

.modal-copy p {
	font-size: 140%;
	padding: 7px 40px 0px 40px;
	font-weight: 400;	
}
@media(max-width:1300px){
.modal-copy p {
	font-size: 120%;
}
}
@media(max-width:820px){
.modal-copy p {
	font-size: 110%;
}
}
@media(max-width:660px){
.modal-copy p {
	padding-left: 20px;
}
}
@media(max-width:550px){
.modal-copy p {
	font-size: 90%;
	padding-left: 0px;
}
}

.modal-copy ul {
	font-size: 120%;
	line-height: 30px;
	margin-left: 30px;
	padding-top: 0;
}
@media(max-width:1300px){
.modal-copy ul {
	font-size: 110%;
}
}
@media(max-width:820px){
.modal-copy ul {
	margin-left: 0px;
}
}
@media(max-width:550px){
.modal-copy ul {
	font-size: 90%;
	padding-left: 20px;
	line-height: 20px;
}
}

.modal-content {
  background: #fff;/*#34BC9D;*/
  z-index: 100;
  border-radius: 5px;
  color: #fff
}
#modal0 .modal-copy, #modal1 .modal-copy, #modal2 .modal-copy, #modal3 .modal-copy, #modal4 .modal-copy, #modal5 .modal-copy, #modal6 .modal-copy, #modal7 .modal-copy, #modal8 .modal-copy, #modal9 .modal-copy {
	background: #fff;/*#46CFB0*/
}
#modal0 .modal-overlay, #modal1 .modal-overlay, #modal2 .modal-overlay, #modal3 .modal-overlay, #modal4 .modal-overlay, #modal5 .modal-overlay, #modal6 .modal-overlay, #modal7 .modal-overlay, #modal8 .modal-overlay, #modal9 .modal-overlay {
  background-color: #000;
  background: rgba(0,0,0,.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50
}
.modal-copy a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #E74C3C;
}

/*end modal styling*/

/*Start Biography Styling*/
#biography {
	/*display: inline-block;*/
}
.about-right h2 {
	color: white;
	font-weight: bold;
}
a#biographybutton {
	display: inline-block;
	color: white;
	text-align: center;
	text-decoration: none;
	background-color: rgb(66,171,209,1.00);
	font-weight: bold;
	font-size: 130%;
	width: 30%;
	height: auto;
	padding: 10px;
	margin: 20px auto 20px 0;
	border-radius: 15px;
}
@media(max-width:450px) {
	a#biographybutton {
		width: 45%;
		font-size: 110%;
	}
}

a#biographybutton:hover, a#biographybutton:checked {
	text-decoration: none;
	color: #EFEFEF;
}
#hidden_biography {
	display: none;
	background: #fff;
	padding: 30px 30px;
	border-radius: 10px;	
	margin: 0 0 20px 0;
}
#hidden_biography p, #hidden_biography table {
	color: #000;
	font-weight: 130;
}
/*#biography p {
	color: black;
	font-weight: 130;
	padding: 30px 20px;
}*/
/*End Biography Styling*/

.social-sharing {
	float: left;
}

#slideshow {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0px;
}

#slideshow div, #slideshow a {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#slideshow img {
	display: block;
	width: 100%;
	margin: 0px auto;
	border-radius: 10px;
}

#slideshow0 {
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px;
}


#slideshow0 div, #slideshow0 a {
	width: 50%;
	height: 100%;
	margin: 0 auto;
}

#slideshow0 img {
	display: block;
	width: 100%;
	margin: 10px auto;
	border-radius: 20px;
}

.borderbox {
    border: 1px solid #ccc;
	border-radius: 2px;
	padding: 5px 5px 5px 5px;
    background: #fff;
}

.tab-content-imgtxt {
	width: 100%;
}

.tab-content-txt-center {
	width: 90%;
	margin: 10px auto;
}

.tab-content-txt-center > p, .tab-content-txt-center > h3 {
	text-align: justify;
}

/*.tab-content-imgtxt */.visib {
	display: block;
	margin: 10px auto 40px auto;
	width: 500px;
	text-align: center;
	background-color: rgba(73,72,231,0.89);
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-size: x-large;
	border-radius: 15px;
	border: thin dashed #EBEBEB;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*kosher style start*/
.subpage-redirect-buttons {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.tableContainer-k {
	display: table;
	border-collapse: separate;
	border-spacing: 0px 50px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.tableContainer-k td {
	box-sizing: border-box;
}
.tableRow-k {
	display: table-row;
	width: 100%;
	box-sizing: border-box;
	transition: transform .2s;
}
.tableRow-k:hover {
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.05); 
	z-index: 50;
	margin-left: 0;
}
a.k-subpage-button {
	display: table-cell;
	vertical-align: top;
	margin-left: 0;
	width: 250px;
	overflow: hidden;
	box-sizing: border-box;
}
@media(max-width:500px){
a.k-subpage-button {
	width: 200px;
}
}
@media(max-width:400px){
a.k-subpage-button {
	width: 150px;
}
}

a.k-subpage-button img {
	height: 250px;
	width: 250px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 10;
	margin-left: 0;
}
@media(max-width:500px){
a.k-subpage-button img {
	height: 200px;
	width: 200px;
}
}
@media(max-width:400px){
a.k-subpage-button img {
	width: 150px;
}
}

.banner-right-text {
	display: table-cell;
	margin-left: 0;
	text-align: center;
	background: #555;
	vertical-align: middle;
	box-sizing: border-box;
	text-decoration: none;
}
.banner-right-text:hover {
	text-decoration: none;
}
.banner-right-text:visited {
	text-decoration: none;
}


.tableRow-k .banner-right-text p {
	text-align: center;
}

.banner-right-text h1 {
	font-size: 500%;
	color: white;
	font-weight: bold;
}

.banner-right-text h2 {
	text-align: center;
	color: white;
	font-size: 400%;
	font-weight: bold;
}
@media(max-width:1100px){
.banner-right-text h2 {
	font-size: 350%;
}
}
@media(max-width:700px){
.banner-right-text h2 {
	font-size: 250%;
}
}

.banner-right-text h3 {
	text-align: center;
	color: white;
	font-size: 300%;
	font-weight: bold;
}
@media(max-width:1100px){
.banner-right-text h3 {
	font-size: 250%;
}
}
@media(max-width:700px){
.banner-right-text h3 {
	margin: auto 10px;
	font-size: 200%;
}
}

.banner-right-text ul {
	font-size: 100%;
	display: inline-block;
	margin: 0 5px;
	padding-left: 0;
	line-height: 150%;
}
@media(max-width:830px){
.banner-right-text ul {
	font-size: 95%;
	line-height: 180%;
}
}
@media(max-width:700px){
.banner-right-text ul {
	font-size: 90%;
	line-height: 180%;
}
}
@media(max-width:620px){
.banner-right-text ul {
	font-size: 80%;
	line-height: 180%;
}
}
@media(max-width:460px){
.banner-right-text ul {
	font-size: 70%;
	line-height: 180%;
}
}

.banner-right-text p {
	font-size: 100%;
	margin-top: 10px;
}
@media(max-width:830px){
.banner-right-text p {
	font-size: 90%;
}
}
@media(max-width:700px){
.banner-right-text p {
	font-size: 85%;
}
}
@media(max-width:620px){
.banner-right-text p {
	font-size: 70%;
}
}

.galapagos-kosher-text ol li {
	font-size: 110%;
	line-height: 1.8em;
	padding-left: 8px;
	padding-bottom: 5px;
}
.galapagos-kosher-images-container {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.galapagos-kosher-images {
	width: 80%;
}
.galapagos-kosher-images-2 {
	width: 50%;
	display: inline-block;
}
.testimonies-images {
	width: 40%;
	margin: 10px 25px;
}
/*kosher style end*/

@media(max-width:500px){
	.mysocial-b {
 		display: none;
	}
}
@media(min-width:501px){
	.mysocial-s {
 		display: none;
	}
}

.slide-show-video {
	background-color: white;
	display: block;
	margin: 0 auto;
	width: 640px;
	z-index: 1000;
}
@media(max-width:768px){
	.slide-show-video {
		width: 320px;
		height: 240px;
		overflow: hidden;
	}
}

.slide-show-video-2 {
	background-color: rgb(0.8,0.8,0.8);
	display: block;
	margin: 0 auto;
	width: 640px;
	z-index: 1000;
}
@media(max-width:970px){
	.slide-show-video-2 {
		width: 320px;
		height: 180px;
		overflow: hidden;
	}
}


video {
	width: 640px;
	height: auto;
}
@media(max-width:768px){
	video {
		width: 320px;
		height: auto;
	}
}

video#otavalo-video {
	width: 640px;
	height: auto;
}
@media(max-width:970px){
	video#otavalo-video {
		width: 320px;
		height: auto;
	}
}

/*In the news float start*/

.in-the-news {
	position: fixed;	
	top: 100px;
	width: 150px;
	z-index: 200;
	-webkit-box-shadow: 0px 24px 35px 7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 24px 35px 7px rgba(0,0,0,0.75);
	box-shadow: 0px 24px 35px 7px rgba(0,0,0,0.75);
	transition: transform .2s;
}
.in-the-news:hover {
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari 3-8 */
	transform: scale(1.08); 
}

.in-the-news img {
	display: block;
	width: 150px;
}
@media(max-width:950px) {
	.in-the-news  {
		width: 130px;
	}
	.in-the-news img {
		width: 130px;
	}
}
@media(max-width:450px) {
	.in-the-news  {
		width: 120px;
	}
	.in-the-news img {
		width: 120px;
	}
}


/*End In the news float*/


/*yachts page style start*/
.banner5 {
	background-repeat: no-repeat;
	background-image: url(../images/nortada-1-700x466.jpg);
	min-height: 500px;
	background-size: contain;
}
.banner6 {
	background-repeat: no-repeat;
	background-image: url(../images/nortada-bar-700x466.jpg);
	min-height: 500px;
	background-size: contain;
}
.banner7 {
	background-repeat: no-repeat;
	background-image: url(../images/nortada-dining-700x466.jpg);
	min-height: 500px;
	background-size: contain;
}
.banner8 {
	background-repeat: no-repeat;
	background-image: url(../images/nortada-lounge-700x466.jpg);
	min-height: 500px;
	background-size: contain;
}
.banner9 {
	background-repeat: no-repeat;
	background-image: url(../images/nortada-2-700x466.jpg);
	min-height: 500px;
	background-size: contain;
}
/*End yachts page style*/

/*-- contact table style start --*/

div.tableContainer-c {
	display: 			table;
	border-spacing: 	40px;
	margin: 			0 auto;
}

div.tableRow-c {
	display: 			table-row;
}

section#contact-information {
    display: 			table-cell;
    width: 				40%;
    vertical-align: 	top;
}

#small-print {
	text-align: left;
}

.portfolio-main .portfolio-bottom .portfoliolist {
	width: 70%;
	margin: 15px auto;
}

/*
aside {
  display: table-cell;
  background:       #efe5d0 url(images/background.gif) bottom right;
  font-size:        105%;
  padding:          15px;
  vertical-align: top;
}
*/

/*-- contact table style end --*/

/* The company logo */

div.footer-left span.logo-blackbg {	
	display: inline-block;
	color: #ffffff;
	background: #000000;
	padding: 8px 0px 0px 5px;
	margin: 0px;
}

div.footer-left span.logo-inverted {
	display: inline-block;
	color:  #000000;
	background: #ffffff;
	padding: 8px 5px 0px 0px;
	margin: 0px;
}
.kosher-page {
	/*background-color: #EBEBEB;*/
	padding: 50px 0px 50px 0px;
}

/* Footer links */

.main-section {
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	padding: 5px;
	box-sizing: border-box;	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
@media(max-width:780px){

.main-section {
	width: 80%;
}

}
@media(max-width:560px){

.main-section {
	width: 90%;
}

}


.main-section p {
	/*font-size: 1.2em;*/
	line-height: 150%;
	text-align: left;
}

.main-section h1, .main-section h2, .main-section h3, .main-section h4, .main-section h5, .main-section h6 {
	
}

.s1 {
   -webkit-box-shadow: 0px 34px 35px 7px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px 34px 35px 7px rgba(0,0,0,0.75);
   box-shadow: 0px 34px 35px 7px rgba(0,0,0,0.75);
}

.portfolio .portfolio-main .portfolio-bottom .port-nav-left p {
	font-weight: 590;
}

.offers .offers-container .friend-main .friend-top h1 {
	font-family: inherit;
	font-size: 4em;
}

.about .container .about-main .about-top h1 {
	font-family: inherit;
	/*font-size: 400%;*/
}

.fp-offer {
	color: white;
	/*margin-left: 50px;*/
}

.bluehighlight {
	color: #33c;
	font-weight: 600;
}

/*Book now sections start*/

.booknow {
	width: 300px;
	color: black;
	/*border: thin solid black;*/
	border: none;
	font-weight: bold;
	background: rgba(249,255,46,1.00);
	margin-top: 10px;
	margin-left: auto;
}

.bookthis {
	/*float: left;*/
	width: 250px;
	font-size: 150%;
	color: black;
	/*border: thin solid black;*/
	border: none;
	font-weight: bold;
	background: rgba(249,255,46,1.00);
	margin-top: 10px;
	margin-left: auto;
}
@media(max-width:760px){
.bookthis {
	width: 150px;
	font-size: 110%;
}
}

.bookyacht {
	width: 180px;
	font-size: 120%;
	color: black;
	border: none;
	font-weight: bold;
	background: rgba(249,255,46,1.00);
	margin-top: 10px;
	margin-left: auto;
}
@media(max-width:760px){
.bookyacht {
	width: 150px;
	font-size: 110%;
}
}



/*End Book now sections*/

hr.linefullwidth {
	width: 70%;
	border: 1px solid rgba(0, 0, 0, 0.718);
}

hr.sepline {
	float: left;
	width: 90%;
	border: 1px solid rgba(0, 0, 0, 0.4);
}

.portfolio .portfolio-main .portfolio-bottom .port-nav-left p.fp-bigmessage {
	font-family: Impact, sans-serif;
	color: #900;	
	text-align: center;
	font-weight: 300;
}

/


/*--port folio start here--*/
.portfolio {
	position: relative;
}
small.port-play {
	background: url(../images/port-play.png)no-repeat;
	width: 44px;
	height: 44px;
	display: block;
	margin: 0 auto;
}
.port-name {
	float: left;
	margin: 85px 0px 0px 0px;
}
.port-name p {
	font-size: 13px;
	color: #999;
	display: inline-block;
}
span.port-lady {
	/*background: url(../images/hover-img.png)no-repeat;*/
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 31px;
	margin: 0px 0px 0px 16px;
	vertical-align: middle;
}
.port-like {
	float: right;
	margin: 85px 0px 0px 0px;
}
span.hover-line {
	background: url(../images/port-line.png)no-repeat;
	width: 26px;
	height: 1px;
	display: block;
	margin: 7px auto 10px;
}
.port-nav-left {
/*  text-align: center;*/
  text-align: justify;
  padding: 2em 0em 2em 0em;
}
.port-nav-left h6 {
	font-size: 32px;
	font-weight: 600;
	color: #000;
	margin: 0px 0px 10px 32px;
	font-family: 'Roboto Condensed', sans-serif;
}
.port-nav-left p {
  font-size: 16px;
  font-weight: 400;
  color: #303030;
  width: 65%;
  margin: 0 auto;
  line-height: 1.8em;
}
span.port-ladyimg {
	background: url(../images/hover-img.png)no-repeat;
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 32px;
	float: left;
}
span.heart {
	background: url(../images/heart.png)no-repeat;
	width: 46px;
	height: 16px;
	display: block;
}
.porthover-left p {
	font-size: 15px;
	font-weight: 600;
	color: #999;
	display: inline-block;
}
.porthover-left {
	float: left;
	width: 75%;
}
.porthover-right {
	float: right;
	width: 20%;
	padding: 17px 0px 0px 0px;
}
.work-column {
	position: relative;
}
.porthover {
	background: rgba(255, 255, 255, 0.88);
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
}
.work-column:hover div.porthover{
	display:block;
} 
.porthover-grids {
	padding: 85px 0px 0px 0px;
}
.porthover h3 {
	font-size: 15px;
	font-weight: 600;
	color: #999;
	text-align: center;
	padding: 55px 0px 0px 0px;
}

.porthover-grids {
	padding: 140px 0px 0px 0px;
}
.pa-more {
  padding: 0px;
}

.regular-tours-table-div {
	padding: 5px;
	width: 100%;
	background-image: url('../images/piece-of-paper-2.jpg');
	overflow: auto;
	background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: 0 0; 
    background-size: cover;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
}

table.regular-tours-table {
	float: left;
    border-collapse: collapse;
    width: 100%;
	/*border: 1px solid black;*/
	caption-side: bottom;
}

table.regular-tours-table td, table.regular-tours-table th {
	/*border: 1px solid black;*/
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #000;
}

table.regular-tours-table th {
	border-top: 1px solid #000;
}

table.regular-tours-table tr:hover {
	background-color:#f5f5f5;
}

strong {
	font-weight: 600;
}

.float-right-images-container {
	float: right;
	width: 30vw;
	margin-left: 30px;
}

.float-right-images {
	width: 100%;
}

p.regular-tours-left-text {
	/*float: left;*/
	text-align: justify;
}

.float-left-images-container {
	float: left;
	width: 30vw;
	margin-right: 30px;
}

.float-left-images {
	width: 100%;
}

p.regular-tours-right-text {
	/*float: right;*/
	text-align: justify;
}

.invert-contrast {
	color: white;
	background-color: black;
	margin-right: 5px;
	padding-left: 5px;
}

.tour-intro {
	display: block;
	/*margin: 10px auto 40px auto;*/
	width: 60vw;
	/*text-align: center;*/
	background-color: #fcf819;
	color: #000;
	/*font-weight: bold;*/
	/*font-size: x-large;*/
	border-radius: 5px;
	border: thin dashed #fff;
	/*padding: 10px;*/
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

section.card-offer {
	background-color: white;
	box-shadow: 0 4px 30px 0 rgba(0,0,0,0.4);
	transition: 0.3s;
	border-radius: 15px; /* 5px rounded corners */
	padding: 50px 20px 20px 20px;
}
span.spiral {
	display: block;
	width: 100%;
	text-align: center;
}
span.spiral img {
	position: relative;
	top: 42px;
	display: inline-block;
	width: 95%;
}

@media(max-width:1250px){

	span.spiral img {
		top: 38px;
	}

}
@media(max-width:1100px){

	span.spiral img {
		top: 32px;
	}

}
@media(max-width:940px){

	span.spiral img {
		top: 25px;
	}

}
@media(max-width:700px){

	span.spiral img {
		top: 20px;
	}

}
@media(max-width:580px){

	span.spiral img {
		top: 15px;
	}

}

section.card-offer:hover {
    box-shadow: 0 8px 50px 0 rgba(0,0,0,0.7);
}

/*ul.itinerary-modal {
	line-height: 25px;
	margin-left: 30px;
	padding-top: 0;
}
*/
/*-- responsive media queries start here --*/

@media(max-width:1199px){

	#slideshow0 {
		height: 392px;
	}

	
	#slideshow0 div, #slideshow0 a {
		width: 58%;
	}

}

@media(max-width:1024px){

}

@media(max-width:991px){

	#slideshow {
		width: 90%;
		height: 450px;
	}

	#slideshow0 {
		height: 392px;
	}
	
	#slideshow0 div, #slideshow0 a {
		width: 75%;
	}

}


@media(max-width:767px){
/*responsive navbar start*/
.porthover .porthover-grids {
	display: none;
}
nav{
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease;
}

.header-left,
.header-right{
	width: 100%;
	text-align: center;
}

.hidden-desktop{
	display: block;
}

input[type="checkbox"]:checked + nav{
	height: 325px;
}

nav>a{
	float: none;
	clear: left;
	display: block;
	padding: 0 10px;	
}

nav>a:hover, nav>a:active {
	text-decoration:none;
	color: white;
	background-color: black;
}

.dropdowntour {
	float: none;
	display: block;
	width: 100%;
}

.dropdown-content {
    width: 100%;
}

.dropdown-content a {
	text-align: center;
}

.dropdowntour:hover .dropdown-content {
    display: block;
    /*position: static;*/
    float: left;
    z-index: 100;
}

.dropdowntour:hover + a.movedown {
	margin-top: 90px;
}

.dropdowntour:hover + div.movedown {
	margin-top: 215px;
}

#slideshow0 {
	height: 330px;
	padding: 0px;
}


#slideshow0 div, #slideshow0 a {
	width: 480px;
}

#slideshow0 img {
	margin: 0 auto;
	width: 100%;
	border-radius: 10px;
}

.tab-content-txt-center {
	width: 80%;
	margin: 5px auto;
}

/*.tab-content-imgtxt */.visib {
	margin: 0px auto 20px auto;
	width: 450px;
	border-radius: 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

/*responsive navbar end*/
}


@media(max-width:640px){
.logo {
	margin: 0px 5px 0px 0px;	
}
.rslides .caption .bannertitle {
	font-size: 200%;
}
.porthover h3 {
	padding: 15px 0px 0px 0px;
	font-size: 80%;
}

.porthover:hover .clearfix {
	padding-top: 10px;
	padding-bottom: 10px;
}
.porthover:hover .porthover-grids:hover .clearfix {
	display: none;
}

.logo img {
	width: 75%;
}
.header-left {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.search input[type="text"] {
	padding: 6px 0px 6px 10px;
}

#slideshow0 {
	height: 280px;
}


#slideshow0 div, #slideshow0 a {
	width: 410px;
}

#slideshow0 img {
	margin: 0 auto;
	width: 100%;
	border-radius: 10px;
}

.tab-content-txt-center {
	width: 90%;
	margin: 0 auto;
}

/*.tab-content-imgtxt */.visib {
	margin: 0px auto 20px auto;
	width: 380px;
	font-size: large;
	border-radius: 10px;
	padding-top: 8px;
	padding-right: auto;
	padding-bottom: 8px;
	padding-left: auto;
}

}

@media(max-width:480px){

.portfolio .portfolio-main .portfolio-bottom .port-nav-left p.fp-bigmessage {
	font-size: 300%;
}

.rslides .caption .bannertitle {
	font-size: 180%;
}

.kosher-page {
	padding: 30px 0px 15px 0px;
}

/*responsive navbar start*/
nav{
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease;
}
input[type="checkbox"]:checked + nav{
	height: 340px;
}
nav>a{
	float: none;
	padding: 0 10px;
	display: block;
	border-bottom: solid 1px rgba(255,255,255,.1);
}
.header-left,
.header-right{
	width: 100%;
	text-align: center;
}
.hidden-desktop{
	display: block;
}
/*responsive navbar end*/
.top-nav {
		float: right;
}
/*
.header-left {
	margin: 7px 0px 0px 0px;
}
*/
span.dot {
	display: none;
}
/*
.search {
	display: none;
}
*/
span.ser-img {
	display: none;
}
/*
.header-left {
	float: none;
}
.header-right {
	float: none;
}
*/
.top-nav ul {
  padding: 4px 0px 0px 0px;
}
.header-main {
  padding: 0px 0px 0px 0px;
}

	
#slideshow {
	height: 200px;
}
	
#slideshow0 {
	height: 200px;
}

#slideshow0 div, #slideshow0 a {
	width: 290px;
}

.tab-content-txt-center {
	width: 95%;
	margin: 5px auto;
}


/*.tab-content-imgtxt */.visib {
	width: 290px;
	font-size: 15px;
	padding-top: 5px;
	padding-right: auto;
	padding-bottom: 5px;
	padding-left: auto;
}

}

.news-images-container {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	transition: transform .2s;
}
.news-images-container img {
	width: 100%;
}

.news-images-container:hover {
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.05); 
}

@media(max-width:340px){
/*removed this and the header-left below because of the responsive navbar limited starts at 480px
.header-right {
	float: none;
	padding: 10px 0px 0px 0px;
	text-align: left;
}
*/
.rslides .caption .bannertitle {
	font-size: 150%;
}

.porthover h3 {
	padding: 8px 0px 0px 0px;
	font-size: 60%;
}

.kosher-page{
	padding: 20px 0px 15px 0px;
}
.top-nav ul {
  padding: 3px 0px 0px 0px;
}
/*
.header-left img {
	width: 65%;
}
*/
.caption {
	top: 15%;
}
span.roundplay-bwn {
	width: 32px;
	background-size: 100%;
}
.top-nav ul li a {
	font-size: 16px;
	padding: 0px 3px;
}

#slideshow0 {
	height: 170px;
}


#slideshow0 div, #slideshow0 a {
	width: 230px;
}

.tab-content-txt-center {
	width: 95%;
	margin: 5px auto;
}
	
/*.tab-content-imgtxt */.visib {
	width: 230px;
	font-size: 13px;
	padding-top: 2px;
	padding-right: auto;
	padding-bottom: 2px;
	padding-left: auto;
}

}
/*--header end here--*/



/*--banner start here--*/
.banner {
	background-repeat: no-repeat;
	background-image: url(../images/napo-wildlife-centre-exterior-1.jpg);
	min-height: 650px;
	background-size: cover;
}
.banner1 {
	background-repeat: no-repeat;
	background-image: url(../images/lamas.jpg);
	min-height: 650px;
	background-size: cover;
}
.banner2 {
	background-repeat: no-repeat;
	background-image: url(../images/Cayambe50pc.jpg);
	min-height: 650px;
	background-size: cover;
}
.banner3 {
	background-repeat: no-repeat;
	background-image: url(../images/maxresdefault-clip.jpg);
	min-height: 650px;
	background-size: cover;
}
.banner4 {
	background-repeat: no-repeat;
	background-image: url(../images/20150209_133852-940x350.jpg);
	min-height: 650px;
	background-size: cover;
}
.banner-seaman1 {
	background-repeat: no-repeat;
	background-image: url(../images/Seaman1.jpg);
	background-position: center;
	min-height: 420px;
	background-size: cover;
}
.banner-seaman2 {
	background-repeat: no-repeat;
	background-image: url(../images/Seaman2.jpg);
	background-position: center;
	min-height: 420px;
	background-size: cover;
}
.banner-seaman3 {
	background-repeat: no-repeat;
	background-image: url(../images/Seaman3.jpg);
	background-position: center;
	min-height: 420px;
	background-size: cover;
}
.banner-seaman4 {
	background-repeat: no-repeat;
	background-image: url(../images/Seaman4.jpg);
	background-position: center;
	min-height: 420px;
	background-size: cover;
}
.banner-seastar1 {
	background-repeat: no-repeat;
	background-image: url(../images/Seastar1.jpg);
	background-position: center;
	min-height: 420px;
	background-size: cover;
}
.banner-seastar2 {
	background-repeat: no-repeat;
	background-image: url(../images/Seastar2.jpg);
	background-position: center;
	min-height: 420px;
	background-size: cover;
}
.banner-seastar3 {
	background-repeat: no-repeat;
	background-image: url(../images/Seastar3.jpg);
	background-position: center;
	min-height: 420px;
	background-size: cover;
}
.banner-seastar4 {
	background-repeat: no-repeat;
	background-image: url(../images/Seastar4.jpg);
	background-position: center;
	min-height: 420px;
	background-size: cover;
}
span.roundplay-bwn {
	background: url(../images/bann-play.png)no-repeat;
	width: 44px;
	height: 44px;
	display: inline-block;
}
span.potrul-line {
	background: #dddbdb;
	width: 1px;
	height: 11px;
	display: inline-block;
	margin: 0px 5px 0px 2px;
	vertical-align: middle;
}
/*--- slider-css --*/
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides-small {
  position: relative;
  list-style: none;
  overflow: auto;
  width: 70%;
  padding: 0;
  margin: 0 auto;
  }
.rslides-small li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides-small li:first-child {
  position: relative;
  display: block;
  }
.rslides-small img {
  display: block;
  height: 100;
  width: 100%;
  border: 0;
  }
.caption{
	width: 56%;
	position: absolute;
	top: 35%;
	left: 16%;
}
.caption h3{
	color: #FFF;
	font-weight: 300;
	font-size: 30px;
	line-height: 1.6em;
}
span.bg-small {
	background: rgba(0, 0, 0, 0.39);
	display: block;
	width: 40%;
	height: 48px;
	position: absolute;
	top: 83px;
	left: -40px;
}
span.bg-large {
	background: rgba(0, 0, 0, 0.39);
	display: block;
	width: 60%;
	height: 70px;
	position: absolute;
	top: 194px;
	left: -40px;
}
.caption p{
	color: #FFF;
	line-height: 1.5em;
	font-size: 0.875em;
	margin:3em 0 1.5em 0;
}
a.morebtn{
	background:#3D3D3D;
	padding:0.8em 0;
	display:block;
	font-size:0.875em;
	text-transform:uppercase;
	color:#FFF;
	width:20%;
	margin:0 auto;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
a.morebtn:hover{
	background:#585686;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 14px;
	width: 14px;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 19px;
}
.callbacks_tabs a:before {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	position: absolute;
	left: 57px;
}
.callbacks_here a:after{
	background:#fff;
}
.callbacks_tabs li:nth-child(1) a:before{
	content:none;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	right:240px;
	top:300px;
}
/*-- responsive-mediaqueries --*/
@media(max-width:1024px){
	.caption {
		width: 63%;
		top: 38%;
		left: 19%;
	}
ul.callbacks_tabs.callbacks1_tabs {
	top: 425px;
}
.banner {
	min-height: 490px;
}
.banner1 {
	min-height: 490px;
}
.banner2 {
	min-height: 490px;
}
.banner3 {
	min-height: 490px;
}
.banner4 {
	min-height: 490px;
}
.banner-seaman1 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seaman2 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seaman3 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seaman4 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar1 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar2 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar3 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar4 {
	background-size: 100%;
	min-height: 350px;
}
}
@media(max-width:767px){
	.caption {
		width: 70%;
		top: 30%;
		left: 13%;
	}
	.caption h3{
		font-size:2em;
	}
	a.morebtn {
		width: 26%;
	}
span.bg-small {
	width: 28%;
	height: 25px;
	top: 44px;
	left: -30px;
}
span.bg-large {
	width: 35%;
	height: 40px;
	top: 104px;
	left: -30px;
}
.caption p {
	margin: 2em 0 1.5em 0;
}
ul.callbacks_tabs.callbacks1_tabs {
	top: 300px;
}
.callbacks_tabs a:after {
	height: 14px;
	width: 14px;
}
.callbacks_tabs a:before {
	left: 55px;
}
.banner {
	min-height: 360px;
}
.banner1 {
	min-height: 360px;
}
.banner2 {
	min-height: 360px;
}
.banner3 {
	min-height: 360px;
}
.banner4 {
	min-height: 360px;
}
.banner-seaman1 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seaman2 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seaman3 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seaman4 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar1 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar2 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar3 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar4 {
	background-size: 100%;
	min-height: 350px;
}
}
@media(max-width:640px){
	.caption {
		width: 70%;
		top: 28%;
		left: 13%;
	}
	.caption h3{
		font-size:1.8em;
	}
	a.morebtn {
		width: 30%;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
	.callbacks_tabs a:before {
	left: 53.5px;
}
span.bg-small {
	top: 40px;
	left: -30px;
}
span.bg-large {
	top: 93px;
	left: -30px;
}
.banner {
	min-height: 300px;
}
.banner1 {
	min-height: 300px;
}
.banner2 {
	min-height: 300px;
}
.banner3 {
	min-height: 300px;
}
.banner4 {
	min-height: 300px;
}
ul.callbacks_tabs.callbacks1_tabs {
	top: 230px;
}
.banner-seaman1 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seaman2 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seaman3 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seaman4 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar1 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar2 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar3 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar4 {
	background-size: 100%;
	min-height: 350px;
}
}
@media(max-width:480px){
	.caption {
		width: 70%;
		top: 23%;
		left: 13%;
	}
	.caption p{
		height:25px;
		overflow:hidden;
		margin:0.5em 0;
	}
	.caption h3{
		font-size:1.6em;
	}
	a.morebtn {
		width: 40%;
		font-size:0.8em;
	}
	.callbacks_tabs a:after {
		height:10px;
		width: 10px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		top:175px;
	}
	span.bg-small {
	top: 33px;
	left: -20px;
}
	span.bg-large {
	width: 35%;
	height: 27px;
	top: 80px;
	left: -20px;
}
.banner {
	min-height: 230px;
  }
  .banner1 {
	min-height: 230px;
  }
  .banner2 {
	min-height: 230px;
  }
  .banner3 {
	min-height: 230px;
  }
  .banner4 {
	min-height: 230px;
  }
.banner-seaman1 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seaman2 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seaman3 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seaman4 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar1 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar2 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar3 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar4 {
	background-size: 100%;
	min-height: 350px;
}
}
@media (max-width:320px){
	#slider3-pager a {
		width: 15%;
	}
	.rslides_tabs {
		bottom: 25px;
	}
	.caption {
		top: 25%;
	}
	.caption p{
		font-size: 0.8em;
		height: 17px;
		overflow: hidden;
		padding: 0.2em 0 0em;
		margin-bottom: 0.2em;
	}
	a.readmorebtn{
		font-size:0.75em;
		width:50%;
		margin-top:0.5em;
		padding:0.5em;
	}
	.caption h3 {
		font-size: 1em;
	}
	ul.callbacks_tabs.callbacks1_tabs {
	top: 115px;
}
.banner {
	min-height: 170px;
  }
  .banner1 {
	min-height: 170px;
  }
  .banner2 {
	min-height: 170px;
  }
  .banner3 {
	min-height: 170px;
  }
  .banner4 {
	min-height: 170px;
  }
  .header {
	padding: 10px 0px;
}
.banner-seaman1 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seaman2 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seaman3 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seaman4 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar1 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar2 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar3 {
	background-size: 100%;
	min-height: 350px;
}
.banner-seastar4 {
	background-size: 100%;
	min-height: 350px;
}
span.roundplay-bwn {
  width: 25px;
  height: 25px;
  background-size: 100%;
}
}
/*--banner end here--*/

/*-- MIXTUP PART --*/
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow:hidden;
}

.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(15, 207, 140, 0.9);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top:0%;
	display: -webkit-inline-box;
}
h2.b-animate.b-from-left.b-delay03 {
	padding-top: 0em;
	font-size: 15px;
	color: #7E7C7C;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:50%;
	top:-125px;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}

/*--team--*/
.team{
	background:#fff;
	padding:0 0 9% 0;
}
.col_1_of_4:first-child {
	margin-left: 0;
}
.span_1_of_4 {
	width: 22.8%;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 2.6%;
	background: #FFF;
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}

/* Self Clearing Goodness */
.container:after { 
	content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; 
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
}

.clearfix-header:before,
.clearfix-header:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
}

.row:after,
.clearfix:after {
  clear: both; 
}

.clearfix-header:after {
  clear: both; 
}
.clearfix-header {
	zoom: 1;
	padding-top: 15px;
	padding-bottom: 15px;
}

.clearfix-s:before,
.clearfix-s:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
}
.clearfix-s:after {
  clear: both; 
}
.clearfix-s {
	zoom: 1;
	padding-top: 6px;
	padding-bottom: 6px;
}

.row,
.clearfix {
	zoom: 1;
	padding-top: 30px;
	padding-bottom: 30px;
}
@media(max-width:720px){
.clearfix {
	padding-top: 15px;
	padding-bottom: 15px;
}
}

.about-left-tabs .col-md-4.about-left .row {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.about-center-tabs .col-md-4.about-left .row {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*-- MIXTUP PART --*/
@media (max-width:1440px){
h2.b-animate.b-from-left.b-delay03 {
	padding-top: 0em;
}
.porthover-grids {
	padding: 94px 0px 0px 0px;
}	
.b-animate img {
	margin-top: -3%;
}
}
@media (max-width:1366px){
.porthover-grids {
	padding: 87px 0px 0px 0px;
}	
}
@media (max-width:1280px){
h2.b-animate.b-from-left.b-delay03 {
	padding-top: 0em;
	position: absolute;
	top: 31%;
}	
.porthover-grids {
	padding: 70px 0px 0px 0px;
}
.b-animate img {
	margin-top: 65%;
}
}
@media (max-width:1024px){
h2.b-animate.b-from-left.b-delay03 {
	padding-top: 0em;
}	
#toTop {
	right: 460px;
}
/*.porthover h3 {
	padding: 35px 0px 0px 0px;
}
*/span.port-lady {
	width: 35px;
	height: 35px;
	background-size: 100%;
	margin: 0px 0px 0px 5px;
}
.porthover-right {
	padding: 10px 0px 0px 0px;
}
.porthover-grids {
	padding: 46px 0px 0px 0px;
}
.b-animate img {
	margin-top: 35%;
}
.port-nav-left p {
  width: 87%;
}
}
@media (max-width:767px){
h2.b-animate.b-from-left.b-delay03 {
	padding-top: 0em;	
}
small.port-play {
	width: 32px;
	height: 32px;
	background-size: 100%;
}
#toTop {
	right: 330px;
}
.port-strip {
	height: 45px;
}
.porthover-grids {
	padding: 115px 0px 0px 0px;
}
/*.porthover h3 {
	padding: 66px 0px 0px 0px;
	font-size: 16px;
}*/
.porthover-right {
	padding: 10px 0px 0px 0px;
}
.work-column {
  float: left;
  width: 50%;
}
}
@media (max-width:640px){
h2.b-animate.b-from-left.b-delay03 {
	font-size: 12px;
	padding-top: 0em;	
}
small.port-play {
	width: 28px;
}
.port-strip {
	display: none;
}
.porthover-grids {
	padding: 46px 0px 0px 0px;
}
span.port-lady {
	width: 26px;
	height: 26px;
	background-size: 100%;
}
.porthover-right {
	padding: 4px 0px 0px 0px;
}
}
@media (max-width:480px){
h2.b-animate.b-from-left.b-delay03 {
	padding-top: 0em;
	font-size: 12px;
}
.port-strip {
	height: 40px;
}
span.scroller {
	width: 25px;
	background-size: 100%;
}
/*.porthover h3 {
	font-size: 12px;
}
*/span.hover-line {
	margin: 0px auto 6px;
}
.b-animate img {
	margin-top: 15%;
}
/*.porthover h3 {
	padding: 15px 0px 0px 0px;
}
*/.porthover-grids {
	padding: 60px 0px 0px 0px;
}
.porthover-right {
	margin: 0px 4px 0px 0px;
}
.port-nav-left h6 {
  font-size: 26px;
}
}
@media (max-width:320px){
	
span.potrul-line {
	height: 13px;
	margin: 0px 0px 0px 0px;
}
.port-nav-left p {
	font-size: 13px;
	 width: 90%;
	 line-height:1.5em;
}
.port-nav-left {
  padding: 1em 0em 1em 0em;
}

h2.b-animate.b-from-left.b-delay03 {
	padding-top: 0em;
	font-size: 10px;
}
small.port-play {
	width: 20px;
}
span.hover-line {
	margin: 5px auto 7px;
}
.port-strip {
	display: none;
}
/*.porthover h3 {
	padding: 35px 0px 0px 0px;
}
*/.porthover-grids {
	display: none;
}
span.port-lady {
	display: none;
}
#filters li {
	margin: 0px 2px 0px 0px;
}
}
/*--port folio end here--*/
/*--footer start here--*/
.footer {
	padding: 20px 0px;
}
.footer-main p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-align: center;
}
.footer-main p a{
	font-size: 16px;
	font-weight: 400;
	color:#00aee1;
}
.footer-main p a:hover{
	text-decoration:none;
	color:#000;
}
@media (max-width:320px){
.footer-main p {
	font-size: 14px;
}
.footer-main p a{
	font-size: 14px;
}
}
/*--footer end here--*/
/*--about start here--*/
.about {
	background: inherit;
	padding: 50px 0px 50px 0px;
	/*height: auto;*/
}
.about-top {
  text-align: center;
}
.about-top h3 {
  font-size: 35px;
  font-weight: 600;
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
}
.about-top p {
  font-size: 16px;
  font-weight: 400;
  color: #303030;
  line-height: 1.8em;
  width: 80%;
  margin: 0 auto;
}
.about-top {
  text-align: center;
  padding: 0em 0em 3em 0em;
}
.about-right h4 {
  text-align: left;
  font-size: 25px;
  font-weight: 400;
  color: #303030;
}
.about-right p {
  font-size: 16px;
  font-weight: 400;
  color: #303030;
  line-height: 1.8em;
}
.about-left img {
  border-radius: 5px;
}
.about-center img {
  border-radius: 5px;
}
.our-team {
	margin: 4em 0em 2em 0em;
	display: block;
	width: 100%;
}
.about-left {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.about-center {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.about-left-tabs {
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
/*	text-align: center;*/
	margin-left: auto;
	margin-right: auto;
	clear: right;
}
.about-center-tabs {
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#atrustedbrand {
	margin-top: 400px;
}

.our-team h3 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin: 0em 0em 1em 0em;
}
.team-grid {
  width: 23.8%;
  padding: 0em;
  margin: 0em 1em 0em 0em;
}
.mar-more {
  margin: 0em;
}
.team-grid img {
  border-radius: 5px 5px 0px 0px;
}
.team-details {
  text-align: center;
  padding: 1em 1em;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
}
.team-details h4 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin: 0em 0em 0.1em 0em;
  font-family: 'Roboto Condensed', sans-serif;
}
.team-details p {
  font-size: 15px;
  font-weight: 400;
  color: #303030;
}
@media (max-width:1024px){
.team-grid img {
  width: 100%;
}	
.team-grid {
  width: 22.8%;
}
.about-left img {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.about-center img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.about-right h4 {
  font-size: 23px;
}
.about-right p {
  font-size: 16px;
}
}
@media (max-width:767px){
.about-top p {
  width: 95%;
}
.about-left {
  text-align: center;
}
.about-center {
  text-align: center;
}
.about-left img {
  width: 80%;
}
.about-center img {
  width: 80%;
}
.about-top {
  padding: 0em 0em 1.5em 0em;
}
.about-right {
  padding: 1em 0em 0em 0em;
}
.team-grid {
  width: 48.8%;
  float: left;
  margin: 0em 1em 1em 0em;
}
.mar-more {
  margin: 0em;
}
.ma-more {
  margin: 0em 0em 1em 0em;
}
.about-right p {
  font-size: 16px;
}
.our-team {
  margin: 2em 0em 2em 0em;
}
#slideshow {
	height: 420px;
}

}
@media (max-width:640px){
.team-grid {
  width: 47.8%;
}
#slideshow {
	height: 340px;
}

}
@media (max-width:480px){
.logo a h1 {
  font-size: 1.7em;
}
.about {
  padding: 30px 0px 15px 0px;
}
.about-top h3 {
  font-size: 23px;
}
.about-right {
  padding: 0.5em 0em 0em 0em;
}
.about-right h4 {
  font-size: 19px;
}
.our-team {
  margin: 1em 0em 1em 0em;
}
.our-team h3 {
  font-size: 22px;
}
.team-grid {
  width: 48%;
}
.team-details h4 {
  font-size: 17px;
}
.team-details {
  padding: 0.5em 0.5em;
}
.about-right p {
  font-size: 13px;
}
}
@media (max-width:320px){
.logo a h1 {
  font-size: 1.3em;
}
.about {
  padding: 20px 0px 15px 0px;
}
.about-top p {
  font-size: 13px;
  width: 100%;
  line-height: 1.6em;
}
.about-right p {
  font-size: 13px;
  line-height: 1.6em;
}
.team-grid {
  width: 100%;
  margin: 1em auto 0em;
}
.our-team h3 {
  margin: 0em 0em 0em 0em;
}
.about-top {
  padding: 0em 0em 0.5em 0em;
}
.about-left img {
  width: 100%;
}
.about-center img {
  width: 100%;
}
#francis{
	position: absolute;
	margin-top: 200px;
}
.about-right h4 {
  font-size: 17px;
  margin: 0em 0em 0.4em 0em;
}
}
/*--about end here--*/
/*--message start here--*/
.message {
	background: #EBEBEB;
	padding: 20px 0px 60px 0px;
}
.message-top h3 {
	font-size: 35px;
	font-weight: 600;
	color: #000;
}
.message-top p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 1.8em;
}
.message-top ul {
	margin: 30px 0px 0px 0px;
}
.message-top ul li {
	margin: 0px 0px 13px 0px;
}
.message-top ul li a {
	font-size: 15.5px;
	font-weight: 400;
	color: #000;
}
.message-top ul li a:hover {
	text-decoration:none;
	color: #999;
}
.message-bottom {
	padding: 50px 0px 0px 0px;
}
.message-right input[type="text"] {
	outline: none;
	width: 48%;
	padding: 8px;
	border: 1px solid #999;
	-webkit-appearance: none;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin: 0px 10px 5px 0px;
	background: none;
}
.con-addr {
	margin: 15px 0px 0px 0px;
}
.con-addr h4 {
	font-size: 22px;
	font-weight: 600;
	color: #000;
	margin: 0px 0px 5px 0px;
	font-family: 'Roboto Condensed', sans-serif;
}
.con-addr  p {
	font-size: 15px;
	font-weight: 400;
	color: #303030;
	line-height: 1em;
}
.con-addr p a {
	font-size: 15px;
	color: #000;
}
.con-addr p a:hover{
	text-decoration:none;
	color: #3488d0;
}
.message-right input.mar-last {
  margin: 0px;
}
.message-right textarea {
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	width: 98.5%;
	height: 13em;
	margin: 7px 0px;
	background: none;
	resize: none;
	outline: none;
	-webkit-appearance: none;
}
.message-right input[type="submit"] {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	background: #F9C16E;
	padding: 8px 22px;
	outline: none;
	border: none;
	-webkit-appearance: none;
	border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}
.message-right input[type="submit"]:hover {
	background:#000;
	transition: 0.5s all;
 -webkit-transition: 0.5s all;
 -moz-transition:  0.5s all;
 -o-transition:  0.5s all;
}
.con-info h3 {
	font-size: 30px;
	font-weight: 600;
	color: #000;
	margin: 0px 0px 7px 0px;
	font-family: 'Roboto Condensed', sans-serif;
}
.con-info p {
	font-size: 16px;
	font-weight: 400;
	color:#303030;
	line-height: 1.8em;
}
.map iframe {
	width: 60%;
	height: 400px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 13px;
	padding-bottom: 0px;
	margin: 0 auto;
	border: none;
	display: block;
}
@media (max-width:1024px){
.message-right textarea {
  width: 98.8%;	
}	
}
@media (max-width:767px){
.message-top h3 {
	font-size: 30px;
}	
.message {
	padding: 40px 0px 40px 0px;
}
.message-right {
	float: right;
	width: 60%;
}
.message-left {
	float: left;
	width: 40%;
}
.con-info h3 {
	font-size: 25px;
}
.con-info p {
	font-size: 15px;
}
.message-right input[type="text"] {
	padding: 6px;
	font-size: 14px;
}
.message-right textarea {
  width: 99%;
}
}
@media (max-width:640px){
.message-top h3 {
	font-size: 26px;
}
.message-top ul {
	margin: 15px 0px 0px 0px;
}	
.message-top ul li {
	margin: 0px 0px 7px 0px;
}
.message-left {
	float: none;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.message-right {
	float: none;
	width: 100%;
}
.message-bottom {
	padding: 20px 0px 0px 0px;
}
.message-right input[type="text"] {
	width: 48.7%;
}
.message-right textarea {
	width: 99.5%;
}
.map iframe {
	height: 260px;
	padding: 25px 12px 0px 12px;
}
}
@media (max-width:480px){
.message {
	padding: 15px 0px 30px 0px;
}	
.message-top h3 {
	font-size: 23px;
	margin: 5px 0px 0px 0px;
}
.message-top p {
	font-size: 15px;
	overflow: hidden;
	height: 80px;
}
.message-right input[type="text"] {
	width: 100%;
	margin: 7px 0px 0px 0px;
}
.message-right textarea {
	font-size: 15px;
	width: 99.8%;
}
.message-right input[type="submit"] {
	font-size: 12px;
}
.map iframe {
	height: 250px;
	padding: 15px 12px 0px 12px;
}
}
@media (max-width:320px){
.message-top h3 {
	font-size: 20px;
	margin: 0px 0px 0px 0px;
}	
.message-top p {
	font-size: 14px;
	height: 48px;
	line-height: 1.6em;
}
.message-top ul {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
}
.message-bottom {
	padding: 10px 0px 0px 0px;
}
.con-info h3 {
	font-size: 20px;
}
.con-info p {
	font-size: 14px;
	line-height: 1.6em;
}
.message-left {
	margin: 0px 0px 15px 0px;
	  padding: 0px;
}
.message-right input[type="text"] {
	padding: 5px;
	font-size: 13px;
}
.message-right textarea {
	height: 7em;
	padding:5px;
}
.map iframe {
	height: 150px;
}
.message-right {
  padding: 0px;
}
.map iframe {
  padding: 16px 0px 0px 0px;
}
}
/*--message end here--*/
/*--friends start here--*/
.friend {
	padding: 50px 0px;
	background: #EBEBEB;
}
.friend-top {
	padding: 0px 0px 30px 0px;
	text-align: center;
	margin-top: 30px;
}
.friend-top h3 {
	font-size: 35px;
	font-weight: 600;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
}
.friend-top p {
	font-size: 16px;
	font-weight: 400;
	color: #303030;
	line-height:1.8em;
	width: 80%;
	margin: 0 auto;
}
.friend-bott-grids {
	padding: 0px 0px 17px 0px;
}
@media (max-width:1024px){
.friend-wrapper {
	width: 32%;
	margin: 0px 12px 0px 0px;
}
.friend-wrapper img {
	width: 100%;
}
}
@media (max-width:767px){
.friend-top h3 {
	font-size: 30px;
}
.friend {
	padding: 30px 0px;
}
.friend-top p {
	font-size: 15px;
	width: 95%;
	
}
.friend-wrapper {
	width: 31%;
	float:left;
	padding: 0px;
}
}
@media (max-width:640px){
.friend-top h3 {
	font-size: 26px;
}
.friend-top p {
	font-size: 15px;
}
}
@media (max-width:480px){
.friend-top h3 {
	font-size: 22px;
}
.friend-wrapper {
	width: 100%;
	margin: 5px auto;
	text-align: center;
}
.friend-wrapper img{
	margin: 0 auto;
}
}
@media (max-width:320px){
.friend {
	padding: 20px 0px 30px 0px;
}
.friend-wrapper:nth-of-type(3) {
	display: none;
	
}
.friend-top p {
	line-height:1.6em;
	font-size: 13px;
}
.friend-top{
	padding:0px 0px 15px 0px
}
}
/*--friends end here--*/

.image-table-container {
	width: 100%;
}

.image-table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
.image-table img {
	padding: 10px;
}
.table-image {
	width: 100%;
}

.page-contact {
	position: relative;
	float: right;
	width: 30%;
	color: #fff;
	border-radius: 10px;
	background-color: #3488d0;
	padding: 10px;
}
.page-contact a {
	color: #fff;	
	text-decoration: none;
	padding-left: 8px;
	margin-bottom: 20px;
}
.page-contact a:hover {
	color: #bbb;
}
.portfolio-bottom > a:nth-child(2) {
	text-decoration: none;
}

ul.simple-line-spacing {
	line-height: 85%;
}
a.translation {
	text-decoration: none;
}
a.translation:hover {
	text-decoration: none;
}

#chinese-new-year {
	float: left;
	width: 15vw;
	height: auto;
}

#chinese-new-year img {
	width: 100%;
}

.keywords {
	width: 90vw;
	margin: 0 auto;
	font-size: 7px;
	color: white;
}

span.li {
	display: list-item; margin-left: 2em
}

.float-wsp-button {
  position:fixed;
  width:60px;
  height:60px;
  bottom:50%;
  left:5px;
  background-color:#25d366;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 0 0 0 0 rgba(153, 153, 153, 1);
  z-index:100;

  transform: scale(1);
  animation: pulse 2s infinite;
}

.my-float {
  margin-top:16px;
  transform: scale(1);
  animation: pulse2 2s infinite;
}

