* { margin: 0; /*padding: 0;*/ box-sizing: border-box; }
body {
	font-family: "Lato", sans-serif; color: #000;
}

body div p {
	font-size:16px !important;
}

body div p span {
	font-size:16px !important;
}


.clearme { width: 100%; height: 0px; display: block; position: relative; clear: both; overflow: hidden; }
.inline_pink { color: #ea005e; }


header#page_top {
	z-index: 1;
	position: relative;
	display: block; overflow: hidden;
	width: 100%; /*height: 670px;*/
	
	min-height: 280px;
	
	background: url("../gfx/top_bg01.jpg") no-repeat scroll center center / cover;
}

header#page_top.sub-page {
	height: 240px;
}

header#page_top #pt_slider {
	z-index: 2;
	position: relative;
	display: block; width: 100%; /* height: 670px; */
}

#pt_menu {
	z-index: 3;
	top: 0; left: 0;
	display: block; width: 100%; height: 90px;
	background: rgba(255,255,255,0.7);
	transition: all 0.5s linear 0s;
}
#pt_menu.static { position: absolute; }
#pt_menu.moved {
	z-index: 99999;
	position: fixed;
	background: #fff;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}


header#page_top .pt_container {
	display: block; width: 1170px; height: auto; padding: 0 15px; margin: 0 auto;
}


#pt_menu #ptm_logo {
	display: block; float: left; width: 60px; height: 50px;
	background: url("../gfx/logo_small.png") no-repeat scroll 0 0;
	margin-top: 20px; margin-left: 20px;
}
#pt_menu #ptm_menu_list {
	display: block; float: left; vertical-align: top; width: calc(100% - 80px); height: auto;
	list-style-type: none; margin: 0; padding: 0;
	text-align: center;
}
#pt_menu #ptm_menu_list li {
	display: inline-block; vertical-align: top;
	padding: 20px 13px; margin: 18px 0 0 0;
}
#pt_menu #ptm_menu_list li a {
	display: block;
	font: 700 14px/14px "Lato", sans-serif; color: #000;
	text-transform: uppercase; text-align: center; letter-spacing: 2px;
	transition: color 0.5s linear 0s;
}
#pt_menu #ptm_menu_list li.active a { color: #ea005e; }
#pt_menu #ptm_menu_list li a:hover { text-decoration: none; color: #ea005e; }

#pt_menu #mobi_menu_trigger {
	position: absolute; top: 0; right: 0;
	width: 50px; height: 50px;
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
    color: #000;
}
#pt_menu #mobi_menu_trigger:hover { cursor: pointer; }
#pt_menu #mobi_menu_trigger i { font-size: 21px; line-height: 50px; text-align: center; }
body.static #pt_menu #mobi_menu_trigger { display: none; }
body.mobi #pt_menu #mobi_menu_trigger { display: block; }
body.mobi #ptm_menu_list { display: none !important; }



#pt_menu.mobile_menu {
	z-index: 9999999;
	position: fixed; top: 0; left: 0;
	display: block; width: 100%; height: 100%;
	background: #fff;
	transition: all 0.2s linear 0s;
}
body.mobi #pt_menu.mobile_menu #ptm_menu_list {
	display: block !important;
	width: 100%; float: none; overflow: hidden;
}
body.mobi #pt_menu.mobile_menu #ptm_menu_list li {
	display: block; width: 100%; padding: 0; margin: 0;
	border-bottom: 1px solid #000;
}
body.mobi #pt_menu.mobile_menu #ptm_menu_list li:last-of-type { border-bottom: 0; }
body.mobi #pt_menu.mobile_menu #ptm_menu_list li a { padding: 30px; }

header#page_top #pt_logo {
	z-index: 3;
	display: block; width: 268px; height: 150px;
	background: url("../gfx/logo_natural.png") no-repeat scroll 0 0;
	position: absolute; top: 0; left: 50%;
	margin: 90px 0 0 -134px;
}


header#page_top #pt_quotes {
	z-index: 3;
	position: absolute; bottom: 0; left: 0;
	display: block; width: 100%; height: 430px;
	background: rgba(0,0,0,0.25);
}
header#page_top #pt_quotes > .llg_container { height: 430px; }
header#page_top #pt_quotes > .llg_container > .carousel { height: 100%; }
header#page_top #pt_quotes .ptq_title {
	display: block; width: 100%; height: auto;
	font: 400 40px/40px "Lato", sans-serif; color: #fff;
	text-align: center; text-transform: uppercase; letter-spacing: 0.05em;
	padding: 60px 0 0 0; margin: 0;
}
header#page_top #pt_quotes .ptq_title:after {
	display: block; content: "";
	width: 50px; height: 1px; background: #fff;
	margin: 30px auto;
}


header#page_top #pt_quotes .ptq_content { width: 80%; margin: 0 auto; }
header#page_top #pt_quotes .ptq_content .img {
	display: block; float: left;
	width: 150px; height: 150px;
	border: 3px solid #fff;
	/*border-radius: 100%;*/
	overflow: hidden;
	background-image: url(../gfx/main-photo.jpg) !important;
}
header#page_top #pt_quotes .ptq_content p {
	display: block; float: left; vertical-align: top;
	width: calc(100% - 150px);
	/*font: 300 12px/21px "Lato", sans-serif;*/ color: #fff;
	font: 300 16px/24px "Lato", sans-serif;
	/*text-transform: uppercase;*/ text-align: justify;
	padding: 0 0 0 35px;
	
}

.carousel-indicators li { border: 1px solid rgba(255,255,255,0.5); margin: 1px 2px; }
.carousel-indicators .active { background-color: #ea005e; width: 10px; height: 10px; margin: 1px 2px; border-color: #ea005e; }



/* content blocks */
.content_block {
	z-index: 1;
	position: relative;
	display: block; width: 100%; height: auto;
	overflow: hidden; clear: both;
	box-sizing: border-box; padding: 65px 0;
}
.content_block.nopadding { padding: 10px 0; }

body.static.template_page_.page_1 .content_block.nopadding { padding: 50px 0; }

.content_block.bg_white { background: #fff; }

.content_block h2 {
	display: block;
	font: 400 24px/24px "Lato", sans-serif;
	text-transform: uppercase; letter-spacing: 2px; text-align: center;
}
.content_block.bg_pink h2 { color: #fff; }
.content_block h2 span {
	display: block; font-size: 14px; line-height: 14px; text-transform: none; letter-spacing: 0;
	margin: 15px 0; font-weight: 300;
}
.content_block h2 span:after {
	content: "";
	display: block; width: 50px; height: 2px; margin: 0 auto; margin-top: 15px;
}
.content_block.bg_white h2 span { color: #999; }
.content_block.bg_white h2 span:after { background: rgba(75,75,75,0.30); }
.content_block.bg_pink h2 span { color: #fff; }
.content_block.bg_pink h2 span:after { background: rgba(255,255,255,0.30); }

.content_block h2.header_2_special span:after { display: none; }
.content_block h2.header_2_special span { margin: 0; }

/*
 * wszystkie bloki z .bg_pink powinny mieć na zawartości z-index: 2;
 * bg dla content_block na z-index: 0;
*/
.content_block.bg_pink * { /* z-index: 2; */ }

.bg_pink_gradient {
	z-index: -1 !important;
	position: absolute !important;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: -moz-linear-gradient(top,  rgba(234,0,94,0.7) 0%, rgba(144,0,58,0.7) 100%);
	background: -webkit-linear-gradient(top,  rgba(234,0,94,0.7) 0%,rgba(144,0,58,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(234,0,94,0.7) 0%,rgba(144,0,58,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ea005e', endColorstr='#b390003a',GradientType=0 );
}






/* how can i help you? */
.help_image {
	display: block; width: 350px; /*height: 380px;*/
	margin: 0 auto;
	margin-bottom: 25px;
}
.how_can_help .container .row .col-md-7 h1 { margin: 0; padding: 0px 0 25px 0; text-align: left; font: 400 24px/24px "Lato", sans-serif; text-transform: uppercase; letter-spacing: 2px; }
.how_can_help .container .row .col-md-7 h2 { margin: 0; padding: 0px 0 25px 0; text-align: left; }
.how_can_help .container .row .col-md-7 p { text-align: justify; font: 300 14px/24px "Lato", sans-serif; }
.how_can_help .container .row .col-md-7 .button_default { margin-top: 40px; }


/* language coaching */
.content_block.language_coaching { /*height: 550px;*/ background: url("../gfx/bg_langcoach.jpg") no-repeat scroll center bottom / cover; }
.content_block.language_coaching .header_2_special {
	display: inline-block !important; width: 100%; text-align: center;
	font: 700 80px/80px "Lato", sans-serif; text-transform: uppercase; color: #fff;
	margin: 0; padding: 55px 0 65px 0;
}
.content_block.language_coaching .header_2_special .inline_dark {
	display: inline-block !important; vertical-align: top;
	font: 700 80px/80px "Lato", sans-serif; text-transform: uppercase; color: #000;
}
.content_block.language_coaching .button_default {
	width: 220px;
	/*
	position: absolute; bottom: 60px; left: 50%;
	margin-left: -110px;
	*/
	margin-top: 65px;
}


/* offer */
.content_block.block_offer { height: 750px; }
.content_block.block_offer .row .col-md-4-special {
	display: block; float: left; width: 33.3333%; margin: 0; padding: 0;
	border-right: 1px solid #aaa;
}
.content_block.block_offer .row .col-md-4-special:last-of-type { border-right: 0; }
.content_block.block_offer .row .col-md-4-special .offer_item_title {
	font: 700 20px/20px "Lato", sans-serif; color: #000; text-transform: uppercase; text-align: center;
	margin: 20px auto;
}
.content_block.block_offer .row .col-md-4-special .offer_item_image {
	position: relative;
	display: block; margin: 0 auto;
	width: 100%; height: auto;
	border-bottom: 1px solid #aaa;
}
.content_block.block_offer .row .col-md-4-special .offer_item_image .offer_item_image_holder {
	position: relative; width: 270px; height: 210px; margin: 0 auto 20px auto;
	overflow: hidden;
}
.content_block.block_offer .row .col-md-4-special .offer_item_image span {
	position: absolute; top: 0; left: 0; margin: -5px 0 0 -5px;
	display: block; width: 280px; height: 220px;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
	background-size: cover !important;
}

.content_block.block_offer .row .col-md-4-special .offer_item_image .offer_item_image_link {
	position: absolute;
	display: block; width: 270px; height: 70px; top: 50%; left: 50%; margin: -35px 0 0 -135px;
	background: url("../gfx/offer-item-pe.png") no-repeat scroll 0 0;
	transition: background 0.2s linear 0s;
}
.content_block.block_offer .row .col-md-4-special .offer_item_image:hover .offer_item_image_link {
	background: url("../gfx/offer-item-pe-active.png") no-repeat scroll 0 0;
	cursor: pointer;
}

.content_block.block_offer .row .col-md-4-special .offer_item_image:hover span {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');	
}

.content_block.block_offer .row .col-md-4-special .offer_item_logo {
	display: block; text-align: center;
	margin: 20px 0; padding: 0;
}
.content_block.block_offer .row .col-md-4-special .offer_item_desc {
	display: block; width: calc(100% - 40px); margin: 0 auto;
	font: 300 12px/24px "Lato", sans-serif; color: #333;
	text-transform: uppercase; text-align: center;
}


/* references */
.content_block.block_reffer { height: 710px; background: url("../gfx/bg_reffer.jpg") no-repeat scroll center top / cover; }
.content_block.block_reffer #reference { margin-top: 30px; }

#reference .left { background: transparent; }
#reference .left:before {
	content: "";
	display: block; width: 25px; height: 25px;
	background: url("../gfx/carousel-left.png") no-repeat scroll left center;
	position: absolute; top: 0; left: 0; margin-left: -30px; margin-top: 150px;
}
#reference .right { background: transparent; }
#reference .right:before {
	content: "";
	display: block; width: 25px; height: 25px;
	background: url("../gfx/carousel-right.png") no-repeat scroll right center;
	position: absolute; top: 0; right: 0; margin-right: -30px; margin-top: 150px;
}
#reference .left i, #reference .right i { display: none; }
.content_block.block_reffer .reference_under {
	display: block; margin-top: 25px;
}
.content_block.block_reffer .reference_under p {
	font: 300 14px/18px "Lato", sans-serif; color: #fff; text-align: center; margin: 0 0 30px 0;
}

.content_block.block_reffer #reference .item .single_team_img {
	padding: 20px 15px; height: 230px; background: #fff;	
}
.content_block.block_reffer #reference .item .single_team_img p {
	font: 400 italic 14px/24px "Lato", sans-serif;
}
.content_block.block_reffer #reference .item .single_team_text { height: 80px; border: 1px solid rgba(255,255,255,0.5); }
.content_block.block_reffer #reference .item .single_team_text h4 {
	display: block; margin: 0; padding: 0; margin-top: 10px;
	font: 700 12px/18px "Lato", sans-serif; color: #fff;
	text-align: center; text-transform: uppercase; letter-spacing: 1px;
}
.content_block.block_reffer #reference .item .single_team_text .line_1 {
	display: block; margin: 0; padding: 0;
	font: 300 11px/18px "Lato", sans-serif; color: #fff;
	text-align: center; text-transform: uppercase;
}
.content_block.block_reffer #reference .item .single_team_text .line_2 {
	display: block; margin: 0; padding: 0;
	font: 700 14px/18px "Lato", sans-serif; color: #fff;
	text-align: center; text-transform: uppercase;
}


/* gallery */
.content_block.block_gallery { /*height: 740px;*/ }
.content_block.block_gallery .gallery_upper {
	display: block;
	margin-bottom: 80px;
	margin-top: 20px;
}
.content_block.block_gallery .gallery_upper .col-md-6:first-of-type {
	font: 400 27px/22px "Lato", sans-serif; color: #000;
	text-transform: uppercase; letter-spacing: 1px;
}
.content_block.block_gallery .gallery_upper .col-md-6:last-of-type {
	font: 300 19px/22px "Lato", sans-serif; color: #000;
	text-align: right; letter-spacing: 1px;
}




/* news */
.content_block.block_news { /*height: 500px;*/ background: url("../gfx/bg_news.jpg") no-repeat scroll center bottom / cover; }
.content_block.block_news #news .carousel-inner { height: 270px; }
.content_block.block_news #news .item { margin-top: 0; margin-bottom: 0; }
.content_block.block_news #news .carousel-indicators {
	height: 100px; margin-top: 0; margin-bottom: 0; position: relative; bottom: 0; }
.content_block.block_news #news .carousel-indicators a {
	position: absolute;
}
.content_block.block_news #news .carousel-indicators > li {
	width: 45px; height: 45px; border: 0; border-radius: 100%; overflow: hidden;
	vertical-align: middle; opacity: 0.5;
	transition: all 0.1s linear 0s;
}
.content_block.block_news #news .carousel-indicators > li.active {
	width: 70px; height: 70px; opacity: 1;
	box-shadow: 0px 0px 30px rgba(255,255,255,0.7);
}

.content_block.block_news #news .carousel-indicators a.left {
	top: 20px; left: 50%; margin-left: -175px;
	
	width: 25px; height: 25px;
	background: url("../gfx/carousel-left.png") no-repeat scroll 0 0;
}
.content_block.block_news #news .carousel-indicators a.right {
	top: 20px; left: 50%; right: inherit; margin-left: 150px;
	
	width: 25px; height: 25px;
	background: url("../gfx/carousel-right.png") no-repeat scroll 0 0;
}
.content_block.block_news #news .carousel-indicators a i { display: none; }


.content_block.block_news #news .item .col-md-12 .quote_icon {
	display: block; margin: 0 auto;
	width: 40px; height: 40px;
	background: url("../gfx/icon-quotes.png") no-repeat scroll 0 0;
}
.content_block.block_news #news .item .col-md-12 .single_quote {}
.content_block.block_news #news .item .col-md-12 .single_quote .quote_title {
	font: 700 20px/20px "Lato", sans-serif; color: #fff;
	text-align: center; text-transform: uppercase; letter-spacing: 1px;
	margin: 20px 0 30px 0;
}
.content_block.block_news #news .item .col-md-12 .single_quote .quote_text {
	display: block; width: 80%; margin: 0 auto;
	font: 300 13px/26px "Lato", sans-serif; color: #fff;
	text-align: center;
}
.content_block.block_news #news .item .col-md-12 .single_quote .quote_author {
	display: block; width: 100%;
	font: 700 14px/18px "Lato", sans-serif; color: #fff;
	text-align: center;
} 
.content_block.block_news #news .item .col-md-12 .single_quote .quote_author span { font-size: 12px; font-weight: 300; display: block; }
.content_block.block_news #news .item .col-md-12 .single_quote .quote_author:before {
	content: "";
	display: block; width: 70px; height: 1px; margin: 0 auto;
	background: #fff;
	margin: 15px auto 10px auto;
}




/* stay in contact */
.content_block.block_contact .container .row {}
.content_block.block_contact .container .row h3 {
	font: 700 22px/22px "Lato", sans-serif; color: #000;
	text-transform: uppercase; letter-spacing: 1px;
	margin: 0 0 20px 0;
}
body.page_1 .content_block.block_contact .container .row p {
	display: block; width: 80%;
	font: 400 12px/20px "Lato", sans-serif; color: #939393;
	text-transform: uppercase; letter-spacing: 1px;
	margin-bottom: 25px;	
}

body.page_3 .content_block.block_contact .container .row > div.col-md-12:last-of-type p {
	display: block; width: 80%;
	font: 400 12px/20px "Lato", sans-serif; color: #939393;
	text-transform: uppercase; letter-spacing: 1px;
	margin-bottom: 25px;	
}

.content_block.block_contact .container .row form {}
.content_block.block_contact .container .row form input[type="text"] {
	display: block; width: 100%;
	font: 300 14px/14px "Lato", sans-serif;
	padding: 16px 20px; margin: 0 0 20px 0;
	border: 1px solid #ddd;
}
.content_block.block_contact .container .row form textarea {
	display: block; width: 100%; min-height: 200px;
	font: 300 14px/14px "Lato", sans-serif;
	padding: 16px 20px; margin: 0 0 20px 0;
	border: 1px solid #ddd;
}
.content_block.block_contact .container .row form .button_form {
	display: block; float: left; width: 200px; margin: 0 20px 20px 0;
	border: 1px solid #000;
	padding: 15px 15px; text-align: center;
	font: 400 12px/12px "Lato", sans-serif; color: #000; text-transform: uppercase;
	transition: all 0.2s linear 0s;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
.content_block.block_contact .container .row form #add_newsletter.button_form { border-color: #aaa; color: #aaa; }
.content_block.block_contact .container .row form .button_form:hover {
	cursor: pointer; border-color: #ea005e !important; color: #ea005e !important;
}
.content_block.block_contact .container .row form .form_hint {
	display: block; width: 80%; clear: both; 
	font: 700 12px/14px "Lato", sans-serif; color: #00be00;
	text-transform: uppercase; letter-spacing: 1px;
}


.content_block.block_contact .container .row .col-md-5 h3 {
	font: 700 22px/22px "Lato", sans-serif; color: #999;
	text-transform: uppercase; letter-spacing: 1px;
	margin: 0 0 20px 0;
	
}

body.page_3 .content_block.block_contact .container .row .col-md-5 h3 {
	color: #000;
	
}

.content_block.block_contact { /* height: 650px; */ }
.content_block.block_contact marquee ul {
	display: block; width: auto; margin: 0; padding: 0;
	list-style-type: none;
}
.content_block.block_contact marquee ul li {
	border-bottom: 1px solid #ddd; text-align: center;
}

/* footer */
#footer {
	height: 400px; background: url("../gfx/bg_footer.jpg") no-repeat scroll center bottom / cover;
	padding: 60px 0;
}
#footer .container .row .col-md-4 h4 {
	font: 700 15px/15px "Lato", sans-serif; color: #fff;
	text-transform: uppercase;
	margin: 0 0 40px 0;
}
#footer .container .row .col-md-4 .footer_lead {
	margin: 0 0 10px 0; padding: 0;
	font: 300 14px/26px "Lato", sans-serif !important; color: #fff;
}
#footer .container .row .col-md-4 ul.footer_menu {
	display: block; width: 100%; margin: 100px 0 0 0; padding: 0; list-style-type: none;
}
#footer .container .row .col-md-4 ul.footer_menu li {
	display: inline-block; vertical-align: top;
	padding: 0 10px; line-height: 12px;
	border-right: 1px solid #fff;
}
#footer .container .row .col-md-4 ul.footer_menu li:last-of-type { border-right: 0; }
#footer .container .row .col-md-4 ul.footer_menu li a { font: 400 12px/12px "Lato", sans-serif; color: #fff; text-decoration: none; }

#footer .container .row .col-md-4.footer_center {}
#footer .container .row .col-md-4.footer_center ul { display: block; margin: 0 0 0 34px; padding: 0; list-style-type: none; }
#footer .container .row .col-md-4.footer_center ul li {
	margin: 0 0 10px 0; padding: 0;
	font: 300 14px/26px "Lato", sans-serif; color: #fff;
}

#footer .container .row .col-md-4.footer_center ul li span { display: block; float: left; width: 24px; height: 24px; margin-left: -34px; }
#footer .container .row .col-md-4.footer_center ul li span.icon-pin { background: url("../gfx/icon-pin.png") no-repeat scroll 0 0; }
#footer .container .row .col-md-4.footer_center ul li span.icon-phone { background: url("../gfx/icon-phone.png") no-repeat scroll 0 0; }

#footer .container .row .col-md-4.footer_right {}
#footer .container .row .col-md-4.footer_right form { display: block; overflow: hidden; margin-bottom: 25px; }
#footer .container .row .col-md-4.footer_right form .footer_input {
	display: block; float: left; width: 220px; height: 45px; 
	border: 1px solid rgba(255,255,255,0.5);
	background: transparent;
	font: 300 14px/20px "Lato", sans-serif; color: #fff;
	padding: 12.5px 20px; margin: 0 10px 0 0;
}
#footer .container .row .col-md-4.footer_right form .footer_submit {
	display: block; float: left; width: 70px; height: 45px;
	background: rgba(255,255,255,0.5) url("../gfx/icon-paper.png") no-repeat scroll center center;
	border: 0; 

}

#footer .container .row .col-md-4.footer_right .footer_social_icons, .footer_social_icons {
	display: block; width: 100%; clear: both; overflow: hidden; 
}
#footer .container .row .col-md-4.footer_right .footer_social_icons ul, .footer_social_icons ul {
	display: block; width: 100%; margin: 0; padding: 0; list-style-type: none;
}
#footer .container .row .col-md-4.footer_right .footer_social_icons ul li, .footer_social_icons ul li {
	display: block; float: left; width: 35px; height: 35px; margin-right: 8px;
}

#footer .container .row .col-md-4.footer_right .footer_social_icons ul li a.foo_social_facebook, .footer_social_icons ul li a.foo_social_facebook {
	display: block; width: 35px; height: 35px;
	background: url("../gfx/social-sprite.png") no-repeat scroll 0 0 !important;
}
#footer .container .row .col-md-4.footer_right .footer_social_icons ul li a.foo_social_linkedin, .footer_social_icons ul li a.foo_social_linkedin {
	display: block;
	width: 35px;
	height: 35px;
	background: url("../gfx/social-sprite.png") no-repeat scroll -261px 0 !important;
}

#footer .container .row .col-md-4.footer_right .footer_social_icons ul li a.foo_social_youtube, .footer_social_icons ul li a.foo_social_youtube {
	display: block;
	width: 35px;
	height: 35px;
	background: url("../gfx/social-sprite.png") no-repeat scroll -216px 0 !important;
}

#footer .container .row .col-md-4.footer_right .footer_copys {
	display: block; margin-top: 90px;
	font: 300 12px/19px "Lato", sans-serif; color: #fff;
	text-align: right;
}
#footer .container .row .col-md-4.footer_right .footer_copys a {
	color: #fff; text-decoration: underline;
}

/* sc media w kontakt */
.template_page_.page_3 .footer_social_icons ul li a.foo_social_facebook {
	display: block; width: 35px; height: 35px;
	background: url("../gfx/social-sprite-color.png") no-repeat scroll 0 0 !important;
}
.template_page_.page_3 .footer_social_icons ul li a.foo_social_linkedin {
	display: block;
	width: 35px;
	height: 35px;
	background: url("../gfx/social-sprite-color.png") no-repeat scroll -261px 0 !important;
}
.template_page_.page_3 .footer_social_icons ul li a.foo_social_youtube {
	display: block;
	width: 35px;
	height: 35px;
	background: url("../gfx/social-sprite-color.png") no-repeat scroll -216px 0 !important;
}
/* end: sc media w kontakt */


/* B U T T O N S */
.button_default {
	display: block; width: auto;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
	border-width: 1px; border-style: solid;
	width: auto; max-width: 220px;
	padding: 15px 0 13px 0;
	font: 400 12px/12px "Lato", sans-serif;
	text-align: center; text-transform: uppercase; letter-spacing: 2px;
	transition: all 0.2s linear 0s;
}
.button_default { color: #fff; border-color: #fff; text-decoration: none !important; }


body.static.template_page_.page_1 .how_can_help .button_default {
	display: inline-block;
	min-width: 220px;
	margin-right: 10px;
}


.bg_white .button_default { color: #ea005e; border-color: #ea005e; text-decoration: none !important;  }
.button_default:hover { text-decoration: none; color: #000; border-color: #000; }

.button_default.centered { margin: 0 auto; text-decoration: none !important; }















#page_pos_property {
	width: 1; height: 1;
	position: fixed; z-index: 99999;
	top: 0; left: 0;
	opacity: 0;
	visibility: 0;
}






/* gallery external code */
.grid{}

.grid-item { width: 14.285%; }
.portfolio .grid-item{
    position: relative;
}

.portfolio .grid-item:hover .grid_item_overlay{
    opacity: 1;
}
.portfolio .grid_item_overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*padding-top: 33%;*/
    color: #fff;
    transition: all 0.6s;
    opacity: 0;
    background-color: rgba(76, 61, 114, 0.55)
}
.portfolio .grid_item_overlay p{
    color:#fff;
    margin-bottom:5px;
}
.portfolio .grid_item_overlay i{
    margin-bottom:10px;
    font-size:2rem;
    color:#FFF;
    padding-left: 50%;
    margin-left: -15px;
    margin-top: 45%;
}

/* magnetic popup */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000001;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	
	
	
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
	
	.help_image {
		width: 100%;
	}
	
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
    
    .content_block.language_coaching .header_2_special { font-size: 60px; margin-bottom: 30px; }
    .content_block.language_coaching .header_2_special span.inline_dark { font-size: 60px; }
    
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.gallery {
	clear: both;
	display: block;
	overflow: hidden;
}

.gallery-item {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	/*margin: 0 0 10px 10px;*/
	display: block;
	float: left;
}

/* end: magnetic popup */

/* cookiebar */

#cookie-bar {
    background: #111 none repeat scroll 0 0;
    color: #ddd;
    line-height: 18px;
    padding: 6px 0;
    text-align: center;
    z-index: 1010;
}
#cookie-bar.fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}
#cookie-bar p {
    margin: 0;
    padding: 0;
    color: #ddd;
    line-height: 18px;
    font-size: 12px;
}
#cookie-bar a {
    border-radius: 3px;
    color: #ddd;
    display: inline-block;
    margin-left: 8px;
    padding: 0 6px;
    text-decoration: none;
}
#cookie-bar .cb-enable {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ddd;
}
#cookie-bar .cb-enable:hover {
    background: #ddd none repeat scroll 0 0;
    color: #000;
}
#cookie-bar .cb-disable {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ddd;
}
#cookie-bar .cb-disable:hover {
    background: #b00 none repeat scroll 0 0;
}
#cookie-bar .cb-policy {
    text-decoration: underline;
}

/* end: cookiebar */






.llg_container { margin: 0 auto; }
/* MEDIA <= 768px */
@media (min-width: 768px) {
	.llg_container {
	    width: 750px;
	}
}

/* MEDIA <= 992px */
@media (min-width: 992px) {
	.llg_container {
	    width: 970px;
	}
	
	.content_block.block_gallery .gallery_upper .col-md-6:last-of-type {
		
	}
}

/* MEDIA <= 1200px */
@media (min-width: 1200px) {
	.llg_container {
	    width: 1170px;
	}
}





@media (max-width: 1000px) {
	
	.content_block.how_can_help,
	.content_block.language_coaching,
	.content_block.block_offer,
	.content_block.block_reffer,
	.content_block.block_news,
	.content_block.block_news #news .carousel-inner,
	.content_block.block_news #news .carousel-indicators,
	.content_block.block_contact,
	#footer
	{ height: auto !important; }
	
	.content_block { padding: 30px 0; }
	
	header#page_top #pt_quotes .ptq_title { padding-top: 30px; }
	header#page_top #pt_quotes .ptq_content p { font: 400 12px/18px "Lato", sans-serif; }
	.how_can_help .container .row .col-md-7 h2 { padding-top: 30px; padding-bottom: 15px; }
	.how_can_help .container .row .col-md-7 .button_default { margin: 15px auto; }
	.content_block.block_offer .row .col-md-4-special { display: block; width: 100%; float: none; border: 1px solid #eee; margin-bottom: 15px; }
	.content_block.block_offer .row .col-md-4-special:last-of-type { margin-bottom: 0; border-right: 1px solid #eee; }
	.content_block.block_offer .row .col-md-4-special .offer_item_image { border: 0; }
	.content_block.language_coaching .header_2_special { padding: 30px 0; }
	.content_block.language_coaching .button_default { bottom: -15px; }
	#footer { padding: 30px; }
	#footer .container .row .col-md-4 { text-align: left; margin: 5px 0; padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,0.5); }
	#footer .container .row .col-md-4:last-of-type { border-bottom: 0; }
	#footer .container .row .col-md-4 h4 { margin-bottom: 15px; }
	#footer .container .row .col-md-4 ul.footer_menu { margin-top: 15px; }
	#footer .container .row .col-md-4 .footer_lead { line-height: 14px; }
	#footer .container .row .col-md-4.footer_right .footer_copys { margin-top: 30px; text-align: left; }
	.content_block.block_reffer #reference .item .single_team_text { margin-bottom: 15px; }
	
	header#page_top #pt_quotes { display: none; }
	header#page_top { height: 250px; }
	
	
	.content_block.block_gallery .gallery_upper .col-md-6:last-of-type {
		
	}
	
}

/* matkam 6 wrz 2016 */
.modal-backdrop.fade.in {
	z-index: 99999;
}

#popup_alerts.modal.fade.popup_alerts.in {
	z-index: 100000
}

/* matkam 10 wrz 2016 - references mod */
.content_block.block_references { /*height: 500px;*/ background: url("../gfx/bg_reffer.jpg") no-repeat scroll center bottom / cover; }
.content_block.block_references #references .carousel-inner { min-height: 270px; }
.content_block.block_references #references .item { margin-top: 0; margin-bottom: 0; }

.content_block.block_references #references .carousel-indicators {
	/*height: 100px;*/ margin-top: 0; margin-bottom: 0; position: relative; /*bottom: 0;*/ }

.content_block.block_references #references .carousel-indicators a {
	position: absolute;
}
/*
.content_block.block_references #references .carousel-indicators > li {
	width: 45px; height: 45px; border: 0; border-radius: 100%; overflow: hidden;
	vertical-align: middle; opacity: 0.5;
	transition: all 0.1s linear 0s;
}
.content_block.block_references #references .carousel-indicators > li.active {
	width: 70px; height: 70px; opacity: 1;
	box-shadow: 0px 0px 30px rgba(255,255,255,0.7);
}
*/
.content_block.block_references #references .carousel-indicators a.left {
	top: 20px; left: 50%; margin-left: -175px;
	
	width: 25px; height: 25px;
	background: url("../gfx/carousel-left.png") no-repeat scroll 0 0;
}
.content_block.block_references #references .carousel-indicators a.right {
	top: 20px; left: 50%; right: inherit; margin-left: 150px;
	
	width: 25px; height: 25px;
	background: url("../gfx/carousel-right.png") no-repeat scroll 0 0;
}
.content_block.block_references #references .carousel-indicators a i { display: none; }


.content_block.block_references #references .item .col-md-12 .quote_icon {
	display: block; margin: 0 auto;
	width: 40px; height: 40px;
	background: url("../gfx/icon-quotes.png") no-repeat scroll 0 0;
}
.content_block.block_references #references .item .col-md-12 .single_quote {}
.content_block.block_references #references .item .col-md-12 .single_quote .quote_title {
	font: 700 20px/20px "Lato", sans-serif; color: #fff;
	text-align: center; text-transform: uppercase; letter-spacing: 1px;
	margin: 20px 0 30px 0;
}
.content_block.block_references #references .item .col-md-12 .single_quote .quote_text {
	display: block; width: 80%; margin: 0 auto;
	font: 300 13px/26px "Lato", sans-serif; color: #fff;
	text-align: center;
}
.content_block.block_references #references .item .col-md-12 .single_quote .quote_author {
	display: block; width: 100%;
	font: 700 14px/18px "Lato", sans-serif; color: #fff;
	text-align: center;
} 
.content_block.block_references #references .item .col-md-12 .single_quote .quote_author span { font-size: 12px; font-weight: 300; display: block; }
.content_block.block_references #references .item .col-md-12 .single_quote .quote_author:before {
	content: "";
	display: block; width: 70px; height: 1px; margin: 0 auto;
	background: #fff;
	margin: 15px auto 10px auto;
}

.padding-65 {
	margin-top: 65px !important;
}

.padding-bottom-65 {
	margin-bottom: 65px !important;
}

/* formularze */
#form_level_7a_summary ul {
	padding-left: 0px;
}

.input.has-error input {
	outline: 1px solid #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	background: #f00;
	color: #fff;
}

.input.has-error input:focus, .input.has-error input:hover {
	outline: 1px solid #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	background: #f00;
	color: #fff;
}


.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

.input {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.input input {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.input input::-ms-expand {
  display: none;
}
.input input:hover,
.input input:focus {
  color: #000;
  background: #ccc;
}

.textarea {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.textarea textarea {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.textarea textarea::-ms-expand {
  display: none;
}
.textarea textarea:hover,
.textarea textarea:focus {
  color: #000;
  background: #ccc;
}

.btn-group-wrap {
    text-align: center;
}

div.btn-group {
    margin: 0 auto; 
    text-align: center;
    width: inherit;
    display: inline-block;
}

.btn-group {
    background-color: transparent;
    color: #333;
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 26px;
    line-height: 17px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    position: relative;
    text-align: center;
    width: 100%;
}

.btn-group .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.block_news .btn-group .btn {
	border-radius: 4px !important;
	width: 220px;
	margin-right: 5px;
}

body.template__news h2, body.template__catoffer h2 {
	text-transform: uppercase;
}

body.template__news div.single_quote, body.template__catoffer div.single_quote {
	margin-bottom: 5%;
}

body.template__news p.quote_author {
	font-size: 0.9em;
	font-style: italic;
}

ul.offer-list {
	list-style-position: inside;
}

body.page_1 .quote_text a {
	color: #fff;
	text-transform: lowercase;
}

body.page_24 div.section a.img-zoom {
	display: block;
	text-align: center;
	margin: 5px auto 15px auto;
}
/*
body.page_24 div.section img {
	max-width: 300px;
}
*/
body div.section a {
	text-decoration: underline;
}

.img-inline img {
	max-width: 150px;
}

ul#list_marquee img {
	max-width: 100%;
}

/* nasi klienci */
h2 span.our_other_clients {
	font-size: 0.5em;
}

/* mods - materialy */
body.page_37 header#page_top {
	background: url(../gfx/top_fle.jpg) no-repeat scroll center center / cover;
}

body.page_37 header#page_top #pt_logo {
	background: url(../gfx/logo_fle.png) no-repeat scroll center;
}

/* mods */
div.ptq_content span.img {
	background-position: -3px -3px;
	background-size: 104%;
}

div.study-img {
	padding-top: 15px;
	padding-bottom: 15px;
}

div.study-img img {
	max-width: 100%;
}

div.study-img span {
	font-style: italic;
	text-align: center;
	display: block;
	padding-top: 50%;
	margin-top: -20px;
}

body.template__catoffer div.study-img span {
	padding-top: 20%;
	margin-top: -20px;
}

ul#marquee-ask li {
	color: #fff;
	font-size: 18px;
	list-style: none;
}

div.loader_overflow {
	background: rgba(255,255,255,0.1);
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

div.loader_overflow_signal {
    border: 5px solid #333;
    border-radius: 30px;
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 30px;
 
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulsate {
    0% {
      transform: scale(.1);
      opacity: 0.0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: scale(1.2);
      opacity: 0;
    }
}

/* mods - llg 3 paz 2016 */
ul#marquee-ask li {
	text-align: center;
	display: none;
}

ul#marquee-ask li.active {
	display: block
}

div#marquee-ask-2 span {
	display: none;
}

div#marquee-ask-2 span.active {
	display: block
}

.fa.fa-3 {
	font-size: 3em;
}


.study-img.ratio-100 {
	margin-top: 30px;
}

.study-img.ratio-100 span {
	outline: 1px solid #ea005e;
	cursor: pointer;
}

.study-img.ratio-100 span a {
	color: #ea005e;
	font: 400 12px/12px "Lato", sans-serif;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	padding: 0 15px;
	display: block;
}

.study-img.ratio-100:hover span {
	outline: 1px solid #000;
}

.study-img.ratio-100:hover span a {
	color: #000;
}

.template__news.page_ .single_quote {
	border-bottom: 1px solid #eee;
	padding-bottom: 5%;
}

.template__news.page_ .single_quote:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

header#page_top #pt_quotes .ptq_content .img {
	height: 220px;
	background-position: 5px -3px;
}

#pt_quotes ol.carousel-indicators {
	display: none;
}

@media (max-width:476px) {
	
	div.btn-group-wrap a.btn {
		float: inherit;
		margin-bottom: 2px !important;
	}
	
	body.page_30 .bg_pink.block_news .btn-group-wrap span.btn {
		width: inherit;
		padding-left: 5px;
		padding-right: 5px;
	}
	
}

body.template__reff .single_team_content {
	padding: 15px 0;
}

body.template__reff .single_team_content .single_team_img {
	font-size: 13px;
}

/* kurs */
.study-img.ratio-100.imit-h3 span a {
	font: 700 20px/22px "Lato", sans-serif;
	color: #000;
}

.imit-h3.is-material span a::before {
	content: " ";
	position: absolute;
	bottom: 6px;
	left: 0px;
	width: 100%;
	background: url(//profenglish.com/media/logo-excl-pl.png) no-repeat center;
	height: 50px;
	display: block;
}

iframe.mobile_podcast_iframe {
	border: none;
	max-width: 100% !important;
	height: 200px;
}

iframe.mobile_googledocs_iframe {
	border: none;
	max-width: 100% !important;
}

/* kurs kwi 2020 */
body.template_course_ .content_block h2 {
	text-align: left;
}

#details_of_course {
	width: 100%;
	max-width: 730px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px !important;
	text-align: left;
	background: #ea005e;
	color: #fff;
	border-color: #fff;
	border-radius: 4px;
	font-size: 14px;
	position: relative;
}

#details_of_course > .fa {
	position: absolute;
	font-size: 20px;
	top: 20px;
}

#details_of_course > span {
	display: inline-block;
	margin-left: 30px;
	line-height: 15px;
}

#paytrads_of_course {
	width: 100%;
	max-width: 730px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px !important;
	text-align: left;
	border-radius: 4px;
	font-size: 14px;
	position: relative;
	color: #003085;
	border-color: #003085;
}

#paytrads_of_course > .fa {
	position: absolute;
	font-size: 20px;
	top: 20px;
}

#paytrads_of_course > span {
	display: inline-block;
	margin-left: 30px;
	line-height: 15px;
}

#details_of_course:hover {
	background: #fff;
	color: #ea005e;
	border-color: #ea005e;
}
	
.imit-a, .imit-link {
	cursor: pointer;
	text-decoration: underline;
	color: #337ab7;
}
	
#popup_alerts_210.modal.fade.popup_alerts.in, #popup_alerts_211.modal.fade.popup_alerts.in {
	z-index: 100000
}
	
div.table {
	display: table;
	width: 100%;
}

div.table-row {
	display: table-row;
}

div.table-row > * {
	display: table-cell;
	vertical-align: top;
}

div.table-row > #details_of_course {
	width: 46%;
}

div.table-row > p {
	vertical-align: middle;
}

div.table-row > #paytrads_of_course {
	width: 46%;
}
	
@media (max-width: 768px) {
	
	div.table {
		display: block;
	}
	
	div.table-row {
		display: block;
	}
	
	div.table-row > * {
		display: block;
		width: 100% !important;
	}
}
	
	
	
	
	

