@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px; color: #000;}
.text-blue{ color:#337ab7;}
p, input, textarea{
	font-family: 'Lora', serif;
}
.content{ margin-top:20px;}
.margin-tb{ margin:20px 0px;}
.text-red{ color:#FF0004;}
/****************
section
*****************/
section{
	background-color: #fff;
	padding: 50px 0;
}

section.darker{
	background-color: #fbfbfb;
}

section header{
	text-align: center;
	margin-bottom: 80px;
}

p{}

address{
	margin-bottom: 50px;
}

address span{
	margin-top:0;
	margin-bottom: 25px;
	font-size: 20px;
	display: block;
}

a{
	color: #337ab7;
}

a:hover,
a:focus{
	color: #337ab7;
}

.logo{
	position: absolute;
	left: 15px;
	top: 15px;
}

.menu-toggle{
	position: fixed;
	right: 15px;
	top: 15px;
	font-size: 30px;
	color: #eee; text-shadow:1px 1px 1px #333;
}

.menu{
	width: 300px;
	display: block;
	background: #fff;
	min-height: 100%;
	height:auto;
	top: 0;
	right: -300px;
	position: fixed;
	z-index: 100;
	text-align: left;
	transition: right 0.4s;
}

.menu.nav-expanded{
	right: 0;
}

.menu .close{
	color: #333;
	margin-right: 10px;
	margin-top:10px;
}

.menu h3{
	margin-top:50px;
	text-transform: uppercase;
}


.menu .nav > li > a{
	color: #333;
}

.menu .nav > li > a:hover,
.menu .nav > li > a:focus{
	background: transparent;
	color: #337ab7;
}

.menu .social-icons{
	margin-top: 50px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.menu .social-icons li{
	margin-right: 10px;
	float: none;
	display: inline-block;
}

.menu .social-icons li:last-child{
	margin-right: 0;
}

.menu .social-icons > li > a{
	width: 30px;
	height: 30px;
	line-height: 30px;
}


.jumbotron{
	text-align: center;
	position: relative;
	/*background: url('../images/bg.jpg');
	background-size: cover;*/
    min-height:100vh;
	background-color:#fff !important;
}

.jumbotron .mask{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0.5;
}

.jumbotron p{
	color: #fff;
}

.jumbotron .container{
	margin-top: 10%;
}

.jumbotron h1{
	text-transform: uppercase;
	margin-bottom: 35px;
	font-size:38px;
	line-height:60px;
	text-shadow: 1px 1px 2px #FFFAFA;
}

.header-info{
	position: relative;
	top: 50%; left:-20%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dropbtn {
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    min-width: 100%;
    overflow: auto;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}
.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}
.show {display:block;}
.icons ul{ list-style:none; padding:15px 0px !important;}
.icons ul li{ margin:5px 0px;}
.icon_logo{ display:block; width:22px; height:22px; margin-right:8px; float:left;}
.sum{ background-image:url(http://www.travel.apex-portal.com/languagetours/spanish/images/logo_10.png); background-size:cover;}
.Gift{ background-image:url(http://www.travel.apex-portal.com/languagetours/spanish/images/a2.png); background-size:cover;}
.dao{ background-image:url(http://www.travel.apex-portal.com/languagetours/images/logo.png); background-size:cover;}
.step{ background-image:url(http://steptravel.club/images/logo.png); background-size:cover;}
.lepet{ background-image:url(http://www.gourmet.apex-portal.com/magazine/images/logo_s.png); background-size:cover;}
.abc{ background-image:url(http://www.travel.apex-portal.com/languagetours/images/ring_wingabc.png); background-size:cover;}
.tcc{ background-image:url(http://www.travel.apex-portal.com/languagetours/spanish/images/logo_t.png); background-size:cover;}
.yac{ background-image:url(http://www.apex-portal.com/artsclub/images/a2.png); background-size:cover;}
.fec{ background-image:url(http://www.apex-portal.com/images/fec.png); background-size:cover;}
.smc{ background-image:url(http://www.apex-portal.com/abc/images/ring_gazette.png); background-size:cover;}
.txttitle3{font-size: 12px;text-shadow: 4px 4px 4px #cad7dd;color: #258eca;}
#about_us h2{color: #258eca; margin-top:0px !important;}
.panel-title {color:#258eca;}
.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 4px solid #eee;
    margin-bottom: 15px;
    position: relative;
}.column-title::after {
    content: " ";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 40%;
    border-bottom: 4px solid #45aed6;
}

#how_we_can_help .accordion {
    background-color: #eee;
    cursor: pointer;
    padding: 8px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
}

#how_we_can_help .accordion.active, #how_we_can_help .accordion:hover {
    background-color: #ddd;
}

#how_we_can_help .accordion:after {
    content: '\02795';
    font-size: 14px;
	font-weight:bold;
    float: left;
    margin-right: 8px;
}

#how_we_can_help .accordion.active:after {
    content: "\2796";
}

#how_we_can_help div.panel {
    padding: 0px 20px; margin:0px !important;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

#how_we_can_help div.panel.show {
    opacity: 1;
    max-height: 500px;  
}
.logo_ml{ padding:55px 0px;}
#fixedtipdiv {
	position:absolute;
	padding: 2px;
	border:1px solid #849bdb;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	padding:1px;
}
/*
Stacks CSS ----------------------------------------------------------------------------------------------------------- */

/* Layout */
.stack { float: left; width: 100%; margin: 0 4% 4% 0; position: relative; z-index: 10; }

/* Image styles */
.group .item.portal .stack img, .stack img { width: 220px; height: 140px; vertical-align: bottom; border: 10px solid #fff; border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.group .item.portal .stack:last-of-type, .stack:last-of-type { margin-right: 0; }

/* Stacks creted by the use of generated content */
.group .item.portal .stack:before, .group .item.portal .stack:after, .stack:before, .stack:after { content: ""; border-radius: 3px; width: 225px; height: 140px; position: absolute; border: 10px solid #fff; left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}
.group .item.portal .stack:before, .stack:before { top: 4px; z-index: -10; } /* 1st element in stack (behind image) */	
.group .item.portal .stack:after, .stack:after { top: 8px; z-index: -20; } /* 2nd element in stack (behind image) */

/* Second stack example (rotated to the right from the bottom left) */
.group .item.portal .stack.rotated:before, .stack.rotated:before { 
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	transform: rotate(2deg);
}
.group .item.portal .stack.rotated:after, .stack.rotated:after { 
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	transform: rotate(4deg);
}	

/* Third stack example (One stack element rotated in the opposite direction) */
.group .item.portal .stack.twisted:before,.stack.twisted:before {
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	transform: rotate(4deg);
}	
.group .item.portal .stack.twisted:after,.stack.twisted:after {
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	transform: rotate(-4deg);
}	

/* Fourth stack example (Similar to the second but rotated left) */
.group .item.portal .stack.rotated-left:before, .stack.rotated-left:before {
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.group .item.portal .stack.rotated-left:after, .stack.rotated-left:after {
	-webkit-transform-origin: bottom left;
	-moz-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	transform: rotate(-6deg);
}

/* Reset all rotations on hover */
.group .item.portal .stack:hover:before, .stack:hover:after, .stack:hover:before, .stack:hover:after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}

/*
iPhone and mobile widths --------------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {

.group .item.portal .stack, .stack  { float: none; width: auto; margin-bottom: 35px; }
	h1.title { margin: 15px 0; }
}
.group .item{
	display:block;
	height:255px;
	color:#949494;
	font-weight:normal;
	border-radius:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

@media only screen and (min-width: 0px){
.group .item{
		margin:10px;
		width:250px;
		float:left
	}
.group .item.portal{
	padding:10px;
	border:1px solid #ccc
}

.group .item.portal *{
	margin:0
}

.group .item.portal h3,.group .item.portal p.projects{
	text-align:center;
	margin-bottom:5px
}


.group .item.portal h3{
	margin-top:2px;
	font-size:12px;
	min-height:42px
}

.group .item.portal p.projects{
	font-size:12px;
	font-weight:bold;
	color:#636b70
}
}
#form select{ width:188px; padding:3px;}
ul.them, ul.them ul{ padding:0px; list-style:none;}
ul.them li a{ padding:5px; font-size:12px; color:#333; font-weight:500;}
ul.them ul li:hover{ background:#CCC; color:#FFF;}
p.text_form{ margin-top:-25px; margin-left:105px;
	font-weight: 800;
	font-style: italic;
}.right{ float:right;}.crl{ clear:both;}
.top_p{ padding:10px; margin:0px;}.top_p #text_b{ display:block; padding:45px 30px; position:absolute; top:168px; width:230px; font-size:18px; font-weight:bold; text-shadow:1px 1px #090909; background:#0000cc;color:#FFDC18;}
.products{
height:100px;
*height:auto;
/*background: url(http://img.alibaba.com/images/cms/upload/Online_sales/120products/product_bg.jpg) repeat-x;*/
margin-top: 1px;
padding-top: 24px;
}
.products_list{
list-style: none;
margin-top: 0px;
margin-left: 0px;
 
}
.item{
width:18%;
display:block;
height: auto;
border: 1px solid #E4E4E4;
padding: 8px;
padding-top:25px;
float: left;
margin-right: 19px;
margin-bottom: 30px;
}
.item_left{
margin-left: 5px;
}
.item .title{
display: block;
font:16px Arial, Tahoma, Helvetica;
font-weight:bolder;
padding-top: 12px;
height: 50px;
line-height: 17px;
text-align:center;
 
 
}
.item .title1{
display: block;
font:12px Arial, Tahoma, Helvetica;
font-weight:bolder;
color:#009;
padding-top: 10px;
height: 20px;
line-height: 15px;
width:190px;
text-align:left;
 
 
}
.item .title1 img{
	width:20px;
	height:20px;
}
.item .titletop{
color: #333333;
display: block;
font:14px Arial, Tahoma, Helvetica;
font-weight:bold;
height:25px;
line-height: 17px;
width:150px;
 
}
.item_button{
border-top: 1px dashed #CDCDCD;
padding-top: 10px;
text-align: center;
 
}

.item img{
	width:63px;
	height:63px;
	
}