@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**************************************/
/*             COMMON                 */
/**************************************/

body {
	line-height: 140%;
	font-size:14px;
	font-family: 'Titillium Web', sans-serif;
	background:#5c6b76;
	background-size:100% auto;
	overflow-x:hidden;
}
body#homepage {
	overflow-x:hidden;	
}
html, body {
        position: relative;
        height: 100%;
    }
ol, ul {
	list-style: none;
}
a {
	color:#002460;
	text-decoration:none;
	outline:none !important;	
}
a:hover {
	text-decoration:underline;
	cursor:pointer;	
}
.clear {
	clear:both;	
}
h1,h2,h3,h4,h5 {
	font-weight:700;
	margin-bottom:20px;	
	font-family: 'Rajdhani', sans-serif;
}
img {
	max-width:100%;
}
#wrapper {
	position:absolute;
	display:block;
	top:0;	
}
strong {
	font-weight:bold;	
}
@-ms-viewport{
  width: device-width;
}

/**************************************/
/*             HEADER                 */
/**************************************/

header {
	position:fixed;
	background:#5C6B77;
	height:50px;
	-moz-box-shadow:1px 1px 4px rgba(0,0,0,0.35);
	-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.35);
	box-shadow:1px 1px 4px rgba(0,0,0,0.35);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#59000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#59000000,Positive=true);	
	z-index:900;
	width:100%;
	opacity:0.98;
}
.headerWrap {
	display:block;
	position:relative;	
}
.inner {
	width:1200px;
	margin:0 auto;
	position:relative;	
}
h1.logo {
	position: absolute;
    top: 2px;
    width: 126px;
    left: 0px;
}
h1.logo a {
	display:block;	
}
h1.logo a img {
	width:100%;
	display:block;	
}
h2 {
	font-size:32px;
	color:#5c6b76;
	font-weight:500;
	line-height:110%;
}
h3 {
	font-size:28px;
	color:#111;
	margin-bottom:20px;
	font-weight:500;
}
h4 {
	font-size:24px;
	color:#002460;
	margin-bottom:20px;
	font-weight:600;
}
h5 {
	font-size:18px;
	color:#002460;
	margin-bottom:15px;
	font-weight:600;	
}
a#menuButton {
	width:75px;
	position:absolute;
	top:12px;
	left:10px;
	outline:none;
	z-index: 900;
	display:inline-block;
    height: 26px;
    background: transparent url(../images/menuTrigger.png) 49px 0 no-repeat;
    background-size: 26px 26px !important;        
}
a#menuButton.xot {
    background: transparent url(../images/menuclose.png) 49px 0 no-repeat;
}
a#menuButton span {
    display:block;
    position:relative;
}

a#menuButton small {
    color: #a7cdd0;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 3px;
    font-weight: 600;
}
a#menuButton {
	display:block;
	opacity:0.8;		
}
a#menuButton:hover {
	opacity:1;		
}
.social {
	position:absolute;	
	top:22px;
	right:0;
}
.social ul li {
	float:left;
	margin-right:20px;	
}
.social ul li:last-child {
	margin-right:0;	
}
.social ul li a {
	width:36px;
	display:block;
	opacity:1;	
}
.social ul li a:hover {
	opacity:0.7;	
}
.social ul li a img {
	width:100%;
	display:block;	
}
.socialRight {
	position:absolute;	
	top:110px;
	right:50px;
	z-index:300;
}
.socialRight ul li {
	float:none;
	margin-bottom:30px;	
}
.socialRight ul li:last-child {
	margin-bottom:0;	
}
.socialRight ul li a {
	width:31px;
	display:block;
	opacity:1;	
}
.socialRight ul li a:hover {
	opacity:0.7;	
}
.socialRight ul li a img {
	width:100%;
	display:block;
	box-shadow:1px 1px 3px #333;	
}
nav {
	position:absolute;
	top: 0px;
    /* left: 290px; */
    left: 230px;	
}
nav ul li {
	float:left;
	margin-right:0;
	font-family: 'Rajdhani', sans-serif;	
	font-size:24px;
}
nav ul li .menuseparator {
	height:30px;
	width:2px;	
	display:block;
	margin-top:10px;
}
nav ul li a {
	display:block;
	padding:15px 15px 0 15px;	
	color:#fff;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;	
	transition: .2s ease-in-out;
	height:40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
	font-size: 18px;
    font-weight: 500;
	text-transform:uppercase;
}
nav ul li a:hover, nav ul li a:focus, nav ul li.active a {
	background:#5c6b76;	
	text-decoration:none;
	color:#FFF;
	opacity:1;
}
nav ul li a span {
	display:block;
	padding:0 5px 0px 5px;
	border-bottom:3px solid transparent;	
}
nav ul li a:hover span, nav ul li.active a span {
	display:block;
	padding:0 5px 5px 5px;
	border-bottom:3px solid #83bd56;	
}
#shop {
	position:absolute;
	right: 15px;
    top: 11px;
	font-family: 'Rajdhani', sans-serif;
	display:block;
    width:94px;
	height:27px;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;	
	transition: .2s ease-in-out;	
	opacity:0.8;
}
#shop img {
	width:100%;
	display:block;	
}
#shop span {
    text-transform: uppercase;
    display: block;
}
#shop small {
     color: #77848a;
    font-size: 18px;
    font-weight: bold;
    left: 17px;
    position: absolute;
    top: 32px;
}
#shop:hover {
	opacity:1;	
}
.leftBrake, .rightBrake, .rightLeftBrake, .leftRightBrake {
	position:absolute;
	top:10px;
    display: block;	
}
#languageEn {
	font-size:14px;	
}
#searchForm {
	left: 110px;
    position: absolute;
    top: 9px;
}
#searchForm form {
	width:94px;
	position:relative;	
}
#searchForm form input[type="text"] {
	border:1px solid transparent;	
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:4px 30px 4px 6px;
	background:none;
	color:#a7cdd0;
}
#searchForm form input[type="text"]:hover, #searchForm form input[type="text"]:focus {
	background:rgba(255,255,255,0.1);
	border:1px solid #a7cdd0;	
}
#searchForm .submitSearch {
	display:block;
	width:21px;
	height:20px;
	position:absolute;
	top:5px;
	right:5px;	
	border:none;
	opacity:0.7;
	text-indent:-3000px;
	background: transparent url(../images/searchIcon.png) 0 0 no-repeat;
}
#searchForm .submitSearch:hover {
	opacity:1;	
}
#sidemenu #searchForm {
	position:initial;
	top:auto;
	left:auto;
	margin:0px 20px 15px 20px;	
}
#sidemenu #searchForm form input[type="text"] {
	border:1px solid #FFF;	
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding:8px 36px 8px 10px;
	background:none;
	color:#FFF;
}
#sidemenu #searchForm form input[type="text"]:hover, #searchForm form input[type="text"]:focus {
	background:none;
	border:1px solid #a7cdd0;	
}
#sidemenu #searchForm .submitSearch {
	top:8px;
	right:8px;
	text-indent:-3000px;
	background: transparent url(../images/searchIconWhite.png) 0 0 no-repeat;	
}
#sidemenu #searchForm .submitSearch:hover {
	opacity:1;	
}
#sidemenu #searchForm form {
	width:100%;	
}
.leftBrake img, .rightBrake img, .rightLeftBrake img, .leftRightBrake img {
	width:2px;
	height:30px;
}
.leftBrake {
	left:105px;	
}
.rightBrake {
	right:122px;	
}
.rightLeftBrake {
	right:190px;	
}
.leftRightBrake {
	left: 210px;	
}
ul#language {
	position:absolute;
	color:#a7cdd0;
	font-size:18px;	
	top:10px;
	right:128px;
}
ul#language li a {
	display:block;	
	padding:5px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:none;
	color:#a7cdd0;
	text-align:center;
	width:59px;
}
ul#language li a:hover {
	color:#5c6b77;
	background:#a7cdd0;	
	text-decoration:none;
}
ul#language ul {
	display:none;
	position: absolute;
  	top: 30px;
  	left: 0;	
	visibility:hidden;
	opacity:0;
}
ul#language li:hover ul {
	display:block;
	visibility:visible;	
	opacity:1;
}
ul#language li:hover > a {
	color:#5c6b77;
	background:#a7cdd0;		
}
ul#language ul a {
	-webkit-border-radius:0;
	border-radius:0;
	color:#5c6b77;
	background:#a7cdd0;	
	border-top:1px solid #5c6b77;	
}
ul#language ul li a:hover {
	background:#5c6b77;	
	color:#a7cdd0;
}




/**************************************/
/*              MENU                  */
/**************************************/

#sidemenu {
	width:300px;
	position:absolute;
	background:rgba(118,128,137,0.9);
	position:absolute;	
	top:0;
	left:-300px;
	z-index:600;
	color:#FFF;	
	padding-top:10px;
	border-right:2px solid #FFF;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
}
.sidemenuTitle {
	background:#576068;
	display: block;
    font-size: 20px;
	font-weight:600;
    padding: 8px 10px 8px 20px;
	font-family: 'Rajdhani', sans-serif;
}
#sidemenu ul.secondelevel {
	padding:3px 0;	
}
#sidemenu ul.secondelevel li {
	display: block;	
}
#sidemenu ul.secondelevel li a {
	display: block;
    font-size: 16px;
    padding: 8px 10px 8px 20px;
	color:#FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#sidemenu ul.secondelevel li a:hover {
	background:#51a0a8;
	color:#FFF;
	text-decoration:none;	
}
.sidemenuTop {
	height:66px;
	position:relative;	
}
.sidemenuTop .social {
	right:auto;
	left:20px;	
	top:10px;
}
.sidemenuTop .social ul li a {
	  width: 36px;
            opacity: 0.8;
            height: 36px;
            background-size: 100% 100% !important;
}
.sidemenuTop .social ul li a:hover {
	opacity:1;	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.sidemenuTop .social ul li a.fFB {
    background: transparent url(../images/icons/social/s-fb.png) 0 0 no-repeat;
}
.sidemenuTop .social ul li a.fFB:hover {
    background: transparent url(../images/icons/social/s-fb2.png) 0 0 no-repeat;
}
.sidemenuTop .social ul li a.fTW {
    background: transparent url(../images/icons/social/s-tw.png) 0 0 no-repeat;
}
.sidemenuTop .social ul li a.fTW:hover {
    background: transparent url(../images/icons/social/s-tw2.png) 0 0 no-repeat;
}
.sidemenuTop .social ul li a.fIN {
    background: transparent url(../images/icons/social/s-in.png) 0 0 no-repeat;
}
.sidemenuTop .social ul li a.fIN:hover {
    background: transparent url(../images/icons/social/s-in2.png) 0 0 no-repeat;
}
.closeButton {
	width:20px;
	height:20px;
	background:none;
	padding:10px;
	border-radius:50%;
	position:absolute;
	right: 10px;
    top: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.closeButton:hover {
	background:#FFF;	
}
.closeButton img {
	
}
.secondelevel.mobileOnly {
	display: none;
}
.grayLink {
	color: #333;
}

/**************************************/
/*           TRAINING                 */
/**************************************/

#trainingContainer {
	display:block;
	width:100%;
	position:relative;
	z-index:400;
	padding-top:57px;
	background:none;
        background:transparent url(../images/background.jpg) 0 0 no-repeat;
        background-size: cover;
}
.lr-home #trainingContainer {
    background: none;
}
.trainingBlock {
	float:left;
	border-right:1px solid #666;
	border-bottom:1px solid #666;	
	background-color:rgba(0,0,0,0.8);
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-position: center;
	background-size:60% !important;
	-webkit-backface-visibility: hidden;
	outline:0;
}
.trainingBlock:hover {
	background:rgba(0,0,0,0.9);
	-webkit-backface-visibility: hidden;
}
.trainingBlock:nth-child(5n+5) {
	border-right:none;	
}
.trainingBlock.tr01-adm {
	background:rgba(255,255,255,0.95) url(../images/icons/trainings/01_01_adm.svg) center no-repeat;	
}
.trainingBlock.tr01-adm:hover {
	background:rgba(201,97,113,0.95) url(../images/icons/trainings/outlines/01_02_adm.svg) center no-repeat;	
}
.trainingBlock.tr02-eng {
	background:rgba(255,255,255,0.95) url(../images/icons/trainings/02_01_eng.svg) center no-repeat;	
}
.trainingBlock.tr02-eng:hover {
	background:rgba(185,159,105,0.95) url(../images/icons/trainings/outlines/02_02_eng.svg) center no-repeat;	
}
.trainingBlock.tr03-fin {
	background:rgba(255,255,255,0.95) url(../images/icons/trainings/03_01_fin.svg) center no-repeat;	
}
.trainingBlock.tr03-fin:hover {
	background:rgba(130,189,85,0.95) url(../images/icons/trainings/outlines/03_02_fin.svg) center no-repeat;	
}
.trainingBlock.tr04-hea {
	background:rgba(255,255,255,0.95) url(../images/icons/trainings/04_01_hea.svg) center no-repeat;	
}
.trainingBlock.tr04-hea:hover {
	background:rgba(245,130,69,0.95) url(../images/icons/trainings/outlines/04_02_hea.svg) center no-repeat;	
}
.trainingBlock.tr05-hr {
	background:rgba(255,255,255,0.95) url(../images/icons/trainings/05_01_hr.svg) center no-repeat;	
}
.trainingBlock.tr05-hr:hover {
	background:rgba(245,130,69,0.95) url(../images/icons/trainings/outlines/05_02_hr.svg) center no-repeat;	
}
.trainingBlock.tr06-inv {
	background:rgba(255,255,255,0.95) url(../images/icons/trainings/06_01_inv.svg) center no-repeat;	
}
.trainingBlock.tr06-inv:hover {
	background:rgba(130,189,85,0.95) url(../images/icons/trainings/outlines/06_02_inv.svg) center no-repeat;	
}
.trainingBlock.tr07-man {
	background:rgba(255,255,255,0.95) url(../images/icons/trainings/07_01_man.svg) center no-repeat;	
}
.trainingBlock.tr07-man:hover {
	background:rgba(201,97,113,0.95) url(../images/icons/trainings/outlines/07_02_man.svg) center no-repeat;	
}
.trainingBlock.tr08-oil {
	background:rgba(255,255,255,0.95) url(../images/icons/trainings/08_01_oil.svg) center no-repeat;	
}
.trainingBlock.tr08-oil:hover {
	background:rgba(185,159,105,0.95) url(../images/icons/trainings/outlines/08_02_oil.svg) center no-repeat;	
}
.trainingBlock.tr09-pro {
	background:rgba(255,255,255,0.95) url(../images/icons/trainings/09_01_pro.svg) center no-repeat;	
}
.trainingBlock.tr09-pro:hover {
	background:rgba(51,163,220,0.95) url(../images/icons/trainings/outlines/09_02_pro.svg) center no-repeat;	
}
.trainingBlock.tr10-pro {
	background:rgba(255,255,255,0.95) url(../images/icons/trainings/10_01_pro.svg) center no-repeat;	
}
.trainingBlock.tr10-pro:hover {
	background:rgba(253,185,51,0.95) url(../images/icons/trainings/outlines/10_02_pro.svg) center no-repeat;	
}
.trainingBlock.tr11-qua {
	background:rgba(255,255,255,0.95) url(../images/icons/trainings/11_01_qua.svg) center no-repeat;	
}
.trainingBlock.tr11-qua:hover {
	background:rgba(133,82,160,0.95) url(../images/icons/trainings/outlines/11_02_qua.svg) center no-repeat;	
}
.trainingBlock.tr12-ret {
	background:rgba(255,255,255,0.95) url(../images/icons/trainings/12_01_ret.svg) center no-repeat;	
}
.trainingBlock.tr12-ret:hover {
	background:rgba(130,189,85,0.95) url(../images/icons/trainings/outlines/12_02_ret.svg) center no-repeat;	
}
.trainingBlock.tr13-ris {
	background:rgba(255,255,255,0.95) url(../images/icons/trainings/13_01_ris.svg) center no-repeat;	
}
.trainingBlock.tr13-ris:hover {
	background:rgba(253,185,51,0.95) url(../images/icons/trainings/outlines/13_02_ris.svg) center no-repeat;	
}
.trainingBlock.tr14-sal {
	background:rgba(255,255,255,0.95) url(../images/icons/trainings/14_01_sal.svg) center no-repeat;	
}
.trainingBlock.tr14-sal:hover {
	background:rgba(201,97,113,0.95) url(../images/icons/trainings/outlines/14_02_sal.svg) center no-repeat;	
}
.trainingBlock.tr15-sup {
	background:rgba(255,255,255,0.95) url(../images/icons/trainings/15_01_sup.svg) center no-repeat;	
}
.trainingBlock.tr15-sup:hover {
	background:rgba(51,163,220,0.95) url(../images/icons/trainings/outlines/15_02_sup.svg) center no-repeat;	
}

/**************************************/
/*           LOCATIONS                */
/**************************************/

#locationsContainer {
	display:block;
	width:100%;
	position:relative;
	z-index:400;
	padding-top:40px;
	background:transparent url(../images/background.jpg) 0 0 no-repeat;
        background-size: cover;
}
.lr-home #locationsContainer {
    background: none;
	
}
.lr-home #locationsContainer {
	padding-top:57px;	
}
.locationBlock {
	float:left;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;	
	display:flex;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	background:rgba(255,255,255,0.85);
	overflow: hidden;
}
.locationBlock img {
	/* width:auto;
	height: 90%; */
	display:block;
	-webkit-transition: .2s ease-in-out;
	-moz-filter: grayscale(0%);
	-moz-transition: .2s ease-in-out;
	-o-filter: grayscale(0%);
	-o-transition: .2s ease-in-out; 
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	max-width: none;
        width: 100% !important;
}
.locationBlock:hover img {
	-webkit-transition: .2s ease-in-out;
	-moz-filter: grayscale(0%);
	-moz-transition: .2s ease-in-out;
	-o-filter: grayscale(0%);
	-o-transition: .2s ease-in-out;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");	
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.locationBlock span {
	position:absolute;
	bottom:-1px;
	left:0;
	display:block;
	padding:10px 0;
	text-align:center;
	background:#576068;
	color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
	text-transform:uppercase;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;	
        width: 100% !important;
}
.locationBlock:hover span {
	background:#36854c;	
}

/**************************************/
/*         MAIN TEMPLATE              */
/**************************************/

#container {
	background:rgba(255,255,255,0.9);
	margin:110px auto 40px auto;
	width:1200px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-box-shadow:1px 1px 4px rgba(0,0,0,0.59);
	-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.59);
	box-shadow:1px 1px 4px rgba(0,0,0,0.59);
	min-height:500px;
}

#contentHeader {
	margin-bottom:30px;
	padding:10px 30px;	
	background:#F0F0F0;
	position:relative;
}
.contentHeaderIcon {
	width:8%;
	float:left;	
	margin-right:20px;
}
.contentHeaderIcon img {
	width:100%;
	display:block;	
}
#contentHeader .titleLine {
	margin:20px 0 0 0;
	float:left;	
	width: 68%;
}
#contentHeader h2 {
	font-weight:500;
	margin-bottom:0;
	font-size:32px;
	margin-top: 30px;
}
#contentHeader .titleLine.trainingLine h2 {
	margin-top: 0;
}
#contentHeader .trainingTagline {
	display:block;
	font-size:16px;	
	padding-bottom: 20px;
}
#contentHeader .trainingTagline a {
	color:#5c6b76;
	text-decoration:none;	
}
#contentHeader .trainingTagline a:hover {
	text-decoration:underline;	
}
#contentInner {
	padding:0 30px 30px 30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
	position:relative;
}
.trainingTopBlock {
	margin:0 0 50px 0;
}
.courseOverview {
	width:68%;
	float:left;	
}
.courseOverview p {
	font-size:18px;
	line-height:140%;
	margin-bottom:20px;
	font-weight:300;
	color:#111;	
}
.courseOverview p:last-child {
	margin-bottom:0;	
}
.courseButtons {
	width:20%;
	float:right;
	margin-right:5%;	
}
.courseSocial {
	margin-bottom:15px;	
}
.courseSocial a {
	width:20%;
	margin-right:20%;
	float:left;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
.courseSocial a:hover {
	opacity:0.8;	
}
.courseSocial a:last-child {
	margin-right:0;	
}
.courseSocial a img {
	width:100%;
	display:block;	
}
.courseButtons .btn, .toggleButton .btn {
	width:100%;
	text-align:center;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	padding:10px 0;
	font-size:18px;
	text-transform:uppercase;	
	display:block;
}
#resultTable .btn.btn-success {
  width: 60%;
  font-size: 12px;
  float:right;
}
.btn-primary {
	background:-moz-linear-gradient(center top , #16a4c8 0%, #1086b6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background:-webkit-linear-gradient(center top , #16a4c8 0%, #1086b6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background:linear-gradient(center top , #16a4c8 0%, #1086b6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.courseButtons .btn-primary {
	margin-bottom:15px;	
}
.btn-success {
	background-color: #7fbf4d;
    background-image: -moz-linear-gradient(center top , #7fbf4d, #63a62f);
	background-image: -webkit-linear-gradient(center top , #7fbf4d, #63a62f);
	background-image: linear-gradient(center top , #7fbf4d, #63a62f);
    border-color: #63a62f #63a62f #5b992b;
	border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 0 #96ca6d inset;
	text-transform:uppercase;	
}
.btn-success:hover {
	background-color: #76b347;
    background-image: -moz-linear-gradient(center top , #76b347, #5e9e2e);
    box-shadow: 0 1px 0 0 #8dbf67 inset;	
}
.btn-success span {
	display:block;	
}
.btn-topRow {
	font-size:18px;
	color:#FFF;
	margin-bottom:-5px;
}
.btn-bottomRow {
	font-size:28px;
	color:#111;	
}
.courseButtons .btn-success {
	padding:5px 0;	
}
.learningObjectives {
	width:48%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
	float:left;
	padding:30px;
	background:#F0F0F0;	
}
.ordered {
	margin-bottom:20px;	
}
.ordered li {
	margin-bottom:10px;
	font-size:16px;
	padding-left: 1em; 
    text-indent: -.7em;	
	margin-left:10px;
}
.ordered li:before{
	content: "• ";
    color: #002460;	
	font-size:20px;	
}
.ordered ul li {
	margin-left:30px;		
}
.ordered ul li:before{
	content: "• ";
    color: #6483B7;	
	font-size:20px;	
}
.toggleButton {
	padding-bottom:20px;
	width:100%;
	text-align:center;	
}
.toggleButton .btn {
	width:auto;	
	display:inline-block;
	padding:10px 20px;
}
.prerequisites {
	width:48%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
	float:right;
	padding:30px;
	background:#DBE3F1;		
}
.prerequisites small {
	margin-top:10px;
	font-size:12px;
	font-style:italic;
	line-height:120%;	
}
#courseToggle {
	margin-bottom:30px;	
}
#attend {
	margin-bottom:30px;
	background:rgba(255,201,38,0.2);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:30px;
}
#attend p {
	margin-bottom:20px;	
	font-size:18px;
	line-height:140%;
}
#attend p:last-child {
	margin-bottom:0px;	
}
.testimonials {
	width:25%;
	margin-right:5%;
	float:left;	
}
.trainingLocations {
	width:40%;
	margin-right:5%;
	float:left;	
}
.trainingContact {
	width:25%;
	float:left;	
}
.trainingContact h4 {
	text-align:center;	
}
.quote {
	font-size:16px;
	margin-bottom:10px;	
	text-align: justify;
}
.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #111;
	width:10px;
	height:10px;
	margin-right:10px;
}
.carousel-indicators .active {
    background-color: #111;
	width:10px;
	height:10px;
	margin-right:10px;
}
.carousel-indicators li:last-child, .carousel-indicators li:last-child .active {
	margin-right:0;	
}
.carousel-indicators {
	position:relative;	
	bottom: 37px;
	left:55%;
	width:auto;
}
.trainingLocations table th {
	color:#FFF;
	font-weight:600;
	border-right:1px solid #FFF;
}
.trainingLocations table tr {
	background:#eee;	
}
#trainingTable.table.table-striped th:nth-child(1),
#trainingTable.table.table-striped td:nth-child(1) {
	width:40%;
	text-align:left;	
}
#trainingTable.table.table-striped th:nth-child(2),
#trainingTable.table.table-striped td:nth-child(2) {
	width:25%;
	text-align:left;	
}
#trainingTable.table.table-striped th:nth-child(3),
#trainingTable.table.table-striped td:nth-child(3) {
	width:35%;
	text-align:center;	
}
#trainingTable.table.table-striped .btn {
	width:70%;
	text-align:center;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	padding:5px 0;
	font-size:12px;
	text-transform:uppercase;	
	display:block;	
	margin:0 auto;	
}
.trainingProfile {
	width:100px;
	height:100px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;	
	margin:0 auto 10px auto;
	background:transparent url(../images/profile.jpg) 0 0 no-repeat;
	background-size:100% 100%;
}
.trainingProfile img {
	width:100%;
	display:block;	
}
.trainingPerson {
	text-align:center;
	line-height:130%;	
	margin-bottom:20px;
}
.trainingPerson strong {
	font-weight:600;
	color:#002460;
}
.trainingContact h5 {
	text-align:center;	
}
.trainingContactBottom {
	text-align: center;
}
.trainingContactBottom .btn {
	width:30%;
	display: inline-block;
	margin-right:2%;
	text-transform:uppercase;	
}
.trainingContactBottom .btn:last-child {
	margin-right:0;	
}
#collapseExample.collapse .collapseContent {
	color: #111;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;	
}
#collapseExample.collapse .collapseContent p {
	margin-bottom:15px;	
}

/**************************************/
/*             FOOTER                 */
/**************************************/

footer {
	background:#5c6b76 url(../images/footer-back.png) top left no-repeat;
	color:#FFF;
	padding:40px 0;
	-webkit-box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px -2px 3px rgba(0, 0, 0, 0.3);
    box-shadow:         0px -2px 3px rgba(0, 0, 0, 0.3);
}
footer h4 {
	color:#DDD;
	font-weight:600;
	margin-bottom: 10px;	
}
.footerOne {
	width:22%;
	float:left;
	margin-right:4%;	
}
.footerOne a, .footerTwo a, .footerThree a, .footerRight a {
	display:inline-block;
	font-size:14px;
	margin-bottom:5px;
	color:#EEE;
}
.footerOne a:hover, .footerTwo a:hover, .footerThree a:hover {
	color:#111;	
	text-decoration:none;	
}
.footerTwo {
	width:22%;
	float:left;
	margin-right:4%;		
}
.footerThree {
	width:22%;
	float:left;
	margin-right:4%;		
}
.footerRight {
	width:22%;
	float:right;	
}
footer h1.logo {
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
	margin-bottom:30px;
}
.footerAddress {
	font-size:16px;
	line-height:150%;
	margin-left: 42px;	
}
.footerAddress strong {
	font-weight:600;	
}
.footerAddress a {
	color:#fff;	
}
footer h1.logo a img {
    display: block;
    width: 75%;
}
footer #contactForm {
    margin: 0 auto 10px auto;
    width: 100%;
    padding-top: 30px;
}

/**************************************/
/*          HOME CAROUCEL             */
/**************************************/

.carousel.homeCarousel {
    margin-bottom: 0;
	display:block;
	position: relative;
}
.carousel.homeCarousel .carousel-caption {
    z-index: 10;
	width:100%;
	left:0;
	right:0;
	bottom:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:30px 25%;
}
.carousel.homeCarousel .item {
    background-color: #777;
    height: 500px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center bottom;
}
.carousel.homeCarousel .carousel-inner > .item > img {
    height: auto;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
}
.carousel.homeCarousel .carousel-indicators {
    bottom: 4%;
    left: 40%;
	top:auto;
    position: absolute;
    width: 20% !important;
	z-index:900;
	margin:0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:0;
}
.carousel.homeCarousel h1 {
	font-size:36px;	
	margin-bottom:10px;
	line-height: 120%;
}
.carousel.homeCarousel h1 span {
	padding:5px 20px;
}
.carousel.homeCarousel .carousel-caption p {
	font-size:18px;
	margin-bottom:20px;	
	line-height:150%;
	display: block;
	/*background:rgba(0,0,0,0.5);*/
}
.carousel.homeCarousel .carousel-caption p span {
	display:block;
	padding:5px;	
}
.carousel.homeCarousel .carousel-indicators li {
    background-color: #16a4c8;
	border:none;
}
.carousel.homeCarousel .carousel-indicators .active {
    background-color: #FFF;
	border:none;
}
.captionButton {
	margin-bottom:50px;	
}
.captionButton .btn.btn-lg.btn-primary {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:10px 20px;
	font-family: 'Rajdhani', sans-serif;
	font-weight:600;
	font-size:20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
.captionButton .btn.btn-lg.btn-primary:hover {
	
}

/**************************************/
/*        TRAINING INDEX              */
/**************************************/

.searchBlock {
	background:#5c6b76;
	padding:20px 0;
	width:100%;
	margin-bottom:30px;	
}
.searchBlock form {
	padding:0 30px;	
        position: relative;
}
.searchBlock .form-control {
	width:26%;
	float:left;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-right:3%;
        background: #5c6b76;
        box-sizing: border-box;
        color: #fff;
        border: 1px solid #52a0a7;
}
.searchBlock select option[disabled] {
    color:#aaa;
}
#selectCourse {
	width:41%;
}
#selectLocation {
	width:21%;
}
#selectDate {
	width:16%;
}
.searchBlock .formSearchButton {
	width:12%;
	float:right;	
}
.searchBlock .formSearchButton .btn, .table.table-striped .btn {
	width:100%;
	text-align:center;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	padding:5px 0;
	font-size:16px;
	text-transform:uppercase;	
	display:block;	
}
#contentHeader.trainingSearch {
	margin-bottom:0;	
}
.table.table-striped th {
	color:#FFF;
	background:#5c6b76;
	padding:12px 8px;
	font-weight:700;
	font-size:16px;
}
.table.table-striped td {
	background:#FFF;	
}
.table.table-striped > tbody > tr:nth-of-type(2n+1) td {
    background-color: #f9f9f9;
}
.table.table-striped th,
.table.table-striped td  {
	vertical-align:middle;
}
#resultTable.table.table-striped th:nth-child(1),
#resultTable.table.table-striped td:nth-child(1) {
	width:5%;
	text-align:center;	
}
#resultTable.table.table-striped th:nth-child(2),
#resultTable.table.table-striped td:nth-child(2) {
	width:65%;
	text-align:left;	
}
#resultTable.table.table-striped th:nth-child(3),
#resultTable.table.table-striped td:nth-child(3) {
	width:20%;
	text-align:left;	
}
#resultTable.table.table-striped th:nth-child(4),
#resultTable.table.table-striped td:nth-child(4) {
	width:10%;
	text-align:left;	
}

/**************************************/
/*        LOCATION INDEX              */
/**************************************/

.cityIcon {
    float: left;
    margin-right: 20px;
    width: 90px;
	height:90px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
}
.countryIcon {
	height:48px;
	position:absolute;
	top:30px;
	right:20px;
	color: #5c6b76;
    font-size: 18px;
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:0 0;
	padding:14px 0 0 60px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
}

/**************************************/
/*                SHOP                */
/**************************************/

.shopCoursesContainer {
	margin-bottom:50px;	
	position:relative;
}
.searchField {
    position: absolute;
    top: -12px;
    right: -74px;
	/*display:none;*/
}
.shopCoursesContainer h2 {
	margin-bottom:30px;	
}
.shopCoursesHolder {
	
}
body#lr-mobileindustries, #trainingContainer, #locationsContainer, #lr-mobilelocations {
	background:#5c6b76 !important;	
}
.shopCourseBlock {
	width:13%;
	margin:0 4.4% 0 0;	
	float:left;
}
.shopCourseBlock:nth-child(6n+6) {
	margin-right:0;	
}
.shopCourseBlock img {
	width:100%;	
}
.ePayIcon {
	width:200px;
	float:left;	
	margin: 20px 10px;
}
.shopCourseBlockBottom {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
	text-align:left;
	padding:10px 0;	
}
.shopCourseBlockBottom h5 {
	margin-bottom:10px;	
	font-family: 'Titillium Web', sans-serif;
	font-size:15px;
	font-weight:600;
	line-height:130%;
        min-height: 60px;
}
.shopCourseBlockBottom h5 a {
    color: #5c6b76;
}
.shopCourseBlockBottom .shopLoc {
    font-size:14px;
    margin-bottom: 5px;
    
}
.shopCourseBlockBottom .shopLoc a {
    display: block;
    color: #52a0a7;
}
.shopCourseBlockBottom .shopDat {
    font-size:14px;
    margin-bottom: 0;    
}
.shopCourseBlockBottom .shopDat a {
    color: #5c6b76;
    display: block;
}
.shopCourseBlockBottom .currentPrice {
	color:#36854c;
	font-size:24px;
	margin-bottom:0px;	
	font-weight:700;
	font-family:"Rajdhani",sans-serif;
	display:inline-block;
	margin-right:5px;
}
.shopCourseBlockBottom .prevPrice {
	font-size:16px;
	text-decoration:line-through;
	margin-bottom:5px;
	display:inline-block;	
}
.shopCourseBlockBottom .timeLeft {
	color:#36854c;	
}
.breadcrumb {
    background: none;
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 10px 0 20px 0;
}
#contentHeader.noIcon {
	margin-bottom:10px;	
}
#contentHeader.noIcon h2 {
	margin:20px 0;	
}
ul.thumbnails {
	margin-top:10px;
	padding-top:30px;
	border-top:1px solid #ccc;	
}
.bodyText {
	margin-top:10px;
	padding-top:30px;
	border-top:1px solid #ccc;	
	font-size:16px;
	line-height:150%;
}
.noBorder {
	border:none;	
}
.bodyText p {
	margin-bottom:15px;	
	font-size:16px;
	line-height:150%;
}
.imgContainer {
	background-color: #eee;
    border: 1px solid #ccc;
    -webkit-border-radius:4px;
	border-radius: 4px;
    display: block;
    padding: 6px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
}
.imgLeftFloat {
	margin: 0 15px 15px 0;
	float:left;	
}
.imgRightFloat {
	margin: 0 0 15px 15px;
	float:right;	
}
.imgTopBanner {
	margin: 0 0 10px 0;
	float:right;	
}
.bodyText .imgContainer .imgCaption {
	font-size:12px;
	font-style:italic;	
	margin-top:5px;
	margin-bottom:0;
}
.bodyText .imgContainer img {
	width:100%;
	display:block;	
}
.bodyText h3 {
	margin-top:30px;
	margin-bottom:20px;	
}
a.thumbnail {
	border:1px solid #CCC;	
}
a.thumbnail span {
	display: block;
	height: 90px;
	overflow: hidden;;
}
a.thumbnail span img {
	width:100%;
	display: block;
}
.newsContainer {
	border-bottom: 1px solid #ccc;
	padding-bottom:15px;
	margin-bottom:15px;	
}
.newsContainer .imgContainer {
	float:left;
	width:30%;	
	margin-bottom:0;
}
.newsContainer .newsIntro {
	width:68%;
	float:right;	
}
.newsContainer .newsIntro.fullWidth {
	width:100%;
	float:none;	
}
.newsContainer h3 {
	margin-top:0;
	margin-bottom:20px;	
	color:#5c6b76;
	line-height:110%;
	font-size:24px;
}
.newsContainer h3 a {
	color:#5c6b76;	
}
.bodyText p.newsDate, .newsDate {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;	
}
.bodyText a.newsLink {
	display:inline-block;
	font-family:"Rajdhani",sans-serif;
	font-size:18px;
	font-weight:600;
	color:#5c6b76;	
	float:right;
}
.galleries .col-md-4 {
	background-color: #FFF;
    border: 1px solid #ccc;
    -webkit-border-radius:4px;
	border-radius: 4px;
    display: block;
    padding: 6px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
	width:31%;
	margin:0 2.33% 2.33% 0;	
}
.galleries .col-md-4 a.galleryImage {
	width:100%;
          height: 180px;
  overflow: hidden;
  display: block;
}
.galleries .col-md-4 a.galleryImage img {
	width:100%;
	display:block;	
}
.galleries .col-md-4 a.galleryImage:hover {
	opacity:0.8;	
}
.galleries .col-md-4 .galleryDetails {
	margin-top:5px;	
}
.galleries .col-md-4 .galleryDetails .galleryDate {
	font-weight:bold;
	font-size:12px;	
	display:block;
}
.galleries .col-md-4 .galleryDetails a {
	display:block;
	font-family:"Rajdhani",sans-serif;
	font-size:18px;
	font-weight:600;
	color:#52a0a7;
        text-transform: uppercase;
}
.partnersContainer {
	border-bottom: 1px solid #ccc;
	padding-bottom:15px;
	margin-bottom:15px;	
}
.partnersContainer .imgContainer {
	float:left;
	width:15%;	
	margin-bottom:0;
}
.partnersContainer .partnerDescription {
	width:82%;
	float:right;	
}
.personContainer {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding:30px 20px 20px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;	
	width:50%;
	float:left;		
}
.personContainer:nth-child(2n+1) {
	border-right:none;	
}
.personContainer .imgContainer {
	float:none;
	width:100%;	
	margin:0 auto 15px auto;
}
.personContainer h3, .personContainer .function {
	text-align:center;	
}
.personContainer .partnerDescription {
	width:100%;
	float:none;	
}
.partnerDescription h3 {
	margin-top:0;
	margin-bottom:20px;	
	color:#5c6b76;
	line-height:110%;
	font-size:24px;
}
.partnerDescription h3 a {
	color:#5c6b76;	
}
.partnerDescription h3.people {
	margin-bottom:0;	
}
.function {
	font-weight:700;
	font-size:18px;
	margin-bottom:20px;	
}
.bodyText ul {
	margin:0 0 0 30px;
	padding:0;
	list-style:outside square;	
}
.bodyText ul li {
	margin-bottom:5px;	
}
.personContainer.officeContainer .imgContainer {
	float:none;
	width:100%;	
	margin:0 auto 15px auto;
}
.personContainer.officeContainer h3 {
	text-align:left;	
	margin-bottom:15px;
}
.topRight {
	position:absolute;
	z-index:1000;
	top:120px;
	right:20px;	
}
.topRight a {
  background-position: top center;
  background-repeat: no-repeat;
  display: block;
  width: 120px;
  height: auto;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0px 0 0;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  -moz-text-shadow: 1px 1px 3px #111;
  -webkit-text-shadow: 1px 1px 3px #111;
  text-shadow: 1px 1px 3px #111;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
}
.topRight a:hover {
	text-decoration:none;
	color:#ddd;	
}
.buttonCatalog {
	background-image:url(../images/icons/catalog/01.png);
}
.buttonProspectus {
	background-image:url(../images/icons/catalog/02.png);
}
.buttonBrochure {
	background-image:url(../images/icons/catalog/03.png);
}
.modal-header .close {
    color: #FFF;
}
.modal-header {
    border-bottom: none;
	background:#5c6b76;
	margin-bottom:0;
	padding: 15px 15px 0;	
}
.modal-body {
	padding:0;	
}
.modal-body .form-horizontal {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 10px;	
}
.modal-header h4 {
	color:#FFF;	
}
.modal-footer {
	display:none;	
}
.modalIntro {
	background:#5c6b76;
	padding:5px 20px 0px 20px;	
	margin-bottom:20px;
	color:#FFF;	
}
.modalLearn {
	background:transparent url(../images/icons/catalog/yes.png) top left no-repeat;
	font-size:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:8px 0 0 40px;
	background-size:auto 100%;
	margin-bottom:10px;
}
.modalFill {
	font-size:16px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-size:auto 80%;
}
.form-group.modalHalf {
	width:50%;
	float:left;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 5px;
	margin:0;
}
.form-group.modalHalf input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;	
}
.form-group.modalRadio {
	text-align:center;	
}
.modal-body .form-horizontal .radio, .modal-body .form-horizontal .checkbox, .modal-body .form-horizontal .radio-inline, .modal-body .form-horizontal .checkbox-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 1px;
	display:inline;
}
.form-group.modalFull {
	width:100%;
	float:left;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 5px;
	margin:0;	
}
.form-group.modalFull select {
	width:100%;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.form-group.modalFull .btn.btn-success.pull-right {
	float:right;
	margin:10px 0;	
}
.trainingTopDetails {
	top:10px;
	right:15px;
	text-align:right;
	font-size:13px;
	line-height:150%;
	position:absolute;	
	color:#5c6b76;
}
.trainingPartners {
	width:45%;
	float:right;	
}
.leoronCPE {
	width:45%;
	float:left;	
}
.trainingPartners .imgContainer {
	width:30%;
	margin-right:3%;
	float:left;	
        background: none;
        border: none;
}
.leoronCPE .imgContainer {
	width:27%;
	float:left;
        border: none;
        background: none;
}
.leoronCPE .CPEdetails {
	width:70%;
	float:right;	
}
.trainingFooter {
	margin-top:60px;	
}
.newsSelector {
	position:absolute;
	top:10px;
	right:30px;	
}
.newsSelector label, .newsSelector select {
	display:inline-block;
    float: left;
    width: auto;	
}
.newsSelector label {
	margin:5px 10px 0 0;	
}
.innerHR {
	width: 98%;
	margin:10px auto;
	border-bottom: 1px solid #8597A0;
	border-top:1px solid #404e55;
	height:1px;
}
.form-group.modalRadio {
	color: #fff;
    margin: 0 auto 10px;
    width: 98%;
	padding:0;
}
.modal-content {
	background: #5c6b76;	
}
.modal-dialog {
    margin: 30px auto;
    width: 500px;
}
.calendarPreview {
	position:absolute;
	top:-10px;
	right:50px;
	z-index:900;	
	box-shadow:1px 1px 3px #333;
	-moz-box-shadow:1px 1px 3px #333;
	-webkit-box-shadow:1px 1px 3px #333;
	width:120px;
	-ms-transform: rotate(5deg); 
    -webkit-transform: rotate(5deg); 
    transform: rotate(5deg);
}
.calendarPreview img {
	display:block;
	width:100%;	
}
.searchBlock.shopSearch .form-control {
   margin-right: 1%;
   width: 19% !important;
}
.searchBlock.shopSearch #selectIndustry {
/*	width:21%;*/
}
.searchBlock.shopSearch #selectCourse {
/*	  width: 32%;*/
}
.searchBlock.shopSearch #selectLocation {
/*  width: 18%;*/
}
.searchBlock.shopSearch #selectDate {
/*  width: 12%;*/
}
.registerFormLeft {
  width: 20%;
  float: left;
}
.registerFormRight {
	width:50%;
	float:left;
}
.registerFormBlock {
	width:49%;
	float:left;
	margin-right: 2%;
}
.registerFormBlock:last-child {
	margin-right: 0;
}
.registerFormBlock.last {
	margin-right: 0;
}
.registerForm .form-control {

}
.registerRight {
	width:55%;
	float:right;
	text-align: center;
}
#contentHeader .titleLine.trainingLine h2.registerHeading {
	margin-top: 10px;
}
.registerFormBlock select option {
	color: #555;
}
.registerFormBlock textarea.form-control {
  height: 83px;
}
.registerFormLeft p {
	margin-bottom: 20px;
}
.registerFormLeft p strong {
	font-weight: 700;
	display: block;
	font-size: 18px;
}
.registerGreenPill {
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
}
.registerGreenPill strong {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 0px;
        color: #52a0a7;
}
.registerGreenPill span {
	display: inline-block;
          color: #5d6b76;
          font-size: 18px;
}
.registerFormLeft .cardBlock {
	width:40%;
	margin-right: 10%;
	display: block;
	float: left;
}
.registerFormLeft .cardBlock img {
	width:100%;
	display: block;
}
.registerBottom {
	float: right;
        width:29%;
}
.registerPrice {
	    width: 100%;
  text-align: center;
  color: #5c6b76;
  font-size: 36px;
  float: none;
  margin-top: 8px;
  margin-bottom: 30px;
}
.registerPrice strong {
	font-weight: 700;
        color: #52a0a7;
}
.registerCheck {
	width:100%;
	float:none;
	margin-top: 0px;
	text-align: center;
        margin-bottom: 30px;
}
.registerBottom .btn.btn-success {
	float:none;
	width:50%;
        margin: 0 auto;
        margin-bottom: 30px;
        background:transparent url(../images/checkoutNow.png) top center no-repeat;
        width:180px;
        height: 100px;
        background-size: 100% 100%;
        opacity: 0.8;
        border: none;
        text-indent: -3000px;
}
.registerBottom .btn.btn-success:hover {
    opacity: 1;
}
.registerBottom .btn.btn-success .btn-topRow {
	margin-bottom: 0;
}

/********************************** CONTACT **********************************/

#contactContainer {
	background:#5c6b76;
	width:100%;
	height:100% !important;
	z-index:390;
	top:0;
	left:0;	
	position:relative;
	padding-top:130px !important;
}
#contactContainer #container {
	margin: 0 auto 40px;
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;	
	box-shadow: none;
	background:transparent;	
	padding-top:0;
}
#addressBlocks {
	width:100%;
	padding:0 50px;
	border-top:1px solid #87b6bc;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:0;
	color:#FFF;
	font-size:12px;
}
.addressBlock {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:33.3%;
	float:left;
	padding:10px 20px;
	color:#FFF;
	font-size:14px;	
}
.addressCity {
	font-size:18px;
	color:#FFF;
	text-transform:uppercase;
	margin-bottom:0px;	
}
.addressCountry {
	font-size:14px;
	color:#87b6bc;
	text-transform:uppercase;
	margin-bottom:0px;		
}
#aDubai {
	text-align:right;
	border-right:1px solid #87b6bc;	
	border-bottom:1px solid #87b6bc;	
}
#aAbudhabi {
	text-align:right;
	border-right:1px solid #87b6bc;	
}
#aRiyahd {
	text-align:left;
	border-left:1px solid #87b6bc;	
	border-bottom:1px solid #87b6bc;	
}
#aSkopje {
	text-align:center;
	border-right:1px solid #87b6bc;	
}
#aAlmaty {
	text-align:left;	
}
#aJonkoping {
	text-align: center;
        border-bottom: 1px solid #87b6bc;
}
.contactMail {
	width:31%;
	margin:30px auto;
	display:block;	
	background:#52a0a7;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	color:#FFF;
	border:none;
}
.contactMail:hover {
	text-decoration:none;
	background:#499196;	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color:#FFF;
}
#contactForm {
	margin:0 auto 10px auto;	
	width:70%;
}
.contactFormLeft {
	width:49%;
	float:left;	
}
.contactFormRight {
	width:49%;
	float:right;	
}
.formBlock {
	margin-bottom:10px;	
}
.formBlock label {
	font-size:12px;
	margin-bottom:3px;
	display:block;
	color:#FFF;	
	/*text-align:left;*/
}
.formElement {
	border:1px solid #52a0a7;
	padding:5px;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background:transparent;	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	font-size:14px;
	color:#FFF;
}
.formElement:hover, .formElement:focus {
	background:rgba(255,255,255,0.03);
}	
.formBlock .contactMail {
	width:100%;
	margin:0;	
}
.formBlock textarea {
	height:111px;
	resize: none;	
}
.contactFooter {
	position:absolute;
	bottom:10px;
	left:15%;	
	width:70%;
}
.contactIcons {
	border-bottom:1px solid #87b6bc;
	text-align:center;
	padding-bottom:5px;
	margin-bottom:5px;	
}
.contactIcons a {
	display:inline-block;
	margin-right:15px;
	width:18px;	
	opacity:0.8;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.contactIcons a:hover {
	opacity:1;	
}
.contactIcons a:last-child {
	margin-right:0;	
}
.contactCopyright {
	text-align:center;
	font-size:11px;
	color:#FFF;	
}
#servicesContainer {
	background:#f6f6f6 url(../images/services-full.jpg) top right no-repeat;
	background-size: auto 100%;
	background-position:top right;	
        height: 100%;
        width: 100%;
        z-index: 100;
        position: relative;
}
.innerContainer {
	width: 1200px;
	position:relative;
	margin:0 auto;	
}
#trainingContent {
	margin-top:100px;
	width:100%;	
}
.trainingHeader {
	display:block;	
	padding:10px 0;
}
.trainingHeader .titleLine.trainingLine {
	position:absolute;
	bottom:10px;
	left:0;	
	width:80%;
}
.trainingHeader .titleLine.trainingLine h2 {
	font-size:36px;
	color:#FFF;
	text-transform:none;
	margin-bottom:5px;
	line-height:100%;	
}
.trainingHeader .titleLine.trainingLine .trainingTagline {
	font-size:20px;
	color:#FFF;
	margin:0;
}
.trainingHeader .titleLine.trainingLine .trainingTagline a {
	color:#FFF;	
}
.trainingHeader .titleLine.trainingLine .trainingTagline a:hover {
	color:#FFF;	
	text-decoration:underline;
}
.trainingHeader .priceBlock {
	width:200px;
	height:112px;
	position:relative;
	float:right;
	color:#FFF;
	background:transparent url(../images/priceTag.png) top center no-repeat;
	opacity:0.9;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
.trainingHeader .priceBlock:hover {
	opacity:1;
	text-decoration:none;
	color:#FC0;	
}
.trainingHeader .priceBlock span {
	width:96%;
	padding-top:22px;
	text-align:center;
	display:block;	
}
.trainingHeader .priceBlock .btn-topRow {
	font-size:24px;
	margin-bottom:10px;	
	display:block;
	color:#FFF;
        line-height: 120%;
}
.trainingHeader .priceBlock .btn-bottomRow {
	font-size:32px;
	margin-bottom:0;
	display:block;	
	color:#FFF;
}
.trainingDetails {
	background:rgba(255,255,255,0.9);
	padding:10px 0;	
	width:100%;
}
#miniCarousel {
	width:600px;
	height:255px;
	float:left;	
	margin-top:20px;
}
#miniCarousel .left.carousel-control,
#miniCarousel .right.carousel-control {
	background:none;
	display:none;	
}
.itemBlock {
	position:relative;
	height:auto;
        width:100%;
        height:255px;
	margin-top:20px;
}
.itemBlock a.readbrochure {
	display:block;
	position:absolute;
	top:15px;
	left:0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;		
}
#miniCarousel .carousel-inner > .item a.readbrochure:hover {
	text-decoration:none;	
}
#miniCarousel .carousel-indicators {
	display:none;	
}
.itemBlock a.readbrochure .rbTop {
	font-size:72px;
	color:#5c6b76;
	display:block;
	margin-bottom:-10px;
	line-height:100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
.itemBlock a.readbrochure .rbBottom {
	font-size:64px;
	display:block;	
	font-weight:bold;
	line-height:100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
}
.itemBlock a.readbrochure:hover {
    text-decoration: none !important;
}
.itemBlock .posterContainer {
	/*position:absolute;
	top:10px;
	right:40px;*/
	float:right;
	margin:10px 90px 10px 0;
	width:150px;
	opacity:0.9;
	-ms-transform: rotate(-3deg); 
    -webkit-transform: rotate(-3deg); 
    transform: rotate(-3deg);
}
.itemBlock .posterContainer img {
	width:100%;
	display:block;
}
.itemBlock {
  opacity: 1;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
#miniCarousel.carousel-fade .carousel-inner .active {
  opacity: 1;
}
#miniCarousel.carousel-fade .carousel-inner .active.left,
#miniCarousel.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#miniCarousel.carousel-fade .carousel-inner .next.left,
#miniCarousel.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
#miniCarousel.carousel-fade .carousel-control {
  z-index: 2;
}
#lr-shop .carousel-inner {
	height:auto !important;
}
.courseType {
	position:absolute;
	top:220px;
	left:0px;
	z-index:100;
	color:#5c6b76;
	text-transform:uppercase;
}
.credits-line {
	position:absolute;
	top:250px;
	left:0px;
	z-index:100;
	color:#5c6b76;
	text-transform:uppercase;
	font-size: 14px;
	width: 70%;
}
.courseType a {
	float:left;
	margin-right:20px;
	font-size:16px;		
}
.courseType a:hover {
	text-decoration:none;	
}
.courseType .icon-public,
.courseType .icon-onsite,
.courseType .icon-online {
	display:inline-block;
	margin-right:10px;
	font-size:24px;	
}
.courseTypeText {
	display:inline-block;
	float: right;
    margin-top: 3px;
}
#contactPerson {
	width:400px;
	height:255px;
	float:right;	
}
.contactPersonTitle {
	color: #c1c3c7;
    font-size: 48px;
    line-height: 100%;
    margin: 10px 0;
    text-transform: uppercase;
}
.contactPersonImageBlock {
	width:32%;
	float:left;	
}
.contactPersonImageBlock img {
	width:100%;
	display:block;	
}
.contactPersonDetails {
	width:63%;
	float:right;	
}
.cpName {
	background:#a0a5ac;
	padding:5px 0;
	text-align:center;
	font-size:18px;	
	color:#FFF;
	margin-bottom:10px;
}
.cpDet {
	display:block;
	margin-bottom:10px;
	padding:6px 0 14px 60px;
	font-size:14px;
	background-size:36px 36px !important;	
}
.cpWA {
	background:transparent url(../images/icons/course/cpWA.png) top left no-repeat ;
        background-size: 48px 48px !important;
        padding: 12px 0 15px 60px;
        min-height: 47px;
}
.cpPH {
	background:transparent url(../images/icons/course/cpPH.png) 6px top no-repeat ;	
}
.cpEM {
	background:transparent url(../images/icons/course/cpEM.png) 6px top no-repeat ;	
}
#courseDetailsContainer {
	background:rgba(92,107,118,0.85);
	text-align:center;
	padding:60px 0;
	color:#FFF;	
}
.courseDetailsTitle {
	font-size:36px;
	text-transform:uppercase;
	margin-bottom:30px;	
}
.courseDetailsContent {
	font-size:14px;
	line-height:130%;	
}
.courseDetailsContent p {
	margin-bottom:10px;	
}
#courseTestimonialsContainer {
	background:rgba(202, 98, 113, 0.9);
	text-align:center;
	padding:60px 0;
	color:#FFF;		
}
#courseTestimonialsContainer .carousel-indicators {
	height:auto !important;	
}
#courseTestimonialsContainer .quote {
    text-align: center;
}
.courseTestimonialsTitle {
	font-size:36px;
	text-transform:uppercase;
	margin-bottom:30px;	
}
#courseTestimonialsContainer #carousel-example-generic .carousel-indicators {
	bottom: -10px;
	width:30%;
	left:35%;
	margin-left:0;	
}
#courseTestimonialsContainer #carousel-example-generic .carousel-indicators li {
	width: 10px;
    height: 10px;
	background:#c1c3c7;
	border:none;
}
#courseTestimonialsContainer #carousel-example-generic .carousel-indicators li.active {
	width: 10px;
    height: 10px;
	background:#5c6b76;
	border:none;
}
#fiveKey {
	background:rgba(255, 255, 255, 0.85);
	text-align:center;
	padding:60px 0;
	color:#5c6b76;		
}
.fiveKeyTitle {
	font-size:36px;
	text-transform:uppercase;
	margin-bottom:30px;	
}
.fiveKeysContent {
	font-size:16px;
	line-height:160%;	
}
#courseBottomLine {
	background:#FFF;	
	padding:60px 0;
}
.footLeft {
	width:60%;
	float:left;	
}
.footRight {
	width:30%;
	float:right;	
}
.footerSocial {
	margin-bottom:20px;
}
.footerSocial a {
	width:11%;
	height:40px;
	background-size:100% 100% !important;
	display:block;
	margin-right:1.7%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	float:left;		
}
.footerSocial a:hover {
	opacity:0.5;		
}
.footerSocial a:last-of-type {
	margin-right:0;	
}
.fFB {
	background:transparent url(../images/icons/footer/fb.png) 0 0 no-repeat;		
}
.fFB:hover {
	background:transparent url(../images/icons/footer/fb2.png) 0 0 no-repeat;		
}
.fTW {
	background:transparent url(../images/icons/footer/tw.png) 0 0 no-repeat;		
}
.fTW:hover {
	background:transparent url(../images/icons/footer/tw2.png) 0 0 no-repeat;		
}
.fIN {
	background:transparent url(../images/icons/footer/in.png) 0 0 no-repeat;		
}
.fIN:hover {
	background:transparent url(../images/icons/footer/in2.png) 0 0 no-repeat;		
}
.fRS {
	background:transparent url(../images/icons/footer/rs.png) 0 0 no-repeat;		
}
.fRS:hover {
	background:transparent url(../images/icons/footer/rs2.png) 0 0 no-repeat;		
}
.fGP {
	background:transparent url(../images/icons/footer/gp.png) 0 0 no-repeat;		
}
.fGP:hover {
	background:transparent url(../images/icons/footer/gp2.png) 0 0 no-repeat;		
}
.fWA {
	background:transparent url(../images/icons/footer/wa.png) 0 0 no-repeat;		
}
.fWA:hover {
	background:transparent url(../images/icons/footer/wa2.png) 0 0 no-repeat;		
}
.fINS {
	background:transparent url(../images/icons/footer/ins.png) 0 0 no-repeat;		
}
.fINS:hover {
	background:transparent url(../images/icons/footer/ins2.png) 0 0 no-repeat;		
}
.fPH {
	background:transparent url(../images/icons/footer/ph.png) 0 0 no-repeat;		
}
.fPH:hover {
	background:transparent url(../images/icons/footer/ph2.png) 0 0 no-repeat;		
}
.fEM {
	background:transparent url(../images/icons/footer/em.png) 0 0 no-repeat;		
}
.fEM:hover {
	background:transparent url(../images/icons/footer/em2.png) 0 0 no-repeat;		
}
footer {
	padding:20px 0;	
}
.fCopy {
	color:#FFF;
	font-size:14px;	
}
footer form {
    margin-top: -10px;
}
.fNewsletter {
	font-size:48px;
	color:#52a0a7;
	padding:10px 0;	
	border:3px solid transparent;
	border-bottom:3px solid #a0a5ac;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;	
	background:none;
        min-height: 85px;
        outline: none;
}
.fNewsletter:hover, .fNewsletter:focus {
	border-bottom:3px solid #FFF;
}
.fNewsletterButton {
	border:none;
	background:none;
	font-size:18px;
	padding:10px 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;	
	color:#a0a5ac;		
}
.fNewsletterButton:hover {
	color:#FFF;	
}
footer ul {
	margin-bottom:30px;	
}
footer ul li {
	float:left;
	margin-right:30px;
	font-size:18px;	
}
footer ul li:last-child {
	margin-left:0;	
}
footer ul li a {
	display:block;
	color:#FFF;	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;		
}
footer ul li a:hover {
	color:#52a0a7;	
	text-decoration:none;
}
#boardContainer {
	background:#FFF url(../images/boardsBack.jpg) 0 0 no-repeat;
	background-position:0 75px;
        background-position: -160px 75px;
	  background-size: 138% auto;
        min-height: 100%;
}
.boardBlock {
	background:#52a0a7;	
	position:absolute;
	bottom:0;
	left:0;
	padding-bottom:20px;
	width:100%;
        z-index: 60;
}
.boardLine {
	background:#5c6b76;	
	padding:15px 0;
	margin-bottom:30px;
}
.boardLine p {
	text-transform:uppercase;
	font-size:32px;
	color:#52a0a7;	
}
.persContainer {
	width:22%;
	margin-right:4%;
	display:block;	
	position:relative;
	margin-bottom:30px;
	float:left;
}
.boardBlock .persContainer.fourth {
	margin-right:0;	
}
#expertsBlock .persContainer.fifth {
	margin-right:0;	
}
.persContainer span {
	font-size:18px;
	color:#FFF;
	padding:5px 0;
	text-align:center;
	display:block;
	bottom:2px;
	left:0;
	position:absolute;
	background:rgba(0,0,0,0.6);
	text-transform:uppercase;
	width:100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;		
}
.persContainer:hover span {
	background:rgba(0,0,0,0.8);
	color:#52a0a7;	
}
.persContainer img {
	width:100%;	
}
.persContainer small {
	font-size:18px;
	color:#FFF;
	padding:5px 0;
	text-align:center;
	display:block;
	bottom:-30px;
	left:0;
	position:absolute;
	background:none;
	width:100%;	
}
#expertsContainer {
	background:#FFF url(../images/triangle.jpg) 0 0 no-repeat;
	background-size:100% 100%;
        min-height: 100%;
}
.increase {
	position:absolute;
	right:0;
	top:0;
	display:block;	
}
#expertsContainer .boardLine {
	background:#5c6b76;	
	padding:15px 0;
	margin-bottom:30px;
	text-align:left;
	position:absolute;
	top:105px;
	left:0;
	width:100%;
}
#expertsBlock {
	padding-top:190px;	
}
#expertsBlock .persContainer.fourth {
	margin-right:0;	
}
#expertsBlock .persContainer {
	width:22%;
	margin-right:4%;
	display:block;	
	position:relative;
	margin-bottom:60px;
	float:left;	
}
#expertsBlock .persContainer span {
	background:rgba(82,160,167,0.7);	
	font-size:16px;
	color:#FFF;
}
#expertsBlock .persContainer:hover span {
	background:rgba(82,160,167,0.9);	
}
.excelence {
    position: absolute;
    z-index: 60;
    display: inline-block;
    font-size: 32px;
    text-transform: uppercase;
    color: #5c6b76;
    padding-bottom: 10px;
    border-bottom: 4px solid #52a0a7;
    top: -80px;
    right: 0;
}
#expertsBlock .persContainer small {
	font-size:14px;
	line-height:120%;
	color:#5c6b76;
	bottom:auto;
}
.allExperts {
	/*display:none;	*/
}
.sliderExperts {
    position: relative;
    margin-top: 0;
}
.sliderExperts .left.carousel-control {
	background:none;
	color:#52a0a7;	
}
.sliderExperts .right.carousel-control {
	background:none;
	color:#52a0a7;	
}
.sliderExperts .carousel-inner .item {
	text-align:center;
}
.sliderExperts .carousel-inner .item .singleExpertImage, .singleExpertPage .singleExpertImage {
	position:relative;
	width:30%;	
	margin:0 auto 10px auto;
}
.sliderExperts .carousel-inner .item .singleExpertImage img, .singleExpertPage .singleExpertImage img {
	width:100%;
	display:block;		
}
.sliderExperts .carousel-inner .item .singleExpertImage span, .singleExpertPage .singleExpertImage span {
	background:rgba(82,160,167,0.9);
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	font-size:18px;
	display:block;
	padding:5px 0;
	color:#FFF;	
	width:100%;
}
.sliderExperts .carousel-inner .item .singleExpertTitle, .singleExpertPage .singleExpertTitle {
	font-size:14px;
	color:#52a0a7;
	text-align:center;
	margin-bottom:20px;	
}
.sliderExperts .carousel-inner .item .singleExpertDesc {
	border-top:1px solid #52a0a7;
	padding-top:10px;
	font-size:14px;
	color:#333;
	text-align:left;	
}
.conpetiteveness {
    width:100%;
    margin-top: 10px;
}
.conpetiteveness img {
    width: 100%;
    display: block;
}
.sliderExperts .carousel-control .glyphicon-chevron-left, .sliderExperts .carousel-control .glyphicon-chevron-right, .sliderExperts .carousel-control .icon-prev, .sliderExperts .carousel-control .icon-next {
    margin-top: -170px;
}

.sliderExperts .carousel-control {
    width:2%;
}
.sliderClose {
    position: absolute;
    right: 0;
    top: -50px;
    display: block;
    color: #52a0a7;
    width:40px;
    height: 40px;
    opacity:0.7;
}
.sliderClose span {
    width:40px;
    height: 40px;
    display: block;
}
.sliderClose:hover {
    opacity:1;
    text-decoration: none;
}
.singleExpertPage .conpetiteveness {

}
#news {
    padding: 0;
}
.newsBlockLeft {
    width:50%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding: 20px;
    background: #00abad;
    color: #FFF;
    float: left;
    text-align: right;
    opacity: 0.9;
}
.newsBlockRight {
    width:50%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding: 20px;
    background: #82bc56;
    color: #FFF;
    float: right;
    text-align: left;
    opacity: 0.9;
}
.newsBlockLeft .newsDate, .newsBlockRight .newsDate {
    font-size: 18px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 0;
}
.newsBlockLeft h3, .newsBlockRight h3 {
    font-size: 24px;
    color: #FFF;
    margin-bottom: 20px;
    font-weight: 400;
}
.newsBlockLeft h3 a, .newsBlockRight h3 a {
    color: #FFF;
    display: block;
}
.newsBlockLeft .newsTeaser, .newsBlockRight .newsTeaser {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 50px;
}
.newsBlockLeft .vmore, .newsBlockRight .vmore {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFF;
}
.newsSeparator {
   width:50px;
   height: 1px;
   background: #FFF;
   margin: 10px 0 13px 0;
}
#newsSlider .left.carousel-control {
    width:5%;
    background: #82bc56;
    opacity: 1;
}
#lr-news .newsArrows {
    width:30%;
    margin-top: 125px;
}
#newsSlider .left.carousel-control:hover {
    background: #74a34b;
}
#newsSlider .right.carousel-control {
    width:5%;
    background: #00abad;
    opacity: 1;
}
#newsSlider .right.carousel-control:hover {
    background: #02938f;
}
#newsSlider .carousel-inner {
    width:90%;
    margin: 0 auto;
}
.newsHolder {
    position: relative;
}
.newsHolder .newsIMG {
    width: 100%;
    display: block;
}
#newsSlider {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 100;
}
#newsSocialContainer {
    
}
.newsSocial {
    width:33.3%;
    float: left;
    padding: 30px 30px 80px 30px;
    background-size: 32px 32px !important;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    text-align: center;
    color: #FFF;
    position: relative;
}
.newsTW {
    background: #69aadf;
}
.newsIN {
    background: #0065a0;
}
.newsFB {
    background: #435b9b;
}
.lajsna {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    left: 0;
}
.lajsna img {
    width:32px;
    height: 32px;
}
.newsSocial .newsDate {
    font-size: 18px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 20px; 
}
.newsSocial  h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 20px;
}
.newsSocial h3 a {
    color: #FFF;
    display: block;
}
.newsSocial .newsTeaser {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 50px;
}
.newsSocial .vmore {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFF;
}

#associations {
    color:#FFF;  
}
.accociationsHolder {
    position: relative;
}
.headerClients {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #FFF;
    padding-top: 30px;
    text-align: center;
}
.accociationsSlider {
    background: #00abad;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    opacity: 0.9;
}
.accociationsSlider .item {
    text-align: center;
}
.accociationsSlider .item .clientTestimonial {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 140%;
}
.accociationsSlider .item .partnerPerson {
    font-size:18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    margin-top: -170px;
}
.accociationsSlider .item .partnerFunction {
    font-size:18px;
    margin-bottom: 10px;
}
.accociationsSlider .item .partnerName {
    font-size:18px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.accociationsSlider .left.carousel-control {
	background:none;
	color:#FFF;
        width: 10%
}
.accociationsSlider .right.carousel-control {
	background:none;
	color:#FFF;
        width: 10%;
}
.accociationsSlider .carousel-inner {
    width:50%;
    margin: 0 auto;
    color: #FFF;
}
.clientsSelector {
    background: #FFF;
    width: 100%;
}
.clientsSelector .carousel-indicators {
    position: relative;
    top:auto;
    left: auto;
    bottom: 0;
    margin: 0;
}
.clientsSelector .carousel-indicators li {
    width:12.5%;    
    text-align: center;
    float: left;
    display: block;
    background: #FFF;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    text-indent: 0;
    height: auto;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    border:none;
    border-bottom: 1px solid #bcbec0;
}
.clientsSelector .carousel-indicators li img {
   height: 100px; 
   padding: 10px;
   -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
        opacity: 0.6;
}
.clientsSelector .carousel-indicators li.active {
    background: #FFF;    
}
.clientsSelector .carousel-indicators li.active img,
.clientsSelector .carousel-indicators li:hover img {
   -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%); 
  opacity: 1;
}
.servicesOverLink {
	width:100%;
	height: 100%;
	display: block;;
}
.partnersLogos {
    margin-top: 105px;
}
.partnersLogos a {
    display: block;
    width:16.66666667%;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    border-right:1px solid #EEE;
    border-bottom:1px solid #EEE;
    background: #FFF;
}
.partnersLogos a img {
    width:60%;
    margin:0 20%;
    display: block;
    -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
        height: auto;
        opacity: 0.5;
}
.partnersLogos a:hover img {
    -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
#courseFacts {
	height:432px;
	background:transparent url(../images/courseDubai.jpg) top center no-repeat;	
}
#courseFacts .innerContainer {
    margin: 0 auto;
    padding: 80px 0 60px 0;
}
.facts {
    width:48%;
    float:left;
    position: relative;
}
.factsVideo {
    width:43.5%;
    float:right;
}
.factsVideo video
{
    width: 100%;
    height: auto;
    max-height: 100%;
}
.factTitle {
    position: absolute;
    font-size: 20px;
    width: 100%;
    text-align: center;
    left: 0;
    top: -40px;
    color: #FFF;
}
.facts .slide,
.facts .slide .slide-cont {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.facts .slide input {
    position: absolute;
    left: -9999px;
}

.facts .slide .slide-item {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: left .5s;
    transition: left .5s;
    background: rgba(150,155,164,0.75);
}

.facts .slide input:checked ~ .slide-item {
    left: 100%;
}

.facts .slide input:checked + .slide-item {
    left: 0;
}

.facts .slide .slide-cont label {
    position: absolute;
    top: 120px;
    left: 0;
    width: 50px;
    padding: 20px 0;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    background: #52a0a7;
    color: #FFF;
}
.facts .slide .slide-cont label:hover {
    background: #478b8e;
}

.facts .slide input:checked ~ label {
    left: -9999px;
}

.facts .slide input:checked + .slide-item + label + input + .slide-item + label {
    left: auto;
    right: 0;
}

.facts .slide label span:last-child,
.facts .slide input:checked ~ label span:first-child {
    display: none;
}

.facts .slide input:checked ~ label span:last-child {
    display: block;
}

.facts .slide .slide-pg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.facts .slide .slide-pg label {
    background: #888;
    color: #333;
    padding: 0 5px;
    cursor: pointer;
}
.facts .factsInner {
    padding: 50px 70px;
    display: block;
}
.factsRow {
    margin-bottom: 40px;
    width: 100%;
}
.factsRow:last-child {
    margin-bottom: 0px;
}
.factsItem {
    width:40%;
    text-align: center;
    color: #FFF;
    font-size: 18px;
}
.leftItem {
    float:left;
}
.rightItem {
    float:right;
}
.factsNumber {
    width:40%;
    margin:0 30% 5% 30%;
    padding-bottom: 10px;
    border-bottom: 4px solid #5c6b77;
    font-weight: 600;
}
.factsText {
    font-weight: 600;
}
#newsSlider {
   
}
.newsHolder .carousel-control .glyphicon-chevron-left, .newsHolder .carousel-control .glyphicon-chevron-right, .newsHolder .carousel-control .icon-prev, .newsHolder .carousel-control .icon-next {
    margin-top: -20px;
}
.nBlocks {
    min-height: 290px;
}
.carousel-control.left {
    left: -7%;
}
.carousel-control.right {
    right: 8%;
}
#container.shopContainer {
    background: none;
    margin: 40px auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#container.shopContainer #contentInner {
    padding: 0;
}
.searchBlock.shopSearch {
    background: #5c6b76 none repeat scroll 0 0;
    margin-bottom: 0;
    margin-top: 50px;
    padding: 15px 0 20px 0;
    width: 100%;
}
.shopCheckboxes {
    padding-left: 0;
    margin-bottom: 20px;
    border-left:1px solid #52a0a7;
    width: 100%;
}
.shopCheck {
    width:33%;
    float: left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding-left: 30px;
    border-right:1px solid #52a0a7;
}
.shopCheck a {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin-right: 30px;
    display: block;
    text-align: center;
    background: #5a7680;
    color: #FFF;
    padding: 10px 0;
    font-size: 20px;
}
.shopCheck.last {
    margin-right: 0;
}
.shopCheck a {
    text-decoration: none;
}
.shopCheck a:hover, .shopCheck a.active {
    background: #52a0a7;
}
.searchBlock.shopSearch .icon-onicon {
    font-size: 24px;
}
.searchBlock.shopSearch .courseTypeText {
    float:none;
    margin-left: 5px;
}
#lr-associations footer {
    margin-top: 200px;
}
.sliderExperts .carousel-inner .item {
    min-height: 640px;
    
}
#boardContainer {
    height: auto !important;
}
.registerBlock {
    margin-bottom: 30px;
    position: relative;
}
.registerBlock h3 {
  margin-bottom: 25px;
  font-size: 36px;
  color: #5d6b76;
}
.registerBlock img {
    width:120px;
    height: auto;
    float:left;
    margin:0 15px 0 0;
}
.registerBlockDetails {
    position: relative;
  bottom: 0;
  left: 0;
  top: 30px;
    margin-bottom: 60px;
}
.boardsOverlay {
    background: transparent url(../images/triangle.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 50;
    top: 0;
    left: 0;
    padding-top: 50px;
}
.boardsOverlay .innerContainer {
    margin-top: 130px;
}
.boardsOverlay .innerContainer .singleExpertImage {
    width:200px;
    margin: 0 auto 10px auto;
}
.boardsOverlay .innerContainer .singleExpertImage img {
    width:100%;
    display: block;
    margin-bottom: 10px;
}
.boardsOverlay .innerContainer .singleExpertDesc {
    color: #333;
    font-size: 16px;
}
.boardsOverlay .innerContainer span {
    color:#52a0a7;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 24px;
    display: block;
}
.boardsOverlay .innerContainer .singleExpertTitle {
    color:#5c6b76;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 16px;
}
#lr-shop .sliderExperts .carousel-inner .item {
  min-height: 440px;
    min-height: 0;
  height: auto !important;
}
#lr-shop .sliderExperts .carousel-inner .iteminner {
  min-height: 440px;
    min-height: 0;
  height: auto !important;
}
#lr-shop .sliderExperts .left.carousel-control {
  left: -5%;
}
#lr-shop .sliderExperts .right.carousel-control {
  right: -5%;
}
#lr-shop .sliderExperts .carousel-control .glyphicon-chevron-left, #lr-shop .sliderExperts .carousel-control .glyphicon-chevron-right, #lr-shop .sliderExperts .carousel-control .icon-prev, .sliderExperts .carousel-control .icon-next {
  margin-top: -50px;
}
#lr-shop .sliderExperts .carousel-control {
  width: 2%;
  padding-top: 8%;
}
#lr-pages footer {
    margin-top: 200px;
}
#lr-directors_board .newsArrows {
  width: 100%;
  margin-top: 100px;
}
#lr-clients .newsArrows {
  width: 15%;
  margin-top: 70px;
}
#lr-shop h2 {
    font-size: 28px;
    text-transform: uppercase;
}
.shopCoursesContainer.secondShop {
    padding-top:20px;
    border-top: 1px solid #52a0a7;
}
.plava {
    padding: 15px 0;
    text-align: center;
    background: #5c6b76;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 105px;
}
#lr-galleries #container {
    margin-top: 0;
    border:none;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.galleries .col-md-4 {
    border:none;
    background: none;
}
.socialtitle {
    padding: 25px 0 15px 0;
    text-align: center;
    width: 100%;
}
.aboutBanner {
    width:100%;
    position: relative;
}
.aboutBanner img {
    width:100%;
    display: block;
}
.aboutTitle {
    font-size: 36px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 0;
}
.aboutBanner .plava {
    position: absolute;
    width:100%;
    top: 0;
    left: 0;
    margin: 0;
    margin-top: 105px;
    padding: 30px 0;
    background: #51a0a8;
}
#container.containerAbout {
    background: #5c6b77;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
#container.containerAbout2 {
    background:#5c6b77 url(http://www.leoron.com/assets/public/images/triangle.jpg) top center no-repeat;
	background-size:cover;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 5px solid #52A0A7;
	position:relative;
	padding-top:30px;
	box-shadow:none;
	padding-bottom:20px;
}
.darkblueline {
	position:absolute;
	width:100%;	
	height:45px;
	background:#5c6b77;
	z-index:100;
	top:-10px;
	left:0;
	border-top: 4px solid #51a0a8;
}
.greenTitleDivider {
	background:#52A0A7;
	width:100%;
	text-align:center;	
	color:#FFF;
	font-size: 24px;
	padding:15px 0;
	margin-bottom:0px;
}
.bodyText p.courseDetailsTitle {
    font-size: 32px;
	font-weight:bold;
    text-transform: uppercase;
    margin-bottom: 30px;
	color:#5C6B76;
}
#container.containerAbout #contentInner {
    width:1200px;
    margin: 0 auto;
    color: #FFF;
    padding-bottom: 350px;
    position: relative;
}
#container.containerAbout2 #contentInner {
    width:1200px;
    margin: 0 auto;
    color: #5C6B76;
    padding-bottom: 0;
    position: relative;
}
.meetourteam {
    position: absolute;
    bottom: -25px;
    text-align: center;
    left: 0;
    width: 100%;
    z-index: 200;
}
.meetourteam a {
    padding: 20px 40px;
    background: #51a0a8;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFF;
    display: inline-block;
}
.meetourteam a:hover {
    text-decoration: none;
}
#container.containerAbout #contentInner .bodyText {
    margin-top: 0;
}
#hwe-step {
	padding-top:30px;	
	margin-bottom:30px;
}
.hwestep-left {
	width:50%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-right:30px;
	border-right:2px solid #52A0A7;
	float:left;
}
.hwestep-right {
	width:50%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:30px;
	float:left;
}
#hwe-step span {
	display:block; 
	float:left;
	margin-right:5%;	
}
#hwe-step span img {
	width:100%;
	display:block;	
}
#hwe-step p {
	display:block; 
	float:left;
}
#hwe-step .hwestep-left span {
	width:22%;	
}
#hwe-step .hwestep-right span {
	width:30%;	
}
#hwe-step .hwestep-left p {
	width:73%;	
}
#hwe-step .hwestep-right p {
	width:65%;	
}
#hwe-step strong {
	color:#52A0A7;
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:20px;	
	display:block;
}
#hwe-step small {
	color:#5C6B76;
	font-size:16px;
    line-height: 150%;
}
.krugot {
    width: 100%;
    position: absolute;
    bottom: -300px;
    left: 0;
    text-align: center;
}
.krugot span {
    display: inline-block;
    width: 600px;
}
.krugot span img {
    width: 100%;
    display: block;
}
.krugot2 {
    width: 100%;
    text-align: center;
}
.krugot2 span {
    display: inline-block;
    max-width:80%;
}
.krugot2 span img {
    width: 100%;
    display: block;
}
#tirkiz {
   background: #51a0a8;
   width: 100%;
   height: 400px;
}
#tirkiz2 {
   background: #5C6B76;
   width: 100%;
   padding:60px 0;
}
#tirkiz2 #container {
	background:none;
	min-height:0;
	margin:20px auto;	
	-webkit-box-shadow:none;
	box-shadow:none;
    padding-top: 80px;
}
.hwe-facts-block {
	width:47%;
	margin-right:6%;
	border-bottom:10px solid #52A0A7;
	padding-bottom:30px;
	margin-bottom:30px;	
	float:left;
	min-height: 190px;
}
.hwe-facts-block span {
	width:20%;
	margin-right:5%;
	float:left;
}
.hwe-facts-block span img {
	width:100%;
	display:block;	
}
.hwe-facts-block p {
	width:75%;
	float:left;	
}
.hwe-facts-block strong {
	color:#52A0A7;
	font-size:30px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;	
	line-height:100%;
	display:block;
}
.hwe-facts-block small {
	font-size:16px;
	line-height:150%;
	color:#FFF;	
}
.hwe-facts-block:nth-child(2n+2) {
	margin-right:0;	
}
#lr-pages footer.lr-footer-about_us_2 {
	border-top:10px solid #96999B;
	margin-top:0;	
}
#hwe-facts {
	width:100%;
	margin-top:80px;
	border-top:2px solid #52A0A7;
	position:relative;	
}
#hwe-facts .meetourteam {
	top:-30px;	
	bottom:auto;
}
#hwe-facts .meetourteam a {
	border-left:20px solid #5C6B76;
	border-right:20px solid #5C6B76;	
}
#hwe-facts-bottom {
	margin:30px auto 10px auto;
	text-align:center;
}
#hwe-facts-bottom strong {
	color:#52A0A7;
	font-size:30px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;	
	line-height:100%;
	display:block;	
}
#hwe-facts-bottom small {
	font-size:16px;
	line-height:150%;
	color:#FFF;		
}

.aboutFooter footer {
    margin-top: 0;
}
#lr-pages footer.lr-footer-about_us {
    margin-top: 0;
}
.facts:before {
    width:60px;
    height: 8px;
    position: absolute;
    bottom: 1px;
    left: 42%;
    content:url(../images/zel.png);
}
#lr-terms #container {
    margin-top: 190px;
}
.formReset {
    position: absolute;
    right:-5px;
    bottom: 1px;
    opacity: 0.8;
    width: 31px;
    display: block;
}
.formReset img {
    width: 100%;
    display: block;
}
.formReset:hover {
    opacity: 1;
}
.courseAvailable {
    position: absolute;
    top:190px;
    left: 0;
    z-index: 50;
    text-align: left;
}
.typeIcon {
    display: inline-block;
    margin-right: 15px;
}

#errors_brochure, #errors, #errors_prospectus, #send_error_contact {
    background: #ff3300;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    padding:5px 10px;
    color:#FFF !important;
    border:1px solid #FFF;    
}
#send_success_brochure, #send_success, #send_success_prospectus, #send_success_contact {
    background: #5b992b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    padding:5px 10px;
    color:#FFF !important;
    border:1px solid #FFF;    
}



html.fsvs {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden; }
  html.fsvs #fsvs-body {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%; }
    html.fsvs #fsvs-body > * {
      height: 100%;
      width: 100%;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000; }
  html.fsvs #fsvs-pagination {
    margin: 0;
    padding: 8px 4px;
    position: fixed;
    height: auto;
    right: -100px;
    top: 50%;
    z-index: 999;
    width: 32px; }
    html.fsvs #fsvs-pagination li {
      list-style: none;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      margin: 0 0 2px 0;
      cursor: pointer; }
      html.fsvs #fsvs-pagination li > span {
        border-radius: 100%;
        width: 22px;
        height: 22px;
        line-height: 22px;
        border: 1px solid white;
        display: block; }
        html.fsvs #fsvs-pagination li > span > span {
          border-radius: 100%;
          width: 12px;
          height: 12px;
          line-height: 12px;
          border: 1px solid white;
          display: block;
          margin: 4px; }
      html.fsvs #fsvs-pagination li.active > span {
        border: 1px dashed white; }
        html.fsvs #fsvs-pagination li.active > span > span {
          background: white; }
      html.fsvs #fsvs-pagination li:last-child {
        margin: 0; }

      .hole {
          background: rgba(255,255,255,0.90);
          width: 100%;
          height: 50px;
          position: absolute;
          top: 0;
          left: 0;
      }
      .contacthole {
          background: #5c6b76;
          width: 100%;
          height: 60px;
      }


      #lr-home #locationsContainer .locationBlock:first-child {
          /*margin-left: -20%;*/
		  margin-left: 0 !important;
      }
      .toll {
          position: absolute;
          top:12px;
          right: 0;
          z-index: 900;
          width: 175px;
      }
      .toll img {
          width:100%;
          display: block;
      }
      .boardLine.carrersBlock {
          margin-top: 100px;
      }
      .bodyText p.careerText {
          font-size: 18px;
          padding: 0;
          text-align: justify;
      }
      .img-full {
          width:100%;
          display: block;
      }
      #lr-register #container {
          margin-top: 210px;
          background: none;
      }
      #lr-register #container {
          margin-top: 210px;
          background: none;
      }
      #lr-register #contentInner {
          background: rgba(255,255,255,0.9);
          text-align: center;
      } 
      #lr-register #contentHeader .titleLine.trainingLine h2.registerHeading {
        color:#FFF;
        margin-top: 0;
        margin-bottom: 10px;
      }
      #lr-register #contentHeader .titleLine {
        margin: 20px 0 0 0;
        float: none;
        width: 100%;
      }
      #lr-register #contentHeader {
         background: rgba(82,160,167,0.9);
         text-align: center;
         margin-bottom: 0;
      }
      .registerLocation {
          background: #5c6b76;
          text-align: center;
          width: 100%;
          padding: 15px 0;
          font-size: 18px;
          color: #FFF;
      }
      #lr-shop .carousel-control {
          opacity:0.8 !important;
          width: 3% !important;
      }
      #lr-shop .carousel-control:hover {
          opacity:1 !important;
      }
	  .reviews-widget-box:nth-of-type(2) {
			display:none;  
	  }
      
/********************************** SWIPPER **********************************/

.swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#container.careerContainer {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#lr-shop, #lr-galleries, #lr-experts  {
	background-size: cover;
	background-attachment: fixed;
}
.creditsLine {
	margin:10px 0 0 0;
	text-align: left;
}
.brochure-calendar {
	width:600px;
	float: left;
}
.loadingContent {
	/*display: none;*/
}
.lr-footer-shop, .lr-footer-trainings {
	/*display:none;*/
}
.loadingBlock {
	position: absolute;
	top: 200px;
	text-align: center;
	width:100%;
}
/* #lr-shop #contentInner, #lr-shop .searchBlock.shopSearch {
	display: none;
} */

.topmenu {
	display:none;	
}
#topmenuButton {
	display:none;	
}
.tollmobile {
	display:none;	
}
#contactContainer #reviews {
	display:none;	
}
#container.errorpage {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;	
}
#container.errorpage #contentHeader {
	display:none;	
}
#container.errorpage .bodyText.noBorder {
	text-align:center;
}	
.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -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);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#cccccc; 
} 
#container.errorpage .bodyText.noBorder .col-md-3 {
	width:600px;
	margin:0 auto 30px auto;
	float:none;	
	max-width:100%;
}
#container.errorpage .bodyText.noBorder .col-md-3 .input-group.add-on {
	width:100%;	
	border:3px solid #63AAB0;
}
#container.errorpage .bodyText.noBorder .col-md-3 .input-group.add-on #srch-term {
	color: #63aab0;
    font-size: 20px;
    height: 50px;
    padding: 10px 20px;	
}
#container.errorpage .bodyText.noBorder .col-md-3 .input-group.add-on .input-group-btn {
	width:50px;	
}
#container.errorpage .bodyText.noBorder .col-md-3 .input-group.add-on .btn.btn-default {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;	
	background:#596872;
	color:#FFF;
	height: 50px;
    padding: 0 20px;
	left:0;
	margin:0;
	border:none;
}
#container.errorpage .bodyText.noBorder .col-md-3 .input-group.add-on .btn.btn-default .glyphicon {
	font-size:24px;		
}
#errormessage {
	color:#5B6B76;
	font-size:24px;
	text-align:center;
	line-height:150%;
	width:600px;
	max-width:100%;
	margin:0 auto 30px auto;	
}
#errorbellow {
	font-size:18px;
	margin:0 auto 300px auto;	
	
	text-align:center;
	width:300px;
	color:#63AAB0;
	
}
#errorbellow span {
	display:inline-block;
	padding-bottom:10px;	
	border-bottom:1px solid #63AAB0;
}
#flickr .col-md-4.galleryBlock a.galleryBlockLink {
	display:block;
	width:100%;	
	height:200px;
	overflow:hidden;
}
#flickr .col-md-4.galleryBlock a.galleryBlockLink img {
	display:block;
	width:100%;	
}

#lr-news .carousel-control.left {
    left: 0%;
}
#lr-news .carousel-control.right {
    right: 0%;
}
#sidemenu #searchForm {
	display:none;	
}
.termspolicy ol li {
	list-style: lower-latin outside;
	margin-left: 30px;
}
.containerAbout2 hr {
	border-color:#52A0A7;
	border-width:3px;	
}
.tc-footer {
	text-align:center;
	margin-top:10px;	
}
.tc-footer a {
	font-size:16px;
	color:#52a0a7;	
}
.tc-footer a:hover {
	text-decoration:underline;
	color:#FFF;	
}
#lr-news #container {
	background:#FFF;	
}
#lr-news {
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;	
}
#careers_form {
	width:800px;
	margin:0 auto;	
}
#careers_form .formBlock {
	width:48%;
	margin-right:4%;	
	float:left;
}
#careers_form .formBlock:nth-child(2n+2) {
	margin-right:0;	
}
#careers_form .formBlock label {
	color: #333;	
	font-size:14px;
}
#careers_form .formBlock input[type="file"] {
	height: 40px;
    padding-bottom: 45px;
}
#lr-careers .errors {
	text-align:center;
}
#lr-careers .errors h4 {
	color:#900;
}
#lr-careers .errors p {
	margin-bottom:10px;	
}
#lr-careers .errors span {
	background:	transparent url(../images/delete-button.png) 0 7px no-repeat;	
	display:inline-block;
	background-size:16px 16px;
	padding:5px 0 0 20px;
	color:#900;
}
#newsTicker {
	background:#FFF;
	padding:12px 0 7px 0px;	
}
#newsTicker .newsTickerArticle {
	display:inline-block;	
	overflow: hidden;
	width:100px;
	float:left;
}
#newsTicker .newsTickerArticle small {
	display:inline-block;
	background:#53A1A5;
	font-size:11px;
	text-transform:uppercase;
	color:#FFF;
	font-weight:600;
	padding:1px 5px;
	-moz-border-radius:5px;
	border-radius:5px;	
	float:left;
	margin:0px 10px 0 0;
}
#newsTicker .newsTickerArticle span {
	color:#818181;
	font-size:14px;
	font-weight:600;
	float:left;	
}
#newsTicker .flexslider {
	float:left;
	width:calc(100% - 110px);
}
#newsTicker .flexslider .newsTickerArticle {
	float:none;
	width:100%;
}
#newsTicker .container {
	padding-left: 15px;
	padding-right: 60px;
}
#newsTicker .flexslider .newsTickerArticle:hover span {
	color: #4ba1a5;
}
.modal {
	z-index:3000;	
}
.top-advert a {
	display:block;	
}
#accociations {
    margin-top: 105px;
}
.accociationsHolder img.newsIMG {
	width:100%;	
}
.sticky-style-2.sticky-header a#sticky-logo {
	display:block !important;	
}
#lr-home #contactContainer {
	padding-top: 20px !important;	
}
.icon-onicon {
font-family: "icomoon" !important;
}
.tp-caption.customin {
	border:none !important;	
}
.fp-tableCell #slider {
	margin-top:104px;	
}  
a.button.button-border.button-large {
	border-width: 2px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 42px;
    margin: 0;
    padding: 8px 26px;
    transition: none 0s ease 0s ;	
	border:2px solid #FFF;
	color:#FFF;
	height:46px;
	border-radius: 3px;
}
a.button.button-border.button-large:hover {
	background:#EEE;
	color:#333;	
	text-decoration:none;
}
a.button.button-border.button-large span {
	border-width: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    transition: none 0s ease 0s ;
	text-transform:uppercase;
}

@media (max-width: 1780px) { 

.inner {
  width: 1100px;
}

}

@media (max-width: 1700px) { 
    
#lr-associations footer {
  margin-top: 0;
}   
#boardContainer {
	background:#FFF url(../images/boardsBack.jpg) 0 0 no-repeat;
	background-position:0 75px;
	background-size:110% auto;
        min-height: 100%;
}

}

@media (max-width: 1600px) { 

.inner {
  width: 1050px;
}

}



@media (max-width: 1500px) { 

/*a#menuButton {
    width: 48px;
    top: 15px;
    left: 15px;
    height: 50px;
    background: transparent url(../images/menuTrigger.png) 4px 5px no-repeat;
    background-size: 40px 40px !important;
}*/
h1.logo {
	left:50px;
}
.toll {
    right: 75px;
}

}

/********************************** LARGE NOTEBOOK **********************************/

@media (max-width: 1370px) { 

.inner {
  width: 1050px;
}
#container {
  width: 1160px;
}
.accociationsSlider .carousel-inner {
  width: 70%;
}
.accociationsSlider .item .clientTestimonial {
  font-size: 20px;
}
.footerSocial a {
 
}
footer ul li {
  float: left;
  margin-right: 20px;
  font-size: 18px;
}
.footRight {
  width: 35%;
  float: right;
}
.boardsOverlay .innerContainer {
  margin-top: 100px;
}
.boardsOverlay .innerContainer .singleExpertImage {
  width: 150px;
}
.persContainer {
  width: 16%;
  margin-right: 12%;
}
.boardsOverlay .innerContainer span {
  color: #52a0a7;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  display: block;
}
.boardsOverlay .innerContainer .singleExpertTitle {
  font-size: 14px;
}
.persContainer span {
  font-size: 16px;
}
.persContainer small {
  font-size: 14px;
  bottom: -25px;
}
.sliderExperts .carousel-control {
  width: 2%;
  top: 20%;
}
.contactMail {
    margin: 10px auto;
}
#contactContainer {
    padding-top: 100px !important;
}
#contactContainer #container {
  background-size: 30px 38px;
  padding-top: 0;
}
.factsRow {
  margin-bottom: 35px;
}
#lr-shop .sliderExperts .right.carousel-control {
  right: -3%;
}
#lr-shop .sliderExperts .left.carousel-control {
  left: -3%;
}
#lr-shop .sliderExperts .carousel-control {
  width: 2%;
  padding-top: 2%;
}
.toll {
  right: 115px;
}
.contacthole {
    background: #5c6b76;
    width: 100%;
    height: 0;
}
h1.logo {
    left: 80px;
}
a#menuButton {
   
    
}
a#menuButton small {
    
}

}

@media (max-width: 1350px) { 

.inner {
  width: 1000px;
}

}

 /********************************** NORMAL NOTEBOOK **********************************/

@media (max-width: 1280px) { 

 #wrapper {
        max-width: 1280px !important;
    }   
.inner {
  width: 1080px;
}
#container {
  width: 1100px;
}
#shop {
  right: 40px;
}
.accociationsSlider .carousel-inner {
  width: 75%;
}
.accociationsSlider .item .clientTestimonial {
  font-size: 18px;
}
#boardContainer {
  background-size: 120% auto;
}
.innerContainer {
  width: 1120px;
}
.toll {
    position: absolute;
    z-index: 900;
    right: 100px;
}
#lr-shop .sliderExperts .right.carousel-control {
  right: -5%;
}
#lr-shop .sliderExperts .left.carousel-control {
  left: -6%;
}
.partnersLogos a {
    display: block;
    width: 20%;
}
.clientsSelector .carousel-indicators li {
    width: 16.66667%;
}
.clientsSelector .carousel-indicators li img {
    height: 100px;
    padding: 15px;
}
#container.containerAbout #contentInner {
    width: 90%;
}
.inner {
    width: 85%;
}
#shop {
    right: 10px;
}
nav ul li a {
    padding: 15px 15px 0 15px;
}
h1.logo {
    left: 60px;
}
.rightBrake {
    right: 114px;
}
nav ul li a {
    padding: 15px 10px 0 10px;
}
.searchField {
    right: -33px;
}
ul#language {
    right: 120px;
}
.rightLeftBrake {
    right: 182px;
}
header #searchForm, header .leftRightBrake {
	display:none;
		
}
#sidemenu #searchForm {
	display:block;	
}
#container.containerAbout2 #contentInner {
	width:96%;
	margin:0 auto;	
}

}

@media (max-width: 1180px) {

nav {
    position: absolute;
    top: 0px;
    left: 250px;
}
.toll {
    position: absolute;    
    z-index: 900;
	width: 150px;
    top: 14px;
    right: 105px;
}
.searchField {
    right: -33px;
}
footer ul li {
    float: left;
    margin-right: 15px;
    font-size: 16px;
}
	
	
}

@media (max-width: 1100px) {

.itemBlock a.readbrochure .rbTop {
    font-size: 42px;
    margin-bottom: 0;
}
.itemBlock a.readbrochure .rbBottom {
    font-size: 42px;
}
.brochure-calendar {
    width: 500px;
    float: left;
}
.searchField {
    right: 10px;
}
#container.shopContainer {
	width:90%;	
}


}

 @media (max-width: 1130px) {

.innerContainer {
    width: 90%;
}

 } 

 /********************************** TABLET LANDSCAPE **********************************/

@media (max-width: 1030px) { 

#container {
  width: 990px;
}
#shop {
  right: 0;
}
nav {
	left:260px;
}
nav ul li {
  float: left;
  margin-right: 10px;
}
.toll {
  display: none;
}
nav {
    left: 220px;
	top:1px;
}
body {
	background-size: cover;
	background-attachment: fixed;
}
.locationBlock img {
	margin-left: 0 !important;
}
#servicesContainer {
	background-size: auto 100%;
}
.accociationsSlider {
    position: relative;
    bottom: 170px;
}
.clientsSelector .carousel-indicators li {
    width: 25%;
}
.searchBlock.shopSearch .innerContainer {
    width: 100%;
}
.touch-carousel .carousel-control {
    display: block;
}
.touch-carousel .carousel-control {
    display: block !important;
}
.innerContainer {
    width: 94%;
}
.itemBlock {
    position: relative;
    height: auto;
    width: 478px;
}
#contactPerson {
    width: 420px;
}
.itemBlock a.readbrochure .rbTop {
    font-size: 42px;
    margin-bottom: 0px;
}
.itemBlock a.readbrochure .rbBottom {
    font-size: 42px;
}
header {
	height:50px;	
}
ul#language {
    right: 93px;
}
.rightLeftBrake {
    right: 157px;
}
/*a#menuButton {
    width: 27px;
    top: 10px;
    left: 12px;
    height: 27px;
    background: transparent url(../images/menuTrigger.png) 0 0 no-repeat;
    background-size: 27px 27px !important;
	top:14px;
}*/
h1.logo {
    left: 35px;
    top: 5px;
	width:120px;
}
.toll {
    right: 75px;
}
#shop {
    width: 70px;
    top: 15px;
    right: 5px;
}
/*a#menuButton small {
    font-size: 14px;
    top: 4px;
    left: 33px;
}*/
a#menuButton.xot {
    background: transparent url(../images/menuclose.png) 7px 0 no-repeat;
}
nav ul li .menuseparator {
    height: 28px;
}
nav ul li a {
    padding: 15px 5px 0 5px;
    height: auto;
    font-size:18px;
}
.toll {
    right: 22px;
    display: block;
    width: 140px;
    top: 20px;
	display:none;
}
.leftBrake img, .rightBrake img {
    width: 2px;
    height: 28px;
}
.leftBrake {
    left: 95px;
}
.rightBrake {
    right: 84px;
}
#flickr .col-md-4.galleryBlock a.galleryBlockLink {
    height: 120px;
}

}

@media (max-width: 970px) { 

.brochure-calendar {
    width: 420px;
}
nav {
    left: 180px;
}
.shopCourseBlock {
    width: 20%;
    margin: 0px 4% 0 0;
    float: left;
}
#lr-shop .sliderExperts .right.carousel-control {
    right: 0%;
}
ul#language {
    font-size: 22px;
	top: 10px;
}
ul#language li a {
	color:#A7CDD0;
}
ul#language li a:hover {
	background:#A7CDD0;
	color:#5C6B77;	
}
.rightLeftBrake {
    
}
.rightLeftBrake img {
    height: 34px;
    width: 3px;
}

footer ul li {
    float: left;
    margin-right: 15px;
    font-size: 14px;
}

}

@media (max-width: 920px) { 

.brochure-calendar {
    width: 420px;
    float: none;
    margin: 0 auto 30px auto;
    height: 255px;
    position: relative;
}
#contactPerson {
    width: 420px;
    float: none;
    margin: 0 auto;
}
.searchField {
    right: 10px;
}
.rightLeftBrake {
    right: auto;
    left: 207px;
}

}

@media (max-width: 930px) { 

header nav {
	left: 0 !important;
	bottom: 0;
	top: auto;
	width:100%;
	z-index: 901;
}
header nav ul li {
	width:25%;
	margin-right: 0;
}
header nav ul li a {
	background: #529FA7;
	text-align: center;
	padding: 8px 0 2px 0;
	height: auto;
	font-size: 16px;
	border-right: 1px solid #eee;
}
header {
	height: 110px;
}
.inner {
    width: 100%;
    height: 110px;
}
footer .inner {
    height: auto;
}
.aboutBanner .plava {
    margin-top: 110px;
    padding: 20px 0;
}
h1.logo {
    position: absolute;
    margin: 0;
    width: 170px;
    left: auto;
    right: 20px;
    top: -3px;
}
h1.logo a {
    padding-top: 7px;
}
a#menuButton small {
	display: none;
}
a#menuButton {
    top: 16px;
}
.aboutBanner {
    padding-top: 80px;
}
.partnersLogos {
    margin-top: 110px;
}
.partnersLogos a {
    width: 25%;
}
.accociationsSlider {
    position: relative;
    bottom: 170px;
}
nav ul li a span {
    display: block;
    padding: 0 5px 5px 5px;
    border-bottom: 3px solid #758794;
}
.plava {
    margin-top: 110px;
}
#container {
    width: 100%;
}
.galleries .col-md-4 {
	float: left;
}
footer .inner {
	width:96%;
}
#newsSlider {
	position: relative;
}
.innerContainer {
    width: 90%;
}
#boardContainer {
    background-size: cover;
    background-position: top;
}
.persContainer {
    width: 22%;
    margin-right: 3%;
}
.boardLine.carrersBlock {
    display: none;
}
.bodyText p.careerText {
    padding: 30px 50px 0 30px;
}
#container.careerContainer {
	margin-bottom: 0;
}
#contactContainer {
    padding-top: 130px !important;
}
.msep {
	display:none;	
}
a#menuButton {
    width: 40px;
    top: 15px;
    left: 15px;
    height: 40px;
    background-size: 40px 40px !important;
	background-position:0 0;
}
a#menuButton.xot {
    background: transparent url(../images/menuclose.png) 0 0 no-repeat;
}
.toll {
	display:none;	
}
nav ul li a#contact {
	border-right:none;	
}
nav ul li a:hover, nav ul li a:focus, nav ul li.active a {
    background: #529FA7;
    text-decoration: none;
    color: #FFF;
    opacity: 1;
}
.leftBrake img, .rightBrake img {
    width: 3px;
    height: 42px;
}
.leftBrake {
    left: 70px;
}
#shop {
	text-indent:-3000px;
	background: transparent url(../images/course_icon_small.png) 0 0 no-repeat;	
	width:40px;
	height:40px;
	background-size:100% 100%;
	right:auto;
	left:87px;
}
#shop img {
    display: none;
}
.rightBrake {
    right: auto;
    left: 142px;
}
.hwestep-left {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
    border-right: none;
    float: none;
	margin-bottom:30px;
}
#hwe-step .hwestep-left span {
    width: 10%;
}
.hwestep-right {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    float: none;
}
#hwe-step .hwestep-left p, #hwe-step .hwestep-right p {
    width: 80%;
}
#hwe-step .hwestep-right span {
    width: 10%;
}
.hwe-facts-block {
    width: 90%;
	margin:0 auto 30px 7%;
	min-height:0;
}
.krugot2 span {
    display: inline-block;
    max-width: 96%;
}
ul#language {
    left: 146px;
}
.rightLeftBrake img {
	height:42px;
	width:3px;	
}
ul#language {
    font-size: 22px;
    top: 19px;
}

}

@media (max-width: 880px) { 

.searchField {
    right: 100px;
}
#careers_form {
	width:100%;
	padding:0 15px;
	box-sizing:border-box;
	margin:0 auto;	
}
#careers_form .formBlock {
	width:49%;
	margin-right:2%;	
	float:left;
}

}

 /********************************** TABLET PORTRAIT **********************************/

@media (max-width: 780px) { 

.inner {
  width: 100%;
}
#container {
  width: 93%;
  margin-left: 20px;
}
#shop {
  right: 40px;
}
nav {
	left:260px;
}
nav ul li {
  float: left;
  margin-right: 10px;
}
#contentHeader.noIcon h2 {
  margin: 10px 0;
}
#contentInner {
  padding: 0 20px 20px 20px;
}
.bodyText {
  margin-top: 10px;
  padding-top: 20px;
 }
 footer .inner {
 	width:93%;
 }
 nav {
	left:215px;
}
nav ul li {
	margin-right: 0;	
}
nav ul li a {
	font-size: 24px;
}
nav ul li a#contact  {
	
}
.footerOne a, .footerTwo a, .footerThree a {
  font-size: 13px;
}
.locationBlock {
	overflow: hidden;
}
.locationBlock img {
	margin-top: -70px;
}
.carousel.homeCarousel .item {
	background-size: auto 100%;
	background-position: bottom center;
}
.carousel.homeCarousel .carousel-caption {
	padding: 30px 5%;
}
#selectCourse {
  width: 31%;
}
#selectLocation {
  width: 26%;
}
#selectDate {
  width: 21%;
}
.searchBlock .formSearchButton .btn, .table.table-striped .btn {
  padding: 7px 0;
  font-size: 14px;
}
#resultTable .btn.btn-success {
  width: 100%;
  font-size: 11px;
  float: right;
}
#contentHeader h2 {
  margin-top: 0;
}
.courseOverview {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.courseButtons {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.courseSocial {
  margin-bottom: 15px;
  width: 30%;
  float: left;
  margin-right: 5%;
  margin-top: 10px;
}
.courseButtons .btn-primary {
  margin-bottom: 15px;
  width: 30%;
  float: left;
  margin-right: 5%;
  margin-top: 5px;
  margin-top: 14px;
  font-size: 16px;
}
.courseButtons .btn-success {
  padding: 5px 0;
  width: 30%;
  float: left;
}
.testimonials {
  width: 100%;
  margin-right: 0;
  float: none;
  margin-bottom: 30px;
}
.courseSocial a {
  width: 23%;
  margin-right: 10%;
 }
 .trainingLocations {
  width: 100%;
  margin-right: 0;
  float: none;
  margin-bottom: 30px;
}
.trainingContact {
  width: 100%;
  float: none;
}
.trainingPartners {
  width: 100%;
  float: none;
  margin-bottom: 30px;
}
.leoronCPE {
  width: 100%;
  float: none;
}
.partnersContainer .imgContainer {
  float: none;
  width: 30%;
  margin-bottom: 20px;
}
.partnersContainer .partnerDescription {
  width: 100%;
  float: none;
}
.partnersContainer .imgContainer {
	border:none;
	background: none;
}
.personContainer {
  border-bottom: 1px solid #ccc;
  border-right: none;
  padding: 30px 20px 20px 20px;
  width: 100%;
  float: none;
  height: auto !important;
}
#locationsContainer {
padding-top: 0;
}
.trainingHeader .priceBlock {
    width: 150px;
    height: 84px;
}
.itemBlock {
    position: relative;
    height: auto;
    width: 95%;
    left: 8%;
    margin-bottom: 30px;
}
#contactPerson {
    width: 418px;
    position: relative;
    left: 0;
    float: none;
}
.courseAvailable {
    left: 62px;
}
.courseType {
    left: 62px;
}
.trainingHeader .titleLine.trainingLine {
    position: relative;
    bottom: auto;
    left: 5%;
    width: 90%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.trainingHeader .priceBlock {
    width: 150px;
    height: 84px;
    left: calc(50% - 75px);
    float: left;
}
.facts {
    width: 90%;
    float: none;
    position: relative;
    margin: 0px auto 40px auto;
}
.factsVideo {
    width: 90%;
    float: none;
    margin: 0 auto;
}
#courseFacts {
	background-size: cover;
	height: auto;
}
footer ul li {
	margin-bottom: 10px;
}
footer .inner {
	height: auto;
}
.brochure-calendar {
    width: 520px;
}
.carousel.homeCarousel .carousel-indicators {
	width:40% !important;
	left: 30%;
}
.topRight {
    top: 130px;
}
#trainingContainer {
    padding-top: 108px;
}
#lr-home #locationsContainer > a:first-child {
	margin-left: -33% !important;
}
#lr-home #servicesContainer {
	background-position: top right;
}
#contactContainer #container {
	width: 100%;
}
#addressBlocks {
    width: 100%;
    padding: 0;
}
#lr-news .newsArrows {
    width: 30%;
    margin-top: 190px;
}
#expertsContainer .boardLine {
    top: 108px;
}
#expertsBlock {
    padding-top: 180px;
}
#lr-pages #container {
    margin-left: 0;
}
.searchField {
    right: 160px;
}
.searchField {
	position:relative;
	float:none;
	width:100%;
	right:auto;
	top:auto;
	margin-bottom:20px;
}
#lr-shop h2 {
   text-align:center;
    margin-bottom: 10px;
}
#lr-shop .navbar-form .input-group {
	width: 98%;
}
#newsTicker {
	display:none !important;	
}
#headerMid {
	display:none !important;	
}

@media (max-width: 640px) { 

.itemBlock a.readbrochure .rbTop {
    font-size: 42px;
    margin-bottom: 0px;
}
.itemBlock a.readbrochure .rbBottom {
    font-size: 42px;
}
.courseAvailable {
    left: 11%;
}
.courseType {
    left: 11%;
}
.touch-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
}
.touch-carousel .carousel-indicators li.active {
    width: 10px;
    height: 10px;
}
.newsBlockRight {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 40px 0 20px;
}
#newsSlider .left.carousel-control {
    width: 8%;
}
#newsSlider .right.carousel-control {
    width: 8%;
}
.newsBlockLeft h3 a, .newsBlockRight h3 a {
    line-height: 120%;
}
.footLeft {
    width: 95%;
}
.footRight {
    width: 95%;
    float: none;
}
footer {
    background-size:100% 100%;
}
.topmenu {
	display:block;
	z-index:500;	
	font-family: 'Titillium Web', sans-serif;
	background: #5C6B77;
	font-size:18px;
	text-align:center;
	top:-130px;
	position:absolute;
	left:0;
	width:100%;
}
.topmenu li {
	width:100%;
	display:block;
}
.topmenu li a {
	background:none;
	text-transform:uppercase;
	display:block;
	border-bottom:1px solid #737D87;
	padding:18px 0;
	width:100%;
	color:#FFF;
}
.topmenu li a:hover, .topmenu li a:focus {
	background:#529FA7;	
	color:#FFF;
	text-decoration:none;
}
#topmenuButton {
	display:block;	
	width:40px;
	height:40px;
	background:transparent url(../images/brochuretrigger.png) 0 0 no-repeat;
	position:absolute;
	left:87px;
	top:15px;
	z-index:1200;
}
#topmenuButton img {
	width:100%;
	display:block;	
}
.tollmobile {
	display:inline-block;
	padding:10px 10px;
	text-align:center;
	margin:10px auto 5px auto;
	background:#6A757F;
}
.tollmobile img {
	max-height:70px;
	display:block;	
    margin: 0 auto;
}
.topRight ul {
	display:none;	
}
.topRight {
	background:#5C6B77;
	text-align:center;
	position: absolute;
    bottom: 0;
    top: auto;
    width: 100%;
    right: 0;
}
.carousel.homeCarousel .carousel-indicators {
    width: 100% !important;
    left: 0;
    bottom: 0;
    padding: 8px 0;
    background: #529FA7;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 33px;
	opacity:0.85;
}
.carousel.homeCarousel .carousel-indicators li {
    background-color: #C3E0A9;
    border: none;
}
.carousel.homeCarousel h1 {
  font-size: 24px;
    line-height: 100%;
    font-weight: 400;
    text-transform: uppercase;
	margin-bottom:10px;
	-webkit-text-shadow:none;
	text-shadow:none;
}
.carousel.homeCarousel .carousel-caption {
  padding: 10px 5%;
  bottom: 35px;
  background:#5C6B77;
}
.captionButton .btn.btn-lg.btn-primary {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 7px 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	background:#8AC75A;
	border:none !important;
	margin-bottom: 5px;
}
.captionButton .btn.btn-lg.btn-primary:hover {
	background:#7AAA50;
}
.carousel.homeCarousel .carousel-caption p {
	font-size:14px;
	background:none !important;
	padding:0;
	margin:5px auto;
	display:none;
}
.captionButton {
    margin-bottom: 0;
}
.carousel-caption {
	display:block;	
}
#shop {
    right: auto;
    left: 155px;
}
ul#language {
    right: auto;
    left: 220px;
}
#careers_form {
	width:100%;	
}
#careers_form .formBlock {
	width:100%;
	margin-right:0%;	
	float:none;
}
#careers_form {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px 0 0;
}
	
}

@media (max-width: 490px) { 

#lr-pages #container {
    margin: 0 auto 30px !important;
	width:100% !important;
}
.aboutBanner {
    padding-top: 0px;
}
#container.containerAbout2 #contentInner {
    width: 100%;
}

}

 /********************************** MOBILE **********************************/

@media (max-width: 480px) { 

body {
	overflow-x:hidden;
        background-size: cover;
}
header {
	height: 100px
}

header .inner {
	width:100%;
}
header nav {
	left: 0;
	bottom: 0;
	top: auto;
	width:100%;
	z-index: 901;
}
header nav ul li {
	width:25%;
}
header nav ul li a {
	text-align: center;
	padding: 8px 0 2px 0;
	height: auto;
	font-size: 16px;
	border-right: 1px solid #eee;
}

#servicesContainer {
    background-size: auto 100%;
    background-position: top right;    
}
#wrapper {

}
#container {
  width: 94%;
  margin: 0;
  margin-top: 100px;
}
#shop span {
    display: none;
}
a#menuButton span {
    display: none;
}
footer h4 {
	line-height: 120%;
}
.footerOne, .footerTwo, .footerThree, .footerRight {
width:50%;
margin:0 0 30px 0;
-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
padding:0 5%;
text-align: center;
}
#sidemenu ul.secondelevel li a {
  display: block;
  font-size: 14px;
  padding: 4px 10px 4px 20px;
 }
.sidemenuTitle {
  font-size: 16px;
  padding: 5px 10px 5px 20px;
}
.sidemenuTop {
  height: 40px;
}
.sidemenuTop .social ul li a {
  width: 36px;
  }
.sidemenuTop .social {
  right: auto;
  left: 20px;
    top: -3px;
}

.searchBlock select.form-control {
	width:100% !important;
	margin-bottom: 5px;
	margin-right: 0;
	float: left;
}
.searchBlock select.form-control:first-child {
	margin-right: 0;
	width:100%;
} 
.searchBlock.shopSearch select.form-control {
	width:49% !important;
	margin-bottom: 5px;
	margin-right: 2%;
	float: left;
}
.searchBlock.shopSearch select.form-control:nth-child(2n+1) {
	margin-right: 0;
} 
.searchBlock.shopSearch select.form-control::first-child {
	margin-right: 2%;
	width:49%;
} 
.searchBlock .formSearchButton {
  width: 100%;
  float: none;
}
#contentHeader h2 {
  margin-top: 3px;
  margin: 0 auto;
  width: 100%;
  float: none;
  text-align: center;
}
.table.table-striped td {
  background: #FFF;
  font-size: 11px;
}
#resultTable.table.table-striped td:nth-child(1),
#resultTable.table.table-striped th:nth-child(1) {
	width:5%;
}
#resultTable.table.table-striped td:nth-child(2),
#resultTable.table.table-striped th:nth-child(2) {
	width:35%;
}
#resultTable.table.table-striped td:nth-child(3),
#resultTable.table.table-striped td:nth-child(4),
#resultTable.table.table-striped th:nth-child(3),
#resultTable.table.table-striped th:nth-child(4) {
	width:25%;
}
#resultTable.table.table-striped td:nth-child(5),
#resultTable.table.table-striped th:nth-child(5) {
	width:20%;
}
.contentHeaderIcon {
  width: 90px;
  float: none;
  margin: 0 auto;
}
#contentHeader .trainingTagline {
  display: block;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}
.courseSocial {
  width: 60%;
  float: none;
  margin: 0 auto 20px auto;
}
.courseButtons .btn-primary {
  width: 60%;
  font-size: 16px;
  float: none;
  margin: 0 auto 20px auto;
}
.courseSocial a {
  width: 26%;
  margin-right: 10%;
}
.courseButtons .btn-success {
  padding: 5px 0;
  width: 60%;
  float: none;
  margin: 0 auto;
}
.cityIcon {
  float: none;
  display: block;
  margin: 10px auto 10px auto;
}
.trainingTopDetails {
  top: auto;
  right: auto;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  position: relative;
  color: #5c6b76;
  margin-top: 10px;
}
.carousel-indicators {
  position: absolute;
  bottom: auto;
  left: auto;
  width: auto;
  right: 10px;
  top: -40px;
}
#contentHeader .titleLine {
  margin: 20px 0 0 0;
  float: none;
  width: 100%;
}
#contentHeader .titleLine.trainingLine h2 {
  margin-bottom: 10px;
}
.newsSelector {
  position: absolute;
  top: 4px;
  right: auto;
  width: 50%;
  left: 160px;
}
#selectCourse {
  width: 60%;
}
.modal-dialog {
  margin: 30px auto;
  width: 90%;
}
.calendarPreview {
	display: none;
}


.shopCourseBlock {
  width: 30% !important;
  margin: 0 5% 5% 0;
  float: left;
}
.shopCourseBlock:nth-child(6n+6) {
  margin-right: 5%;
}
.shopCourseBlock:nth-child(3n+3) {
  margin-right: 0;
}
#locationsContainer {
  padding-top: 100px;
  z-index: 800;
	}
.locationBlock span {
    padding: 2px 0;
  font-size: 12px;
}
#trainingContainer {
   padding-top:100px;
   z-index: 800;
  }
#lr-home #section1,
#lr-home #section2,
#lr-home #section3,
#lr-home #section4  {
	display: none;
	height: 0 !important;
}
.trainingBlock:nth-child(5n+5) {
	border-right: 1px solid #666;
}
.carousel-caption {
    display: block;
}
.shopCourseBlockBottom h5 {
   font-size: 14px;
   margin-bottom: 0;
}
.shopCourseBlock {
  width: 47% !important;
  margin-right: 6%;
  min-height: 300px;
  }
 .shopCourseBlock:nth-child(3n+3) {
  margin-right: 6%;
}
.shopCourseBlock:nth-child(2n+2) {
  margin-right: 0%;
}
.newsSocial {
    width:480px;
    float: none;
}
#newsSlider {
  width: 100%;
  position: relative;
  left: 0;
  bottom: auto;
  z-index: 800;
}
#news {
  padding: 0;
  margin-top: 80px;
}
.newsBlockLeft .newsTeaser, .newsBlockRight .newsTeaser {
    
}
.newsSocial {
   width: 100%;
}
.newsBlockLeft h3, .newsBlockRight h3 {
  font-size: 20px;
}
.nBlocks {
  min-height: 220px;
}
.newsBlockLeft .newsDate, .newsBlockRight .newsDate {
  font-size: 14px;
  margin-bottom: 10px;
}
.newsSocial h3 a {
  line-height: 100%;
}
.footLeft {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.footRight {
  width: 100%;
  float: none;
}
.fNewsletter {
  font-size: 36px;
}
footer ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}
footer {
  padding: 5px 0 20px 0;
}
.accociationsSlider {
  position: relative;
  bottom: 20px;
}
.accociationsHolder {
  position: relative;
  margin-top: 80px;
}
.accociationsSlider .carousel-inner {
  width: 80%;
}
.accociationsSlider .item .clientTestimonial {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 130%;
}
.accociationsSlider .item .partnerPerson {
  margin-bottom: 5px;
}
.accociationsSlider .item .partnerFunction {
  margin-bottom: 5px;
}
.accociationsSlider .item .partnerName {
 margin-bottom: 20px;
}
.clientsSelector .carousel-indicators li {
  width: 25%;
}
#lr-clients .carousel-control .glyphicon-chevron-left, #lr-clients .carousel-control .glyphicon-chevron-right, #lr-clients  .carousel-control .icon-prev, .carousel-control .icon-next {
  margin-top: 0 !important;
}
#lr-clients .carousel-control .icon-prev, #lr-clients .carousel-control .glyphicon-chevron-left {
  top: 90px;
  margin-left: -10px;
}
#lr-clients .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 90px;
  z-index: 5;
  display: inline-block;
}
.partnersLogos a {
  display: block;
  width: 25%;
}
.partnersLogos {
  margin-top: 100px;
}
.partnersLogos a img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.searchBlock form {
  padding: 0 10px;
}
.shopCheck a {
    font-size: 16px;
    margin-right: 0;
}
.searchBlock.shopSearch .icon-onicon {
  font-size: 18px;
}
.shopCheck {
   border:none;
   padding-left: 0;
   width:32%;
   margin-right: 2%;
}
.shopCheck:last-child, .shopCheckboxes p:last-child {
    margin-right: 0 !important;
}
.searchBlock.shopSearch #selectIndustry {
  width: 100% !important;
}
.innerContainer {
  width: 94%;
  position: relative;
  margin: 0 auto;
}
.trainingHeader .titleLine.trainingLine h2 {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 10px;
}
.trainingHeader .titleLine.trainingLine {
  position: relative;
  bottom: auto;
  left: 0;
  width: 100%;
}
.trainingHeader .priceBlock {
    float: none;
    display: block;
}
.trainingHeader .titleLine.trainingLine .trainingTagline {
    text-align: center;
}
.itemBlock a.readbrochure .rbTop {
  font-size: 36px;
  margin-bottom: 0px;
}
.itemBlock a.readbrochure .rbBottom {
  font-size: 32px;
}
#miniCarousel {
  width: 100%;
}
#contactPerson {
  width: 100%;
}
#contactPerson {
  width: 100%;
}
.itemBlock a.readbrochure {
  top: 35px;
  left: 30px;
}
.itemBlock .posterContainer {
  float: right;
  margin: 10px 32px 10px 0;
}
.itemBlock .posterContainer {
  margin: 0px -12px 10px 0;
  width: 95px;
}
.courseType {
  position: absolute;
  top: 180px;
  left: 5px;
}
.contactPersonTitle {
  font-size: 36px;
}
#trainingContent #miniCarousel, .itemBlock {
  width: 600px;
  height: 200px;
}
.itemBlock {
  width: 100%;
  height: 200px;
}
.facts {
  width: 100%;
  float: none;
  position: relative;
  margin-bottom: 20px;
}
.factsVideo {
  width: 100%;
  float: none;
}
#courseFacts {
  height: auto;
  background-size: auto 100%;
}
.leoronCPE {
    margin-bottom: 30px;
}
#courseTestimonialsContainer #carousel-example-generic .carousel-indicators {
  bottom: auto;
  width: 60%;
  left: auto;
  margin-left: 0;
  position: relative;
  top: auto;
  margin-top: 20px;
  margin: 20px auto;
  right: auto;
}
.courseDetailsContent h2 {
    color: #FFF;
    font-size: 14px;
}
.newsBlockLeft {
  width: 100%;
  text-align: center;
  margin-left: 0;
  padding: 20px 40px;
}
#newsSlider .left.carousel-control {
  width: 10%;
  background: #82bc56;
}
#newsSlider .right.carousel-control {
  width: 10%;
  background: #82bc56;
}
.nBlocks {
  min-height: 100px;
  height: auto;
  width:95%;
  text-align:center;
}
.newsBlockLeft .newsSeparator {
  float: none;
  margin: 20px auto;
}
#newsSlider .left.carousel-control:hover, #newsSlider .right.carousel-control:hover {
  background: #82bc56;
}
.newsBlockLeft .newsTeaser, .newsBlockRight .newsTeaser {
  font-size: 16px;
}
body#lr-news, body#lr-associations, body#lr-clients, body#lr-shop, body#lr-directors_board {
    background-size: auto 100% !important;
}
#container {
  width: 94% !important;
  margin: 110px auto 30px auto !important;
}
nav ul li a:hover span {
    padding: 0 5px 5px 5px;
}
#container.shopContainer {
  margin: 20px auto 30px auto !important;
}
.galleries .col-md-4 {
  width: 100%;
  margin: 0 0 20px 0;
}
.galleries .col-md-4 a.galleryImage {
  height: auto;
}
.leoronCPE .CPEdetails {
  width: 100%;
  float: none;
}
.leoronCPE .imgContainer {
  width: 50%;
  float: none;
  border: none;
  background: none;
  margin: 0 auto;
}
.leoronCPE h4, .trainingPartners h4 {
    text-align: center;
    line-height: 120%;
    margin-bottom: 0;
}
.trainingPartners .imgContainer {
  width: 50%;
  margin: 0 auto;
  float: none;
}
#contactContainer #container {
    margin-top: 0 !important;
}
#addressBlocks {
  padding: 0;
}
.addressBlock {
    width: 100%;
    border-left: none !important;
    border-right: none !important;
    text-align: center !important;
    border-bottom: 1px solid #87b6bc !important;
}
.contactMail {
  width: 100%;
}
#contactForm {
  margin: 0 auto 10px auto;
  width: 100%;
}
.contactFormLeft {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.contactFormRight {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
#lr-directors_board .swiper-wrapper {
    display: block;
    height: auto;
}
#lr-directors_board .swiper-wrapper #boardContainer {
  margin-top: 100px;
}
#expertsBlock .persContainer, .boardBlock .persContainer {
  width: 47%;
  margin-right: 5%;
  display: block;
  position: relative;
  margin-bottom: 45px;
  float: left;
}
#expertsBlock .persContainer.fifth {
  margin-right: 0;
}
#expertsBlock .persContainer:nth-child(even) {
  margin-right: 0;
}
#expertsBlock .persContainer span {
  background: rgba(82,160,167,0.7);
  font-size: 14px;
  color: #FFF;
}
#expertsBlock .persContainer small {
  font-size: 12px;
}
#expertsBlock .boardBlock {
  background: #52a0a7;
  position: relative;
  bottom: auto;
  left: auto;
  padding-bottom: 20px;
  width: 100%;
  z-index: 60;
}
.excelence {
  position: absolute;
  z-index: 60;
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  color: #5c6b76;
  padding-bottom: 10px;
  border-bottom: 4px solid #5c6b76;
  top: 60px;
  right: 0;
  text-align: center;
  width: 100%;
}
.boardLine {
  margin-bottom: 90px;
}
.persContainer small {
  font-size: 12px;
  bottom: -25px;
}
.persContainer span {
  font-size: 14px;
}
#expertsBlock .increase {
  position: relative;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
}
#expertsBlock .increase img {
    width:100%;
    display:block;
}
.boardLine p {
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 0;
  color: #52a0a7;
  width: 100%;
  text-align: center;
}
.boardBlock {
  background: #52a0a7;
  position: relative;
  margin-top: 100px;
}
#boardContainer {
  height: inherit !important;
  margin-top:100px;
}
#expertsContainer {
  height: inherit !important;
}
.boardLine {
  margin-bottom: 90px;
}
.boardBlock .persContainer:nth-child(2n+2) {
    margin-right: 0;
}
.increase {
  position: relative;
  right: 0;
  top: 10px;
  display: block;
}
#expertsBlock {
  padding-top: 0;
}
.modal-body .singleExpertTitle {
    color: #52a0a7;
    font-weight: bold;
    font-size: 16px;
}
#expertsContainer .boardLine {
  background: #5c6b76;
  padding: 15px 0;
  margin-bottom: 15px;
  text-align: left;
  position: relative;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 100px;
}
#lr-clients .newsArrows {
  width: 50%;
  margin-top: 70px;
}
#lr-galleries #container {
    margin-top: 20px !important;
}
.boardsManipulator {
    min-height: 0 !important;
}
.plava {
    margin-top: 100px !important;
}
.socialtitle {
  padding: 25px 0 15px 0;
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.registerBlock h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.registerBlockDetails p {
    font-size: 18px;
}
.registerFormLeft {
  width: 100%;
  margin-bottom: 20px;
}
.registerFormRight {
  width: 100%;
  float: none;
}
.registerFormBlock {
  width: 100%;
  float: none;
  margin-right: 0;
}
.registerBottom .btn.btn-success {
  float: none;
  width: 180px;
  display: block;
  margin-top: 10px;
}
.registerCheck {
  width: 62%;
}
.registerPrice {
  width: 30%;
}
#lr-mobileindustries #contentInner, #lr-mobilelocations  #contentInner {
  padding: 0;    
}
#lr-mobileindustries #trainingContainer, #lr-mobilelocations #locationsContainer {
    padding-top: 0;
}
#lr-mobileindustries #container, #lr-mobilelocations #container {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100% !important;
    margin: 100px auto 0 auto !important;
}
#lr-mobilelocations .locationBlock img {
  margin-top: 0;
}
.clientsSelector .carousel-indicators li img {
    height: auto !important;
    max-height: 55px;
}
.clientsSelector .carousel-indicators li {
  width: 33.3%;
}
.aboutBanner {
  width: 100%;
  position: relative;
  margin-top: 100px;
}
.facts .factsInner {
  padding: 20px 30px;
  display: block;
}
.aboutBanner .plava {
    margin-top: 0 !important;
      padding: 10px 0;
}
.meetourteam a {
  padding: 10px 20px;
  background: #51a0a8;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
  display: inline-block;
}
.meetourteam {
  position: absolute;
  bottom: -20px;
}
.aboutTitle {
  font-size: 26px;
}
#container.containerAbout #contentInner {
  width: 100%;
  padding-bottom: 160px;
}
#container.containerAbout {
  background: #5c6b77;
  width: 100% !important;
  margin: 0 !important;
}
.krugot span {
  display: inline-block;
  width: 90%;
}
.factsItem {
    font-size: 16px;
}
.krugot {
  bottom: -230px;
}
#container.containerAbout #contentInner .bodyText {
  padding-top: 20px;
}
#tirkiz {
  background: #51a0a8;
  width: 100%;
  height: 300px;
}
#container.containerAbout #contentInner .bodyText p {
  padding-top: 20px;
}
.courseAvailable {
  position: absolute;
  top: 152px;
  left: 0;
  z-index: 50;
  text-align: left;
  font-size: 16px;
}
.registerBottom {
  float: none;
  width: 100%;
}
.registerPrice {
  width: 100%;
  margin-top: 30px;
}
.registerCheck {
  width: 100%;
}
#lr-register #container {
  margin-top: 155px !important;
  background: none;
}
#lr-register .aboutBanner {
  margin-top: 110px;
}
body #wrapper {
    overflow: visible !important;
}

.itemBlock {
    width: 72%;
}
.itemBlock a.readbrochure {
    top: 35px;
    left: 0;
}
#contactPerson {
    width: 80%;
    position: relative;
    left: 0;
}
.courseAvailable {
    left: 50px;
}
.courseType {
    left: 50px;
}
.courseDetailsTitle, .fiveKeyTitle {
    line-height: 110%;
}
.brochure-calendar {
    width: 100%;
    margin-bottom: 0;
}
#contactPerson {
    width: 100%;
}
#courseTestimonialsContainer #carousel-example-generic .carousel-indicators {
	height: auto !important;
}
#quote3 a.readbrochure .rbTop, #quote3 a.readbrochure .rbBottom {
	font-size: 22px !important;
}
#lr-shop .carousel-inner {
    position: relative;
    width: 84%;
    overflow: hidden;
    margin: 0 8%;
}
#lr-shop .sliderExperts .carousel-control {
    width: 2%;
    top: 30%;
}
#lr-shop .sliderExperts .right.carousel-control {
    right: -1%;
    width: 6% !important;
}
#lr-shop .sliderExperts .left.carousel-control {
    left: -1%;
    width: 6% !important;
}
nav ul li a span {
    display: block;
    padding: 0px 0 5px 0;
	text-align:center;
    border-bottom: 3px solid #758794;
    width:90%;
    margin:0 auto;
}
.locationBlock img {
    margin-top: 0;
}
.bodyText p.careerText {
    padding: 0;
    font-size: 14px;
    margin:0;
}
#container.careerContainer {
    margin: 0 auto !important;
}
#lr-careers .aboutBanner {
    padding-top: 70px;
}
#wrapper {
	min-height: 100% !important;
}
h1.logo {
    top: -3px;
    width: 140px;
    left: auto;
    right: 10px;
}
a#menuButton {
    top: 11px;
    left: 10px;
}
.leftBrake {
    left: 60px;
}
.leftBrake, .rightBrake {
    position: absolute;
    top: 11px;
    display: block;
}
.rightBrake {
    right: auto;
    left: 124px;
}
#topmenuButton {
    left: 74px;
    top: 11px;
}
#shop {
    right: auto;
    left: 133px;
    top: 12px;
}
.rightLeftBrake {
    right: auto;
    left: 182px;
}
ul#language {
    left: 190px;
}
#careers_form {
    margin: 0 auto;
    padding: 0 10px;
}
#careers_form .formBlock:last-of-type {
	margin-top:20px !important;
}


}



/********************************** iPhone 6+ **********************************/

@media (max-width: 414px) { 

#container {
  width: 100%;
  margin: 0;
  margin-top: 100px;
}
body, header, #wrapper {
	width:100% !important;
}
a#menuButton {
    top: 16px;
    left: 6px;
	background-size: 30px 30px !important;
	height:30px;
	width:30px;
}
.leftBrake {
    left: 43px;
}
#topmenuButton {
	background-size: 30px 30px !important;
	height:30px;
	width:30px;
	left: 51px;
    top: 16px;	
}
.rightBrake {
    left: 89px;
}
#shop {
	height:30px;
	width:30px;
	left: 95px;
    top: 16px;	
}
.rightLeftBrake {
    left: 131px;
}
ul#language {
    left: 135px;
	top: 15px;
}


}

/********************************** iPhone 6 **********************************/


@media (max-width: 375px) { 


#container {
  width: 94%;
  margin: 0;
  margin-top: 100px;
}
body, header, #wrapper {
/*	width:100% !important;*/
}


 
}

/********************************** NEXUS **********************************/


@media (max-width: 360px) { 


body, header, #wrapper {
/*	width:355px !important;*/
}

.itemBlock {
    width: 80%;
}
h1.logo {
    top: -4px;
    width: 150px;
}
 
}

@media (max-width: 359px) { 


h1.logo {
    top: 6px;
    width: 100px;
    left: auto;
    right: 7px;
}
 
}

/********************************** NEXUS **********************************/


@media (max-width: 320px) { 

 .persContainer small {
  font-size: 11px;
  bottom: -25px;
}
.topRight a {
    font-size: 11px;
}

.itemBlock {
    width: 85%;
    left: 5%;
}
header nav ul li a {
    font-size: 13px;
}

 
}
