/*   
Template Name: Unify - Responsive Bootstrap Template
Description: Business, Corporate, Portfolio and Blog Theme.
Version: 1.2
Author: Html Stream
Website: http://htmlstream.com/preview/unify
*/

/*Import Google Fonts*/
@import url(http://fonts.googleapis.com/css?family=Monda:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

* {
	border-radius:0 !important;
}

body { 
    padding:0;
	color:#333; 
    font-size:13px;
    line-height:1.6;
	background:#fff;
	/*background:url('../img/passport-header.png') no-repeat top;*/
}

p, a, li { 
	color:#555;
	line-height:1.6; 
}

a,
a:focus, 
a:hover, 
a:active {
   outline:0 !important;
}

#provider a,
#uk a,
#france a,
#ita a,
#es a,
#ger a,
#afr a,
#safr a,
#mide a,
#japan a,
#other a, {
color:#036;	
}
a:hover {
	color:#72c02c;
	text-decoration:underline;
}

h1, h2, h3, h4, h5 {
	color:#555; 
	margin-top:5px; 
	text-shadow:none; 
	text-shadow:0 0 1px #f6f6f6;
	font-weight:normal !important; 
	font-family:'Open Sans', sans-serif; 
} 
h1 i, h2 i, h3 i, h4 i, h5 i {
	margin-right:7px;
}

/*Block headline*/
.heading {
	padding:5px 20px 5px 20px;
	border-left:4px solid #27c5f2; 
}

.headline {
	display:block;
	margin:10px 0 25px 0;
	border-bottom:1px dotted #e4e9f0;
}

.headline h3, 
.headline h4 {
	color:#585f69;
	margin:-12px 0 0px 7px;
	padding-left:10px;
	display:inline-block;
	text-shadow:0 0 1px #f6f6f6;
	border-bottom:2px solid #72c02c;
	font-size:16px;
}

.headlinet h3 {
	color:#585f69;
	margin:-6px 0 0px 7px;
	padding-left:10px;
	display:inline-block;
	text-shadow:0 0 1px #f6f6f6;
	border-bottom:2px solid #72c02c;
	font-size:16px;
}

/*Purchase*/
.purchase {
	padding:30px 0 20px;
	box-shadow:inset 0 0 4px #eee;
	background:url(../img/breadcrumbs.png) repeat;
}
.purchase .container {
	padding:0 20px;
}
.purchase .container .span9 {
	margin-right:20px;
}

/*  For counry profles p  margn btm */
 .span9  .espaco {
	margin-right:20px;
	margin-bottom: 150px;
}

.span9 .left {
	
	padding:5px;
	float:left;
}

.left img {
float:left;
padding:5px;	
}


.right1 img {
float:right;
padding:5px;	
}



.span9 .mainhdline {
	
	padding:5px;
	font-size:26px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-right:5px!important;
}

.span9 .desti {
	
	padding:5px;
	font-size:16px;
	font-weight:bold;
}
	
.purchase span {
	color:#666;
	display:block;
	font-size:32px;
	line-height:35px;
	margin-bottom:12px;
}
.purchase a.btn-buy {
	color:#fff;
	font-size:15px;
	cursor:pointer;
	margin-top:22px;
	font-weight:bold;
	border-radius:4px;
	webkit-border-radius:4px;    
	-moz-border-radius:4px;
	background:#72c02c;
	display:inline-block;
	text-decoration:none;
	padding:5px 13px 4px;
	text-transform:uppercase;
	text-shadow:0 1px 0 #51a00b;
}
.purchase a.btn-buy:hover {
	color:#fff;
	background:#68af28;
	text-decoration:none;
	box-shadow:0 0 5px #c0c2c1;
} 

/* jQuery Content Panel Switcher CSS */

.content_buttons a, .content_buttons a:visited, a:hover {
  cursor: pointer;
}


.switcher-content {
  display: none;
}

.switcher-content h2 {
	color:#22509d !important;
	font-size:18px !important;
}
 

/****** Layout *******/

#switcher-panel {
  margin-top: 30px;
  margin-left: 9px;
  margin-right: 29px;
  height: auto;
}


.content_buttons {
  position: relative;
  top: 13px;
  left: 15px;
  height: 20px;
  margin:0 15px 0 0px;
  padding-right:5px;
  border-bottom:1px solid #ccc; 
}


.content_buttons a {
  margin: 0px 10px;
  font-size:14px;
  padding:5px 15px 3px 15px;  
  border-right:1px solid #ccc;
  border-left:1px solid #ccc;
  border-top:1px solid #ccc;
}


.content_buttons a:hover {
background-color:#0065a2;
color:#f5f5f5;
text-decoration:none;
}


.content_buttons a:active {
background-color:#0065a2;
color:#f5f5f5;
text-decoration:none;
}


.switcher-content {
	font-size:14px;	
}


h2.switcher-content {
	color:#22509d !important;
	font-size:18px !important;
}

/*Service*/
.service { 
	margin-bottom:10px;
	padding:15px 15px 10px;
}
.service:hover {
	border-radius:2px;
	box-shadow:0 0 8px #ddd;
	background:#fcfcfc;
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out;
}
/*.service:hover i {
	color:#656565;
}*/

.service:hover i .icon-volunteer {background:url(../img/icons/volunteer-1.png);
}

.service:hover i .icon-teacher {background:url(../img/icons/teacher-jobs.png);
}

.service i {
	float:left;
	padding:10px;
	color:#468a24;
	font-size:45px;  
	text-align:center;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.service i.icon-cogs {
	font-size:37px;
}


.service:hover span .icon-volunteer {background:url(../img/icons/volunteer-1.png);
}

.service:hover span .icon-teacher {background:url(../img/icons/teacher-jobs.png);
}

.service span {
	float:left;
	padding:10px;
	color:#468a24;
	font-size:45px;  
	text-align:center;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.service span.icon-cogs {
	font-size:37px;
}




.service .desc {
	width:75%;
	float:right;
}
.service .desc h4 {
	font-size:22px;
	line-height:25px;
}

.ie7 .service .circle i  {
	padding-bottom:45px !important; /*ie7*/
}

/*Blockquote*/
blockquote:hover {
	border-left-color:#72c02c; 
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.hero {
	padding:18px;
	margin:20px 0;
	color:#566c8a;
	font-size:16px;
	background:#fcfcfc;
	border-left:4px solid #94c564; 
	font-family:'Open Sans', sans-serif;
}
.hero h1, .hero p { 
	text-shadow:1px 1px 0 #fff;
}

.hero-unify p {
	font-size:13px;
	line-height:20px;
}


/* Recent Work  */
.recent-work a {
	text-align:center;
	background:#fcfcfc;
	display:inline-block;
}

.recent-work a:hover {
	text-decoration:none;
}

.recent-work a:hover strong {
	color:#555;
}

.recent-work em.overflow-hidden {
	display:block;
}

.recent-work a span {
	display:block;
	padding:10px;
	border-bottom:solid 2px #eee;
}

.recent-work a strong {
	color:#555;
	display:block;
}

.recent-work a i {
	color:#777;
}

.recent-work a img {
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
	opacity:0.8;
   -webkit-transform: scale(1.2) rotate(3deg);
   -moz-transform: scale(1.2) rotate(3deg);
   -o-transform: scale(1.0) rotate(3deg);
   -ms-transform: scale(1.2) rotate(3deg);
   transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
	border-bottom:solid 2px #72c02c;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.3s ease-in-out;
}

/* Work */
.work {
	margin-top:6px;
}
.work .details {
	padding:10px;
}
.work .caption {
	display:block;
	padding-top:5px;
	color:#585f69 !important;
	font-size:18px !important;
}
.work .caption:hover {
	cursor:pointer;
	color:#444 !important;
	text-decoration:underline;
}

/* Testimonials */
.testimonial-body {
	padding:10px;
	margin-top:5px;
	background:#fcfcfc;
	border:1px solid #f5f5f5;
}
.testimonial-author{
	padding-top:15px;
	padding-left:20px;
}
.testimonial-author .arrow {
  width:0;
  height:0;
  position:absolute;
  margin-top:-16px;
  margin-left:20px;
  border-top:15px solid #fcfcfc;
  border-bottom:15px solid transparent;
  border-right:15px solid transparent;
}

.testimonial-author .name {
	color:#585f69;
	font-weight:bold;
}

.testimonal-arrow a {
	margin:0;
	top:-22px;
	float:right;
	color:#72c02c;
	font-size:25px;
	position:relative;
	display:inline-block;
	text-decoration: none;
	padding:0 9px !important;
}
.testimonal-arrow a:hover {
	color:#fff;
	text-decoration:none;
	background:#72c02c !important;
}

/*Carousel Arrow */
.carousel-caption {
	padding:10px 15px;
}
.carousel-arrow a.carousel-control {
	font-size:40px;
	height:inherit;
}
.carousel-arrow a.left {
	left:0;
}
.carousel-arrow a.right {
	right:0;
}

/*Clients (Flexslider)*/
.clients {
	box-shadow:none !important;
	margin-bottom:0 !important;    
}
.clients li {
	float:left;
	overflow:hidden;
	margin-left:1px;
	position:relative;
	background:#fafafa;
}
.clients li:hover {
	background:#f6f6f6;
}
.clients li img.color-img {
	top:0;
	left:0;
	display:none;
	position:absolute;
}
.clients li:hover img.color-img { 
	display:block;
}
.clients li img {
    filter:gray; /* IE6-9 */
	float:none !important;
	margin:0 auto !important;
}
.clients li img:hover {
    filter:none;
}
.clients, 
.flexslider.home {
    border:0px;
    overflow:hidden;
    margin-top:10px;      
    margin-bottom:30px;      
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

.flexslider { 
	margin-top:10px !important;
}
.flexslider .flex-direction-nav a {
	margin-top:-10px !important;
}

/*Pegination*/
.pagination ul {
	box-shadow:none;
}
.pagination li a {
	color:#777;
	padding:5px 15px;
	border-radius:0 !important;
}

/*Footer*/
.footer {
	margin-top:40px;
	padding:20px 10px;
	background:#3e4753;/*585f69;*/
	color:#dadada;
} 
.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5 {
	text-shadow:none;
	font-weight:normal !important; 
} 
.footer p,
.footer a {
	font-size:14px;
} 
.footer p {
	color:#dadada;
} 
.footer a {
	color:#72c02c;
}
.footer a:hover {
	color:#a8f85f;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.footer h4, 
.footer h3 {
	color:#e4e4e4;
	background:none;
	text-shadow:none;
}

/*Blog Posts*/
.footer .posts {
	padding:0 15px;
}
.footer .blog-list {
	margin:0;
	padding:0;
	color:#dadada;
	list-style:none;
}
.footer .blog-list li {
	padding:0 0;
	margin-bottom:7px; 
}
.footer .blog-list li span {
	color:#818488;
}
.footer .dl-horizontal,
.footer .dl-horizontal:hover {
	border:none !important;
	background:none !important;
}
.footer .dl-horizontal a {
	color:#dadada;
}
.footer .dl-horizontal a:hover {
	color:#a8f85f !important;
}
.footer .dl-horizontal img {
	border-color:#888 !important;
}

/*Copyright*/
.copyright {
	font-size:12px;
	padding:5px 10px;
	background:#3e4753;
	border-top:solid 1px #777;	
}
.copyright p {
	color:#dadada;
}
.copyright a {
	margin:0 5px;
	color:#72c02c;
}
.copyright a:hover {
	color:#a8f85f;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.copyright .span8 {
	padding-top:15px;
}
.copyright .span4 {
	padding-top:10px;
}

/*Home Page "Main page" (Default)
------------------------------------*/
/*Thumbnail*/
.thumbnail-style { 
	padding:5px; 
	border-radius:2px; 
}
.thumbnail-style:hover { 
	box-shadow:0 0 8px #ddd; 
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out;
}
.thumbnail-style h3 {
	margin:5px 0 0 0;
}
.thumbnail-style h3 a {
	font-size:20px;
}
.thumbnail-style h3 a:hover {
	color:#72c02c;
	text-decoration:none;
}
.thumbnail-style .thumbnail-img {
	position:relative;
}
.thumbnail-style a.btn-more {
	right:-10px;
	bottom:10px;
	color:#fff;
	padding:1px 6px;
	position:absolute;
	background:#72c02c;
	display:inline-block; 
}
.thumbnail-style a.btn-more:hover {
	text-decoration:none;
	box-shadow:0 0 0 2px #377500;
}
.thumbnail-style:hover a.btn-more {
	right:10px;
}

.thumbnail-kenburn img {
	left:10px;
	margin-left:-10px;
	position:relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}

/*  art collections page */

.tab-pane .collections {
font-size:16px;	
}
 
 .tab-pane h3 span {
	font-size:13px;
	padding-left:5px; 
 }
/*Welcome Block*/
.servive-block .span4 {
	padding:20px 30px;
	text-align:center;
	margin-bottom:20px;
	background:#fafafa;
	border-radius:2px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.servive-block .span4:hover {
	border-radius:2px;
	box-shadow:0 0 8px #ddd;
}
.servive-block .span4 h4 a:hover {
	color:#72c02c;
	text-decoration:none;
}

.servive-block .span4:hover h4,
.servive-block .span4:hover i {
	color:#72c02c;
}
.servive-block .span4 i {
	color:#565656;
	font-size:40px;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.servive-block-in .span4 i {
	color:#72c02c;
}
.servive-block-in .span4:hover i {
	color:#565656;
}

/*Breadcrumbs*/
.breadcrumbs {
	padding:10px 0 6px;
	box-shadow:inset 0 0 4px #eee;
	background:url(../img/breadcrumbs.png) repeat;
}
.breadcrumbs h1 {
	color:#686868;
	font-size:26px;
	text-shadow:0 1px 0 #f1efef;
	font-family:'ChunkFiveRegular';font-weight:700;text-transform:uppercase;'CartoGothicStd', arial;
}

.breadcrumbs h2 {
	color:#686868;
	font-size:22px;
	text-shadow:0 1px 0 #f1efef;
	font-family:'ChunkFiveRegular';font-weight:700;text-transform:uppercase;'CartoGothicStd', arial;
}

.breadcrumbs h4 {
	color:#686868;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;font-weight:700;
	padding-top:110px;
}

.breadcrumbs .container {
	padding:0 15px; 
}
 /*
.breadcrumbs .aires {
    background:url(../../images/Paris-neighborhoods.jpg) no-repeat;
	height:100%;
}

.breadcrumbs .sydney {
    background:url(../../images/Paris-neighborhoods.jpg) no-repeat;
	height:100%;
}

.breadcrumbs .rio {
    background:url(../../images/Paris-neighborhoods.jpg) no-repeat;
	height:100%;
}

.breadcrumbs .santiago {
    background:url(../../images/Paris-neighborhoods.jpg) no-repeat;
	height:100%;
}

.breadcrumbs .quito {
    background:url(../../images/Paris-neighborhoods.jpg) no-repeat;
	height:100%;
}

.breadcrumbs .lima {
    background:url(../../images/Paris-neighborhoods.jpg) no-repeat;
	height:100%;
} */

.breadcrumbs .paris {
    background-color:#06F!important;
	height:100%;
}

/*
.breadcrumbs .berlin {
    background:url(../../images/Paris-neighborhoods.jpg) no-repeat;
	height:100%;
}

.breadcrumbs .madrid {
    background:url(../../images/Paris-neighborhoods.jpg) no-repeat;
	height:100%;
}

.breadcrumbs .london {
    background:url(../../images/Paris-neighborhoods.jpg) no-repeat;
	height:100%;
}

.breadcrumbs .budapest {
    background:url(../../images/Paris-neighborhoods.jpg) no-repeat;
	height:100%;
}

.breadcrumbs .eeu {
    background:url(../../images/Paris-neighborhoods.jpg) no-repeat;
	height:100%;
}

.breadcrumbs .asia {
    background:url(../../images/Paris-neighborhoods.jpg) no-repeat;
	height:100%;
}

.breadcrumbs .africa {
    background:url(../../images/Paris-neighborhoods.jpg) no-repeat;
	height:100%;
}

.breadcrumbs .museum {
    background:url(../../images/Paris-neighborhoods.jpg) no-repeat;
	height:100%;
} */

.breadcrumbs .wrapper {	
background:url(../images/schools/sicily-italy.jpg)
background-repeat: no-repeat;
background-position: center;
}

.breadcrumb { 
	top:9px;
	padding-right:0;
	background:none;
	position:relative;
}
.breadcrumb a {
	color:#777;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
	color:#72c02c;
	text-decoration:none;
}

/*Home Page "Options"
------------------------------------*/
/*Accardion*/
.acc-home a.accordion-toggle { 
	color:#686868; 
	font-size:18px; 
	background:none; 
	padding:5px 15px;
	background:#fafafa;
	border-bottom:solid 1px #eee; 
	text-decoration:none !important;
}
.acc-home a.active,
.acc-home a.accordion-toggle:hover { 
	color:#92d556; 
	text-decoration:none !important;
}
.acc-home .accordion-group { 
	border:none;
	margin:0 !important; 
}
.acc-home .accordion-heading, 
.acc-home .accordion-inner { 
	border:none;
}
.acc-home .accordion-inner { 
	border:none;
	padding-top:3px;
}
.acc-home .collapse.in { 
	margin-top:-1px;
	margin-bottom:20px;
	background:#fdfdfd;
	border-bottom:solid 1px #72c02c; 
}

/*Posts*/
.posts .dl-horizontal { 
	margin-bottom:0;
	padding:3px;
	background:#fdfdfd;
	border-right:solid 2px #eee;
}
.posts .dl-horizontal:hover { 
	border-right:solid 2px #72c02c;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.posts .dl-horizontal dt { 
	width:56px; 
	float:left;
}
.posts .dl-horizontal dt img { 
	width:50px; 
	height:50px; 
	border:solid 3px #eee;
}
.posts .dl-horizontal dd { 
	margin-left:66px;
}
.posts .dl-horizontal dd p { 
	margin:0;
}
.posts .dl-horizontal a {
	font-size:15px;
	line-height:14px !important; 
}
.posts .dl-horizontal a:hover { 
	color:#72c02c; 
	text-decoration:none;
}
.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a { 
	color:#72c02c;
	border-color:#72c02c !important;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

/*Home Page "Options"
------------------------------------*/
/*Slider*/
.slider-inner .da-slider {
	box-shadow:none;
	border-bottom:2px solid #ddd;
	
	-webkit-border-radius: 4px !important; 
-moz-border-radius: 4px !important; 
border-radius: 4px !important;
}

/*Carousel*/
.carousel-control { 
	color:#fff; 
	border:none; 
	margin-top:0;
	border-radius:2px; 
}
.carousel-control:hover { 
	opacity:1;
	color:#72c02c; 
}

/*Tabs*/
.nav-tabs { 
	background:none !important;
	-webkit-border-radius: 4px !important; 
-moz-border-radius: 4px !important; 
border-radius: 4px !important;
}
.nav-tabs a { 
	font-size:16px;
	padding:5px 15px !important; 
}
.nav-tabs li.active a, 
.nav-tabs li.active a:hover,
.nav-tabs > .active > a, 
.nav-tabs > .active > a:hover, 
.nav-tabs > .active > a:focus { 
	color:#f5f5f5;
	border:none; 
	background:#72b56a/*72c02c*/; 
	font-weight:700;
}
.nav-tabs > li > a { 
	border:none;
	border-radius:0; 
}
.nav-tabs > li > a:hover { 
	color:#333; 
	background:#72b56a/*72c02c*/; 
}
.nav-tabs > li.askques > a {
    background:#c4ec6d;
	color:#333;
}

.nav-tabs > li.specials > a {
    background:#c4ec6d;
	color:#333;
}


.tab-content { 
	padding:7px 10px;
	border-top:solid 2px #72b56a/*72c02c*/;  
}

#questions .tabsqna, #specials .tabsqna, #faqs .tabsqna, #deals .tabsqna {font-size:14px !important;}
/*Home Page "Options"
------------------------------------*/
/*Right Sidebar*/
.who li { 
	margin-bottom:6px;
}
.who li i { 
	color:#72c02c; 
	position:relative; 
	top:2px; 
	margin-right:7px; 
	font-size:18px;
}
.who li:hover i, 
.who li:hover a { 
	color:#777;
}
.who li:hover a:hover {
	text-decoration:none;
}

/*Home Page "Options"
------------------------------------*/
/*Service Blocks*/
.service-alternative .service:hover { 
	background:#76ca2c;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 { 
	color:#fff;
}

/*About Page
------------------------------------*/
.team ul { 
	text-align:right;
}
.team ul li {
	padding:0 !important;
	margin:0 !important;
}
.team ul li a,
.team ul li a:hover {
	text-decoration:none;
}
.team ul li i {
	color:#aaa;
	font-size:20px;
	padding:4px;
	background:#f7f7f7;
}
.team ul li i:hover {
	color:#fff;
	background:#72c02c;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.team .thumbnail-style {
	padding:12px;
}
.team .thumbnail-style small {
	display:block; 
	font-size:12px;
}
.team .thumbnail-style h3 {
	margin-bottom:10px;
}
.team .thumbnail-style:hover h3 a {
	color:#72c02c !important;
}

/*Icons Page
------------------------------------*/
.icon-page li { 
	color:#555; 
	margin:5px 0;
	font-size:14px; 
	font-family:Arial; 
}
.icon-page li i { 
	font-size:14px; 
	margin-right:5px;
}
.icon-page li:hover { 
	color:#72c02c;
}

/*Pricing Page
------------------------------------*/
/*Pricing Head*/
.pricing {
	position:relative;
	border-radius:3px;
	margin-bottom:15px;
	box-shadow:0 0 5px #eee;
}
.pricing:hover {
	box-shadow:0 0 15px #b5b5b5;
}
.pricing:hover h4 {
	color:#55c931;
}
.pricing-head {
	text-align:center;
}
.pricing-head h3,
.pricing-head h4 {
	margin:0;
	line-height:normal;
	font-weight:bold !important;
}
.pricing-head h3 span, 
.pricing-head h4 span {
	display:block;
	margin-top:5px;
	font-size:12px;
	font-style:italic;
}
.pricing-head h3 {
	color:#fafafa;
	padding:12px 0;
	font-size:35px;
	font-family:Arial;
	background:#55c931;
	border-radius:3px 3px 0 0;
	text-shadow:0 1px 0 #32a20f;
	border-bottom:solid 1px #41b91c;
}
.pricing-head h4 {
	color:#bac39f;
	padding:5px 0;
	font-size:70px;
	font-family:Arial;
	background:#fbfef2;
	text-shadow:0 1px 0 #fff;
	border-bottom:solid 1px #f5f9e7;
}
.pricing-head h4 i {
	top:-8px;
	font-size:28px;
	font-style:normal;
	position:relative;
}
.pricing-head h4 span {
	top:-10px;
	font-size:14px;
	font-style:normal;
	position:relative;
}
	
/*Pricing Content*/
.pricing-content li {
	color:#888;
	font-size:12px;
	padding:7px 15px;
	border-bottom:solid 1px #f5f9e7;
}
.pricing-content li i {
	top:2px;
	color:#72c02c;
	font-size:16px;
	margin-right:5px;
	position:relative;
}

/*Pricing Footer*/
.pricing-footer {
	color:#777;
	font-size:11px;
	line-height:17px;
	text-align:center;
	padding:0 20px 19px;
	border-radius:0 0 3px 3px;
}
.pricing-footer a,
.pricing-footer button {
	color:#fff;
	border:none;
	margin-top:5px;
	font-size:16px;
	padding:6px 15px;
	text-align:center;
	border-radius:2px;
	background:#55c931;
	display:inline-block;
	text-transform:uppercase;
	text-shadow:0 1px 0 #38b312;
	border-bottom:solid 2px #41b91c;
}
.pricing-footer a:hover,
.pricing-footer button:hover {
	cursor:pointer;
	background:#40ba1a;
	text-decoration:none;
	box-shadow:0 0 3px #999;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
	z-index:9;
	margin-top:-15px;
	box-shadow:0 0 15px #b5b5b5;
}
.price-active h4 {
	color:#55c931;
}

.no-space-pricing .pricing:hover {
	-webkit-transition:box-shadow 0.3s ease-in-out;
	-moz-transition:box-shadow 0.3s ease-in-out;
	-o-transition:box-shadow 0.3s ease-in-out;
	transition:box-shadow 0.2s ease-in-out;
}
.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
	color:#55c931;
	padding:15px 0;
	font-size:80px;
	-webkit-transition:color 0.5s ease-in-out;
	-moz-transition:color 0.5s ease-in-out;
	-o-transition:color 0.5s ease-in-out;
	transition:color 0.5s ease-in-out;
}

/*Gallery Page
------------------------------------*/
.gallery .thumbnail,
.gallery .thumbnail:hover {
	padding:0;
	border:none;
	box-shadow:none;
}
.gallery .thumbnails {
	margin-bottom:6px;
}

/*Registration and Login Page
------------------------------------*/
.reg-page,
.login-page  {
	overflow:hidden;
	margin:0 auto;
	background:#fcfcfc;
	border:solid 1px #eee;
	box-shadow:0 0 7px #eee;
}

/*Registration*/
.reg-page {
	min-width:30%;
	max-width:30%;
	padding:30px 50px 30px;
}
.reg-page h3 {
	margin-bottom:25px;
}

/*Login*/
.login-page {
	min-width:25%;
	max-width:25%;
	padding:35px 30px 30px;
}
.login-page h3 {
	margin:0 0 25px 0;
}
.login-page input.login-inputs {
	width:86%;
}
.login-page .checkbox {
	margin-top:7px;
}
.login-page .checkbox input {
	margin-right:6px !important;
}
.login-page button {
	margin:0 0 5px 0;
}

/*Login Page v1.1*/
.log-page {
	width: 310px;
	padding: 20px;
	margin: 0 auto;
	background:#fcfcfc;
	border:solid 1px #eee;
	box-shadow:0 0 7px #eee;
}

/*404 Page
------------------------------------*/
.page-404 p {
	top:70px;
	color:#777;
	font-size:300px;
	line-height:180px;
	text-align:center;
	position:relative;
}
.page-404 p i {
	font-style:normal;
	text-shadow:0 0 3px;
}
.page-404 p span {
	display:block;
	font-size:32px;
	position:relative;
}

/*Clients Page
------------------------------------*/
.clients-page { 
	overflow:hidden;
}
.clients-page p { 
	overflow:auto;
}
.clients-page p a { 
	overflow:auto;
	text-decoration:underline;
}
.clients-page a.img-hover {
	display:block;
	position:relative;
}
.clients-page img { 
	float:left;
	margin-right:20px;
	background:#fafafa;
	border:solid 1px #eee;
	width:120px;
	height:120px;
}
.clients-page img.img-colorful {
	display:none;
}
.clients-page a:hover img.img-colorful,
.clients-page:hover img.img-colorful {
	top:0; 
	left:0;
	display:block;
	position:absolute;
}

/*Privacy Page
------------------------------------*/
.privacy {}
.privacy a {
	text-decoration:underline;
}
.privacy a:hover {
	color:#72c02c;
	text-decoration:none;
}

/*  WORLD  */

.splash {background:url('../img/world-map-443.png') no-repeat;
}
.splash a {
	text-decoration:none;
}
.splash a:hover {
	color:#353535;
	text-decoration:none;
}

.splash .btn {
	font-size:16px;
	font-weight:800; 
	-moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -khtml-border-radius: 4px !important;
    border-radius: 4px !important;
	width:120px;
	padding:8px; 
	text-shadow:none;
	color:#e1e1e1;
}


.worldWrap {
	margin: 0px auto;
	position: relative;
}

.center {
	text-align: center;
}

.spacing {
	margin-top: 30px;
	margin-bottom:30px;
}



/*Portfolio Page
------------------------------------*/
.portfolio-columns .span3 {
	margin-bottom:1.8%;
}
.portfolio-columns .span4 {
	margin-bottom:2.3%;
}
.portfolio-columns .span6 {
	margin-bottom:2.2%;
}

/*Portfolio Item Page
------------------------------------*/
.portfolio-item h3 { 
	margin-top:0;
}
.portfolio-item li {
	padding:3px 0;
} 
.portfolio-item p a {
	text-decoration:underline;
}
.portfolio-item p a:hover {
	text-decoration:none;
}

/*Blog Page
------------------------------------*/
.blog-page ul,
.blog-page li {
	margin:0 !important;
	padding:0 !important;
}
.blog h3 {
	color:#72c02c;
}
.blog ul {
	color:#555;
	font-size:12px;
}
.blog li {
	margin-right:7px !important;
}
.blog li i {
	color:#666;
}
.blog li a:hover {
	color:#72c02c;
	text-decoration:none;
}
.blog ul.blog-info {
	border-top:solid 1px #eee;
}
.blog .blog-img { 
	margin:10px 0;
}

/*Blog Tags*/
ul.blog-tags a {
	font-size:13px;
	padding:2px 5px;
	background:#f7f7f7;
	margin:0 2px 5px 0;
	display:inline-block;
	text-shadow:0 1px 0 #fff;
}
ul.blog-tags a:hover,
ul.blog-tags a:hover i {
	color:#72c02c;
	text-decoration:none;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
ul.blog-tags a i {
	color:#777;
}
.blog ul.blog-tags {
	border-bottom:solid 1px #eee;
	padding-bottom:4px !important;
}
.blog ul.blog-tags a {
	font-size:10px;
	display:inline;
	padding:2px 3px;
	margin-right:2px;
	background:#f4f4f4;
}

/*Blog Ads*/
.blog-ads li {
	display:inline;
}
.blog-ads li img {
	opacity:0.6;
	width:60px;
	height:60px;
	margin:0 2px 8px;
}
.blog-ads li img:hover {
	opacity:1;
	box-shadow:0 0 0 4px #72c02c;
}

/*Blog Latest Tweets*/
.blog-twitter p {
}
.blog-twitter p span {
	color:#777;
	display:block;
	font-size:11px; 
}
.blog-twitter p a {
	color:#72c02c;
	text-decoration:none;
}
.blog-twitter p a:hover {
	text-decoration:underline;
}

/*Blog Item Page
------------------------------------*/
.blog-item .media img {
	top:3px;
	width:54px;
	height:54px;
	position:relative;
}
.blog-item h4.media-heading {
	position:relative;
}
.blog-item h4.media-heading span {
	top:3px; 
	right:0;
	color:#777;
	font-size:12px;
	position:absolute;
}
.blog-item h4.media-heading span a {
	color:#72c02c;
}

/*Contact Page
------------------------------------*/
.map {
	width:100%; 
	height:350px;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
}

.map-box {
	height: 250px;
}

.map-box-space {
	margin-top: 25px;
}

/*Coming Soon Page
------------------------------------*/
.coming-soon-page {
	background: #585f69;
}

.coming-soon-border {
	border-top: solid 3px #72c02c;
}

.coming-soon-logo  {
	margin-top: 10px;
	padding-top: 15px;
	border-top: solid 1px #4c5159;
}

.coming-soon-logo a {
	display: block;
	text-align: center;
}

.coming-soon,
.coming-soon-plugin {
	padding: 20px;
	text-align: center;
	margin-top: 20px;
}  

.coming-soon-plugin {
	min-height: 260px;
}

.coming-soon h1,
.coming-soon p {
	color: #fff;
}

.coming-soon h1 {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 15px;
	text-shadow: none;
}

.coming-soon p {
	font-size: 16px;
	line-height: 22px;
}

.coming-soon input {
	box-shadow: none;	
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;	
}

.coming-soon-copyright {
	padding: 5px 0;
}

.coming-soon-copyright p {
	color: #fff;
	text-align: right;
}

/*One Page
------------------------------------*/
.one-page {
	padding-left: 0;
	padding-right: 0;
}

.one-page h1,
.one-page h2 {
	color: #fff;
	font-size: 30px;
	text-shadow: none;
	margin-bottom: 20px;
}

.one-page p {
	color: #fff;
}

.one-page .one-default p,
.one-page .one-default h1,
.one-page .one-default h2,
.one-page .one-grey p,
.one-page .one-grey h1,
.one-page .one-grey h2 {
	color: #555;
}

.one-page .one-page-inner {
	padding: 30px 20px;
	min-height: 300px;
}

.one-page .one-page-btn {
	font-size: 20px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;  
	margin-bottom: 15px;
}

.one-page .btn-u {
	margin-bottom: 15px;	
}

.one-page .one-default {
	background: #fff;
}
.one-page .one-grey {
	background: #fafafa;
}
.one-page .one-blue {
	background: #3498db;
}
.one-page .one-red {
	background: #e74c3c;
}
.one-page .one-orange {
	background: #e67e22;
}
.one-page .one-green {
	background: #2ecc71;
}

/*Search Page
------------------------------------*/
.search-page h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

.booking-blocks {
	overflow: hidden;
	padding: 15px 20px;
	margin-bottom: 25px;
	background: #fafafa;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.booking-blocks:hover {
	border-radius:2px;
	background: #fafafa;
	box-shadow:0 0 8px #ddd;
}

.booking-blocks p a {
	color: #72c02c;
}

.booking-blocks .booking-img {
  width: 140px;
  margin-right: 10px;
}

.booking-blocks .booking-img li {
  color: #777;
}

.booking-blocks .booking-img li i {
  color: #78ccf8;
  font-size: 12px;
  margin-right: 5px;
}

.booking-blocks .booking-img img {
  float: left;
  width: 140px;
  height: auto;
  margin: 5px 10px 10px 0;
}

.booking-blocks h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 20px;
}

.booking-blocks ul.inline li {
  padding: 0;
}

.booking-blocks ul.inline li i {
  color: #f8be2c;
  cursor: pointer;
  font-size: 16px;
}

.booking-blocks ul.inline li i:hover {
  color: #f8be2c;
}

/*Others (Global classes)
------------------------------------*/
.color-red { color:#c00;}
.color-green { color:#72c02c;}
.color-blue { color:#3498db;}

.pull-lft { text-align:left;}
.pull-rgt { text-align:right;}

.rgt-img-margin { margin:4px 0 5px 8px;}
.lft-img-margin { margin:5px 20px 5px 0;}

.overflow-hidden { overflow:hidden;}
.padding-left-5 { padding-left:5px;}
.img-width-300 { width:300px;} 
.img-width-200 { width:200px;} 
.img-width-150 { width:150px;} 
.img-width-100 { width:100px;} 
.img-width-75 { width:75px;}

/*Image Border*/
.img-border {
	border:solid 3px #fff;
}

/*Background light-style*/
.bg-light { 
	padding:10px 15px; 
	border-radius:3px;
	margin-bottom:10px; 
	background:#fcfcfc; 
}
.bg-light:hover { 
	padding:9px 14px;
	border:solid 1px #e5e5e5;
}

/*Link read-more*/
a.read-more {
	font-weight:bold;
	text-decoration:none;
}
a.read-more:hover { 
	color:#72c02c; 
	text-decoration:none;
}

/*Link color-green-style*/
.linked:hover {
	color:#72c02c;
	text-decoration:none;
}

/*CSS3 Hover Effects*/
.hover-effect {
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.hover-effect-kenburn {
	left:10px;
	margin-left:-10px;
	position:relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.hover-effect-kenburn:hover {
	-webkit-transform: scale(2) rotate(5deg);
	-moz-transform: scale(2) rotate(5deg);
	-o-transform: scale(2) rotate(5deg);
	-ms-transform: scale(2) rotate(5deg);
	transform: scale(2) rotate(5deg);
}

/*Spaces*/
.margin-bottom-5, 
.margin-bottom-10, 
.margin-bottom-20, 
.margin-bottom-20,
.margin-bottom-25, 
.margin-bottom-40, 
.margin-bottom-50, 
.margin-bottom-60 { 
	clear:both;
}   
.margin-bottom-5 {
	margin-bottom:5px;
}
.margin-bottom-10 {
	margin-bottom:10px;
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.margin-bottom-25 {
	margin-bottom:25px;
}
.margin-bottom-30 {
	margin-bottom:30px;
}
.margin-bottom-40 {
	margin-bottom:40px;
}
.margin-bottom-50 {
	margin-bottom:50px;
}
.margin-bottom-60 {
	margin-bottom:60px;
}

.top-2 {
	top:2px;
}

/*Button Style*/
.btn {
	box-shadow: none;
}

.btn-u {
	border:0;
	font-size:14px;
	cursor:pointer;
	padding:5px 13px;
	position:relative;
	background:#72c02c;
	display:inline-block;
	color:#fff !important;
	text-decoration:none !important;
}
.btn-u:hover {
	color:#fff;
	background:#5fb611;
	text-decoration:none;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}

.btn-u-small {
	padding:3px 12px;
}
.btn-u-large {
	font-size:18px;
	padding:10px 25px;
}
a.btn-u {
	padding:4px 13px;
	vertical-align:middle;
}
a.btn-u-small {
	padding:2px 12px;
}
a.btn-u-large {
	font-size:18px;
	padding:6px 25px;
}

/*Buttons Color*/
.btn-u-blue {
	background: #3498db !important;
}
.btn-u-blue:hover {
	background: #2980b9 !important;
}

.btn-u-red {
	background: #e74c3c !important;
}
.btn-u-red:hover {
	background: #c0392b !important;
}

.btn-u-orange {
	background: #e67e22 !important;
}
.btn-u-orange:hover {
	background: #d35400 !important;
}

.btn-u-sea {
	background: #1abc9c !important;
}
.btn-u-sea:hover {
	background: #16a085 !important;
}

.btn-u-green {
	background: #2ecc71 !important;
}
.btn-u-green:hover {
	background: #27ae60 !important;
}

.btn-u-yellow {
	background: #F1C40F !important;
}
.btn-u-yellow:hover {
	background: #F39C12 !important;
}

/*Social Icons*/
.social-icons {
	margin:0;
}
.social-icons li {
	float:left;
	display:inline;
	list-style:none;
	margin-right:5px;
	margin-bottom:5px;
	text-indent:-9999px;
}
.social-icons li a, a.social-icon {
	width:28px;
	height:28px;
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
	transition: all 1.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.social-icons li:hover a {
	background-position:0 -38px;
}

.social_amazon {background: url(../img/icons/social/amazon.png) no-repeat;}
.social_behance {background: url(../img/icons/social/behance.png) no-repeat;}
.social_blogger {background: url(../img/icons/social/blogger.png) no-repeat;}
.social_deviantart {background: url(../img/icons/social/deviantart.png) no-repeat;}
.social_dribbble {background: url(../img/icons/social/dribbble.png) no-repeat;}
.social_dropbox {background: url(../img/icons/social/dropbox.png) no-repeat;}
.social_evernote {background: url(../img/icons/social/evernote.png) no-repeat;}
.social_facebook {background: url(../img/icons/social/facebook.png) no-repeat;}
.social_forrst {background: url(../img/icons/social/forrst.png) no-repeat;}
.social_github {background: url(../img/icons/social/github.png) no-repeat;}
.social_googleplus {background: url(../img/icons/social/googleplus.png) no-repeat;}
.social_jolicloud {background: url(../img/icons/social/jolicloud.png) no-repeat;}
.social_last-fm {background: url(../img/icons/social/last-fm.png) no-repeat;}
.social_linkedin {background: url(../img/icons/social/linkedin.png) no-repeat;}
.social_picasa {background: url(../img/icons/social/picasa.png) no-repeat;}
.social_pintrest {background: url(../img/icons/social/pintrest.png) no-repeat;}
.social_rss {background: url(../img/icons/social/rss.png) no-repeat;}
.social_skype {background: url(../img/icons/social/skype.png) no-repeat;}
.social_spotify {background: url(../img/icons/social/spotify.png) no-repeat;}
.social_stumbleupon {background: url(../img/icons/social/stumbleupon.png) no-repeat;}
.social_tumblr {background: url(../img/icons/social/tumblr.png) no-repeat;}
.social_twitter {background: url(../img/icons/social/twitter.png) no-repeat;}
.social_vimeo {background: url(../img/icons/social/vimeo.png) no-repeat;}
.social_wordpress {background: url(../img/icons/social/wordpress.png) no-repeat;}
.social_xing {background: url(../img/icons/social/xing.png) no-repeat;}
.social_yahoo {background: url(../img/icons/social/yahoo.png) no-repeat;}
.social_youtube {background: url(../img/icons/social/youtube.png) no-repeat;}

/*Glyphicons*/
.glyphicons-demo {
    text-align: ;
}

.glyphicons-demo .glyphicons {
    color: #999999;
    display: inline-block;
    font-size: 14px;
    line-height: 48px;
    margin-right: 20px;
    text-align: left;
    width: 150px;
}

.glyphicons-demo .glyphicons i:before {
    color: #666666;
    line-height: 55px !important;
}

.glyphicons-demo a:hover {
	color: #72c02c;
	text-decoration: none;
}

/*Style Switcher*/
i.style-switcher-btn {
	right: 0;
	top: 37px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	z-index: 555555;
	position: fixed;
	padding: 7px 9px;
	background: #585f69;
}

i.style-switcher-btn:hover {
	background:#707985;
}

i.style-switcher-btn-option {
	top: 38px;
	background: #9097a0;
}

i.style-switcher-btn-option:hover {
	background: #707985;
}

.style-switcher {
	right: 0;
	top: 37px;
	display: none;
	z-index: 555555;
	position: fixed;
	background: #585f69;
	padding: 15px 15px 15px 20px;
}

.style-switcher-inner {
	background: #9097a0;
}

.style-switcher .theme-close {
	top: 10px;
	right: 6px;
	position: absolute;
}

.style-switcher .theme-close i {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 5px 7px;
	background: #464e5b;
}

.style-switcher .theme-close i:hover {
	color: #464e5b;
	background: #fff;
 }

.style-switcher .theme-heading {
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.style-switcher ul {
	margin-bottom: 0;
}

.style-switcher li {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: #c00;
	margin-right: 5px;
	display: inline-block;
	border: solid 1px #70747a; 
}

.style-switcher li:hover,
.style-switcher li.theme-active {
	margin-right: 3px;
	border: solid 2px #fff;
}

.style-switcher li.theme-default {
	background: #72c02c;
}
.style-switcher li.theme-blue {
	background: #3498db;
}
.style-switcher li.theme-orange {
	background: #e67e22;
}
.style-switcher li.theme-red {
	background: #e74c3c;
}
.style-switcher li.theme-light {
	background: #ecf0f1;
}

/*Revolution Slider*/
.bg-black-opacity {
	background: url(../img/sliders/revolution/bg-text.png) repeat;
	padding: 7px;
	text-shadow: none !important;
}
/*

/* twitter */


.fatTwitter .update a:link {
    display: inline-block;  
}

.fatTwitter {
    position: relative;
    display: block;
    float: left;
    width: 206px;
    margin-right: 24px; 
}

.fatTwitter-icon {
    position: absolute;
    display: block;
    width:  28px;
    height: 32px;
    top: 0px;
    left: -3px;
    background: transparent url('../../images/fatTwitter.png') 0px 0px no-repeat;
}

.twitter-feed span.hidemessage {
    display: none;  
}

 .fatTwitter h3 {
	font-size: 1.275em; 
	font-weight:bold !important;
	padding-left:30px;
 }


/* Fat Footer
-------------------------------------------------------------------------------*/

.fatFooter-wrapper {
    background: #353535 url('../../images/fatFooter-back.png') repeat-x 1px 1px;
    border-top: 3px solid #af2124;
    width: 100%;
}

.fatFooter {
    padding: 22px 0px 32px 0px;
    font-size: 86%; /* 12px / .857em */
    line-height: 18px;
    color: white;
}

.fatFooter h3 {
    font: 150% "Palatino Linotype", "Book Antiqua", Palatino, serif; /* 18px / 1.500em */
    line-height: 32px;
    font-weight: normal;
    margin-left: 28px;  
}

.fatFooter a, fatFooter a:link {
    color: white;
    text-decoration: none;
}

.fatFooter a:hover {
    text-decoration: underline;
}

.fatFooter .newsFooter {
    padding-bottom: 7px;
    margin-bottom: 22px;
    border-bottom: 1px solid #5b5b5b;   
}

.fatFooter .newsFooter h3 {
    float: left;
    margin-left: 0px;
    padding-right: 14px;
}

.fatFooter ul.newsFooter-message {
    padding-top: 10px;
    float: left;
/*    width: 743px;*/
    font-style: italic;
    list-style: none;
}

.fatFooter ul.newsFooter-message li {
    display: none;
    padding: 0;
    margin: 0;
}

.fatFooter ul.newsFooter-message li:first-child {
    display: block;
}

.fatFooter a.newsFooter-more, .fatFooter a:link.newsFooter-more {
    float: right;
    padding-top: 10px;
    color: #af2124; 
}

#fatFacebook .update a:link {
    display: block; 
}

#fatFacebook {
    position: relative;
    display: block;
    float: left;
    width: 206px;
    margin-right: 24px; 
}

#fatFacebook-icon {
    position: absolute;
    display: block;
    width:  28px;
    height: 32px;
    top: 0px;
    left: -5px;
	margin-left:3px;
    background: transparent url('../../images/fatFacebook.png') 0px 0px no-repeat;
}

.fatFooter .update {
    margin-left: 28px;
}

.fatFooter .update .rssRow h4, .fatFooter .update .rssRow div {
    display: hidden;
}

.fatFooter .update .update-top {
    background: transparent url('../../images/update-top.png') 16px 0px no-repeat;
    height: 11px;
}

.fatFooter .update .updateContent {
    background-color: #af2124;
    padding: 7px;   
}

#fatTube .like h4, #fatFacebook .like h4 {
    line-height: 22px;
    margin-top: 10px;
    margin-left: 18px; 
	font-size: .975em; 
	font-weight:bold !important; 
}

#fatTwitter .update a:link {
    display: inline-block;  
}

#fatTwitter {
    position: relative;
    display: block;
    float: left;
    width: 206px;
    margin-right: 24px; 
}

#fatTwitter h3, #fatFacebook h3 {
    margin-left:30px;
	font-size:20px;	
}

#fatTwitter h4.connectme, #fatFacebook h4.connectme, #fatTube h4.connectme {
    margin-left:30px;
	font-size:14px;	
}

#fatTwitter-icon {
    position: absolute;
    display: block;
    width:  28px;
    height: 32px;
    top: 0px;
    left: -5px;
    background: transparent url('../../images/fatTwitter.png') 0px 0px no-repeat;
}

#twitter-feed span.hidemessage {
    display: none;  
}

.no-js #twitter-feed span.hidemessage {
    display: inline;    
}

#fatTube .update a:link {
    display: block; 
}

#fatTube {
    position: relative;
    display: block;
    float: left;
    width: 240px;
    margin-right: 24px; 
}

#fatTube h3 {
font-size:18px;
margin-left:32px;	
}

#fatTube-icon {
    position: absolute;
    display: block;
    width:  28px;
    height: 32px;
    top: 0px;
    left: -5px;
    background: transparent url('../../images/fatTube.png') 0px 0px no-repeat;
}

#youtube-feed {
    margin-top: 10px;
    margin-left: 28px;
    margin-bottom: -4px;
    width: 240px;
}

#youtube-button a, #youtube-button a:link {
    background: transparent url('../../images/youTube-subscribe.png') no-repeat 0px 0px;
    position: relative;
    display: block;
    width: 86px;
    height: 20px;
	margin-left:30px;
    text-indent: -999px;
    overflow: hidden;
}

   #fatTwitter a.twitter-follow-button {
    margin-left:22px !important;
}

#fatConnect {
    position: relative;
    display: block;
    float: left;
    width: 160px;
    margin-right: 0px;  
}

#fatConnect-icon {
    position: absolute;
    display: block;
    width:  28px;
    height: 32px;
    top: 0px;
    left: -5px;
    background: transparent url('../../images/fatConnect.png') 0px 0px no-repeat;
}

#fatConnect ul {
    margin-top: 8px;
    margin-left: 28px;  
}

#fatConnect ul li {
    padding-bottom: 6px;
}

/* End Fat Footer */

.container .program {
	font-size:14px;
	border:1px solid #ccc;
	-moz-border-radius: 5px !important;
     border-radius: 5px !important;     webkit-border-radius: 5px !important;
     padding:10px;
	-moz-box-shadow: 6px 6px 4px #888;
    -webkit-box-shadow: 6px 6px 4px #888;
    box-shadow: 6px 6px 4px #888;
	margin: 5px 0px 20px 0px;
}

.container .flowit  {
	background-image: url('../img/sites/europe2.jpg');
}

.program img {
 padding:0px 10px 10px 0;
}

.program-title {
	font-size:18px;
	font-weight:bold;
	padding:8px;	
}

.program-title a {
  color:#267db7;	
}


.program-description {
	font-size:12px;
	padding:8px;
}

.europe1  {
	background-image: url('../img/sites/europe1.jpg');
}

/*
.london  {
	background-image: url('../img/sites/europe2.jpg');
}
*/

.container p.intro {
	font-style:italic;
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/*  for side posts bg /////*/
.span3 .sideshade {
	font-size:13px;
	border:1px solid #ccc;
	background-color:#FFF !important;
	-moz-border-radius: 5px !important;
     border-radius: 5px !important;     webkit-border-radius: 5px !important;
     padding:5px;
	-moz-box-shadow: 6px 6px 4px #888;
    -webkit-box-shadow: 6px 6px 4px #888;
    box-shadow: 6px 6px 4px #888;
	margin: 5px 0px 10px 0px;
}

.span3 .sideshadem {
	font-size:13px;
	border:1px solid #ccc;
	background-color:#FFF !important;
	-moz-border-radius: 5px !important;
     border-radius: 5px !important;     webkit-border-radius: 5px !important;
     padding:5px;
	-moz-box-shadow: 6px 6px 4px #888;
    -webkit-box-shadow: 6px 6px 4px #888;
    box-shadow: 6px 6px 4px #888;
	margin: -12px 0px 10px 0px;
}

.span3 .sideshadet {
	font-size:13px;
	border:1px solid #ccc;
	background-color:#FFF !important;
	-moz-border-radius: 5px !important;
     border-radius: 5px !important;     webkit-border-radius: 5px !important;
     padding:5px;
	-moz-box-shadow: 6px 6px 4px #888;
    -webkit-box-shadow: 6px 6px 4px #888;
    box-shadow: 6px 6px 4px #888;
	margin: -6px 0px 0px 0px;
}

.span3 .sideshadett {
	font-size:13px;
	border:1px solid #ccc;
	border-top:none;
	background-color:#FFF !important;
	border-radius: 0px 0px 6px 6px !important;
-moz-border-radius: 0px 0px 6px 6px !important;
-webkit-border-radius: 0px 0px 6px 6px !important;
     padding:5px;
	-moz-box-shadow: 6px 6px 4px #888;
    -webkit-box-shadow: 6px 6px 4px #888;
    box-shadow: 6px 6px 4px #888;
	margin: -6px 0px 0px 0px;
}



    .workx-slider {		
	border:1px solid #ccc;
	background-color:#FFF !important;
-moz-border-radius: 5px !important;
     border-radius: 5px !important;     webkit-border-radius: 5px !important;
     padding:5px;
	-moz-box-shadow: 3px 3px 4px #888;
    -webkit-box-shadow: 3px 3px 4px #888;
    box-shadow: 3px 3px 4px #888;
}
/*///////////  Asia teach secion ///////////////*/
img .cotta {
   background-image: url('../sites/terra-cotta-warriors.jpg');
   
}

img .cotta hover {
   background-image: url('../sites/terra-cotta-warriors2.jpg');
}

/*  new full container */


.container .programfull {
	font-size:14px;
	border:1px solid #ccc;
	background-color:#FFF !important;
	-moz-border-radius: 5px !important;
     border-radius: 5px !important;     webkit-border-radius: 5px !important;
     padding:10px;
	-moz-box-shadow: 3px 3px 4px #888;
    -webkit-box-shadow: 3px 3px 4px #888;
    box-shadow: 3px 3px 4px #888;
	
	margin: 5px 0px 20px 0px;
}

.programfull img {
 padding:0px 10px 10px 0;
}

.programfull p a {
 color:#069;
}

.programfull p.supp {
	color:#365c79;
	font-size:16px;
	margin-top:16px;
	margin-bottom:0px;
	padding-bottom:3px;
}

.container a.newwin {
   padding-right: 18px;
   background:url(../img/open-new-window-icon.png) no-repeat center right;
   color:#069;
}

.container .splash {
	
}

#provider .btn .material {
	background:#8fa4a8;
	color:#f5f5f5;
}

ul.liner li {font-size:16px;line-height:40px;
              list-style-type:none;}
			  
ul.liner li a {
			color:#069;	  
			  }

/* =======================  captions ================*/
/*Jul 14'  */

.thumb2 {
  position: relative;
}

.caption2 {
  font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size:14px;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #3f78cc; /*fallback for oldies*/
  background: rgba(0,0,0,.7);
  color: #fff;
  padding:5px 0 5px 0px;
}

figcaption {

  padding: 5px;

  font-family: 'Cherry Swash', cursive;

  font-size: .75em;

  font-weight: 700;

  border: none;

  background: transparent;

  word-wrap:normal;

  text-align: center;
  float:left;

}

figcaption a {

  text-decoration:none;

}

.figwrap {
	display:inline-table;
	width:1px;
	text-align:center;
	float:left;
	margin-bottom:10px;
	clear:both;
}


.entryo {
margin:15px 0 15px 0;	

}


.entryo h3 {
font-size:18px;	
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#333;
margin-top:50px;
padding-top:18px;
}


.entryc h3 {
font-size:18px;	
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
color:#333;
margin-top:15px;
padding-top:18px;
}

.btn.red {
	background-color: #d83e33;
	border-color: #d43e34 #c5261e #bd1f18;
	color:#eee6e6;
	background: -moz-linear-gradient(top, #df5449, #cd2e25);
	background: -ms-linear-gradient(top, #df5449, #cd2e25);
	background: -o-linear-gradient(top, #df5449, #cd2e25);
	background: -webkit-gradient(linear, left top, left bottom, from(#df5449), to(#cd2e25));
	background: -webkit-linear-gradient(top, #df5449, #cd2e25);
	background: linear-gradient(top, #df5449, #cd2e25);	
	
}

.btn.red:hover {
	background-color: #d13328;
	border-color: #cc342b #bb1e16 #b21812;
	
	background: -moz-linear-gradient(top, #d8483c, #c4251d);
	background: -ms-linear-gradient(top, #d8483c, #c4251d);
	background: -o-linear-gradient(top, #d8483c, #c4251d);
	background: -webkit-gradient(linear, left top, left bottom, from(#d8483c), to(#c4251d));
	background: -webkit-linear-gradient(top, #d8483c, #c4251d);
	background: linear-gradient(top, #d8483c, #c4251d);	
}

.btn.red:active, .btn.red:focus {
	background-color: #c02118;
	border-color: #cc342b #b11812 #a20f0b;
	
	
	background: -moz-linear-gradient(top, #d8483c, #b81812);
	background: -ms-linear-gradient(top, #d8483c, #b81812);
	background: -o-linear-gradient(top, #d8483c, #b81812);
	background: -webkit-gradient(linear, left top, left bottom, from(#d8483c), to(#b81812));
	background: -webkit-linear-gradient(top, #d8483c, #b81812);
	background: linear-gradient(top, #d8483c, #b81812);
}


/* ------------------
BLUE ----------------
------------------ */

.btn.blue {
	background-color: #4c98db;
	border-color: #4a91d7 #2a6cc3 #2869c2;
	
	background: -moz-linear-gradient(top, #62a8e1, #3a83d1);
	background: -ms-linear-gradient(top, #62a8e1, #3a83d1);
	background: -o-linear-gradient(top, #62a8e1, #3a83d1);
	background: -webkit-gradient(linear, left top, left bottom, from(#62a8e1), to(#3a83d1));
	background: -webkit-linear-gradient(top, #62a8e1, #3a83d1);
	background: linear-gradient(top, #62a8e1, #3a83d1); 
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	padding:8px;
	margin:5px;
}

.btn.blue:hover {
	background-color: #418fd4;
	border-color: #4088cf #286cbe #215fb7;
	
	background: -moz-linear-gradient(top, #579fdb, #317ac8);
	background: -ms-linear-gradient(top, #579fdb, #317ac8);
	background: -o-linear-gradient(top, #579fdb, #317ac8);
	background: -webkit-gradient(linear, left top, left bottom, from(#579fdb), to(#317ac8));
	background: -webkit-linear-gradient(top, #579fdb, #317ac8);
	background: linear-gradient(top, #579fdb, #317ac8);
}

.btn.blue:active, .btn.blue:focus {
	background-color: #2c72c4;
	border-color: #4088cf #2363b9 #154ca8;
	
	background: -moz-linear-gradient(top, #579fdb, #2165bc);
	background: -ms-linear-gradient(top, #579fdb, #2165bc);
	background: -o-linear-gradient(top, #579fdb, #2165bc);
	background: -webkit-gradient(linear, left top, left bottom, from(#579fdb), to(#2165bc));
	background: -webkit-linear-gradient(top, #579fdb, #2165bc);
	background: linear-gradient(top, #579fdb, #2165bc);
}

/* ------------------
GREEN ---------------
------------------ */

.btn.green {
	background-color: #83b83b;
	border-color: #7cb23b #5e9923 #54901e;
	
	background: -moz-linear-gradient(top, #95c451, #6da72c);
	background: -ms-linear-gradient(top, #95c451, #6da72c);
	background: -o-linear-gradient(top, #95c451, #6da72c);
	background: -webkit-gradient(linear, left top, left bottom, from(#95c451), to(#6da72c));
	background: -webkit-linear-gradient(top, #95c451, #6da72c);
	background: linear-gradient(top, #95c451, #6da72c);
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	padding:9px;
}

.btn.green:hover {
	background-color: #7bad37;
	border-color: #75a637 #578c20 #4d821a;
	
	background: -moz-linear-gradient(top, #8dba4d, #669b29);
	background: -ms-linear-gradient(top, #8dba4d, #669b29);
	background: -o-linear-gradient(top, #8dba4d, #669b29);
	background: -webkit-gradient(linear, left top, left bottom, from(#8dba4d), to(#669b29));
	background: -webkit-linear-gradient(top, #8dba4d, #669b29);
	background: linear-gradient(top, #8dba4d, #669b29);
}

.btn.green:active, .btn.green:focus {
	background-color: #629726;
	border-color: #75a637 #51871e #3a6d11;
	
	background: -moz-linear-gradient(top, #8dba4d, #51881b);
	background: -ms-linear-gradient(top, #8dba4d, #51881b);
	background: -o-linear-gradient(top, #8dba4d, #51881b);
	background: -webkit-gradient(linear, left top, left bottom, from(#8dba4d), to(#51881b));
	background: -webkit-linear-gradient(top, #8dba4d, #51881b);
	background: linear-gradient(top, #8dba4d, #51881b);
}

/* ------------------
ORANGE --------------
------------------ */

.btn.orange {
	background-color: #e46612;
	border-color: #dc5741 #f28e22 #c93321;
	
	background: -moz-linear-gradient(top, #f88b42, #d66c25);
	background: -ms-linear-gradient(top, #f88b42, #d66c25);
	background: -o-linear-gradient(top, #f88b42, #d66c25);
	background: -webkit-gradient(linear, left top, left bottom, from(#f88b42), to(#d66c25));
	background: -webkit-linear-gradient(top, #f88b42, #d66c25);
	background: linear-gradient(top, #f88b42, #d66c25);	
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	padding:8px;
}

.btn.orange:hover {
	background-color: #c45105;
	border-color: #c45105 #f28e22 #d28c1e;
	
	background: -moz-linear-gradient(top, #d99a3f, #dc7921);
	background: -ms-linear-gradient(top, #d99a3f, #dc7921);
	background: -o-linear-gradient(top, #d99a3f, #dc7921);
	background: -webkit-gradient(linear, left top, left bottom, from(#d99a3f), to(#dc7921));
	background: -webkit-linear-gradient(top, #d99a3f, #dc7921);
	background: linear-gradient(top, #d99a3f, #dc7921);	
}

.btn.orange:active, .btn.orange:focus {
	background-color: #c45105;
	border-color: #d24d36 #bb2a19 #ad1b0f;
	
	background: -moz-linear-gradient(top, #d99a3f, #c12b19);
	background: -ms-linear-gradient(top, #d99a3f, #c12b19);
	background: -o-linear-gradient(top, #d99a3f, #c12b19);
	background: -webkit-gradient(linear, left top, left bottom, from(#d99a3f), to(#c12b19));
	background: -webkit-linear-gradient(top, #d99a3f, #c12b19);
	background: linear-gradient(top, #d99a3f, #c12b19);	
}


/* ------------------
yellow --------------
------------------ */

.btn.yellow {
	background-color: #eee727;
	border-color: #e1db39  #dad309;
	
	background: -moz-linear-gradient(top, #fbf434, #d7d013);
	background: -ms-linear-gradient(top, #fbf434, #d7d013);
	background: -o-linear-gradient(top, #fbf434, #d7d013);
	background: -webkit-gradient(linear, left top, left bottom, from(#fbf434), to(#d7d013));
	background: -webkit-linear-gradient(top, #fbf434, #d7d013);
	background: linear-gradient(top, #fbf434, #d7d013);
}

.btn.yellow:hover {
	background-color: #eee727;
	border-color: #e1db39  #dad309;
	
	background: -moz-linear-gradient(top, #fbf434, #d7d013);
	background: -ms-linear-gradient(top, #fbf434, #d7d013);
	background: -o-linear-gradient(top, #fbf434, #d7d013);
	background: -webkit-gradient(linear, left top, left bottom, from(#fbf434), to(#d7d013));
	background: -webkit-linear-gradient(top, #fbf434, #d7d013);
	background: linear-gradient(top, #fbf434, #d7d013);	
}

.btn.yellow:active, .btn.yellow:focus {
	background-color: #eee727;
	border-color: #e1db39  #dad309;
	
	background: -moz-linear-gradient(top, #fbf434, #d7d013);
	background: -ms-linear-gradient(top, #fbf434, #d7d013);
	background: -o-linear-gradient(top, #fbf434, #d7d013);
	background: -webkit-gradient(linear, left top, left bottom, from(#fbf434), to(#d7d013));
	background: -webkit-linear-gradient(top, #fbf434, #d7d013);
	background: linear-gradient(top, #fbf434, #d7d013);	
}


/* ------------------
AKTERNATE GREEN -----
------------------ */

.btn.altGreen {
	background-color: #10a157;
	border-color: #139a54 #087833 #07742f;
	
	background: -moz-linear-gradient(top, #1daf6c, #0b8d44);
	background: -ms-linear-gradient(top, #1daf6c, #0b8d44);
	background: -o-linear-gradient(top, #1daf6c, #0b8d44);
	background: -webkit-gradient(linear, left top, left bottom, from(#1daf6c), to(#0b8d44));
	background: -webkit-linear-gradient(top, #1daf6c, #0b8d44);
	background: linear-gradient(top, #1daf6c, #0b8d44);-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	width:auto;
	margin:5px;
	padding:8px;
}

.btn.altGreen:hover {
	background-color: #08914b;
	border-color: #098949 #047131 #036127;
	
	background: -moz-linear-gradient(top, #0fa160, #057c39);
	background: -ms-linear-gradient(top, #0fa160, #057c39);
	background: -o-linear-gradient(top, #0fa160, #057c39);
	background: -webkit-gradient(linear, left top, left bottom, from(#0fa160), to(#057c39));
	background: -webkit-linear-gradient(top, #0fa160, #057c39);
	background: linear-gradient(top, #0fa160, #057c39);
}

.btn.altGreen:active, .btn.altGreen:focus {
	background-color: #057836;
	border-color: #098a49 #04672b #014e1a;
	
	background: -moz-linear-gradient(top, #0fa160, #026728);
	background: -ms-linear-gradient(top, #0fa160, #026728);
	background: -o-gradient(top, #0fa160, #026728);
	background: -webkit-gradient(linear, left top, left bottom, from(#0fa160), to(#026728));
	background: -webkit-linear-gradient(top, #0fa160, #026728);
	background: linear-gradient(top, #0fa160, #026728);
}



.btn-success,.btn-success2 {
	
	width:155px!important;
	-webkit-border-radius: 4px!important;
    -khtml-border-radius: 4px!important;
    border-radius: 4px!important;
	margin-bottom:3px;
}



/* ------------------
GRYBLU  material ---------------
------------------ */
.btn.material {
	background-color: #8fa4a8;
	border-color: #9fb1b4;
	
	background: -moz-linear-gradient(top, #86acb3, #789196);
	background: -ms-linear-gradient(top, #86acb3, #789196);
	background: -o-linear-gradient(top, #86acb3, #789196);
	background: -webkit-gradient(linear, left top, left bottom, from(#86acb3), to(#789196));
	background: -webkit-linear-gradient(top, #86acb3, #789196);
	background: linear-gradient(top, #86acb3, #789196);
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	width:auto;
	margin:5px;
	padding:8px;
}

.btn.material:hover {
	background-color: #758d92;
	border-color: #758d92;
	
	background: -moz-linear-gradient(top, #9ac2c9, #6e7e82);
	background: -ms-linear-gradient(top, #9ac2c9, #6e7e82);
	background: -o-linear-gradient(top, #9ac2c9, #6e7e82);
	background: -webkit-gradient(linear, left top, left bottom, from(#9ac2c9), to(#6e7e82));
	background: -webkit-linear-gradient(top, #9ac2c9, #6e7e82);
	background: linear-gradient(top, #9ac2c9, #6e7e82);	
}

.btn.material:active, .btn.material:focus {
	background-color: #8eafb5;
	border-color: #8eafb5;
	
	background: -moz-linear-gradient(top, #9ac2c9, #72949a);
	background: -ms-linear-gradient(top, #9ac2c9, #72949a);
	background: -o-gradient(top, #9ac2c9, #72949a);
	background: -webkit-gradient(linear, left top, left bottom, from(#9ac2c9), to(#72949a));
	background: -webkit-linear-gradient(top, #9ac2c9, #72949a);
	background: linear-gradient(top, #9ac2c9, #72949a);
}




/* ------------------
PURPLE --------------
------------------ */

.btn.purple {
	background-color: #6c83b3;
	border-color: #667cac #445a8e #405489;
	
	background: -moz-linear-gradient(top, #8095bf, #576ea1);
	background: -ms-linear-gradient(top, #8095bf, #576ea1);
	background: -o-linear-gradient(top, #8095bf, #576ea1);
	background: -webkit-gradient(linear, left top, left bottom, from(#8095bf), to(#576ea1));
	background: -webkit-linear-gradient(top, #8095bf, #576ea1);
	background: linear-gradient(top, #8095bf, #576ea1);
}

.btn.purple:hover {
	background-color: #5e76a8;
	border-color: #5a70a1 #3b4f84 #35487b;
	
	background: -moz-linear-gradient(top, #7388b5, #4a6195);
	background: -ms-linear-gradient(top, #7388b5, #4a6195);
	background: -o-linear-gradient(top, #7388b5, #4a6195);
	background: -webkit-gradient(linear, left top, left bottom, from(#7388b5), to(#4a6195));
	background: -webkit-linear-gradient(top, #7388b5, #4a6195);
	background: linear-gradient(top, #7388b5, #4a6195);	
}

.btn.purple:active, .btn.purple:focus {
	background-color: #455c90;
	border-color: #5b70a1 #334579 #253667;
	
	background: -moz-linear-gradient(top, #7388b5, #374c83);
	background: -ms-linear-gradient(top, #7388b5, #374c83);
	background: -o-gradient(top, #7388b5, #374c83);
	background: -webkit-gradient(linear, left top, left bottom, from(#7388b5), to(#374c83));
	background: -webkit-linear-gradient(top, #7388b5, #374c83);
	background: linear-gradient(top, #7388b5, #374c83);
}



/* ------------------
BROWN ---------------
------------------ */

.btn.brown {
	background-color: #8f6251;
	border-color: #885e4f #6b4133 #5f372b;
	
	background: -moz-linear-gradient(top, #9f7666, #7a4e3f);
	background: -ms-linear-gradient(top, #9f7666, #7a4e3f);
	background: -o-linear-gradient(top, #9f7666, #7a4e3f);
	background: -webkit-gradient(linear, left top, left bottom, from(#9f7666), to(#7a4e3f));
	background: -webkit-linear-gradient(top, #9f7666, #7a4e3f);
	background: linear-gradient(top, #9f7666, #7a4e3f);
}

.btn.brown:hover {
	background-color: #845747;
	border-color: #775143 #5d362a #552f25;
	
	background: -moz-linear-gradient(top, #956c5d, #6f4436);
	background: -ms-linear-gradient(top, #956c5d, #6f4436);
	background: -o-linear-gradient(top, #956c5d, #6f4436);
	background: -webkit-gradient(linear, left top, left bottom, from(#956c5d), to(#6f4436));
	background: -webkit-linear-gradient(top, #956c5d, #6f4436);
	background: linear-gradient(top, #956c5d, #6f4436);
}

.btn.brown:active, .btn.brown:focus {
	background-color: #6f4436;
	border-color: #775143 #371a14 #29110d;
	
	background: -moz-linear-gradient(top, #956c5d, #653a2d);
	background: -ms-linear-gradient(top, #956c5d, #653a2d);
	background: -o-gradient(top, #956c5d, #653a2d);
	background: -webkit-gradient(linear, left top, left bottom, from(#956c5d), to(#653a2d));
	background: -webkit-linear-gradient(top, #956c5d, #653a2d);
	background: linear-gradient(top, #956c5d, #653a2d);
}

/** videeohh resizeeng **/

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.video-container2 {
	position:relative;
	padding-bottom:76.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container2 iframe, .video-container2 object, .video-container2 embed {
	position:absolute;
	top:0;
	left:0;right: 0; bottom: 0;
	display: block; margin: 0 auto;
	width:70%;
	height:70%;
}

/* rght side */

 .money {background:url(../../assets/img/icons-1/currency-30.png) no-repeat left center;
  padding-right:32px;
  height:40px;
  width:42px;
}

 .lugg {background:url(../../assets/img/icons-1/luggage-30.png) no-repeat left center;
  padding-right:32px;
  height:40px;
  width:42px;
}

 .trans {background:url(../../assets/img/icons-1/translators-30.png) no-repeat left center;
  padding-right:32px;
  height:40px;
  width:42px;
}

 .embassy{background:url(../../assets/img/icons-1/embassy-30.png) no-repeat left center;
  padding-right:32px;
  height:40px;
  width:42px;
}

.studid {background:url(../../assets/img/icons-1/student-id-30.png) no-repeat left center;
  padding-right:32px;
  height:40px;
  width:42px;
	
}



/* ------------------
SOCIAL --------------
==================== */

.fa-twitter-square:before{content:"\f081"}
.fa-facebook-square:before{content:"\f082"}
.fa-pinterest-square:before{content:"\f0d3"}
.fa-google-plus-square:before{content:"\f0d4"}
.fa-linkedin-square:before{content:"\f08c"}

 .social .fb{padding:4px 8px;}
 .social .fb:hover{background-color:#3b5998;}
 .social .twitter:hover{background-color:#5ea9dd;}
 .social .youtube:hover{background-color:#f20000}
 .social .gplus:hover{background-color:#d95333;}
 .social .pinterest:hover{background-color:#cc2127;}


.fa-twitter:before{content:"\f099"}
.fa-facebook:before{content:"\f09a"}
.fa-google-plus:before{content:"\f0d5"}
.fa-pinterest:before{content:"\f0d2"}
.fa-linkedin:before{content:"\f0e1"}
.fa-mail-forward:before,.fa-share:before{content:"\f064"}
.fa-youtube:before{content:"\f167"}
.fa-envelope:before{content:"\f0e0"}

.sharemu .fb i{background:#bcbcbc/*999*/;color:#F5f5f5; padding:3px 7px 3px 6px;margin-bottom:5px; font-size:130% !important;}
.sharemu .fb i:hover{background:#3b5998/*5471ae*/;text-decoration:none !important;}
.sharemu .fb span{background:#5471ae;color:#fff;font-family:"Open Sans",sans-serif}
.sharemu .twitter i{background:#bcbcbc/*999*/; color:#F5f5f5; padding:4px 3px 3px 3px;margin-bottom:5px;font-size:110% !important;}
.sharemu .twitter i:hover{background:#00aced;/*65c4ea;*/text-decoration:none !important;}
.sharemu .twitter span{background:#65c4ea;color:#fff;font-family:"Open Sans",sans-serif}
.sharemu .gplus i{background:#bcbcbc/*999*/; color:#F5f5f5; padding:3px 3px 3px 3px;margin-bottom:5px;font-size:115% !important;}
.sharemu .gplus i:hover{background:#c0382a;/*d25345;*/text-decoration:none !important;}
.sharemu .gplus span{background:#d25345;color:#fff;font-family:"Open Sans",sans-serif}
.sharemu .pinterest i{background:#bcbcbc/*999*/; color:#F5f5f5; padding:2px 3px 3px 3px;font-size:130% !important;}
.sharemu .pinterest i:hover{background:#c52022;text-decoration:none !important;}
.sharemu .pinterest span{background:#c52022;color:#fff;font-family:"Open Sans",sans-serif}
.sharemu .envelope i{background:#bcbcbc/*999*/; color:#F5f5f5;font-size:130% !important;padding:2px 3px 3px 3px;}
.sharemu .envelope i:hover{text-decoration:none !important;background:#72c02c;}
.sharemu .envelope span{font-family:"Open Sans",sans-serif}
#reach_sscon .sharemu a {display:inline-block;webkit-border-radius:4px !important;-moz-border-radius:4px !important;border-radius:4px !important;}
#reach_sscon{margin-bottom:15px;}#reach_sscon>snap{float:right;margin-right:10px;margin-top:10px; text-align:center}#reach_sscon>snap .sharemu{position:absolute;left:100%;margin:8px 10px 0 0px; padding-right:5px !important;display:inline-block;}
/* 2nd set ===================
------------------------------*/
.sharem .fb i{background:#999;color:#F5f5f5; padding:3px 6px 3px 6px;margin-bottom:5px; font-size:130% !important;}
.sharem .fb i:hover{background:#3b5998/*5471ae*/;text-decoration:none !important;}
.sharem .fb span{background:#5471ae;color:#fff;font-family:"Open Sans",sans-serif}
.sharem .twitter i{background:#999; color:#F5f5f5; padding:4px 3px 3px 3px;margin-bottom:5px;font-size:110% !important;}
.sharem .twitter i:hover{background:#00aced;/*65c4ea;*/text-decoration:none !important;}
.sharem .twitter span{background:#65c4ea;color:#fff;font-family:"Open Sans",sans-serif}
.sharem .gplus i{background:#999; color:#F5f5f5; padding:3px 3px 3px 3px;margin-bottom:5px;font-size:115% !important;}
.sharem .gplus i:hover{background:#c0382a;/*d25345;*/text-decoration:none !important;}
.sharem .gplus span{background:#d25345;color:#fff;font-family:"Open Sans",sans-serif}
.sharem .pinterest i{background:#999; color:#F5f5f5; padding:2px 3px 3px 3px;font-size:130% !important;}
.sharem .pinterest i:hover{background:#c52022;text-decoration:none !important;}
.sharem .pinterest span{background:#c52022;color:#fff;font-family:"Open Sans",sans-serif}
.sharem .envelope i{background:#999; color:#F5f5f5;font-size:135% !important;padding:1px 3px 1px 3px;}
.sharem .envelope i:hover{text-decoration:none !important;background:#72c02c;}
.sharem .envelope span{font-family:"Open Sans",sans-serif}
#reach_sscon .sharem a {display:inline-block;webkit-border-radius:4px !important;-moz-border-radius:4px !important;border-radius:4px !important;}
#reach_sscon{margin-bottom:15px;}#reach_sscon>snap{float:right;margin-right:75px;margin-top:10px; text-align:center}#reach_sscon>snap .sharem{position:absolute;left:100%;margin:14px 10px 0 0px; padding-right:5px !important;display:inline-block;}
#reach_ssconstu{margin-bottom:15px;}#reach_ssconstu>snap{float:right;margin-right:80px;margin-top:0px; text-align:center}#reach_ssconstu>snap
/*  accordiin teach cert -----------------
*/
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

article { border: 1px solid #ddd; border-radius: 5px !important; -moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;padding: 10px 20px; }

article { display: block; }

article + article { margin-top: 40px; }

article h2 { font-size: 26px; line-height: 42px; }

main { padding: 40px 10%; }

.button { border: solid 1px #ddd; border-radius: 4px; color: #596068; display: inline-block; font-weight: bold; padding: 15px 45px; text-decoration: none; }
.button:hover { background: #596068; border-color: #596068; color: #fff; }

.beefup-head { margin-bottom: 0; overflow: hidden; padding-right: 30px; position: relative; text-overflow: ellipsis; white-space: nowrap;
padding:0 30px 0 17px; }

/* content:'\f055' \f056 */

.beefup-head:after { border-style: solid; border-width: 10px 10px 0 10px; border-color: #ddd transparent transparent transparent; content: ''; position: absolute; right: 0; height: 0; margin-top: -5px; top: 50%; width: 0;/*background:url(../../images/minus-ss.png) right 30px center no-repeat;
padding:0 0 0 17px; */}
.open > .beefup-head:after { border-width: 0 10px 10px 10px; border-color: transparent transparent #ddd transparent; /*background:url(../../images/minus-ss.png) right 30px center no-repeat; */}

h2.beefup-head {font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; font-style:italic;}

.beefup-body { padding: 20px 0 0; }

.beefup-body h4 {font-style:italic;}


.truk{
    height:40px;
    border:1px solid #555;
  width:50%;
  margin:30px;
}
.truk:before{
  content:"\2b";
  font-family:"Glyphicons Halflings";
  line-height:1;
  margin:10px;
  display:inline-block;
}

table.tbllan a {
  color:#3e6aee;	
}

.input-medium {padding:4px 2px 4px 2px;}


.b-spoiler {
	
	margin-bottom: 30px;
	font-size: 14px !important;
	line-height:20px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#353535;
	
	/* Background gradient for demo */
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff),to(#eef1f1));
	background-image: -webkit-linear-gradient(top, #ffffff, #eef1f1);
	background-image: -moz-linear-gradient(top, #ffffff, #eef1f1);
	background-image: -o-linear-gradient(top, #ffffff, #eef1f1);
	background-image: -ms-linear-gradient(top, #ffffff, #eef1f1);
	background-image: linear-gradient(top, #ffffff, #eef1f1);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#eef1f1');

	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;	
}

.b-spoiler.active > .spoiler-content {
	display: block;
}

.spoiler-title {
	position: relative;
	padding: 10px 12px 10px 34px;
	font-size:14px !important;
	

	border-radius: 3px;
	border: 1px solid #e2e2e2;

	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#ffffff), color-stop(100%,#fbfbfb));
	background: -webkit-linear-gradient(top,  #ffffff 2%,#fbfbfb 100%);
	background: linear-gradient(to bottom,  #ffffff 2%,#fbfbfb 100%);

	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #313538;
	cursor: pointer;

	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	margin-left:12px !important;
}

.spoiler-title:before {
	/*content: "\f067";*/
	content: url('../../images/btn-plus.png');
	/*background:url('../../images/btn-plus.png') no-repeat center;*/
	position: absolute;
	top: 9px;		left: 0;
	font: 14px 'FontAwesome';
	color: #636363;*/
}

.spoiler-title.faq:before,
.spoiler-title.faq.active:before  {
	/*content: "\f128";
	background:url('../../images/btn-plus.png') no-repeat center;*/
	content: url('../../images/btn-plus.png');
}

.spoiler-title.active:before {
	/*content: "\f068";
	background:url('../../images/btn-minus.png') no-repeat center;*/
	content: url('../../images/btn-minus.png');
	background:#2eafbb;
}

.spoiler-content {
	display: none;
	padding: 0 5px 0 5px !important;
}

.b-spoiler.m-alt {
	margin: 0;
}

.m-alt .spoiler-title {
	background: none;
	border: none;	
	border-bottom: 1px dashed #dee1e2;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}

.m-alt .spoiler-title:last-child {
	border: none; 
}

.m-alt .spoiler-title.active {
	border: none;
}


.m-alt .spoiler-title:before {
	width: 20px;
	height: 20px;

	background: #fafafa url(btn-soc.png) repeat-x top; 
	border-radius: 2px;
	border: 1px solid #e2e2e2;
	border-bottom: 1px solid #dfdfdf;

	text-align: center;
	text-shadow: 0 1px 0 white;
	font: 10px/21px 'FontAwesome';
	color: #838383;
}

.m-alt .spoiler-title.faq:before {
	font-size: 14px;
}

.m-alt .spoiler-title.active:before {
	background: #2eafbb url(btn-bg.png) repeat-x top;
	border: 1px solid /*#df4432*/;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	
	color: #fff;
	text-shadow: 0 -1px 0px /*#d4281c*/;
}

.m-alt .spoiler-title span {
	font-size:14px;
	font-weight:bold;
}

.m-alt .spoiler-title span img {
	width:37px;
	height:24px;
}

.m-alt .spoiler-content {
	border-bottom: 1px solid #18deed;
}

.b-spoilers {
	margin-bottom: 30px;
}