/*@import url(https://spanishvirtually.com/spanishvirtually/wp-content/themes/Hermoso/css/flat-ui.css);*/
@import url(css/font-awesome.css);
/*@import url(css/flexslider.css);*/
@import url(css/linecon.css);
@import url(css/list.css);
@import url(css/magnified.css);


/* ==================================================
   TOP HEAD
================================================== */

.hboxed {
	max-width: 1000px;
	margin: 0 auto;
}

.topHead {background:#ecf0f1;}
.subHead {
    position: absolute;
    width: 100%;
    height:120px;
    background:#fff;
	/*top: 20px;*/
	z-index: 999;
	border-bottom: .2em solid #1ea8e0;
}
.sticky-wrapper.is-sticky .subHead{
    position: relative;
    width: 100%;
    height:120px;
    background:#fdfdfd;
    z-index:999;
    border-top:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sticky-wrapper.is-sticky .subHead .brand{margin-top:0}
.sticky-wrapper.is-sticky .subHead .menu > li > a {
	/*line-height:60px;*/
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sticky-wrapper {
    max-height: 100px;
}


/* ==================================================
   BRAND
================================================== */
.brand {
    display: inline-block;
    float: left;
    margin-top:0px;
    /*position: relative;*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.brand img {
    margin-right: 50px;


}


/* ==================================================
   MAIN MENUS
================================================== */
.main_menus {
	max-height: 90px;
	float: right;
	text-align: left;
}
.main_menus.has_center .get_center {
	text-align: center;
}
.main_menus.has_center .get_left {
	position: absolute;
	bottom: 0; left: 40px;
}
.main_menus.has_center .get_left .slogan {
	margin-left: 0;
}

.main_menus.has_center .get_right {
	position: absolute;
	bottom: 0; right: 40px;
}
.menu_button {
	display: none;
}
.menu, .sub-menu {
	position: relative;
	z-index: 50;
	margin: 56px 0 0;
	padding: 0;
	list-style: none;
}
.menu {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0;
	text-align: right;
	white-space: nowrap;
}
.menu li {
	position: relative;
	text-align: left;
}
.menu li.have_sub:hover:before {
	content: '';
	display: block;
	width: 180px;
	height: 2px;
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: 1;
	background: #1ea8e0;
}

.menu > li.current-menu-item > a {
color: #1ea8e0;
}

.menu a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #2c3e50;
    font: 14px 'Open Sans';
	-webkit-transition: none;
	transition: none;
}
.menu a.active {
	color: #1ea8e0;
}
.menu > li {
    display: inline-block;
    vertical-align: top;
}
.menu > li a:hover {
    color: #1ea8e0;
}
/*********************************/

/*********************************/


.menu > li:before, .menu a.active:before {
	content: '';
	display: block;
	height: 0;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	z-index: 53;
	background: #1ea8e0;
	-webkit-transition: height 0.2s ease;
	transition: height 0.2s ease;
}
.menu > li:hover:before, .menu a.active:before { height: 2px; }
.menu > li > a {
    padding: 0 4px;
    line-height: 55px;
    color: #2c3e50;
	font-size:16px;
}

.login {
    text-align:right ;
    font-size:16px ;
    line-height:35px ;
 }

 .btn-link a{
    color:white ;
 }

/* ==================================================
   SUB MENUS
================================================== */
.sub-menu {
    min-width: 180px;
    position: absolute;
	top: 0px;
	left: 100%;
	margin: 0;
	padding: 0;
	visibility: hidden;
	background: #fff;
	border-radius: 0;
	list-style: none;
}
.menu > li > .sub-menu {
	top: 100%;
	left: 15px;
}
.menu li:hover > .sub-menu {
	visibility: visible;
}
.sub-menu li {
    position: relative;
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, height 0.3s ease, color 0.2s ease, opacity 0.5s ease;
	transition: background-color 0.2s ease, border 0.2s ease, height 0.3s ease, color 0.2s ease, opacity 0.5s ease;
}
.sub-menu li:hover {
	background: #ecf0f1;
	-webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease;
}
.sub-menu li:hover > a {color: #000;}
.sub-menu a {
    padding: 0 20px;
	line-height: 35px;
	font-size: 12px;
	color: #34495e;
	text-transform: none;
	font-family: Open Sans;
	letter-spacing: 0;
}
.sub-menu li {
	height: 10px;
	border-bottom: 1px solid #ecf0f1;
}

.sub-menu li i {
	margin-right: 7px;
}


.menu li:hover > .sub-menu > li {
	height: 35px;
}

/* ==================================================
   NAVIGATION
================================================== */
.navbar {
	background: #eff1f2;
}
.navbar .menu {
	display: block;
	width: 960px;
	min-width: 200px;
	margin: auto;
	text-align: left;
	font-size: 0;
}
.navbar .menu > li > a {
	line-height: 42px;
	font-size: 13px;
}
.navbar .menu > li:before, .navbar .menu a.active:before {
	left: 14px;
	right: 14px;
}
.navbar .menu > li > .sub-menu {
	left: 14px;
}
.navbar .menu li.have_sub:hover:before {
	left: 14px;
}
.navbar.mobile_dark {
	background: #2c3e50;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.navbar.mobile_dark .menu > li {
	border-right: none;
}
.navbar.mobile_dark .menu > li:first-child {
	border-left: none;
}
.navbar.mobile_dark .menu a {
	border: none;
	color: #c4c4c4;
}
.navbar.mobile_dark .menu li i {
	color: #575b61;
	text-shadow: none;
}


/* ==================================================
   RESPONSIVE MENUS
================================================== */
.menu_button {
	width: 26px;
	height: 22px;
	position: absolute;
	top: 30px;
	right: 0;
	cursor: pointer;
	font: 28px/23px 'Open Sans';
	color: #34495e;
}

.menu_button.active {color: #2c3e50;}
.sub_menu_button {
	width: 70px;
	height: 44px;
	position: absolute;
	top: 0;		right: 0;
	z-index: 12;
	text-align: center;
	font: 13px/42px 'Open Sans';
	cursor: pointer;
}
.sub_menu_button.active {
	line-height: 39px;
}
.sub_menu_button:before {
	content: "\f0d7";
	color: #9a9a9a;
}
.sub_menu_button.active:before {
	content: "\f0d8";
}
.desk .mobile_menu {
	display: none !important;
}
.mobile_menu, .mobile_sub_menu {
	position: relative;
	z-index: 50;
	margin: 56px 0 0;
	padding: 0;
	list-style: none;
}
.mobile_menu {
	display: none;
	vertical-align: top;
	position: relative;
	margin: 0;
	background: #fff;
	white-space: nowrap;
}
.mobile_menu li {
	position: relative;
	text-align: left;
	margin-top:1px;
	background: #ecf0f1;
}
.mobile_menu a {
    display: block;
    position: relative;
    padding-left: 30px;
    text-decoration: none;
    color: #8a9094;
    font: 14px 'Open Sans';
	-webkit-transition: none;
	transition: none;
}
.mobile_menu a.active {
	color: #1ea8e0;
	font-weight: 600;
}
.mobile_menu > li > div > a {
    padding: 0 40px;
    line-height: 42px;
}
.mobile_menu div {
	width: 768px;
	position: relative;
	margin: 0 auto;
}
.mobile_menu > li > .mobile_sub_menu {background: #ecf0f1;}
.mobile_sub_menu {
	display: none;
	min-width: 170px;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile_sub_menu:before {
	content: '';
	display: block;
	width: 100%;
}
.mobile_sub_menu a {
	padding: 0 20px;
	font: 14px/42px 'Open Sans';
	color: #8a9094;
	text-transform: none;
	letter-spacing: 0;
}
.mobile_sub_menu li {
	background: #fff;
}
.mobile_sub_menu li:last-child {
	border-bottom: 0px solid #262829;
}
.mobile_sub_menu li i {
	margin-right: 7px;
}
.mobile_sub_menu a {
	padding-left: 60px !important;
}
.mobile_sub_menu .mobile_sub_menu a {
	padding-left: 80px !important;
}


/* ======================================================================== */
/* ! REVOLUTION SLIDER
/* ======================================================================== */
/*
.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	height:480px;
	max-height:600px !important;
	overflow:hidden;
	z-index:9;
}
.fullwidthbanner > ul {margin: 0;}
.tp-caption.sprta_white{color:#1ea8e0;}
.tp-rightarrow:hover,
.tp-caption.sprta_inverse, .btn.btn-primary{background-color: #1ea8e0;}

*/
/* ==================================================
   Social icon
================================================== */
/*
.social-icons {text-align:right;float:right;margin: 0 auto;}
.social-icons li {
    cursor: pointer;
    display: inline-block;
    margin-left: -2px;
}
.social-icons li a {
    color: #666666;
    display: block;
    font-size: 18px;
    height: 35px;
    line-height: 1.9;
    text-align: center;
    width: 35px;
}
.social-icons li a:hover {
    background:#fff;
    color:#323232;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration:none;
}
.social-icons li a i, .social-icons li a i:before,.social-icons li a i:hover{ cursor:pointer !important; }
.topContact {
	text-align: center;
	margin:0 auto;
}
.form-search .input-append{
	float: right;
}
.form-search {
	float: right;
	margin: 0;
}
.topContact li {
	display: inline-block;
	font-size: 13px;
	line-height: 35px;
	float:left;
	padding:0 10px;
	cursor:pointer;
	font-family: 'Open Sans',sans-serif;
}
.topContact span {
	padding: 2px 10px 2px 0;
	position: relative;
}
.addresTop:hover,.mailTop:hover,.phoneTop:hover {
	background:#fff;
	color:#232323;
	-webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease;
}
*/

/* ==================================================
   Intro Boxs
================================================== */

.intro{
	padding: 30px 0 30px;
}
.introText {
    text-align: center;
}
.introText h4 {
    font-family: open sans;
    font-size: 30px;
    font-weight: 500;
    line-height: 2;
}


/* ==================================================
   Feature Boxs
================================================== */

.featureContentBox {
    display: inline-block;
    padding-top: 60px;
    position: relative;
}
.feature-box {
    margin-bottom: 30px;

}
.feature-box .box-content h4 {
    margin-bottom: 10px;
    color: #2c3e50;
}
.features .feature-box .box-content p {
    color: #2c3e50;
}
.feature-box .feature-icon {
    float: left;
}
.feature-box .feature-icon i {
    color: #1ea8e0;
    font-size: 35px;
}
.feature-box .feature-text {
    padding-left: 50px;
}
.feature-text h4 {
    color: #34495e;
    font-weight:600;
    margin-bottom: 10px;
    font-family:Open Sans;
    font-size: 21px;
}
.feature-text > p {
    font-family: source sans pro;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}


/* ==================================================
   ALL SIZE PADDING
================================================== */
.latestWork, .ourClient, .features, .faq, .pricing,.alerts, .elements, .blogPost, .blogs, .single_portfolio, .full_width{
    padding: 15px 0 60px;
    position: relative;
}
.latestBlog{
	padding: 30px 0;
    position: relative;
}


/* ==================================================
   SEPARATOR
================================================== */
.separator {
    padding-bottom: 30px;
}
.sepTitle > h3 {
    font-family: open sans;
    font-size: 32px;
    font-weight: 700;
	color: black;
}

.sepTitle p
{
	font-size:24px;
	text-align: center;
}
.intButton {
    background: #eaebec;
    padding: 30px 0;
	margin: 10px 0;
}
.sepTitle button {
    margin-top: 13px;
}

.ctabutton{
	float: left !important;
	width: 270px !important;
	height: 70px !important;
	display: inline-block !important;
	margin: auto !important;
	background-color: #1ea8e0 !important;
	text-align: center !important;
	line-height: 70px !important;
	border-radius: 50px !important;
	border: none !important;
	color: white !important;
	text-decoration: none !important;
	font-size: 1.7em !important;
	background-image: none !important;
	text-shadow: none !important;
}


/* ==================================================
   BLOGGING
================================================== */
.blogTitle {
    margin: auto auto 10px;
    position: relative;
}
.blogTitle > a h2 {
    font-family: open sans;
    font-size: 16px;
    margin-bottom: 5px;
    color: #34495e;
    font-weight: 700;
	text-decoration: none;
	-webkit-transition: 0.25s;-moz-transition: 0.25s;-o-transition: 0.25s;transition: 0.25s;
}
.blogContent > p {
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.blogTitle > a:hover h2{color: #1ea8e0;}
.blogTitle span {
    color: #95A5A6;
    cursor: pointer;
    font-family: open sans;
    font-size: 12px;
    line-height: 24px;
}
.blogTitle span i {
    padding-right: 5px;
    font-size: 14px;
}
.blogTitle span:hover i {
    color: #95a5a6;
}
.blogMeta {
    display: inline-block;
    padding: 5px 0 0;
    position: relative;
}
.blogMeta a {
    color: #95A5A6;
    font-family: open sans;
    font-size: 12px;
    line-height: 20px;
    margin-right: 15px;
    text-decoration: none;
}
.blogMeta a:hover, .blogTitle span:hover{color: #1ea8e0}
.blogMeta a i{
	padding-right: 5px;
	font-size: 14px;
}
.blogMeta a:hover i{color: #95a5a6;}
.blogDetail {
    border: 1px solid #ecf0f1;
    display: inline-block;
    padding: 15px;
    position: relative;
}
.blogPic {position: relative;}
.blogPic .blog-hover {
    background: none repeat scroll 0 0 rgba(255,255,255, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 120ms ease-in-out;-moz-transition: all 120ms ease-in-out;-o-transition: all 120ms ease-in-out;-ms-transition: all 120ms ease-in-out;transition: all 120ms ease-in-out;
    width: 100%;
}
.blogPic:hover .blog-hover{opacity: 1;}
.blogPic .blog-hover .icon {
    background: #2C3E50;
    border-radius: 50% 50% 50% 50%;
    display: block;
    height: 40px;
    margin: 25% auto 0;
    position: relative;
    -webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;
    color: #ecf0f1;
    width: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    top: 40px;
}
.blogPic .blog-hover:hover .icon{
	top: 0;
}
.blogPic .blog-hover p {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}


/* ==================================================
   Recent Works Carousel
================================================== */
/*
.jcarousel {
	position: relative;
	overflow: hidden;
}
.jcarousel ul {
	position: absolute;
	list-style: none;
	margin: 0;
}
.carousel-navi {
    background: #FFF;
    bottom: 52px;
    float: right;
    left: 10px;
    margin-right: 10px;
    padding: 5px;
    position: relative;
}
.carousel-intro {
    display: inline-block;
    height: 50px;
    position: relative;
}
.jcarousel-list li {
    margin-bottom: 30px;
}
.touching.medium a.hover-zoom, .touching.medium a.hover-link, .blog-navi ul li a:hover, .blog-navi ul li a.current, .touching a.hover-zoom, .touching a.hover-link, #swipebox-caption, .swipe-navi .swipe-left, .swipe-navi .swipe-right{
    background: #34495e;
}
.arrow-left, .arrow-right{
	width: 23px;
	height: 23px;
	display: inline-block;
	float: left;
	background-color: #ecf0f1;
	margin-left: 3px;
	color: #2c3e50;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;-webkit-transition: all 150ms ease-in-out;-moz-transition: all 150ms ease-in-out;-o-transition: all 150ms ease-in-out;-ms-transition: all 150ms ease-in-out;transition: all 150ms ease-in-out;
}
.arrow-left i, .arrow-right i{
	font-size: 14px;
	display: block;
	line-height:16px;
	padding-top: 4px;
	text-align: center;
}
.arrow-left.active, .arrow-right.active{
	background-color: #bdc3c7;
	color: #ecf0f1;
	cursor: pointer;
}
.arrow-left.active:hover, .arrow-right.active:hover {background-color: #95a5a6;}
.recent-item {
	display: block;
	background: rgba(255,255,255, 0.5);
	overflow: hidden;
	position: relative;
}
.item-description {
	padding: 20px 0 23px 0;
	background: #fff;
	border: 1px solid #ecf0f1;
	border-top:none;
	text-align: center;
	-webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;
}
.item-description h5 {
    font-family: open sans;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}
.item-description span {
	color: #7f8c8d;
	font-size: 13px;
	display: block;
	font-family: Open sans;
	font-weight:500;
}
.touching.medium {
	position: relative;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
}
.touching.medium img {
	width: 100%;
	position: relative;
	-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;
	-webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;
}
.touching.medium:hover img {
	zoom: 1;
	opacity: 0.25;
	filter: alpha(opacity=25);
}
.touching.medium a.hover-zoom {
	position: absolute;
	font-size: 17px;
	color: #FFF;
	width:40px;
	height: 40px;
	text-align: center;
	zoom: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 320ms ease-in-out;-moz-transition: all 320ms ease-in-out;-o-transition: all 320ms ease-in-out;-ms-transition: all 320ms ease-in-out;transition: all 320ms ease-in-out;
	border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;
}
.touching.medium a.hover-link {
	position: absolute;
	font-size: 17px;
	color: #FFF;
	width:40px;
	height: 40px;
	text-align: center;
	zoom: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;
	border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;
}
.touching.medium a.hover-zoom i {font-size: 15px;}
.touching.medium a.hover-zoom i,
.touching.medium a.hover-link i {line-height: 40px;}
.touching.medium a.hover-link.alone {right: 40%;}
.touching.medium a.hover-zoom {
	left: 51.5%;
	top: 50%;
}
.touching.medium a.hover-link {
	right: 51.5%;
	top: 50%;
}
.touching.medium:hover a.hover-zoom,
.touching.medium:hover a.hover-link {
	zoom: 1;
	opacity: 0.9;
	filter: alpha(opacity=90);
	top: 40%;
}
.touching.two img {
	width: 100%;
	position: relative;
	-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;
	-webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;
}
.touching.two:hover img {
	zoom: 1;
	opacity: 0.25;
	filter: alpha(opacity=25);
}
.touching.two a.hover-zoom {
	position: absolute;
	font-size: 17px;
	color: #FFF;
	width:40px;
	height: 40px;
	text-align: center;
	zoom: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 320ms ease-in-out;-moz-transition: all 320ms ease-in-out;-o-transition: all 320ms ease-in-out;-ms-transition: all 320ms ease-in-out;transition: all 320ms ease-in-out;
	border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;
}
.touching.two a.hover-link {
	position: absolute;
	font-size: 17px;
	color: #FFF;
	width:40px;
	height: 40px;
	text-align: center;
	zoom: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;-ms-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;
	border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;
}
.touching.two a.hover-zoom i {font-size: 15px;}
.touching.two a.hover-zoom i,
.touching.two a.hover-link i {line-height: 40px;}
.touching.two a.hover-link.alone {right: 50%;}
.touching.two a.hover-zoom {
	left: 50.5%;
	top: 50%;
}
.touching.two a.hover-link {
	right: 50.5%;
	top: 50%;
}
.touching.two:hover a.hover-zoom,
.touching.two:hover a.hover-link {
	zoom: 1;
	opacity: 0.9;
	filter: alpha(opacity=90);
	top: 35%;
}
.project_details {
    background-color:#fff;
    overflow:hidden;
}
 .project_detail_slider {margin-bottom: 30px;}
.project_desc p{margin-bottom:20px;}
.project_desc h6, .project_details h6 {
    font-size: 20px;
    margin-top: 5px;
}
.project_details .details li {
    border-bottom: 1px solid #F2F2F2;
    color: #A3A3A3;
    font-family: Open Sans,sans-serif;
    font-size: 12px;
    padding: 8px 0;
}
.project_details .details{margin: 0}
.project_details .details li span {
	color: #686868;
	font-family: Open Sans,sans-serif;
	font-weight: bold;
}
.project_details .details li a {
    color: #A3A3A3;
    font-family: Open Sans,sans-serif;
    font-size: 12px;
}

.project_details .details li a:hover {color: #1ea8e0;}
.project_detail_box {margin-bottom: 30px;}
*/
/* ==================================================
   TITLE
================================================== */
h3.garis:before, h3.garis:after{
	content: "";
	width: 200%;
	height: 1px;
	display: inline-block;
	margin: 0 -200% 0 0;
	position: relative;
	left: 20px;
	bottom: 0.5em;
	background: #ecf0f1;
	vertical-align: bottom;
}
h3.garis:before{
	left: -20px;
	margin: 0 0 0 -200%;
}
h3.garis{
	overflow: hidden;
	font-size: 20px;
	color: #34495e;
	font-family: open sans;
	position: relative;
}
.titleHead {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}


/* ==================================================
   WIDGET
================================================== */
.widgetTitle h3.garis:before, h3.garis:after{
	content: "";
	width: 200%;
	height: 1px;
	display: inline-block;
	margin: 0 -200% 0 0;
	position: relative;
	left: 20px;
	bottom: 0.5em;
	background: #ecf0f1;
	vertical-align: bottom;
}
.widgetTitle h3.garis:before{
	left: -20px;
	margin: 0 0 0 -200%;
}

.widgetTitle h3.garis{
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
	color: #34495e;
	font-family: open sans;
	position: relative;
}
.widgetTitle {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}


/* ==================================================
   RECENT BLOGS
================================================== */
#recent-news {
	display:block;
	margin-top: 15px;
}
#recent-news h3 {margin-bottom: 15px;}
.news-item {
	display: block;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
.news-thumb .swipe{margin-top: 0;}
.swipe {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    visibility: hidden;
}
.news-thumb a {
	display: block;
	opacity: 1;
	zoom: 1;
	filter: alpha(opacity=100);
	transition: all 200ms;-moz-transition: all 200ms;-webkit-transition: all 200ms;-o-transition: all 200ms;-ms-transition: all 200ms;-webkit-backface-visibility: hidden; /* little fix */
}
.news-thumb a:hover {
	opacity: 0.7;
}


/* ==================================================
   SWIPE JS SLIDER
================================================== */
.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
	margin-top: 0;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
	margin:0;
}
.swipe-wrap > li {
	float:left;
	width:100%;
	position: relative;
}
.swipe-navi {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.swipe-navi .swipe-left,
.swipe-navi .swipe-right {
	position: absolute;
	text-align: center;
	width: 34px;
	height: 34px;
	line-height: 34px;
	opacity: 0;
	zoom: 1;
	filter: alpha(opacity=0);
	color:#fff;
	cursor: pointer;
	border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;
	transition: all 200ms;-moz-transition: all 200ms;-webkit-transition: all 200ms;
	-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;
}
.swipe:hover .swipe-navi .swipe-left{
	opacity: .9;
	zoom: 1;
	filter: alpha(opacity=90);
	margin-top: -27px;
}
.swipe:hover .swipe-navi .swipe-right {
	opacity: .9;
	zoom: 1;
	filter: alpha(opacity=90);
	margin-top: -27px;
}
.swipe-navi .swipe-left {
	left: 5px;
	margin-top: -32px;
}
.swipe-navi .swipe-right {
	right: 5px;
	margin-top: -22px;
}
.our_client {
    display: block;
    position: relative;
}
.client_list {
    margin: 0 0 60px;
}
.client_list li a {
    opacity: 0.5;
    padding: 10px;
}
.client_list li a:hover{
	opacity:1;
}
.client_list li {
	border: 1px solid #fff;
	list-style: none outside none;
	margin: 0 auto 0 15px;
	overflow: hidden;
	-webkit-transition: all ease 0.4s;-moz-transition: all ease 0.4s;-ms-transition: all ease 0.4s;-o-transition: all ease 0.4s;transition: all ease 0.4s;
}
.client_list li:hover {
	border: 1px solid #EEEEEE;
	cursor:pointer;
}


/* ==================================================
   FOOTER
================================================== */
.footer{
	padding:1em 0;
	border-top: .2em solid #1ea8e0;
	margin-top: 1em;
	}
.footer_bottom{
	padding:1em 0;
	background:#ecf0f1;
}
.footerTitle {
    border-bottom: 1px solid #ecf0f1;
    margin-bottom:20px;
}
.footerTitle > h3 {
	border-bottom: 2px solid #1ea8e0;
	display: inline-block;
	color:#34495e;
	font-family: open sans;
	font-size: 14px;
	line-height: 36px;
	margin-bottom: 0;
}

.fabout_block {
    background: url("https://spanishvirtually.com/spanishvirtually/wp-content/themes/img/contact-map.png") repeat scroll 0 0 / cover transparent;
    position: relative;
}
.fabout_block p {
    font-family: source sans pro;
    font-size: 14px;
    line-height: 20px;
    margin:0;
    font-weight: 400;
}
.tagsinput .tag:hover {
  background-color: #1ea8e0;
  color: #ffffff;
}
.tagsinput .tag {
    margin-right: 2px;
}
.tagcloud > a:hover {
  background-color: #1ea8e0;
  color: #ffffff;
}

.tagcloud a {
  background-color: #EBEDEF;
  color: #7B8996;
  cursor: pointer;
  display: inline-block;
  font-family: open sans;
  font-size: 12px !important;
  line-height: 15px;
  margin-bottom: 5px;
  margin-right: 1px;
  padding: 8px 12px;
  position: relative;
  transition: all 0.14s linear 0s;
  vertical-align: middle;
}


/* ==================================================
   TWITTER
================================================== */
/* ================================================================
                        Twitter List
================================================================== */
/*
.tweet_list {
	list-style: none inside none;
	margin: 0;
	padding: 0;
}
.tweet_slider{
	padding:4px 0;
	background:#1ea8e0;
}
.footer-twitter {
	position: relative;
	z-index: 1;
	min-height: 60px;
	overflow: hidden;
}
.bx-wrapper {
	display: block;
	height: 40px;
	position: relative;
}
.twitter-icon {
	color: #16A085;
	float: left;
	font-size: 40px;
	line-height: 40px;
	margin-right: 20px;
}
.twitter-feed {
    list-style: none outside none;
    margin: 0;
    max-height: 30px;
    padding: 0;
    position: relative;
}
.tweet-slider ul > li {
    color: #FFFFFF;
    float: left;
    font-weight: 400;
    line-height: 1;
}
.tweet-slider ul > li small {
    color: #E6E6E6;
    display: block;
    float: none;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    margin-top: -10px;
}
.in_twitter{
	margin-bottom:15px;
}
.tweet_list li {
    font-family: source sans pro;
    font-size: 14px;
    line-height: 8px;
}
.tweet_time a{
	display: inline-block;
	margin: 10px auto;
	color:#ffffff;
}
.tweet_time a:hover{
	color:#bdc3c7;
}
.tweet_join {
    color: #FFFFFF;
    font-family: source sans pro;
    font-size: 14px;
    font-weight: bold;
}
.tweet_text {
	font-size: 12px;
	font-family:Open Sans;
	color:#ffffff;
}
.tweet_text a{
	color:#ffffff;
	font-weight: bold;
}
.tweet_text a:hover{
	text-decoration: none;
	color: #bdc3c7;
}
.slidecontrols {
    display: inline-block;
    float: right;
    height: 14px;
    left: -10px;
    margin: 0;
    position: relative;
    top: -20%;
    margin-top:-10px;
}
.slidecontrols li {float: left;}
.slidecontrols li a {
    background-color: #16a085;
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    height: 25px;
    line-height: 28px;
    margin-right: 1px;
    padding: 0 1px 4px;
    text-align: center;
    text-decoration: none;
	-webkit-transition: all ease 0.4s;-moz-transition: all ease 0.4s;-ms-transition: all ease 0.4s;-o-transition: all ease 0.4s;transition: all ease 0.4s;
    width: 25px;
}
.slidecontrols li span .bx-next:before {
	font-family: 'Open Sans';
	content: "\f107";
}
.slidecontrols li span .bx-prev:before {
	font-family: 'Open Sans';
	content: "\f106";
}
#test-next:hover a,#test-prev:hover a{background: #16a085;color:#ecf0f1;}
#test-next:hover a,#test-prev:hover a{background: #16a085;color:#ecf0f1;}
*/

/* ==================================================
   FOOTER RECENT POST
================================================== */
/*
.footer_post {padding-bottom: 12px;}
.footer_post img {
    float: left;
    margin-right: 12px;
    width: 45px;
}
.footer_post p {
    font-size: 12px;
    line-height: 16px;
    font-family:open sans;
    margin-bottom:0;
    overflow:hidden;
}
.footer_post p a {
    color: inherit;
    font-family: source sans pro;
    font-size: 13px;
    line-height: 18px;
    vertical-align: top;
    word-wrap: break-word;
}
.footer_post a:hover {color: #1ea8e0;}
.footer_post p span {
    color: #B7B7B7;
    display: block;
    font-size: 11px;
}

*/
/* ==================================================
   TOP SOCIAL
================================================== */
/*
.top_social {
    float: right;
    margin: 0;
}
.top_social li {
    float: left;
    background: none !important;
}
.top_social li a {
    background: #ECF0F1;
    color: #34495e;
    display: inline-block;
    height: 35px;
    text-align: center;
    width: 35px;
}
.top_social li a i {
    font-size: 16px;
    line-height: 34px;
    margin-right: 0;
    float: none;
}
.top_social li a.fb:hover {
    background: #2f5a9a;
    color: #fff;
}
.top_social li a.twtr:hover {
    background: #3abdd1;
    color: #fff;
}
.top_social li a.gmail:hover {
    background: #363636;
    color: #fff;
}
.top_social li a.pintrest:hover {
    background: #d13a3a;
    color: #fff;
}
.top_social li a.rss:hover {
    background: #f15200;
    color: #fff;
}
*/

/* ==================================================
   GET SOCIAL
================================================== */
/*
.get_social {
    padding-top: 25px;
    margin:0;
}
.get_social li {
    float: left;
    background: none !important;
    padding-left: 0 !important;
    margin-right: 5px;
    padding-bottom: 0;
}
.get_social li a {
    display: block;
    width: 31px;
    height: 32px;
    background: #ecf0f1;
    color:#95a5a6;
    text-align: center;
}
.get_social li a i {
    font-size: 16px;
    line-height: 34px;
    margin-right: 0;
    float: none;
}
.get_social li a.fb:hover {
    background: #2f5a9a;
    color: #fff;
}
.get_social li a.twtr:hover {
    background: #3abdd1;
    color: #fff;
}
.get_social li a.gmail:hover {
    background: #363636;
    color: #fff;
}
.get_social li a.pintrest:hover {
    background: #d13a3a;
    color: #fff;
}
.get_social li a.rss:hover {
    background: #f15200;
    color: #fff;
}
*/

/* ==================================================
   FOOTER SOCIAL
================================================== */
/*
.footer_social {
    padding-top: 25px;
    margin:0;
}
.footer_social li {
    float: left;
    background: none !important;
    padding-left: 0 !important;
    margin-right: 5px;
    padding-bottom: 0;
}
.footer_social li a {
    display: block;
    width: 31px;
    height: 32px;
    background: #ecf0f1;
    color:#95a5a6;
    text-align: center;
}
.footer_social li a i {
    font-size: 16px;
    line-height: 34px;
    margin-right: 0;
    float: none;
}
.footer_social li a.fb:hover {
    background: #2f5a9a;
    color: #fff;
}
.footer_social li a.twtr:hover {
    background: #3abdd1;
    color: #fff;
}
.footer_social li a.gmail:hover {
    background: #363636;
    color: #fff;
}
.footer_social li a.pintrest:hover {
    background: #d13a3a;
    color: #fff;
}
.footer_social li a.rss:hover {
    background: #f15200;
    color: #fff;
}
*/

/* ==================================================
   FLICKR
================================================== */
/*
.flickr {text-align: left;}
.flickr-feed {overflow: hidden;padding:0;}
.flickr-feed li {
    display: inline-block;
    margin: 0 8px 8px 0;
    position: relative;
}
.flickr-feed li img {width: 48px;height: 48px; box-shadow:none;}
.flickr-feed li a {display: block;overflow: hidden;position: absolute;width: 48px;height: 48px;
    filter: alpha(opacity=100); /* internet explorer */
    /*-khtml-opacity: 1;      /* khtml, old safari */
    /*-moz-opacity: 1;       /* mozilla, netscape */
   /* opacity: 1;           /* fx, safari, opera */
}
/*
.flickr-feed li .hover {position: absolute;width: 48px;height: 48px;background: #1ea8e0;opacity: 0;filter: alpha(opacity=0);-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;-ms-transition-duration: 0.4s;-o-transition-duration: 0.4s;transition-duration: 0.4s;
}
.flickr-feed li a:hover .hover {opacity: 0.8;filter: alpha(opacity=80);}
.flickr-feed li a i {display: block;position: absolute;width: 48px;height: 48px;font-size: 16px;color: white;line-height: 3.2;opacity: 0;filter: alpha(opacity=0);z-index: 10;-webkit-font-smoothing: antialiased;-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;-ms-transition-duration: 0.4s;-o-transition-duration: 0.4s;transition-duration: 0.4s;-moz-border-radius:4px;-webkit-border-radius:4px;
	border-radius:4px;
	text-align:center;
}
.flickr-feed li a:hover i {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
*/

/* ==================================================
   PAGE TITLE
================================================== */
/*
.pageTitle {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-color: #f9f9f9;
	padding: 5px 0;
}
.pageTitle h1 {
	font-size: 22px;
	padding: 10px 0;
}
.pageTitle h1 small {
    font-family: open sans,sans-serif;
    font-size: 14px;
    padding-left: 15px;
}
ul.breadcrumbs {
	float: right;
	text-align: right;
	margin-top: 25px;
}
ul.breadcrumbs {
	display: inline-block;
}
ul.breadcrumbs li {display: inline-block;}
.breadcrumbs a {
    color: #1ea8e0;
    font-family: source sans pro;
}

*/
/* ==================================================
   CAROUSEL
================================================== */
/*
.aboutCarousel,.porDetCarousel,.porDet2Carousel {
	margin-bottom: 20px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15)
}
.aboutCarousel, .carousel-content, .porDetCarousel, .porDet2Carousel {position: relative;}
.carousel-item {
	width: 100%;
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;    left: 0;
}
.carousel-item.active {
	display: block;
    visibility: visible;
    position: static;
}
.carousel-item.current {
	left: 0;
	right: 0;
	visibility: visible;
	z-index: 1;
}
.carousel-item {
	max-width: 100%;
	display: block;
}
.carousel-control {
	position: absolute;
	top: 0;		left: 0;
	bottom: 0;	right: 0;
	overflow: hidden;
}

.aboutCarousel:hover .carousel-prev { left: 10px; }
.aboutCarousel:hover .carousel-next { right: 10px; }
.porDetCarousel:hover .carousel-prev { left: 10px; }
.porDetCarousel:hover .carousel-next { right: 10px; }
.porDet2Carousel:hover .carousel-prev { left: 10px; }
.porDet2Carousel:hover .carousel-next { right: 10px; }
.carousel-prev, .carousel-next {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 45%;
	left: -40px;
	z-index: 2;
	background: #2c3e50;
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease, left 0.2s ease, right 0.2s ease;
	transition: background-color 0.2s ease, left 0.2s ease, right 0.2s ease;
}
.carousel-next {
	left: auto;
	right: -40px;
}
.carousel-prev:hover, .carousel-next:hover {
	background: #34495e;
}
.carousel-prev:before, .carousel-next:before {
	content: '\f104';
	display: block;
	text-align: center;
	line-height: 40px;
	font: 20px/40px Open Sans;
	color: #fff;
}
.carousel-next:before {
	content: '\f105';
}
.carousel-next:hover:before,
.carousel-prev:hover:before{color: #fff;}
.carousel-pagination {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transition: bottom 0.2s ease;transition: bottom 0.2s ease;
	-webkit-transform: translateX(-50%);transform: translateX(-50%);
	z-index: 2;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 50px;
}
.carousel-pagination li {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	cursor: pointer;
	float: left;
	height: 6px;
	margin: 0 2px;
	width: 20px;
}
.carousel-pagination li.active {
	background: #1ea8e0;
}

*/
/* ==================================================
   ABOUT PAGE
================================================== */
.aboutDesc p{
	font-family: Open Sans, sans-serif;
	font-size: 13.5px;
	line-height: 1.5;
	margin-bottom:15px;
}


/* ==================================================
   TYPOGRAPHY
================================================== */
.dropcap {
    color: #585858;
    display: block;
    float: left;
    font-size: 44px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
}
.dropcap1 {
    color: #fff;
    display: block;
    float: left;
    font-size: 40px;
    height: 40px;
    padding:1px 5px;
    line-height: 40px;
    margin-right: 5px;
    background:#1ea8e0;
}


/*.highlight1 {
    border-bottom: 1px dotted #1ea8e0;
    color: #1ea8e0;
}
.highlight2 {
    background: none repeat scroll 0 0 #1ea8e0;
    color: #FFFFFF;
    padding: 0 3px 3px;
}
.highlight3 {
    background: none repeat scroll 0 0 #16a085;
    color: #FFFFFF;
    padding: 0 5px 3px;
}*/

/* ==================================================================
  Progress Bar
================================================================== */
.progress {
	background: none repeat scroll 0 0 #ecf0f1;
	-webkit-border-radius: 0px;-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	height: 36px;
	margin-bottom: 10px;
}
  .progress .bar {
	background: #1ea8e0 !important;
	line-height: 30px;
	text-align: left;
	font-weight: bold;
	text-indent: 15px;
	text-transform:uppercase;
	-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;-webkit-text-shadow: none;-moz-text-shadow: none;text-shadow: none;
	-webkit-transition: width 1s ease;-moz-transition: width 1s ease;-o-transition: width 1s ease;transition: width 1s ease;
}
.progress:hover .bar {
	-webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease;
	background: #16a085 !important;
	color:#fff;
	cursor: pointer;
}
.progress-skill-bar {
	margin-bottom: 10px;
	margin-left:0;
	margin-top: 15px;
}
.progress-skill-bar li{overflow: hidden;}
.progress-skill-bar .lable {
	background: #16a085;
	float: left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px #FFFFFF solid;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;
	padding: 8px;
}
.progress-success .bar,
.progress .bar-success {
	filter: none;
	background: #15b994;
}


/* ==================================================
   ACCORDIONS
================================================== */
.accordion {margin-bottom: 20px;}
.accordion-group {
	margin-bottom: 10px !important;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion-heading {border-bottom: 0;}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}
.accordion-toggle {cursor: pointer;}
.accordion-teamDesc {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5;
	background: #ecf0f1;
}
.accordion {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 20px;
}
.accordion-inner{background: #FFFFFF}
.accordion-group {
	margin-bottom: 1px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.accordion-heading {border-bottom: 0;}
.accordion-heading .accordion-toggle {
	display: block;
	font-family: open sans;
	padding: 12px 44px 12px 20px;
	color: #2c3e50;
	font-size: 14px;
	padding: 10px 15px;
	line-height: 18px;
	background: #ecf0f1;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}
.accordion-heading .accordion-toggle:before {
	display: block;
	font-family: open sans;
	font-weight: normal;
	font-style: normal;
	content: "\f067";
	color: #2c3e50;
	width: 26px;
	padding: 11px 0 0 14px;
	border-left: 1px solid #fff;
	border-left: 1px solid rgba(255,255,255,0.2);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.accordion-heading .accordion-toggle:hover {
	background: #1ea8e0;
	color: #fff;
}
.accordion-heading .accordion-toggle.active {background: #1ea8e0;color: #fff}
.accordion-heading .accordion-toggle.active:before {
	content: "\f068";
	color: #fff;
}
.accordion-heading .accordion-toggle.active i {
	top: -11px;
	border-left: 1px solid #313439;
}
.accordion-heading .accordion-toggle.active i:before {content: "\f00d";}
.accordion-teamDesc {
	padding: 18px 0px 18px 20px;
	border-top: 0px solid #e5e5e5;
}


/* ==================================================
   ACCORDION 2
================================================== */
.accrodation { width: 100%; }
.acc-trigger { cursor: pointer; display: block; margin: 15px 0 0; width: 100%;	}
.acc-trigger:last-of-type, .acc-container:last-of-type { margin-bottom: 20px; }
.no-js .acc-trigger:last-of-type { border-bottom: none; }
.acc-trigger a { background: url("https://spanishvirtually.com/spanishvirtually/wp-content/themes/img/accordion-ico.png") no-repeat scroll 15px 11px transparent; display: block; padding: 12px 20px 12px 45px; text-decoration: none; text-shadow: none; font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: #3896d3; border: 1px solid #eee; border-bottom: 1px solid #eee;}
.acc-trigger a:hover { background-color: #eee;  }
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover { color: #1ea8e0; border-bottom: 1px solid #fff;  }
.acc-trigger.active a:hover { background-color: transparent; }
.acc-trigger.active { cursor: default; background:#fff;}
.acc-trigger.active:last-of-type { border-bottom: none; margin-bottom: 0; }
.acc-trigger.active a { background-position: 15px -58px; cursor: default;	}
.acc-container .content {  padding: 5px 15px 15px 45px; color: #95a5a6;  margin-bottom: 5px; background-color: #fff; border: 1px solid #eee; border-top: 0px solid #eee; font-family: Lato; font-size: 14px; line-height: 1.6}



/* ==================================================
   TEAM PAGE
================================================== */
.teamBlock {
	border: 1px solid #EEEEEE;
	margin-bottom: 20px;
	position: relative;
}
.teamPhoto {
	position: relative;
	overflow: hidden;
	border-radius: 100px;
}
/*
.teamPhoto:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;		left: 0;
	bottom: 0;	right: 0;
	background: rgba(0,0,0,0);-webkit-transition: background-color 0.2s ease-in-out;transition: background-color 0.2s ease-in-out;
}
.teamPhoto:hover:after {background: rgba(255,255,255,0.5);}*/
.teamPhoto img {
	display: block;
	width: 98% !important;
	-webkit-transition: all 0.2s ease;transition: all 0.2s ease;
}
.teamDetail {
	margin-top: 15px;
	text-align: center;
}
.teamBlock p {
	font-family: lato;
	font-size: 14px;
	line-height: 1.6;
	padding: 15px;
	text-align: center;
}
.teamName {
	color: inherit;
	font: 600 16px open sans;
}
.teamPosition {
	margin-top: 3px;
	font-size: 22px;
	color: #c5c5c5;
}
.teamBlock .aboutSocial {
	display: none;
	position: absolute;
	top: 50%; left: auto; right: auto;
	bottom: auto;
	width: 100%;
	height: 30px;
	margin: -15px 0 0 0;
	z-index: 2;
	text-align: center;
}
.teamBlock .aboutSocial a:hover {
	background: #1ea8e0;
	color:#fff;
}


/* ==================================================
   SOCIAL ABOUT PAGE
================================================== */
.aboutPage, .our_team{
	padding: 30px 0 60px;
}
.aboutSocial {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	font-size: 0;
}
.aboutSocial li {
	display: inline-block;
	margin: 0 5px 5px 0;
	vertical-align: middle;
}
.aboutSocial a {
	display: block;
	width: 35px;
	height: 35px;
	background: #34495e;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.2s ease;transition: all 0.2s ease;
}
.aboutSocial li a.fb:hover {
	background: #2f5a9a;
	color: #fff;
}
.aboutSocial li a.twitter:hover {
    background: #3abdd1;
    color: #fff;
}
.aboutSocial li a.gmail:hover {
    background: #363636;
    color: #fff;
}
.aboutSocial li a.pintrest:hover {
    background: #d13a3a;
    color: #fff;
}
.aboutSocial li a.rss:hover {
    background: #f15200;
    color: #fff;
}
.gallery-caption {}

/* ==================================================
   MARGIN SET
================================================== */
.mrg5{
	margin:5px auto;
	position: relative;
}
.mrg10{
	margin:10px auto;
	position: relative;
}
.mrg15 {
	margin: 15px auto;
	position: relative;
}
.mrg25 {
	margin: 25px auto;
	position: relative;
}
.mrg-5{
    margin-bottom: 5px;
}
.mrg-10{
    margin-bottom: 10px;
}
.mrg-15{
    margin-bottom: 15px;
}
.mrg-25{
    margin-bottom: 25px;
}
.mrg-35{
    margin-bottom: 35px;
}
.mrg-45{
    margin-bottom: 45px;
}



/* ==================================================
   TESTIMONIALS
================================================== */
.testimonials {}
.testimonials .block-navigation {right: 0px;}
.testimonials .author {
	padding-left: 18%;
	position: relative;
}
.testimonials .author img {
	position: absolute;
	left: 0px;
	top: 0px;
	height:65px;
	border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;-o-border-radius: 50%;-ms-border-radius: 50%;
	margin-bottom:10px;
	border:2px solid #fff;
	box-shadow:0 0 0 1px #34495e;
	margin-left:1px ;
}
.testimonials .author p {
	width: 100%;
	float: left;
}
.testimonials .author p.name {
    color: #2c3e50;
    font-family: open sans;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin:20px auto 0;
}
.testimonials .author p.work {
	font-style: italic;
	margin:0px auto 20px;
}
.testimonials .content {
	padding: 20px;
	color: #95a5a6;
    font-family: Lato;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom:10px;
    z-index:9999;
    font-style: italic;
}
.testimonials .content:after {
    background: url("https://spanishvirtually.com/spanishvirtually/wp-content/themes/img/panah.png") repeat scroll 0 0 transparent;
    bottom: 75px;
    content: "";
    display: block;
    height: 15px;
    left: 18%;
    position: absolute;
    width: 21px;
}
.testimonials-wrapper {}
.testimonials-wrapper .jcarousel-skin-tango .jcarousel-container {
	border: 0px solid #f00 !important;
	background: transparent !important;
	float: left;
	width: 100%;
	padding: 0px !important;
	border-radius: 0px;
}
.testimonials-wrapper .jcarousel-skin-tango .jcarousel-clip-horizontal {width: 100%;}
.testimonials-wrapper .jcarousel-skin-tango .jcarousel-next-horizontal, .testimonials-wrapper .jcarousel-skin-tango .jcarousel-prev-horizontal {
	background-image: none;
	line-height: 22px;
	width: 20px;
	height: 20px;
	background-color: #333;
	border-radius: 3px;
	text-align: center;
	background-color: #555;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #444;
	right: 0px;
	top: 0px !important;
}
.testimonials-wrapper .jcarousel-skin-tango .jcarousel-next-horizontal i, .testimonials-wrapper .jcarousel-skin-tango .jcarousel-prev-horizontal i {color: #ccc;}
.testimonials-wrapper .jcarousel-skin-tango .jcarousel-hover, .testimonials-wrapper .jcarousel-skin-tango .jcarousel-hover {
	color: #ccc;
	border-bottom-width: 0px;
	line-height: 24px;
	height: 22px;
}
.testimonials-wrapper .testimonials-wrapper-nav-wrapper {
	position: absolute;
	right: 0px;
	top: -63px;
	width: 65px;
	height: 22px;
	background-color: #fff;
}
.testimonials-wrapper .jcarousel-skin-tango .jcarousel-pressed, .testimonials-wrapper .jcarousel-skin-tango .jcarousel-pressed {
	box-shadow: inset #111 0px 2px 2px;
}
.testimonials-wrapper .jcarousel-skin-tango .jcarousel-item-horizontal {
	height: auto;
	margin: 0px;
}
.testimonials-wrapper .jcarousel-skin-tango .jcarousel-prev-horizontal {
	left: auto;
	right: 25px !important;
}


.testimonials .arrow {
    height: 20px;
    margin-left: 27px;
    margin-top: 14px;
    transform: rotate(45deg);
    transition-duration: 0.2s;
    width: 20px;
    z-index: 99;
}
.testimonials .content, .testimonials .arrow{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ecf0f1;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.jcarousel-skin-tango {
    margin: 0;
}


/* ==================================================
   TILE SERVICE BOX
================================================== */
.tile {
    background-color: #FFFFFF;
    padding: 60px 0 30px;
    position: relative;
    text-align: center;
}
.tile p {
    font-family: source sans pro;
    font-weight: 300;
    margin: 15px auto;
}
.tile-image {
    height: 60px;
    margin: 0 auto 20px;
    position: relative;
    text-align: center;
}
.tile-image.big-illustration {
  height: 111px;
  margin-top: 20px;
  width: 112px;
}
.tile-title {
  font-size: 20px;
  margin: 0;
}


/* ==================================================
   SERVICE BOX
================================================== */
.serviceBox1,.serviceBox2,.serviceBox3,.serviceBox4,.serviceBox5, .serviceBox6, .serviceBox7, .serviceBox8{
	padding-bottom:30px;
	position: relative;
}
.serviceBox {
    padding: 60px 0 0;
    position: relative;
}
.tile.nopad {
    padding: 0;
    margin-bottom:30px;
}
.paddBot {
	padding-bottom:30px;
}
.servContent {
    margin-bottom: 30px;
    position:relative;
    display: block
}
.servContent .ico{width:55px;text-align:center;float:left;margin-top:5px;}
.servContent:hover .ico{background:#fff;color:#1ea8e0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
.servContent:hover{cursor:pointer;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
.servContent:hover h4{color:#1ea8e0;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
.servDetil{margin-left:80px}
.servDetil h4 {
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}
.servDetil p {
    font-family: Source Sans Pro;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}

/* ==================================================
   TABS
================================================== */
.tab-pane p {
    color: #34495e;
    font-family: lato;
    font-size: 14px;
    line-height: 1.6;
}


/* ==================================================
   WIDGET SIDEBAR
================================================== */
.widgwtRPost img {
    float: left;
    margin-right: 12px;
    width: 45px;
}
.widgwtRPost {
    margin-bottom: 15px;
}

.widgwtRPost p {
    font-size: 12px;
    line-height: 16px;
    font-family:open sans;
    margin-left:60px;
    margin-bottom:0;
}
.widgwtRPost p a {
    color: inherit;
    font-family: open sans
}

.widgwtRPost a:hover {
    color: #1ea8e0;
}
.widgwtRPost p span {
    color: #B7B7B7;
    display: block;
    font-size: 11px;
}

/* ==================================================
   LATEST COMMENTS SIDEBAR WIDGET
================================================== */
.widgwtLCom {margin-bottom: 15px;}
.widgwtLCom p {
    font-size: 12px;
    line-height: 16px;
    font-family:open sans;
    margin-bottom:0;
}
.widgwtLCom p a {
    color: inherit;
    font-family: open sans
}
.uCom {font-weight: 600;}
.widgwtLCom a:hover {color: #1ea8e0;}
.widgwtLCom p span {
    color: #B7B7B7;
    display: block;
    font-size: 11px;
}

/* ==================================================
   POPULAR POST SIDEBAR WIDGET
================================================== */
.widgwPPost {margin-bottom: 15px;}
.widgwPPost p {
    font-size: 12px;
    line-height: 16px;
    font-family:open sans;
    margin-left:60px;
    margin-bottom:0;
    overflow:hidden;
}
.widgwPPost p a {
    color: inherit;
    font-family: open sans
}
.widgwPPost a:hover {
    color: #1ea8e0;
}
.widgwPPost p span {
    color: #B7B7B7;
    display: block;
    font-size: 11px;
}
.widgwPPost img {
    float: left;
    margin-right: 12px;
    width: 45px;
}
.widgetUserComm {
    float: left;
    position: relative;
    width: 45px;
}
.widgetContComm {margin-left: 60px;}
.widgetContComm > span {
    color: #B7B7B7;
    display: block;
    font-size: 12px;
    margin-bottom: -3px;
    vertical-align: top;
}
.widgetRComm {
    margin-bottom: 5px;
}
.widgetContComm > h4 {font-size: 13px;}
.widgetContComm > h4 a {
    font-size: 12px;
    color:#2c3e50;
}


/* ==================================================
   CATEGORIES SIDEBAR WIDGET
================================================== */
.categories {font-family: Verdana; }
.categories ul {margin: 0 0 20px 0; }
.categories ul li {
	list-style: none;
	display: block;
}
.categories ul li a {
	padding: 5px 0 6px 20px;
	display: inline-block;
	background: url("https://spanishvirtually.com/spanishvirtually/wp-content/themes/img/c-arrow.png") no-repeat left 10px;
	-webkit-transition: all 0.1s ease-in;-moz-transition: all 0.1s ease-in;-o-transition: all 0.1s ease-in;transition: all 0.1s ease-in;
	color: #7f8c8d;
	font-family: Open Sans;
	font-size: 13px;
}
.categories ul li a:hover {
	color: #1ea8e0;
	text-decoration: none;-webkit-transition: all 0.1s ease-out;-moz-transition: all 0.1s ease-out;-o-transition: all 0.1s ease-out;transition: all 0.1s ease-out;
}

ul .textwidget ul li a {
 background: none ;
padding: 9px 8px 8px 12px;
}


.archieve {font-family: Verdana; }
.archieve ul {margin: 0 0 20px 0; }
.archieve ul li {
	list-style: none;
	display: block;
}
.archieve ul li a {
	padding: 5px 0 6px 20px;
	display: inline-block;
	background: url("https://spanishvirtually.com/spanishvirtually/wp-content/themes/img/c-arrow.png") no-repeat left 10px;
	-webkit-transition: all 0.1s ease-in;-moz-transition: all 0.1s ease-in;-o-transition: all 0.1s ease-in;transition: all 0.1s ease-in;
	color: #7f8c8d;
	font-family: Open Sans;
	font-size: 13px;
}
.archieve ul li a:hover {
	color: #1ea8e0;
	text-decoration: none;-webkit-transition: all 0.1s ease-out;-moz-transition: all 0.1s ease-out;-o-transition: all 0.1s ease-out;transition: all 0.1s ease-out;
}
.jml {
	color: #95a5a6;
	font-family: lato;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 0px;
	padding-left: 5px;
}


/* ==================================================
   WIDGET SIDEBAR
================================================== */
.textBox, .widgetTab, .widgetCategory, .wTag, .wSocial {
    display: block;
    margin-bottom: 30px;
    position: relative;
}
.wSearch {
    display: inline-block;
    position: relative;
}

.widgetTab ul li a {
    font-size: 13px;
    padding: 7px 15px 8px;
}
.widgetTab ul li a i{
	font-size: 16px;
}
.wAlert .alert h3 {
    font-size: 18px;
    line-height: 28px;
}
.wAlert .alert p {
    font-family: lato;
    font-size: 13px;
}
.servBox{
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;
    padding: 30px 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out 0s;-moz-transition: all 0.2s ease-out 0s;-o-transition: all 0.2s ease-out 0s;-ms-transition: all 0.2s ease-out 0s;transition: all 0.2s ease-out 0s;
    position: relative;
}
.servBox i{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 40px;
    color: #34495E;
    display: block;
    -moz-transform:scale(1.2); -ms-transform:scale(1.2); -webkit-transform:scale(1.2); -o-transform:scale(1.2); transform:scale(1.2); -webkit-transition:all 200ms linear; -moz-transition:all 200ms linear; -o-transition:all 200ms linear; -ms-transition:all 200ms linear; transition:all 200ms linear
}
.servBox h5 {
    font-family: source sans pro;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    text-transform: capitalize;
	-webkit-transition: all 0.2s ease-in 0s;-moz-transition: all 0.2s ease-in 0s;-o-transition: all 0.2s ease-in 0s;-ms-transition: all 0.2s ease-in 0s;transition: all 0.2s ease-in 0s;
}
.servBox p{
    text-align: center;
	font-family: source sans pro;
    font-size: 13px;
    font-weight: 300;-webkit-transition: all 0.2s ease-out 0s;-moz-transition: all 0.2s ease-out 0s;-o-transition: all 0.2s ease-out 0s;-ms-transition: all 0.2s ease-out 0s;transition: all 0.2s ease-out 0s;
}

.servBox:hover h5,
.servBox:hover i,
.servBox:hover p{
	-webkit-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);-o-transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1);transform: scale(1.1,1.1);
}
.servBox:hover{background-color: #ecf0f1;}
.service-icon {
    display: block;
    float: left;
    margin: 0 6px 6px 0;
    width: 38px;
    height: 38px;
    font-size: 26px;
    color: #34495E;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
}
.tabbable{padding-bottom:30px;}
.pic.alignleft, .pic.alignright, .pic.alignleft img, .pic.alignright img {max-width: 210px;}
.pic.alignleft {
    display: block;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom:5px;
}
.pic.alignright {
    display: block;
    float: right;
    margin-top: 0;
    margin-bottom:5px;
    margin-left:15px;
}
.pic.w_frame {
    border: 1px solid #EDEDED;
    padding: 4px;
}
.pic {
    display: inline-block;
    line-height: 0;
}
.rightContent {overflow: hidden;}
.tab-pane p.text_subtitle_1 {
    color: #A6A6A6;
    font-family: source sans pro;
    font-size: 13px;
    line-height: 14px;
    margin-top: -5px;
    text-transform: uppercase;
}
.titleContentTabs {margin: 0 auto 10px;}
.bold {font-weight: 700;}
.nomartop{margin-top:0 !important;}
.margBot{margin-bottom:30px;}


/* ==================================================
   PRICING TABLES BOXS
================================================== */
.pricingBlock {
    display: inline-block;
    padding-bottom:30px;
    position: relative;
}
.pricingTable {
    text-align:center;
    font-weight:400;
}
.pricingTable-sign-up {
    padding:20px;
    text-align:center;
    background:#ECF0F1;
	font-size:16px;
}
.pricingContent ul li {
    padding:5px 20px;
    text-align:center;
}
.pricingContent{
    background:#fff;
    border-left: 1px solid #ECF0F1;
    border-right: 1px solid #ECF0F1;
}
.pricingTable .pricingTable-header {
    color:#fff;
    background: #1ea8e0;
    padding:0px;
}
.pricingTable-header .heading{
    display:inline-block;
    width:100%;
    padding:15px 0px;
    text-transform:uppercase;
	font-size:14px;

}
.pricingTable .heading{background: #34495E;}
.pricingTable.business .heading{background: #1ea8e0;}
.pricingTable.business .pricingTable-header .price-value{background: #16a085;}
.pricingTable .pricingTable-header .price-value{background: #16A085;}
.pricingTable .pricingTable-header .price-value{background: #2C3E50;}
.pricingTable-header .price-value {
    display:inline-block;
    width:100%;
    padding:20px 0px;
    background: #1ea8e0;
}
.pricingTable-header .price-value span{font-size:30px;}
.pricingTable-header .price-value span.mo{font-size:150%;}
.pricingTable {
    text-align:center;
    font-weight:400;
    margin-bottom:30px;
    background:#fff;
    -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;
}
/* Remove Pricing Table Fuzzy Transform!
.pricingTable:hover{
	overflow: hidden;
	-webkit-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);-o-transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1);transform: scale(1.1,1.1);
}
*/
.pricingContent ul li {
	color: #434343;
	overflow: hidden;
}
.pricingContent ul li {
	border-bottom: 1px solid #F0F0F0;
	padding: 15px 0;
	text-align: center;
	overflow: hidden;
	display: block;
}
.pricingContent ul{margin: 0;}
/* Remove Pricing Table Business Fuzzy Transform
.pricingTable.business {
   -webkit-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);-o-transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1);transform: scale(1.1,1.1);
}
*/
.b_list {
    line-height: 20px;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
}

.b_list li {
    margin-bottom: 5px;
}
.b_list li i {
    color: #444444;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
    width: 16px;
}




/* ==================================================
   BLOG CONTENT
================================================== */
.layout_blog article .f_pic {padding:4px; border:1px solid #EBEDEF; line-height:0px;}
.layout_blog article .f_pic img {width:100%; height:auto;}
.layout_blog article h4 {
    display: inline-block;
    font-family: lato;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 15px;
}
.titlePost a {color: #34495e;}
.titlePost a:hover {color: #1ea8e0;}
.layout_blog article h4 a:hover {color:#1ea8e0; text-decoration:none;}
.layout_blog article .info {
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    text-align: center;
    width: 8.5%;
}
.layout_blog article .info .date {
    background-color: #ECF0F1;
    color: #34495E;
    display: block;
    float: left;
    font-family: lato;
    font-size: 28px;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
    width: 55px;
}
.layout_blog article .info .month {
    background-color: #1ea8e0;
    color: #ECF0F1;
    display: block;
    float: left;
    font-family: source sans pro;
    font-size: 12px;
    font-weight: 800;
    height: 25px;
    line-height: 2.2;
    text-transform: uppercase;
    width: 55px;
}
.layout_blog article .info .date:hover {text-decoration:none;}
.layout_blog article .info .date span {padding:8px 0px 4px; display:block; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:13px; color:#404040; font-weight:bold; text-transform:uppercase; cursor:pointer;}
.layout_blog article .info .comments {width:75px; height:45px; float:left; display:block; background-color:#f5f5f5; border-top:1px solid #e8e8e8; border-right:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#a3a3a3; text-align:center;}
.layout_blog article .info .comments:hover {text-decoration:none;}
.layout_blog article .info .comments span {padding:8px 0px 4px; display:block; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:13px; color:#404040; font-weight:bold; text-transform:uppercase; cursor:pointer;}
.layout_blog article .content {overflow:hidden; width: 122%;}
.layout_blog article .content p {padding-bottom:10px;}
.layout_blog article .links {
    margin: 10px auto 15px;
    overflow: hidden;
}
.layout_blog article .links li {height:25px; margin-left:1px; padding-left:10px; padding-right:10px; float:left; display:block; border-left:1px solid #ededed; font-family:Open Sans; font-size:11px; color:#ababab;padding-top:5px;background:none repeat scroll 0 0 #EEEEEE;}
.layout_blog article .links li:first-child {margin-left:0px; padding-left:0px; border:0px;}
.layout_blog article .links li a {font-family:Open Sans, Arial, Helvetica, sans-serif; font-size:11px; color:#737373;}
.layout_blog article .links li.cats {background-color: #A3D63E;color: #FFFFFF;font-size: 30px;padding-right: 0;margin-right:1px;}
.layout_blog article .links li.authors {background-image: url("https://spanishvirtually.com/spanishvirtually/wp-content/themes/images/icon_author.png");background-position: 5px center;background-repeat: no-repeat;border: 0 none;float: left;margin-right: 1px;padding-left: 30px;}
.layout_blog article .links li.categorys {background-image: url("https://spanishvirtually.com/spanishvirtually/wp-content/themes/images/icon_tag.png");background-position: 5px center;background-repeat: no-repeat;border: 0 none;float: left;margin-right: 1px;padding-left: 30px;}
.layout_blog article .links li.comments {background-image: url("https://spanishvirtually.com/spanishvirtually/wp-content/themes/images/icon_comment_1.png");background-position: 5px center;background-repeat: no-repeat;border: 0 none;float: left;margin-right: 1px;padding-left: 30px;}
.links > ul {margin: 0;}
.metaPost {margin-top: 8px;}
.line_2 {
    background: #EBEDEF;
    clear: both;
    height: 1px;
    margin: 40px 0px;
    overflow: hidden;
}
.rec_post {
    float: left;
    position: relative;
}
.mediatouchinger {
	position:relative;
	overflow:hidden;
	width:100%;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box
}

.mediatouchinger img {
	position:relative;
	-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;
}


/* ==================================================
   HOVERING
================================================== */
.hovericon {
	position:absolute;
	left:50%;
	top: 50%;
	color:#fff;
	font-size: 18px;
	margin-left: -30px;
	margin-top:-10px;
	width: 40px;
	height: 40px;
	text-align:center;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)";
	background-color: #34495e;
	border-radius: 50%;
	line-height:38px;
}
.ie8 .hovercover {display: none;}
.hovercover {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#59000000,endColorstr=#59000000)";
	background-color: rgba(255,255,255,0.5);
	opacity:0;
	border-radius: 3px;
}
.portfolio-item .hovercover {border-radius: 3px 3px 0 0;}
article.post div.metaInfo {
    font-size: 0.9em;
    margin-bottom: 7px;
}
article .metaPost div.metaInfo > span {
    display: inline-block;
    padding-right: 15px;
    color:#95a5a6;
}
article .metaPost div.metaInfo > span > a {
    color: #95A5A6;
    font-family: lato;
    font-size: 1em;
}
article .metaPost div.metaInfo > span > a:hover{color:#1ea8e0;}
article .metaPost div.metaInfo {
    font-family: open sans;
    font-size: 0.95em;
    margin: 0 auto;
    padding: 15px 0 20px;
	width: 122%;
}
article .metaPost div.metaInfo i {
    margin-right: 3px;
    color:#95a5a6;
}
.h_links-item {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 18px;
    position: relative;
}
.post-img img { border-radius: 3px; }
.mfp-gallery .mfp-image-touchinger .mfp-figure {cursor: pointer;}
.slide-caption {
	margin: 0;
	position: absolute;
	display: block;
	z-index: 120;
	right: 15px;
	bottom: 15px;
	color: #fff;
	background-color: #000;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	padding: 5px 9px;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
}
.slide-caption a {color: #fff;}


/* ==================================================
   MEDIUM BLOG CONTENT
================================================== */
.mediumBlog .metaPost {margin-top: 0;}
.mediumBlog .titlePost > h4 {
    font-size: 26px;
    margin-top: 0;
	width: 121%;
}


/* ==================================================
   BLOG POST
================================================== */
.titlePost > h1{
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	margin: 30px auto;
	font-weight: 600;
}

.news_page {
	background-color:#fff;
	overflow:hidden;
}
.news_content{
    width:100%;
	float: left;
	display: inline-block;
}

.news_content > h1{
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	margin: 4% auto 1% auto;
	clear: both;
	font-weight: 600;
}


.news_content  h2{
	border-bottom: 1px solid #ecf0f1;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	margin: 4% auto 1% auto;
	clear: both;
	font-weight: 600;
}


.news_content h3{
	font-size: 1.45em;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	margin: 4% auto 1% auto;
	clear: both;
	font-weight: 600;
}

.news_content h4{
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	margin: 4% auto 1% auto;
	clear: both;
	font-weight: 600;
}

.news_content h5{
	font-size: 1.35em;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	margin: 4% auto 1% auto;
	clear: both;
	font-weight: 600;
}

.news_content  h6{
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	margin: 4% auto 1% auto;
	clear: both;
	font-weight: 600;
	/*border-bottom: 1px solid #ecf0f1;*/
}

.news_content p{
	line-height:1.8em;
	font-size: 1.055em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	}





.news-details {
	width:100%;
	height:auto;
	margin-bottom:15px;
}
p.post-admin {
	background: url("https://spanishvirtually.com/spanishvirtually/wp-content/themes/images/post-admin.png") no-repeat scroll left center transparent;
	font-size: 12px;
	margin-bottom: 15px;
	color:#ABABAB;
	padding-left:25px;
	float:left;
	font-family:open sans, sans-serif;
}
.black.mt.mb, .black.mb {
	font-family: 'Open Sans';
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 15px;
	text-transform: uppercase;
}
p.post-calendar {
	background: url("https://spanishvirtually.com/spanishvirtually/wp-content/themes/images/post-calendar.png") no-repeat scroll left center transparent;
	font-size: 12px;
	margin-bottom: 15px;
	color:#ABABAB;
	margin-left: 25px;
	padding-left:25px;
	float:left;
	font-family:open sans, sans-serif;
}
p.post-tagss {
	background: url("https://spanishvirtually.com/spanishvirtually/wp-content/themes/images/post-tag.png") no-repeat scroll left center transparent;
	font-size: 12px;
	margin-bottom: 15px;
	color:#ABABAB;
	margin-left: 25px;
	padding-left:25px;
	float:left;
	font-family:open sans, sans-serif;
}

p.post-commentss {
	background: url("https://spanishvirtually.com/spanishvirtually/wp-content/themes/images/post-comment.png") no-repeat scroll left center transparent;
	font-size: 12px;
	margin-bottom: 15px;
	color:#ABABAB;
	margin-left: 25px;
	padding-left:25px;
	float:left;
	font-family:open sans, sans-serif;
}
p.post-admin:hover, p.post-commentss:hover, p.post-tagss:hover, p.post-calendar:hover{color:#34495e;}
.news_comments {
	padding:30px 0 0;
	border-top: #ecf0f1 solid 1px;
}
.user_comment {
	background: url("https://spanishvirtually.com/spanishvirtually/wp-content/themes/images/user.png") no-repeat;
	padding-left:60px;
	margin-top:40px;
}
.user_comment_reply {
	background: url("https://spanishvirtually.com/spanishvirtually/wp-content/themes/images/user.png") no-repeat scroll 0 0 transparent;
	margin-top: 40px;
	padding-left: 60px;
}
.comment-date {
	font-style:italic;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a1a1a1;
}
.comment-meta a:hover{color:#34495e;}
.comment-text {color:#555555;}
a.reply {
	float:right;
	font-weight:bold;
	margin-top:10px;
}
a.reply:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


/* Blog Page */
.page-template-blog_medium_right .row-fluid .span4 {
  width: 100%;
  border: none!important;
  margin:12px auto !important;
}
.page-template-blog_medium_right .content{
    font-size: 16px;
    text-align: justify;
}
.page-template-blog_medium_right.layout_blog article, .page-template-blog_medium_right.layout_blog .line_2 {
  margin-right: 55px;
}
.page-template-blog_medium_right .metaPost.span8{
  width: auto;
}
.blogimage{
	width: 75% !important;
	margin-bottom: 3%;
	}
.page-template-blog_medium_right.titlePost h4 {
  font-family: open sans!important;
  color: #333;
}
.layout_blog {
  float: left;
  margin-right: 55px;
}
.metaInfo > span, .metaInfo > span a,.page-template-blog_medium_right .content{color:#333 !important;}
.page-template-blog_medium_right .widgetTitle h3.garis:before, .single-post .widgetTitle h3.garis:before, .category .widgetTitle h3.garis:before, .archive .widgetTitle h3.garis:before {
  left: -20px!important;
  margin: 0 0 0 -262% !important;
}
.span7 > h2,.wod-single > h2 {
  font-weight: 600 !important;
}
.page-template-blog_medium_right .span4 select{
    padding: 5px 0 4px;
      text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width:100%;
    text-align: left;
}
.page-template-blog_medium_right .span4 select::-ms-expand {
    display: none;
}
.single-post .mediatouchinger {
  display: block;
  float: none;
  width:96%;
}

.single-post .titlePost h4, .single-post p {
  font-family: open sans!important;
  color: #333;
  font-size:16px;
}
.comment-reply-title {
  text-align: left !important;
}
.post-ratings {
  margin-top: 35px;
}
.woddef {
  display: inline-block;
  font-size: inherit;
  margin-left: 10px;
}










































/* ================================================================
            Content Common Setting
================================================================== */
/* comment list */
#comment-list { margin:0; }
#comment-list li {
	background:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
/* comment depth */
#comment-list ul.children { margin-left:94px;  }
	.comment-container {
	border:solid 1px #ecf0f1;
	margin-bottom:30px;
	margin-left:94px;
	padding:20px 20px 0;
	position:relative;
	-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;
}
.comment-container:hover {
	background:#ecf0f1;
	border-color:#1ea8e0;
}
.comment-body { margin-bottom:20px; }
.avatar {
	float:left;
	width:74px;
}
.avatar img {
	display:block;
	margin-right:20px;
	position: relative;
	z-index: 0;
	border:1px solid #ecf0f1;
	padding:3px;
}
h4.comment-author {
	font-size:16px;
	line-height:20px;
	margin:0;
}
h4.comment-author a{color:#1ea8e0}
#comment-list .comment-meta { margin-bottom:10px; }
#comment-list .comment-date { font-size:12px; }
/* comment hover effect */
#comment-list li .comment-container:hover h4 { color:#1ea8e0; }
.comment-reply-link {
	position:absolute;
	right:20px;
	top:20px;
}
a.link-style3 {
	color: inherit !important;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
	text-transform: uppercase;
}
.comment-reply-link {
	position: absolute;
	right: 20px;
	top: 20px;
}
.row-fluid textarea {
	font-size: 14.994px;
	height: auto;
	width:99.5% !important;
	line-height: 24px;
	padding: 10px 0 !important;
	text-indent: 10px !important;
}


/* ==================================================
 Post Share Article
================================================== */
.shares { background: #f7f7f7; list-style: none; overflow: hidden; margin: 0;}
.shares li { float: left; display: inline-block; border-right: 1px solid #fff; }
.shares li.shareslabel h3 {padding: 12px 20px; font-weight: 600; text-transform: uppercase; background: #eee;font-size: 18px;margin: 0;font-family: open sans;}
.shares li a { display: block; width: 45px; height: 46px; background-repeat: no-repeat; background-position: 7px 7px; }
.shares li a:hover { background-position: 7px -58px; background-color: #1ea8e0; }
.shares li a:active { background-color: #999; }
.shares li a.twitter { background-image: url(https://spanishvirtually.com/spanishvirtually/wp-content/themes/images/icons/social/twitter.png); }
.shares li a.facebook { background-image: url(https://spanishvirtually.com/spanishvirtually/wp-content/themes/images/icons/social/facebook.png); }
.shares li a.gplus { background-image: url(https://spanishvirtually.com/spanishvirtually/wp-content/themes/images/icons/social/gplus.png); }
.shares li a.pinterest { background-image: url(https://spanishvirtually.com/spanishvirtually/wp-content/themes/images/icons/social/pinterest.png); }
.shares li a.yahoo { background-image: url(https://spanishvirtually.com/spanishvirtually/wp-content/themes/images/icons/social/yahoo.png); }
.shares li a.linkedin { background-image: url(https://spanishvirtually.com/spanishvirtually/wp-content/themes/images/icons/social/linkedin.png); }


/* ==================================================
 Post Author
================================================== */
.post-author {
	margin-left:94px;
	position:relative;
	margin-top:15px;
	margin-bottom:60px;
}
.post-author .avatar {
	left:-47px;
	position:absolute;
}
.post-author h6 {
	font-family: lato;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: auto;
}

.metaInfo {
    font-size: 0.9em;
    margin-bottom: 7px;
}
.metaInfo > span {
    display: inline-block;
    padding-right: 15px;
    color:#95a5a6;
}
.metaInfo > span > a{color:#95a5a6;}
.metaInfo > span > a:hover{color:#1ea8e0;}
.metaInfo {
    font-family: open sans;
    font-size: 0.95em;
    margin: 0 auto;
    padding: 15px 0 20px;
}
.metaInfo i {
    margin-right: 3px;
    color:#95a5a6;
}
.news_content .metaPost {margin-top: 0;}

.news-slider {margin-bottom: 30px;}


/* ========================================================== */
/*                    Portfolio                         */
/* ========================================================== */
/*
#portfolio{
	width:100%;
	padding-bottom:120px;
	position:relative;
	z-index:9;
}
#filter {
	margin: 0 auto 0 20px;
	overflow: hidden;
	padding: 15px 0 20px;
	position: relative;
	text-align: left;
	width: auto;
	z-index: 10;
}
#filter li{
	display: inline-block;
	margin:0 0 10px 0;
}
#filter li a{
	color:#34495e;
	background:#ecf0f1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius:0;
	padding:10px 20px;
	font-size:12px;
	line-height: 12px;
	font-family: 'open_sansitalic', Arial, Helvetica, sans-serif;
	transition: all .50s ease-in-out;-moz-transition: all .50s ease-in-out;-webkit-transition: all .50s ease-in-out;
}
#filter li.selected a, #filter li a:hover{
	color:#fff;
	background-color:#1ea8e0;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}
#list{margin-bottom:30px;}
.portfolio_list{
	position:relative;
	padding: 0;
}
.list_item{
	margin-bottom:2%;
	overflow: hidden;
}
.portfolio_details{
	display:block;
	clear:both;
	background-color:#ecf0f1;
	border-bottom:1px solid #e5e5e5;
	padding:30px;
	text-align:center;
}
.list_item:hover .portfolio_details{
	background-color:#1ea8e0;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}
.portfolio_details h2{
	font-size:16px;
	line-height:24px;
	text-transform:uppercase;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color:#111!important;
	margin:0;
}
.list_item:hover .portfolio_details h2{
	color:#fff!important;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
.portfolio_details span{
	font-size:14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color:#333;
}
.list_item:hover .portfolio_details span{
	color:#eee;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
.isotope ul {margin: 0;}
*/

/* ==================================================
   Contact Section
================================================== */
.contact{padding:15px 0 60px;}
.contact2{padding:0 0 60px;}
.contact3{padding:15px 0 60px;}
.contact .contact-form form textarea {
	-moz-box-sizing: border-box;
	max-width: 100%;
	width: 100%;
}
.contact_info.span6 > h6 {
	border-bottom: 1px solid #ECF0F1;
	line-height: 2.2;
	margin-bottom: 23px;
}
.contact_info.span6 h6 span {
	border-bottom: 3px solid #1ea8e0;
	padding: 10px 0;
}
.contact .info address [class*="icon"] {
	left: 5px;
	position: absolute;
	top: 1px;
}
.contact .info .adr, .contact .info .phone, .contact .info .mail {
	padding-left: 30px;
	position: relative;
}
.contact-details h3 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1em;
	text-transform: uppercase;
}
.contact-details ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact-details ul li {
	margin: 0 0 20px;
	line-height: 28px;
	padding: 0;
}
label {
	/*color: red;*/
	font-size: 12px;
	font-weight: 100;
	margin: 0 auto;
	padding: 2px 0 7px;
}
#contact-form, .contact_info {
	margin-bottom: 0;
	margin-top: 18px;
}
#contact-form p {margin-bottom: 15px; }
#contact-form input, #contact-form textarea {
	border-radius: 0 0 0 0;
	border-width: 1px;
	color: #5F5F5F;
	font-size: 14px;
	height: auto;
	padding: 15px;
	resize: none;
}
#contact-form input {
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0 0 0 0;
	border-width: 1px;
	font-family: Open Sans;
	width: 100%;
}
#contact-form textarea {
	width: 100%;
	resize: vertical;
	font-family:Open Sans;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
#contact-submit {margin: 0;}
#response {
	margin-top: 20px;
	color: #FFFFFF;
}
.adr{line-height: 1.8}
.adr span {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    font-size: 12px;
    padding: 7px 0;
    position: relative;
}
address{margin-top: 10px;}
.contact_info > p, .adr{
	color: #555;
	font-family:Open Sans;
	font-size:14px;
	text-align:justify;
	line-height: 1.5;
}
.adr em{
	color:#2c3e50;
	padding-right:10px;
	line-height:1.5;
}
.mail > a, .web > a, .follow > a{
	color:#1ea8e0;
	font-family:Open Sans;
	text-decoration:none;
}
.mail > a:hover, .web > a:hover, .follow > a:hover{
	color:#34495e;
	-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
	text-decoration:none;
}
#map{
	display: block;
	height: 350px;
	margin-bottom:30px;
	-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
}
.map3{
	margin-top:20px;
	display: block;
	height: 260px !important;
	margin-bottom:30px;-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;
}
textarea {
    width:98% ;
}


/* ==================================================
   FOOTER BOTTOM
================================================== */
.copyright {
    float: left;
    position: relative;
    text-align: left;
}
.copyright > p {margin: 10px 0 0;}
.bottom-icons {
    float: right;
    margin-top:5px;
}
.bottom-icons li a {
    color: #BDC3C7;
    margin-top: 5px;
}
.bottom-icons li a:hover {color: #1ea8e0;}


/* ========================================================== */
/*                    Preloader                       */
/* ========================================================== */
#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:999999; /* makes sure it stays on top */
    display:none !important ;
}

#status {
	width:200px;
	height:200px;
	color:#fff;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
#status p{text-align:center;}



/* ========================================================= */
/*           Changes to Theme for Spanish Virtually          */
/* ========================================================= */

/*  Hide Elements (no display) of preloader */

#preloader,
.top_social {
   display: none !important;
}

/*  realign footer */

.footer-listlist {
    margin-left:0 ;
    font-size:14px;
}

.footer-listlist a {
    color:#3498db ;
}

.pricingBlock li {
    padding-top:10px !important;
    padding-bottom:10px !important;
    font-size:15px ;
}

.breadcrumbs !important{
    display:none ;
}

.pricingTable-header span {
    font-size:16px ;
}
.pricingTable-sign-up:hover {
    background-color: #34495e ;
}
.pricingTable-sign-up a:hover {
    background-color: #3498db !important;
}

.resources-image {
    max-width:300px;
    max-height:300px ;
}

.pageTitle h1 {
	font-size: 25px ;
	padding: 5px 0;
	margin-bottom: 0;
	color: #3498db;
	font-family:"Open Sans Light";
	font-weight:normal;
}


.marketingfont {
    font-size:18px !important;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 27px !important;
    margin-bottom:20px !important;
}

.pricingBlock {
   padding-bottom:0;
}

.woocommerce-breadcrumb {
    display:none;
}

.product a img {
    max-width:300px;
}

.product .summary h1 {
    color: #3498DB;
}

.professorPhoto {
    max-width:220px ;
    max-height:220px
    margin-bottom:10px;
}

.professorDivider {
    height:1px ;
}

.teamBlock p{
    font-size:18px ;
    padding:10px;
    margin-bottom:0;
}

.teamBlock {
    border:0;
}

.post-ratings img, .post-ratings-loading img, .post-ratings-image img {
    display:inline;
}

body.login div#login h1 a {
    max-height: 160px;
}
input[type="text"] {
    min-height:20px !important;
    font-size:16px;
}
.login h1 a {
    height: 140px;
    width: auto;
}

 .dashboard-display ,

 .dashboard-teacher {
    background-color: #dedede;
    border: 1px solid #666666;
    border-radius: 8px;
    height: auto;
    max-height:390px;
    margin-top:15px;
}
.dashboard-lessonlist {
    min-height:260px;
}
.dashboard-display > h3,
.dashboard-display > h2,
.dashboard-display > label,
.dashboard-teacher > h3,
.dashboard-teacher > h2,
.dashboard-teacher > label {
    text-align: center;
    color: #f0f0f0;
    background-color: #3498db;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 12px;
    border-radius: 8px 8px 0 0;
}

.dashboard-display > p ,
.dashboard-teacher > p {
    background-color: #efefef;
    color: #101010;
    margin: 0;
    text-align: center;
    border-radius: 0 0 8px 8px;
}

.login {
    text-align:right ;
    font-size:16px ;
    line-height:35px ;
 }

 .btn-link a{
    color:white ;
 }
/*textarea {
    width:98% ;
}*/
.dashboard-teacher > h3,
.dashboard-teacher > h2,
.dashboard-teacher > label {
    background-color: #2ECC71;
}
.dashboard-digit {
    font-size:50px ;
}

/*
.teamPhoto img,
.dashboard-display > img,
.dashboard-teacher > img{
    border-radius: 50%;
    width: 99%;
    height: 100%;
    background: #FFF;
    border-style: solid;
    border-width: 2px;
    border-color: #3498DB;
    margin:0;
    height: auto;
    min-height:240px;
    max-height:320px !important;
}
*/
.nav-tabs > li > a {
    font-size:16px;
}
.dashboard-lessonlist th ,
.dashboard-lessonlist td{
    padding:5px 10px 5px 10px;
    font-size:13px;
 /*   background-color: #eeeeee; */
}
#the-list td {
   padding:2px 9px 2px 9px;
}
input {
min-height: 14px;
}




p
{
	font-size:18px;
}

.wpcf7-submit
{
	font-size:16px;
}

.btn
{
	font-size:16px;
}

/*judah- unsure what his h5 refers to? Dashboard needs a class!*/
h5
{
	font-size:16px;
}

.sepTitle button
{
	font-size:35px;
	line-height:normal !important;
}
/*
header
{
border-bottom:2px solid #3896d3;
}*/

.btntoTop
{
	background:#3498db  !important;
	color:#fff !important;
}

.mart20{margin-top:20px;}


.one .pricingTable .pricingTable-header {
    background: none repeat scroll 0 0 #D2DC4E;
    color: #fff;
    padding: 0;
}
.one .pricingTable .pricingTable-header span {
    background: none repeat scroll 0 0 #B1C03E;
}

.one .pricingTable .btn.btn-inverse {
	background-color: #d2dc4e;
}
.one .pricingTable .btn.btn-inverse:hover{
	background:#B1C03E !important;
}
.one .pricingTable .pricingTable-sign-up:hover {
	background-color: #ecf0f1;
}



.two .business .pricingTable-header {
    background: none repeat scroll 0 0 #3BA0D8;
    color: #fff;
    padding: 0;
}

.two .business .pricingTable-sign-up a {
    background: none repeat scroll 0 0 #3BA0D8 !important;
}

.two .business .pricingTable-sign-up a:hover {
    background: none repeat scroll 0 0 #2980B9 !important;
}

.two .business .pricingTable-sign-up:hover {
	background-color: #ecf0f1;
}

.two .business .pricingTable-header span {
    background: none repeat scroll 0 0 #2785C0;
}

.three .pricingTable .pricingTable-header {
    background: none repeat scroll 0 0 #4FBC4E;
    color: #fff;
    padding: 0;
}

.three .pricingTable .btn.btn-inverse {
	background-color: #4FBC4E;
}

.three .pricingTable .btn.btn-inverse:hover{
	background:#37AC48 !important;
}

.three .pricingTable .pricingTable-sign-up:hover {
	background-color: #ecf0f1;
}

.three .pricingTable .pricingTable-header span {
    background: none repeat scroll 0 0 #37AC48;
}

.four .pricingTable .pricingTable-header {
    background: none repeat scroll 0 0 #FF7D3D;
    color: #fff;
    padding: 0;
}

.four .pricingTable .btn.btn-inverse {
	background-color: #FF7D3D;
}

.four .pricingTable .btn.btn-inverse:hover{
	background:#EB692A !important;
}

.four .pricingTable .pricingTable-sign-up:hover {
	background-color: #ecf0f1;
}

.four .pricingTable .pricingTable-header span {
    background: none repeat scroll 0 0 #EB692A;
}


.pricingBlock {
	width:100% !important;
}



.hearing {
    font-size: 1.5em;
	color:#596362;
    text-align: center;
    width: 100%;
}


.btn-submit {
    background: none repeat scroll 0 0 #67a7d2;
    border: medium none;
    border-radius: 10px;
    color: #fff;
    float: right;
    font-size: 15px !important;
    padding: 12px 36px;
}

.btn-submit:hover
{
	background:#898989;
}


.large12 {
    display: table;
    float: none;
    margin: 0 auto;
    width: auto;
}

/*--------------------------------- 31 July-------------------------------------------------*/
.page-template-login .pageTitle
{
 display : none;
}
.register_btn_1{
    background-color:#636363;
    border: medium none;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: Open Sans !important;
    font-size: 16px;
    line-height: 31px;
    margin-left: 14px;
    margin-right: 5px !important;
    margin-top: 3px;
    padding: 2% 18%;
    text-align: center;
    width: 90% !important;
}
.register_btn_2{
    background-color:#3C97D3;
    border: medium none;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: Open Sans !Important;
    font-size: 16px;
    line-height: 31px;
    margin-left: 14px;
    margin-right: 5px !important;
    margin-top: 3px;
    padding: 2% 18%;
    text-align: center;
    width: 90% !important;
}
/************************11/18/2014 ***********************************************************/
.entry-content td {
    border: 1px solid #ccc !important;
	text-align:center !important;

}
.appointments-all-appointments table th, .appointments-all-appointments table td {
    font-size: 13.2px !important;
    text-align: left !important;
}

table.tablesorter thead tr .header {
    border: 1px solid #ccc !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.appointments-my-appointments table th, .appointments-my-appointments table td {
    border: 1px solid #ccc !important;
    text-align: center !important;
}
.appointments-my-appointments h3 {
    padding: 10px;
    text-align: center;
	display:none;
}
.c41 {
background:#3ba0d8;
width: 16%;
color: white;
border-radius: 15px;
text-align: center;
padding: 6px;
}
.head h1{
	font-size:1.4em !important;
	font-weight:bold !important;
}
.modal-body {
    max-height: 500px !important;
    overflow: hidden !important
}
.modal.fade.in {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 auto !important;
    width: 50% !important;
}



/**************************** New teacher Navigation *******************/

.nav-td a {
    margin: 0;
    padding: 10px 50px !important;
}
.providers_row {
    float: right !important;
    width: 54% !important;
}
.plugin #providers .providers_group .providers_block .providers_row{
	clear:none !important;
}
.appointments-confirmation-buttons {
margin-top: 20px !important;
}
.app-working_hours-workhour_form tr {
    line-height:51px !important;
}
.
.entry-content td{
	text-align:center !important;
}
.standard-form h4 {
    font-size: 20px !important;
    margin-left: 10px;
}

.heading1 {
    line-height:30px !important;
}
/******************************dec 4 2014*****************************************/

.submit > input:hover {
    display: inline-block !important;
    background: none repeat scroll 0 0 #3BA0D8 !important;
    border: medium none !important;
    border-radius: 15px 15px 15px 15px;
    color: #FFFFFF !important;
    cursor: pointer;
    font-size: 0.8rem;
    outline: 0 none;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none;
}
.button.edit {
    background: none repeat scroll 0 0 #3BA0D8 !important;
    border: medium none !important;
    color: #FFFFFF !important;
    display: inline !important;
}
#avatar-upload > input:hover{
	background: none repeat scroll 0 0 #3BA0D8 !important;
    border: medium none !important;
    color: #FFFFFF !important;
    display: inline !important;
}
#avatar-upload-form > input:hover{
		background: none repeat scroll 0 0 #3BA0D8 !important;
    border: medium none !important;
    color: #FFFFFF !important;
    display: inline !important;
}

#loginform {
    margin: 0;
}

/*********************************************dec 11 2014 *******************************************************************/
.text-area {
    margin: 0 auto;
    width: 80%;
}

/*********************************************/
/* Removes the "can be seen by everyone" on the registration page with buddypress*/
.field-visibility-settings-toggle {
display:none;
}

.field-visibility-settings-notoggle {
display:none;
}
.mmessage-container ul
{
 margin: 0px !important;
}


/* Changes By KP */
.sepTitle .btn-success
{
  background: #1ea8e0 !important;
}
.sepTitle .btn-success a
{
 font-size:35px !important;
 text-decoration: none !important;
 background-color:#1ea8e0 !important;
}
.sepTitle .btn-success a:hover, .btn-link:hover, .btn-link:focus
{ color: #fff !important;
 text-decoration: none !Important;
}
.mmessage-container ul
{
 list-style-type: disc;

}
.mmessage-container ul li
{
 margin-bottom: 10px;
line-height: 24px;
}
/* How it Works Page*/

.howheading > h1{
	text-align: center;
	margin-bottom: 30px;

}

.howvideo{
	margin-left: 12%;
	margin-bottom: 100px;
  height:417px;
}

.aboutPage .row{
width: auto;
height: auto;
margin: 10px;
/*border: 1px dashed black;*/
/*display: inline-block;*/
display: block;
clear: both;
}

.aboutPage .circle{
height: 150px;
width: 150px;
border-radius: 50%;
color: white;
font-size: 28px;
text-align: center;
margin-top: 2%;

}

.aboutPage .circle .tcenter {
position: relative;
margin: 28px 17px;
font-size: 22px;
line-height: 21px;
display: block;
}
.aboutPage .square{
border: 1px solid black;
height: 100px;
width: 680px;
font-size: 24px;
text-align: center;
margin:35px 0;
}

.aboutPage .rank{
	float: left;
height: 104px;
font-size: 100px;
text-align: center;
margin-top: 0px !important;
padding: 0px !important;
}
.aboutPage .rank .text
{
margin-top: 35px;
display: block;
margin-right: 10px;
}

.aboutPage .container-left{
	float:left;
}
.aboutPage .container-right{
	float:right;
}

.aboutPage .line {

height: 1px;
width: 20px;
top: 63px;
position: relative;

}



.aboutPage #row1{

}


.aboutPage #circle1{
background-color:#1EA8E0;
float: left;
padding: 0px;
}

.aboutPage #line1{
/*display: inline-block;*/
border: 1px solid #1EA8E0;
float: left;
top:90px;
background-color: #1EA8E0;
}

.aboutPage #square1{
float: left;
height: auto;
overflow: hidden;

}
.aboutPage #square1 .content, .aboutPage #square2 .content
{
font-size: 18px;
text-align: justify;
font-weight: normal;
}
.aboutPage #square3 .content
{
font-size: 18px;
text-align: justify;
font-weight: normal;
}
.aboutPage #square4 .content
{
font-size: 18px;
text-align: justify;
font-weight: normal;
}
.aboutPage #row2{


}

.aboutPage #circle2{
background-color: #f68e1e;
float: left;

}

.aboutPage #line2{
	border: 1px solid #f68e1e;
	float: left;
	top:90px;
	background-color: #f68e1e;
}

.aboutPage #square2{
	float: left;

}


.aboutPage #row3{

}

.aboutPage #circle3{
background-color:#FDBA1B;
float: left;
}

.aboutPage #line3{
	border: 1px solid #FDBA1B;
	float: left;
	top:90px;
	background-color: #FDBA1B;
}

.aboutPage #square3{
	float: left;

}

.aboutPage #row4{

}


.aboutPage #square4{
	float: left;

}

.aboutPage #line4{
	border: 1px solid #82C341;
	float: left;
	top:90px;
	background-color: #82C341;
}

.aboutPage #circle4{
background-color: #82C341;
float: left;

}

.aboutPage .border-blue{
	border: solid 2px #1EA8E0;
	padding: 16px;
}

.aboutPage .border-orange{
	border: solid 2px #f68e1e;
	padding:16px;
}

.aboutPage .border-pumpkin{
	border: solid 2px #FDBA1B;
	padding: 16px;
}

.aboutPage .border-green{
	border:solid 2px #82C341;
	padding:16px;
}


/* kalikaD */
.resources_center {
    float: none !important;
    margin: 0 auto !important;
}
/*
.teamPhoto img
{
border-radius: 60%;
width: 59%;
height: 100%;
background: #FFF;
border-style: solid;
border-width: 2px;
border-color: #3498DB;
margin: 0;
height: auto;
min-height: 225px;
max-height: 333px!important;
margin-top: 8px;
width: 58%;
}
*/
@-moz-document url-prefix() {
  /*.brand a img {
	  max-width: 40% !important;
  }*/
}

.brand a img
{
  margin-left: -70px !important;
  margin-top: 22px;
  max-width: 100%;
}

.frontPageBlock{
 min-height : 155px !important;
 overflow: hidden !important;
}
/* Updation By Kalika Prasad */
.teamBlock  .teamPhoto .roundPic
{
 width: 38% !important;
 height: auto !important;
 margin: 0 auto !important;
 min-height: 0px !important;
}
.report_issue
{
 text-align: center;
}
.report_issue button.btn , .report_issue button.btn:hover
{
  border: none !important;
  background: none !important;
  font-size: 18px !important;
  color: #ff0000 !important;
}

/**** Coming soon page*****/

#comingsoonpagecontainer{
	text-align: center;
	color: #333;

}

#topmessage > h1{
	font-size: 3em;
	text-align: center;
}

#comingrow2{
	font-size: 1.625em;
	margin: 25px 0;
	}

#comingrow3{
	font-size: 1.375em;
	margin: 25px 0;
}

#comingrow4{
	margin: 25px 0;

}

#comingrow5{
	font-size: 2.3em;
	color: #1EA8E0;
	margin: 25px 0 75px 0;
}
/***/

/* kalika */
.form_page_1 h1{color: #333;
    font-weight: 800 !important;
    padding-left: 20px;
    width: 80%;
}
.form_page_1 .user_name
{
 font-weight: 800 !important;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    font-family: opensans !important;
    font-size: 1em;
    width: auto;
}
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 {
font-size: 15px !important;
height: auto !important;
overflow: hidden;
}
.check1 > p {
    float: left;
    font-size: 17px !Important;
    padding-left: 4px;
}
.centerbox{
    float: none !important;
    margin: 0 auto !important;
}
#branding
{
  display : none !important;
}
.check1 checkbox {
width: auto !important;
}
#signup_form
{width: 38%;
height: auto;
overflow: hidden;
border: 3px solid #ccc;
padding: 20px 40px;
margin: 0 auto;}
#signup_form label{
width:75 !important;
}
#signup_form input[type="text"],
#signup_form input[type="email"],
#signup_form input[type="password"],
#signup_form textarea{
width:60% !important;
}
#signup_form textarea {
height:80px !important;
float:right;
resize:none;
}
#signup_form.standard-form div.submit {
float:none !important;
right:0 !important;
}
.submit > input {
display: inline-block!important;
background: none repeat scroll 0 0 #3BA0D8!important;
border: medium none!important;
border-radius: 15px 15px 15px 15px;
color: #FFFFFF!important;
cursor: pointer;
font-size: 0.8rem;
outline: 0 none;
padding: 10px 14px;
text-align: center;
text-decoration: none;
}
.error
{
 border: none !important;
font-size: 14px;
padding: 0px;
width: auto;
display: inline-block;
margin: 0px;
line-height: 14px;
color: red;
background: none !important;
font-weight: bold;
margin: 2px 0px !important;
padding: 0px!important;
}
label span
{
 color: red;
}
header
{
 height : 123px !important;
 overflow: hidden !important;
}
#lostpasswordform
{
 height: auto !important;
 overflow: hidden !important;
}
#lostpasswordform #user_login{
width: 95% !important;
}
.base h4
{
  display: none;
}
.item-avatar .avatar
{
  width: auto !important;
}
#basic-details-section > h4 {
font-size: 20px !important;
margin-bottom: 20px !important;
margin-top: 30px !important;
margin-left: 0px !important;
}
.register_form_page
{

font-weight: bold;
font-size: 12px;
font: normal 15px/1.2em Open Sans, sans-serif;
margin-bottom: 20px;
display: block;
}

.mediatouchinger
{
  width: 75%;
  /*float: left;
  display: inline-block;*/
  margin: auto;
}

.appointments-wrapper h3, .appointments-confirmation-wrapper h3 { text-align: left;}


/*Judah 12/28/14 - Makes the Quizlet iframes have a pointer on them when hovered*/
body .su-spoiler-style-default > .su-spoiler-content{
	cursor: pointer;
	}

.editfield
{
display: block;
clear: both;
height: auto;
overflow: hidden;
}
.editfield label
{
  float: left;
margin: 0 !important;
/*width: 30% !important;*/
}
.editfield input
{
float: left;
/*width: 65% !important;*/
}


/***
Our Professors Page
**/
.detail-strip {
	clear: both;
	width: 100%;
display: block;
height: auto;
overflow: hidden;
}
.detail-strip .title-professor{
 width: 50%;
float: left;
text-align: left;
	font-size: 1.5em;
	color: #1ea8e0;

}
.detail-strip .schedule
{
width: 40%;
	float: right;
	text-align: center;
line-height: 28px;
	color: #1ea8e0;
}
.professorPhoto a
{
 height: auto;
overflow: hidden;
display: block;
width: 100%;
cursor: pointer !important;
position: relative;
z-index: 9;
}
.schedule .icon-calendar{
line-height: 21px;
}

/*Judah Blog - making images inline with text*/
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
	padding-top: 2em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
	padding-top: 2em;
}
/*img.aligncenter {
	display: block; margin-left: auto; margin-right: auto;
}*/

/*Remove the column of the image of the product from the woocommerce cart page */
.woocommerce table.cart .product-thumbnail {
	display:none;
}

/* Contact 7 Forms
--------------------------------------------- */

form.wpcf7-form {

}

input#formname, #emailform, #subject, #message {
width:75%%;
margin-top: 5px;
margin-bottom: 5px;
}

input#formname {
margin-top: 20px;
}

input.wpcf7-form-control.wpcf7-submit#submitbuttoncontactform{
margin-bottom: 20px;
background-color: #00529b;
width: 50%;
	background-color: #1ea8e0;
    border: medium none;
    border-radius: 20px;
    color: white;
    padding: 6px;
    width: auto;
}

input.wpcf7-form-control.wpcf7-submit input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .entry-content .button:hover {
background-color: #f15123;
}

/*Translation Services Page*/

.transtophead{
	font-size: 2em;
	color: #fff;
	padding: 1.2%;
	margin: 0px 0px 20px 0px;
	background-color: #1ea8e0;

}

.subtophead{
	font-size: 22px;
	color:#333;
	margin: 20px 0px;
}

.sees{
	margin: 30px 0px;
}

.sees img{
     padding-left: 28%;
}

.subtopheadb{
	font-size: 24px;
	color:#333;
	margin: 20px 0px;
}

.document-circle{
	margin: 30px 0px;
}

.document-circle > img {
  display: inline-block;
  float: left;
  width: 23%;
  margin-left: 5px;
}

.ratespot{
  border:none;
  background-color: #1ea8e0;
  color: #fff;
  font-size: 1.3em
  clear: both;
  margin: 20px 0;
  padding: 10px;
}

input.wpcf7-form-control.wpcf7-submit#submitbuttontranslationcontactform{
	margin-bottom: 20px;
	width: 50%;
	background-color: #1ea8e0;
    border: medium none;
    border-radius: 20px;
    color: white;
    padding: 6px;
	font-size: 18px; !important
}

/****/


/**Thank you page after they register for free lesson via landing pages**/
#thankheading{
	margin-top: 0%;
}

#thankheading > h1{
	text-align: center;
	color: #1ea8e0;
	font-size: 4em;
	margin: 0px 0px 25px 0px;

}

#thankcontent  > h2{
	text-align: center;
	color: black;
	font-size: 21px;
	padding: 0px 200px;
	margin: 35px;
	}

#thankhappy > h3{
	text-align: center;
	color: #1ea8e0;
	font-size: 30px;
}

/******/

/************
Landing Page Template A
****************/
.resourceheading> h1{
	text-align: center;
	background-color: #1ea8e0;
	color: white;
	padding: 5px;
	font-size: 2em;
	margin-bottom: 30px;
}

.resourceheading> h2{
	text-align: center;
	color: black;
	padding: 5px;
	font-size: 1.4em;
	margin-bottom: 30px;
}

.resourceheading> h3{
	text-align: center;
	color: black;
	padding: 5px;
	font-size: 1.2em;
	margin-bottom: 30px;
}

.resourcecolumnleft{
	display: inline;
	width: 50%;
	float: left;
	clear: left;
}

.resourcecolumnright{
	display: inline;
	width: 50%;
	float: right;
	clear: right;
}


.resourcecircleimage{
	width: 276px;
	margin: auto;
}

.resourcetext{
	text-align: center;
	margin: 25px 75px;
	font-size: 1em;
}

/******/

/************
Landing Page Conversational
****************/
.landingimagebackgroundconversation{
	background-image: url('../../uploads/2015/02/womaninreddressheader.jpg');
	height: 442px;
	}
.landingimageboxconversation{
	width: 62%;
	margin: 3% 2%;
	padding: 0 1% 1% 0;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	float: left;
}

.landingimageboxconversation h1{
	font-size: 1.8em;
	padding: 2% 0;
}

.landingimageboxconversation h2{
	font-size: 1.375em;
	padding-bottom: 2%;
}

.landingimageboxconversation .imageboxbutton{
	background-color: #1ea8e0;
	width: 250px;
	margin: auto;
	margin-bottom: 4%;
	color: white;
	padding: 2%;
	border-radius: 20px;

}
.imageboxbutton>p{
	margin: 0px !important;
}

.checkcolumn{
	display: inline-block;
	float: left;
	padding-left: 32%;

}

.textcolumn{
	display: inline-block;
	float: left;
	padding-left: 3%;
}

.leftboxland{
	display: inline-block;
	float: left;
	width: 50%;
	margin-top: 3%;
}

.rightboxland{
	display: inline-block;
	float: left;
	width: 50%;
	margin-top: 3%;
}

.landpagesplit{
	padding: 0 17%;
}

.landpagesplit > h2{
	text-align: left;
	font-size: 2.4em;
	color: #1ea8e0;
}

.landingform{
	float: right;
	width: 70%;
	margin: auto;
	padding-right: 18%;
	margin-top: 19px;
}
input.wpcf7-form-control.wpcf7-submit#submitbuttoncontactformupdate{
	background-color: #1ea8e0;
	border: none;
	border-radius: 20px;
	color: white;
	font-size: 1em;
	padding: 3% 5%;
	width: auto;
	margin-top: 3%;
	float: right;
	margin-right: -4%;
}
/********
Landing Page Regular Lady
******/
.landingimagebackgroundconversationb{
	background-image: url('../../uploads/2015/02/womaninreddressheader.jpg');
	height: 442px;
	}
/*Lady in front of computer https://spanishvirtually.com/spanishvirtually/wp-content/uploads/2015/03/ladyinfrontofcomputerright.png*/


/************
Landing Page Medical
****************/
.landingimagebackgroundmedical{
	background-image: url('../../uploads/2015/02/lady-doctor-header.jpg');
	height: 442px;
	}
.landingimagebox{
	width: 62%;
	margin: 4% 2%;
	padding: 1.5%0 2% 0;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
	float: left;
}

.landingimagebox h1{
	font-size: 1.8em;
	padding: 2% 0;
}

.landingimagebox h2{
	font-size: 1.375em;
	padding-bottom: 2%;
}

.landingimagebox .imageboxbutton{
	background-color: #1ea8e0;
	width: 250px;
	margin: auto;
	margin-bottom: 4%;
	color: white;
	padding: 2%;
	border-radius: 20px;

}
.imageboxbutton>p{
	margin: 0px !important;
}

.checkcolumn{
	display: inline-block;
	float: left;
	padding-left: 32%;

}

.textcolumn{
	display: inline-block;
	float: left;
	padding-left: 3%;
}

.leftboxland{
	display: inline-block;
	float: left;
	width: 50%;
	margin-top: 3%;
}

.rightboxland{
	display: inline-block;
	float: left;
	width: 50%;
	margin-top: 3%;
}

.landpagesplit{
	padding: 0 17%;
}

.landpagesplit > h2{
	text-align: left;
	font-size: 2.4em;
	color: #1ea8e0;
}

#medicallandingpage > h2{
	font-size: 1.5em;
}


.landpagesplit > h3{

}

.landpagesplit img{
	margin: auto;
	width: 40%;
}


.landingform{
	float: right;
	width: 70%;
	margin: auto;
	padding-right: 18%;
	margin-top: 19px;
}
input.wpcf7-form-control.wpcf7-submit#submitbuttoncontactformupdate{
	background-color: #1ea8e0;
	border: none;
	border-radius: 20px;
	color: white;
	font-size: 1em;
	padding: 3% 5%;
	width: auto;
	margin-top: 3%;
	float: right;
	margin-right: -4%;
}


/************
Landing Page Template
****************/

.headingland{
	background-color: #1ea8e0;
	text-align: center;
	margin-bottom: 25px;
	padding: 2px;
}

.headingland > h1{
	font-size: 2.2em;
	color: white;
}

.subheadingland{
	margin-bottom: 15px;
	text-align: center;
}

.subheadingland > h2{
	font-size: 1.5em;
}

.bulletland{
	font-size: 1.1em;
	margin-bottom: 20px;
	text-align: center;
}

.bulletland > p{
	line-height: 40px;
	margin-bottom: 24px;
}

#spanbulletpoint{
	color: #13a8e0;
}

.row1land{

}

.row1blockland{
	display: inline-block;
	height: 354px;
}

.row1picland{
	float: left;
	width: 555px;
}

.row1formland{
	float: right;
	height: 354px;
	margin-left: 60px;
	width: 224px;
}

#joiningconfirmland{
	font-size: 11px;
	margin: -19px 0px 2px 0px;
}

.blankspacae{
	clear: both;
}

.testimonialland{
	font-size: .83em;
	margin: 10px 0px;
	width: 535px;
	font-style: italic;
}

.lowertextland{
	margin: 16px 0px;
	font-size: 1.11em;
	width: 550px;
}

.lowercontactland{
	font-size: 1.125em;
}










/******/

/**resources/learning guide page**/


.learnheading > h1{
	text-align: center;
	background-color: #1ea8e0;
	color: white;
	padding: 5px;
	font-size: 28px;
	margin-bottom: 30px;
}

.learnrowa{
	display: inline-block;
	margin: 20px 0px;
}

.learncircleimage{
	max-width: 28%;
}

.learncircleimage#leftimage{
	float: left;
	padding-right: 65px;
	padding-left: 125px;
}

.learncircleimage#rightimage{
	float: right;
	padding-right: 125px;
	padding-left: 65px;
}


.learnrowb{
	display: inline-block;
	margin: 20px 0px;
}

/**resources/learning guide/ Conversational resources page**/
.conversationalheading > h1{
	text-align: center;
	background-color: #1ea8e0;
	color: white;
	padding: 5px;
	font-size: 28px;
	margin-bottom: 30px;
}

.conversationalrowa{
	display: inline-block;
	margin: 20px 0px;
}


.conversationalcircleimage{
	max-width: 28%;
}

.conversationalcircleimage#leftimage{
	float: left;
	padding-right: 65px;
	padding-left: 125px;
}

.conversationalcircleimage#rightimage{
	float: right;
	padding-right: 125px;
	padding-left: 65px;
}

/**resources/learning guide/ Medical resources page**/
.medicalheading > h1{
	text-align: center;
	background-color: #1ea8e0;
	color: white;
	padding: 5px;
	font-size: 28px;
	margin-bottom: 30px;
}

.medicalrowa{
	display: inline-block;
	margin: 20px 0px;
}


.medicalcircleimage{
	max-width: 28%;
}

.medicalcircleimage#leftimage{
	float: left;
	padding-right: 65px;
	padding-left: 125px;
}

.medicalcircleimage#rightimage{
	float: right;
	padding-right: 125px;
	padding-left: 65px;
}

/**resources/learning guide/ Tourism resources page**/
.touristheading > h1{
	text-align: center;
	background-color: #1ea8e0;
	color: white;
	padding: 5px;
	font-size: 28px;
	margin-bottom: 30px;
}

.touristrowa{
	display: inline-block;
	margin: 20px 0px;
}


.touristcircleimage{
	max-width: 28%;
}

.touristcircleimage#leftimage{
	float: left;
	padding-right: 65px;
	padding-left: 125px;
}

.touristcircleimage#rightimage{
	float: right;
	padding-right: 125px;
	padding-left: 65px;
}

/**resources/vocabulary**/
h1.quizletheading{
	font-size: 1.4em;
	font-weight: 700;
}



/**Travel Partner form**/
.travelpartnerheading > h1{
	text-align: center;
	background-color: #1ea8e0;
	color: white;
	padding: 5px;
	font-size: 28px;
	margin-bottom: 25px;
	}

.travelpartnersubheading > h2{
	text-align: center;
	margin-bottom: 25px;
	font-size: 26px;
	color: #ed3669;
}


.travelpartnerform{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

textarea.wpcf7-form-control.wpcf7-textarea{
	width: 100%;
}

input.wpcf7-form-control.wpcf7-submit#submitbuttontravelpartnerpage{
	margin-bottom: 20px;
	width: 50%;
	background-color: #1ea8e0;
    border: medium none;
    border-radius: 20px;
    color: white;
    padding: 6px;
	font-size: 18px; !important
}


/**************
Travel Partner Page
****************/
#travelheadspacing{
	margin: 10px 0px;
}

.travelpartnerjoin{
	font-size: 2em;
	text-align: center;
	margin-top: 2.5%;
}

.travelrow1{
	width: 100%;
	display: inline-block;
}

.lefttravelpic{
	width: 240px;
	height: 240px;
	float: left;
}

.righttravelbio{
	width: 67%;
	font-size: 1.1em;
	float: right;

}

.righttravelbio > p{
	line-height: 35px;
}

.travelrow2{
	width: 100%;
	display: inline-block;
}

.lefttravelbio{
	width: 67%;
	font-size: 1.1em;
	float: left;
}

.lefttravelbio > p{
	line-height: 35px;
}

.righttravelpic{
	width: 240px;
	height: 240px;
	float: right;
}

#travel4line {
	margin: 5% 0;
}


#travel6line {
	margin: 2% 0;
}



#checkoutbutton{
	margin-top: 30px;
}


/*Hides the /members page*/

.directory.members. buddypress.page page-id-43 div#members-dir-list {
display: none;
}
.directory.members. buddypress.page page-id-43 div.item-list-tabs {
display: none;
}

#buddypress #members-directory-form{
	display: none;
}

#buddypress div.dir-search{
	display: none;
}


#hideme{
	visibility: hidden;
}

.blogarchivetext{
	padding-top: .5em;
}


#sidebarsbumitbutton{
background-color:#1ea8e0 !important;
color:#FFF !important;
background-image:none !important;
text-shadow:none !important;
border-radius: 50px !important;
border: none !important;
}

.scrollingsidebar{
	position: fixed;
	display: inline-block;
	padding-left: 2%;
}




/**************LOGIN PAGE JUDAH***************/
.errormessage{
	margin-bottom: 20px;
	background: none repeat scroll 0 0 #1ea8e0;
	border: 1px solid #1ea8e0;
	border-radius: 7px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	text-align: center;
}
.loginbox{
	border:2px solid #ccc;
   	padding-bottom: 14px;
    width:355px;
}

.loginbox > h1{
	color: #333;
	font-size: 1.6em;
	padding: 20px 0 0 20px;
}


.loginsection {
    margin: 0 auto;
    width: 90%;
}

/******/

/**************ABOUT US PAGE JUDAH***************/
/*
.leftside{
	float: left;
	display: inline-block;
}

.rightside{
	float: right;
	display: inline-block;
}
*/

.aboutrow{
	margin-bottom: 2%;

   display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.aboutheadingleft{
	width: 100%;
	text-align: left;
	display: inline-block;
}

.aboutheadingright{
	width: 97%;
	text-align: right;
	display: inline-block;
}

.aboutheadingcenter{
	width: 100%;
	text-align: center;
	display: inline-block;
}

.aboutheadingleft>h1{
	font-size: 1.7em;
	color: #1ea8e0;
}

.aboutheadingright>h1{
	font-size: 1.7em;
	color: #1ea8e0;
}

.aboutheadingcenter>h1{
	font-size: 1.5em;
	color: #1ea8e0;
}

.abouttextleft{
	width: 65%;
	/*float: left;*/
}

.abouttextright{
	width: 65%;
	/*float: right;*/
}

.aboutimageleft{
	width: 30%;
	/*float: left;
	display: inline-block;*/
}

.aboutimageright{
	width: 30%;
	/*float: left;
	display: inline-block;*/
}

.aboutimageleft >img{
	width: 57%;
	margin: auto;
}

.aboutimageright >img{
	width: 57%;
	margin: auto;
}

.aboutcolumnright{
	float: right;
	width: 50%;
}

.aboutcolumnleft{
	float: left;
	width: 50%;
}

.aboutstaffimage{
	width: 50%;
	margin: auto;
	margin-bottom: 5%;
}

.aboutstaffimage >img{
	width: 69%
}

.aboutstaffbio{
	padding: 0 5%;
}


/*													Button Up ^
--------------------------------------------------------------*/

.btntoTop {
	width: 44px;
	height: 44px;
	position: fixed;
	bottom: 30px;
	right: 30px;

	background-color: #34495e;
	border-radius: 2px;

	text-align: center;
	line-height: 40px;

	cursor: pointer;

	opacity: 0;

	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.btntoTop:before {
	content: "\f106";

	display: inline-block;
	vertical-align: middle;

	font: 20px 'FontAwesome';
	color: #b8bcc0;
}

.btntoTop.active {
	opacity: 1;
}
.btntoTop.active:hover{
	opacity: 0.8
}

/**************Pricing Page JUDAH**************/

.pricingheading{
	text-align: center;
	margin-bottom: 4%;
}

.pricingheading >h1{
	font-size: 1.6em;
	font-family: Open Sans;

}

.pricingsubheading {
	text-align: center;
	margin-bottom: 3%;
}
.pricingsubheading >h3{
	font-size: 1.4em;
	font-family: Open Sans;

}

.pricingcredittext{
	width: 100%;
}

.pricingcredittext >p{
	text-align: right;
}

.pricingspecialcoursesheading{
	text-align: center;
}

.pricingspecialcoursesheading >h2{
	font-size: 2em;
	font-family: Open Sans;

}

.pricingcolumn{
	max-width: 50%;
	margin-bottom: 5%;
	float: left;
	overflow: auto;
	zoom: 1;
}

.pricingcolumnheading{
	text-align: center;
	padding-bottom: 4%;
}

.pricingcolumnheading >h3{
	font-size: 1.5em;
}

.pricingcolumnimage{
}

.pricingcolumnimage >img{
	width: 35%;
	float: left;
	margin: auto;
}

.pricingcolumntext{
	float: right;
	width: 65%;
}
.pricingcolumntext ul li{
	font-size: .8em;
	line-height: 23px;
	margin-bottom: 4%;
}

.pricingcolumnbutton{
	float: left;
}

.pricinglowerheading{
	text-align: center;
	margin: 5% 0;
}

.pricinglowerheading >h3{
	font-size: 1em;
	font-weight: 700;
}
#prcinvpagesbumitbutton{
	background-color:#1ea8e0;
	color:#FFF;
	background-image:none;

}



/******Main Courses Page - JUDAH********/
.coursesheading{
	text-align: center;
	width: 100%;
}

.coursesheading h1{
	color: #1ea8e0;
	font-size: 2.1em;
}


.coursesrow{
	width: 90%;
	margin: auto;
	margin-bottom: 5%;
}

.coursescolumn{
	width: 49%;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.coursesimage{
	flex: 1;
}

.coursesimage img{
	width:90%;

}

.coursestext{
	width:50%;
	display: -webkit-flex;
	flex: 1.5;
	margin: auto;
	font-size: 1.2em;
}

.coursesblue{
	color: #1ea8e0;
	font-size: .8em;
}


/*******Courses Page (Medical, Conversational & Tourism) JUDAH*****/

.courseheading{
	text-align: center;
	width: 100%;
}

.courseheading >h1{
	font-size: 1.9em;
	color: #1ea8e0;

}

.courseheading >h2{
	font-size: 1.3em;
	font-weight: 700;
}

.coursetoprow{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	margin:0 0 1% 0;
}

.coursetopimage{
	width: 30%;
}

.coursetopimage >img{
	max-width: 86%;
	margin: auto;
}

.coursetoptext{
	width: 70%;
	flex: 1;
	margin: auto;
}

.coursetoptext ul li{
	line-height:2m;
	list-style: initial;

}

.courselmsarow{
	display: inline-flex;
}

.courselmsarow >h3{
	width: 70%;
	font-size: 22px;
	margin-top: 4%;
	margin-left: 5%;
	line-height: 40px;
}

.courselmsarow img{
	margin-left: 25%;
}


.coursemidheading{
	text-align: center;
	width: 100%;
	font-size: 1.5em;
	margin: 0 0 3% 0;
	background-color: #1ea8e0;
	color: white;
	padding: 1% 0;
	clear: both;
	margin-top: 2%;
}


.coursemidrow{
	width: 90%;
	display: -webkit-flex;
	display: flex;
	margin: auto;
}

.coursemidexplain{
	width: 33%;
	display: inline-block;
	text-align: center;


	}

.coursemidexplainhead{
	font-size: 1.3em;
	font-weight: 700;
	margin-bottom: 2%;

}

.coursemidexplainlist p{
	margin-bottom: 5px;

}

.coursesubmidhead{
	text-align: left;
	font-size: 1.5em;
	margin: 3% 0;

}

.coursesubmidtest{

}

.coursespricinghead{
	text-align: center;
	width: 100%;
	font-size: 1.7em;
	margin: 3% 0;
}

.coursesebook{
	text-align: center;
}

/*******Our Professors Page JUDAH********/

.professortoprow{
	width: 100%;
}
.professorsnametitle{
	width: 100%;
	text-align: left;
	border-bottom: 1px solid gray;
	margin: 0 0 2% 0;
}
.professorsnametitle h1{
	font-size: 2em;
}

.professorspic{
	display: inline-block;
	width: 22%;
}

.professorspic img{

}

.professortext{
	width: 70%;
	padding-left: 3%;
	float: right;
	margin-top: 3%;
}


/****No Acess Page JUDAH****/
.noaccesscontent{
	text-align: center;
}

.noaccessh1{
	font-size: 3em;
	text-align: center;
	width: 65%;
	margin: 1% auto;
}

.noaccessh2{
	font-size: 1.6em;
	text-align: center;
	width: 65%;
	margin: 5% auto;
}

.noaccessh3{
	font-size: 1.5em;
	text-align: center;
	width: 65%;
	margin: 5% auto;
}

.noaccessh4{
	font-size: 1.5em;
	width: 65%;
	margin: 5% auto;
	color: #1ea8e0;

}



.backimage{position:relative;}
.backimage_inner{width:100%; overflow: hidden;}
.backimage_inner p img{width:100%}
.popupbox{
	width:50%;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.7);
	position:absolute;
	top:79px;
	left:25px;
	padding:20px;
}
.popup_title h2, .popup_title{

}
.popupbox .form_inner{margin:0px;}
.form_inner span{display:block;}
.form_inner span.first{width:100%; font-size:25px; padding:0 0 0 0px; position:relative;}
.form_inner span.first::before{content: "1"; color:#fff; background:#1fa7df; display: inline-block; margin: 0 10px 20px 0; font-size:25px; text-align:center; font-weight:bold; border-radius:100px; width:50px; height:50px; line-height:50px;}
.popupbox .form_inner .name_field { margin: 0 0 20px 60px; width: 52%; display: inline-block;}
.popupbox .form_inner input{box-sizing:border-box; margin:0px; background:none; width:100%; height:40px !important; padding:0px;  border:1px solid #231f20; text-align:center; border-radius:0; -webkit-border-radius:0;}
.popupbox .form_inner input[type="submit"]{box-sizing:border-box; vertical-align: top; border:none;   margin: 0 0 0 20px; width:auto; background:#1fa7df;  border-radius:10px; -webkit-border-radius:10px; color:#fff; padding:7px 25px;}
.form_inner span.second{width:100%; font-size:25px; padding:0 0 0 0px; position:relative;}
.form_inner span.second::before{content: "2"; color:#fff; line-height: 51px;	 background:#1fa7df; display: inline-block; margin:0 10px 3px 0; font-size:25px; text-align:center; font-weight:bold; border-radius:100px; width:50px; height:50px; }
.popupbox .form_inner input.error{outline:none;background:none !important; border:1px solid #231f20 !important; margin: 0 0 0 0px !important; }
.popupbox .form_inner label.error{margin: 0 0 0 0px !important;}
.popupbox .form_inner input#selecttime[type="submit"]{display:block;}
#step2 > div { margin: 0 auto; width: 500px;}
#secondbox > input[type="submit"] { display: block; margin: 0 auto;}
.name_field label.label {  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);  padding:0px; color:#333333;  font-size: 18px;  font-weight: normal;  text-shadow: none;}
.backimage_inner > p {color: #222222;  font: 15px/24px Arial,Helvetica,sans-serif;}


/**********Landing Pages Responsive********/


@media screen and (max-width: 1024px){
.brand a img{
	margin:20px 0 !important;
}
.landingimagebackgroundconversation, landingimagebackgroundmedical {
	background-size: cover;
	display:inline-block !important;
	height:auto;
}
}



/*Moving the fields around on the confirm appointment page - Judah*/
/* we need to move this one up, so we use a negative value for top. */
/*
.appointments-field.appointments-skypegoogleid-field {
  position: relative;
  top: -31px;
}
/* we need to move this one down, so we use a positive value for top.
.appointments-gcal-field {
  position: relative;
  top: 63px;
}*/


/*******************************************************************************
									JOSH'S CODING
*******************************************************************************/

/*The classes/ID's below are on multiple pages (landing pages as well)
be careful when modifying them.*/

/************************
NEW HOMEPAGE
************************/
.nh_block1{
	background-image: url("../../uploads/2015/04/background-image.jpg");
  	background-position: center top;
  	background-repeat: no-repeat;
  	background-size: cover;
  	overflow: auto;
  	height:400px;
  	width:100%;
  	display:inline-block;
  	}

.nh_leftimagebox{
	width:47%;
	height:84%;
	margin-top:3%;
	margin-bottom:3%;
	float:left;
	margin-left:2%;
	background-color:#eeeeee;
}
.nh_rightimagebox{
	width:47%;
	height: 84%;
	background-color:#eeeeee;
	margin-top: 3%;
	margin-top:3%;
	margin-right:2%;
	float:right;
	opacity: .75;
	text-align: center;
}
.nh_rightimagebox h1{
	font-size: 27px;
}
.nh_rightimagebox h2{
	font-size: 20px;
	font-family: Arial;
}

.nh_firstlessonfree{
	float:middle;
	margin:5% auto -18px auto;
	height:65px;
	width:55%;
	background-color: #1ea8e0;
	color:white;
	border-radius:5%;

}

.nh_rightimagebox a{
	text-decoration: none;

}

.nh_rightimagebox ul li {

	}

.show-ul li{
  list-style: initial;
}

.nh_rightimagebox ul li i{
	color:#1EA8E0;
	padding-right:17px;
}

.nh_firstlessonfree p{
	padding-top:8%;

}
.nh_rightimagebox ul{
	font-size: 18px;
	text-align: left;
	margin-left:16%;
	font-style: normal;

}
.nh_block2{
	color: #1ea8e0;
	font-size: 23px;
	text-align: center;
	margin: 1% 0;
	}
.nh_block2 h2{
	color:#1EA8E0;
	font-size: 30px;
  	max-width: 80%;
 	margin: auto;
}

 .nh_hr{
 	width:100%;
 	height:2px;
 	background: #1ea8e0;


 }
.nh_3buttons{
	/*display:table;
	width:100%;
	font-size:20px;*/
	margin-top: 4%;
}

.nh_3buttons p img{
	margin:auto;
}
.nh_buttons{
	display:table-cell;
	width: 1000px;
	text-align:center;
}

.nh_buttons > img{
	margin: auto;
}

#nh_block4head{
	font-size: 35px;
	text-align: center;
	/*font-family: Lucida Sans Unicode;*/
}
/* why is this styling only applied to the first set of icons?

.nh_smallicons1 {
	padding-top:25px;
}*/

.nh_smallicons1 li{
	display:inline-block;
	list-style:none;
	width:30.333%;
	margin:1.5%;
	font-size:26px;
	font-weight: 500;
	float:left;
}

.nh_smallicons1  li i{
	color:#1EA8E0;
	padding-right:17px;
}

.nh_smallicons2 li{
	display:inline-block;
	list-style:none;
	width:30.333%;
	margin:1.5%;
	font-size:26px;
	font-weight: 500;
	float:left;
}

.nh_smallicons2  li i{
	color:#1EA8E0;
	padding-right:17px;
}
i.fa.fa-usd {
  padding-right: 29px !important;
}

.nh_testimonial{
	margin-top:15%;
	width: 100%;
	height: 100px;
	background-color: #e8e8e8;
	clear:both;
}

.nh_testimonial p{
	text-align: center;
	padding: 3%;
}


.nh_testimonialpic{
	border-radius: 50%;
	width: 75px;
	height:75px;
	border-color:black;
	background-image: url("../../uploads/2015/04/jessyimage.png");
	background-size: 75px 75px;
	margin-left:30px;
	margin-top:1%;
	float:left;

}

/************************
SPANISH COURSE-10 LESSONS
************************/

.checkcolumnpad{
	display: inline-block;
	float: left;
	padding-left: 25%;
	margin-top:-5px;

}

.indicates-required{
	color:red;
}

.textcolumn_sc > p{
	text-align: left;
  margin-left: 29%;
  margin-top: -5px;
  padding:0%;
  font-size:1em;
  }

/************************
 	MAILCHIMP FORM
************************/
#mc4wp-form-1 input {
margin-bottom:33px;

}

.mc4wp-form label{
	font-size:1.25em;

}

.mc4wp-form button, .mc4wp-form input[type=button], .mc4wp-form input[type=submit] {
	background-color:#1ea8e0;
	color:white;
	font-weight:bold;
	border-radius:10px;

}

/*Landing page for registrations*/

.landsubhead{
	text-align: center;
	margin: 3% auto;
}
.land_testimonial{
	text-align: center;
	margin: 4% auto;
	width: 75%;
}
 .land_hr{
 	width:100%;
 	height:2px;
 	background: #1ea8e0;
 	margin: 0;
 }

.land_learnbutton{
	height: auto;
	width: 25%;
	background-color: #1ea8e0;
	text-align: center;
	margin: 2% auto;
	padding: 1%;
	border-radius: 15px;
	font-size: 1.2em;
}
.land_learnbutton > a{
	color: white;
}


.land_testimonial{
	margin-top:8%;
	width: 100%;
	height: 100px;
	clear:both;
}

.land_testimonial p{
	text-align: center;
	padding: 3%;
}


.land_testimonialpic{
	border-radius: 50%;
	width: 75px;
	height:75px;
	border-color:black;
	background-image: url("../../uploads/2015/04/jessyimage.png");
	background-size: 75px 75px;
	margin-left:30px;
	float:left;
}

.land_testimonial span{
	color:#1ea8e0;
}

.book_lesson_arrow{
	float:right;
	margin-right:432px;
	margin-top:50px;
}

.app_worker_excerpt{
	margin-top:59px !important;
}

.app_worker_excerpt img{
	padding-top:0em !important;
}

/***************************
            Blogs
****************************/

.blog-table{
  margin-top:4%;
  margin-bottom:5%;
  width:100%;
}

.blog-table td{
    width: 25%;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    text-align: center;
    padding: 8px;
}


.blog-table #table-header{
  background-color: #1EA8E0;
  color:white;
  font-weight:800;
}










/*************************************************************
						BEGIN MEDIA QUERY
*************************************************************/


@media screen and (max-width: 767px){

.backimage_inner .wp-image-4401 { width:767px; max-width:none !important; height:408px; }
.land_testimonial{ display:inline-block; }
.popupbox{ left:2%; top:10%; width:92%; padding:2%; }
.popupbox .form_inner .name_field{margin: 2% 4%;width: 92%; }
.popupbox .form_inner span.first{ font-size:1em; }
#step2 > div { width:100%; }
/*.page-id-3988 .form_inner span.second { 1em; }*/
.brand {
	padding: 0 2%;
    text-align: center;
    width: 96%;
}
.brand a {
	float: left;
    width: 100%;
}
.brand a img{
	margin: 10px auto !important;
}
.contact{
	padding: 0 2%;
    width: 96%;
}
.content_contact{
	padding:0px;
}
.landingimagebackgroundconversation, .landingimagebackgroundmedical	 {
	background-size:cover;
	display:inline-block !important;
	height:auto;
}
.landingimageboxconversation, .landingimagebox
{
	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
	width:94%;
	padding:0;
	margin:0 3%;
}
.checkcolumn{
	width:25%;
	padding:0;
}

.textcolumn{
	width:65%;
	padding:0;
}
.leftboxland{
	margin: 0 2%;
    width: 96%;
}
.landpagesplit{
	padding:0;
}
.landpagesplit > h2{
	font-size:190%;
	text-align:center;
}

.rightboxland{
	margin: 0 2%;
    width: 96%;
}
.landingform{
	float: left;
    margin: 0 !important;
    padding: 0;
    width: 100%;
}
.wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrapinput[type="text"],.wpcf7-form-control-wrap input[type="password"],.wpcf7-form-control-wrap input[type="datetime"],.wpcf7-form-control-wrap input[type="datetime-local"],.wpcf7-form-control-wrap input[type="date"],.wpcf7-form-control-wrap input[type="month"],.wpcf7-form-control-wrap input[type="time"],.wpcf7-form-control-wrap input[type="week"], .wpcf7-form-control-wrap input[type="number"],.wpcf7-form-control-wrap input[type="email"],.wpcf7-form-control-wrap input[type="url"],.wpcf7-form-control-wrap input[type="search"],.wpcf7-form-control-wrap input[type="tel"], .wpcf7-form-control-wrap input[type="color"],.wpcf7-form-control-wrap .uneditable-input{
	margin: 0;
    padding: 2%;
    width: 96%;
}
.wpcf7-form p:last-child{
	text-align:center !important;
}
input#submitbuttoncontactformupdate.wpcf7-form-control.wpcf7-submit{
	margin:2%;
	float:none;
}

/**************************
SPANISH COURSE LANDING PAGE
***************************/


.checkcolumnpad{
	display: inline-block;
	float: left;
	padding-left: 8% !important;

}


.textcolumn_sc{
	font-size:.65em;

}

.textcolumn_sc > p{
	text-align: left;
  margin-left: 20%;
  margin-top: -5px;
  padding:0%;
  font-size:10px;
  }

.landingimageboxconversation h1 {
  font-size: 1.5em;
  padding: 2% 0;
}


.landingimageboxconversation .imageboxbutton {
  background-color: #1ea8e0;
  width: 224px;
  margin: auto;
  margin-bottom: 4%;
  color: white;
  padding: 2%;
  border-radius: 20px;
}

}
@media screen and (min-width: 320px) and (max-width: 767px){
.footer-list{
		width:50% !important;
		float:left !important;
}


/**************************
	NEW HOMEPAGE
***************************/

.nh_block1{
	background-image: url("../../uploads/2015/04/background-image.jpg");
  	background-position: center top;
  	background-repeat: no-repeat;
  	background-size: cover;
  	overflow: auto;
  	max-height:200px;
  	width:100%;
  	display:inline-block;
  	margin-top:65px;
  	}

.nh_leftimagebox{
	width:47%;
	height:84%;
	margin-top:3%;
	float:left;
	margin-left:2%;
	background-color:#eeeeee;
}
.nh_rightimagebox{
	width:47%;
	height: 84%;
	background-color:#eeeeee;
	margin-top: 3%;
	margin-right:2%;
	float:right;
	opacity: .75;
	text-align: center;
}
.nh_rightimagebox h1{
	font-size: 11px;
}
.nh_rightimagebox h2{
	font-size: 8px;
	font-family: Arial;
}

.nh_firstlessonfree{
	float:middle;
	margin:5% auto -18px auto;
	height:28px;
	width:55%;
	background-color: #1ea8e0;
	color:white;
	border-radius:5%;

}

.nh_rightimagebox a{
	text-decoration: none;

}

.nh_rightimagebox ul li {
	line-height: 15px;

	}
.nh_rightimagebox ul li i{
	color:#1EA8E0;
	padding-right:8px;
	line-height: 15px;

}

.nh_firstlessonfree p{
	padding:4px 2px 10px 2px;
	font-size: 5px;
  	width: 100%;
  	height: 100%;
  	text-align:center;

}
.nh_rightimagebox ul{
	font-size: 6px;
	text-align: left;
	margin-left:16%;
	font-style: normal;
	margin-top:-2px;

}
.nh_block2{
	color: #1ea8e0;
	font-size: 23px;
	font-family: "Times New Roman";
	text-align: center;
	}
.nh_block2 h2{
	color:#1EA8E0;
	font-size: 20px;
  	max-width: 80%;
 	margin: auto;
}

 .nh_hr{
 	width:100%;
 	height:2px;
 	background: #1ea8e0;


 }
.nh_3buttons{
	/*display:table;
	width:100%;
	font-size:20px;*/
	margin-top: 4%;
}

.nh_3buttons  img{
	width:45%;
}

#nh_button3 p img{
width:61%;
}

.nh_buttons{

	width: 100%px;
	text-align:center;
}

.nh_buttons img{
	margin: auto;
}

.nh_buttons h1{
	font-size:24px;
}

.nh_buttons p{
	font-size:10px;
	line-height:13px;
}

#nh_arrow{
display:none;

}

#nh_block4head{
	font-size: 22px;
	text-align: center;
	font-family: Lucida Sans Unicode;
	margin-bottom:0;
}

.nh_smallicons1 {
	padding-top:9px;
}

.nh_smallicons1 li{
	display:inline-block;
	list-style:none;
	width:30.333%;
	margin:1.5% 1.5% -18px 1.5px;
	font-size:7px;
	font-weight: bold;
	float:left;
}

.nh_smallicons1  li i{
	color:#1EA8E0;
	padding-right:1px;
}

.nh_smallicons2 li{
	display:inline-block;
	list-style:none;
	width:30.333%;
	margin:1.5% 1.5% -18px 1.5px;
	font-size:7px;
	font-weight: bold;
	float:left;
}

.nh_smallicons2  li i{
	color:#1EA8E0;
	padding-right:1px;
}

.nh_testimonial{
	margin-top:25%;
	width: 100%;
	height: 55px;
	background-color: #e8e8e8;
	clear:both;
}

.nh_testimonial p{
	text-align: center;
	padding: 3%;
	font-size:9px;
	line-height:10px;
}


.nh_testimonialpic{
	border-radius: 50%;
	width: 40px;
	height:40px;
	background-image: url("../../uploads/2015/04/jessyimage.png");
	background-size: 40px 40px;
	margin-left:19px;
	margin-top:2%;
	margin-right:11px;
	float:left;

}

.howvideo{
	margin-left: 7%;
	margin-bottom: 30px;
	height:200px;
}

}
/*************************************************************
						END MEDIA QUERY
*************************************************************/


.woocommerce-checkout #payment ul.payment_methods li img{
	display: inline;
}
.woocommerce-checkout #payment ul.payment_methods label{
	display: inline;
}