/*********************************************************
	Company: Divac, http://www.divac.com
	by Halo Creative Team, http://www.haloteam.rs/
	Date (create): 23-05-2016
	Date (update): 23-05-2016
		
	******************************
	*****      Index       *****
	******************************
	CONTENT:
	1. HEADER
	2. SLIDER
	3. SEARCH
	4. CONTENT
	5. FOOTER
	6. RESPONSIVE

400 Normal
500 Medium
600 Semi-Bold
700 Bold
800 Extra-Bold
900 Ultra-Bold
*********************************************************/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&subset=latin,latin-ext);

::selection {
  background-color: #6fa3ca;
  color: #fff ;
}
::-moz-selection {
  background-color: #6fa3ca;
  color: #fff ;
}
::-o-selection {
  background-color: #6fa3ca;
  color: #fff ;
}
::-ms-selection {
  background-color: #6fa3ca;
  color: #fff ;
}

body {
	font-family: 'Raleway', serif;
	font-weight: 400;
	background: #f3f3f3;
}


h1,h2,h3,h4,h5,h6 {
	color: #333;
	font-family: 'Raleway', serif; font-weight: 900; 
	line-height: 1.5;
}

p {
	color: #555;
}
.text-small,
.text-small p {
  font-size: smaller;
}
a:hover,
a:focus {
	text-decoration: none;
}

.container-fluid {
	width: 100%;
	max-width: 1150px;
	padding: 0 15px;
	margin: 0 auto;
}

.background-white {
	background: #fff;
}
.nomargin {
	margin: 0; padding: 0;
}


/****************Button****************/
.button-read-more {
	color: #fff; font-size: 16px; font-weight: 500; 
	display: table;
	padding: 7px 20px;
	margin: 15px auto 0 auto;
	border: none;
	background-color: #102048;
	border: none;
	border-radius: 20px;
	-ms-border-radius: 20px;
	-webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
}
.button-read-more:hover {
	color: #fff;
	background-color: #6fa3ca;
}
/*.main .button-read-more {
	color: #102048; 
	background: #fff;
	text-decoration: none;
}*/
.button-read-more.white  {
	color: #102048; 
	background: #fff;
}
.button-read-more.white:hover {
	color: #fff; 
	background: #102048;
}
.button-read-more.red {
	color: #d91b5c;
	border: solid 1px #d91b5c;
}
.button-read-more.red:hover {
	background-color: #fff;
}

button.button-read-more {
	display: inline-block;
	margin: 0 20px 0 0;
	/*text-transform: uppercase;*/
}
.button-read-more.float {
	display: inline-block;
	margin: 0 20px 0 0;
}

.button-read-more.arrow-left,
.button-read-more.arrow-right {
	background-color: transparent;	
	border: none;
	color: #102048;
	margin-left: 0;
	font-size: 1.125em; 
	padding-left: 0;
	font-weight: 500;
	/*text-transform: uppercase;*/
}
.button-read-more.arrow-left:hover,
.button-read-more.arrow-right:hover { 
	color: #6fa3ca; 
	background-color: transparent; 
	border: none;
}
.button-read-more.arrow-left::before {
	font-family: 'fontawesome';
	font-size: 1em;
	content: "\f0a8";
	padding-right: 5px;
	padding-left: 7px;
	color: #102048; margin-right: 10px;
}
.button-read-more.arrow-right::after {
	font-family: 'fontawesome';
	font-size: 1em;
	content: "\f0a9";
	padding-right: 5px;
	padding-left: 7px;
	color: #102048; margin-right: 10px;
}

.button-read-more.arrow-left.white,
.button-read-more.arrow-right.white,
.button-read-more.arrow-left.white::before  { color: #fff; }
.button-read-more.arrow-right.white::after { color: #fff; }
.button-read-more.arrow-left.white:hover,
.button-read-more.arrow-right.white:hover { color: #2b241a; }


.button-read-more.left { margin-left: 0; }
.button-read-more.nomargin { margin: 0; }

.button-read-more .fa { color: #fff; opacity: 1; padding-right: 7px; }
.button-read-more:hover .fa { color: #fff; }

.green-btn {
	width: 73px; height: 62px;
	padding: 15px 5px;
	color: #fff; font-size: 12px;
	font-weight: 400;
	/*text-transform: uppercase;*/
	z-index: 101;
	position: relative;
	text-align: center;
	overflow: hidden;
	background-image: url(../../images/icon_date.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto; 
	-webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
}
.green-btn span {
    font-size: 32px; line-height: 20px;
    font-weight: 400;
    display: block; /*margin-bottom: 5px;*/
}
.green-btn.date {
	position: absolute;
	top: 0px; left: 0px;
	z-index: 1;
}
.main .green-btn.date {
	position: relative; float: left;
	margin: 5px 20px 0 0;
}

.circle-btn {
	width: 78px; height: 78px;
	padding: 20px;
	color: #fff; font-size: 14px;
	font-weight: 400;
	/*/*text-transform: uppercase;*/*/
	z-index: 101;
	position: relative;
	text-align: center;
	overflow: hidden;
	background-color: #887e71;
	border: solid 1px #fff;
	border-radius: 50%;
	-ms-border-radius: 50%;
	text-align: center;
}
.circle-btn span {
    font-size: 32px; line-height: 20px;
    font-weight: 900;
    display: block; /*margin-bottom: 5px;*/
}
.circle-btn.date {
	float: left; margin-right: 15px;
}

/****************Pagination & scrollbutton****************/
/*location*/
.breadcrumb {
	padding: 15px 0; margin: 0;
	background: transparent;
	border: none;
	color: #999; font-weight: 300;
	font-size: 14px;
}
.breadcrumb > li > a { color: #767676; font-weight: 500; }
.breadcrumb > li > a:hover { color: #59adc5 }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 50%;
	-ms-border-radius: 50%;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 50%;
	-ms-border-radius: 50%;
}

.pagination > li > a,
.pagination > li > span {
	font-size: 1.125em; color: #fff;
	font-weight: 700;
	background-color: #555;
	margin: 0 5px;
	padding: 10px 0;
	text-align: center;
	width: 45px;
	border: none;
	border-radius: 50%;
	-ms-border-radius: 50%;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff; background-color: #102048;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff; background-color: #102048;
  border-color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	/*border-radius: 50%;*/
}

/****************Social Share****************/
.scrollup {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #102048;
  border: solid 2px #fff;
	border-radius: 50%;
	-ms-border-radius: 50%;
  z-index: 999997;
	-webkit-transition: transform 300ms ease;
     -moz-transition: transform 300ms ease;
       -o-transition: transform 300ms ease;
      -ms-transition: transform 300ms ease;
          transition: transform 300ms ease;
}
.scrollup::before {
	font-family: 'fontawesome';
	font-size: 1.750em;
	content: "\f106";
	padding: 5px 10px;
	color: #fff;
}
.scrollup:hover {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

 /****************Social Share****************/
.social-share {
	position: relative;
}

.social-share .social-wrap p {
	border: none;
	margin: 15px 0;
	padding: 0;
	color: #555;
	/*text-transform: uppercase;*/
	display: inline-block;
}

.social-share a:before {
	font-family: 'fontawesome';
	font-size: 18px;
	color: #fff; padding-top: 5px;
	display: inline-block;
	background-color: #6fa3ca;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-left: 5px;
	border-radius: 50%;
	-ms-border-radius: 50%;
    -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
}

.social-share a:hover:before {
	opacity: 0.65; 
}

.social-share a.facebook:before {
	content: '\f09a';
	background: #4966a0;
}

.social-share a.twitter:before {
	content: '\f099';
	background: #28a9e0;
}
.social-share a.linkedin:before {
	content: "\f0e1";
	background: #0274b3;
}
.social-share a.email:before {
	content: '\f0e0';
}


/****************Media****************/
#article-wrapper {
	margin: 0; padding: 0;
}
.media-article-wrapper {
	display: block;
	width: 100%;
	margin: 0; padding: 0;
}
.media-split { height: 50px; width: 100%; }

.media-article {
	padding: 0;
	display: block;
	overflow: hidden;
	border: none;
	margin-bottom: 50px;
}
.media {
	padding: 0;
}
.media-thumb-wrapper {
  padding: 0;
  position: relative;
  border: none;
  overflow: hidden; 
  text-align: center;
  white-space: nowrap;
}

.media-object {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 160px;
}
.media-object .img-responsive {
	min-height: 100%; min-width: 100%;
	/*max-height: none; max-width: none;*/ 
	width: auto; height: auto; 
}

.media-body {
	width: 83.33333333%!important;
	padding-left: 30px;
	font-size: 16px;
	color: #44534d;
	position: relative;
	height: 160px;
}
.media-body h4 { 
	font-size: 24px; font-weight: 700;
	color: #555; line-height: 1em;
	/*text-transform: uppercase;*/
}
.media-body h4 a { color: #555; }
.media-body .read-more {
	position: absolute;
	bottom: 0px; 
}
.media-body .read-more .button-read-more {
}



/********************************************************
	1. HEADER
********************************************************/

/****************Header Contact****************/
header {
	height: 104px;
	background-color: #ffffff;
	position: relative;
}
.head-icon { float: right; }
.head-icon .button-read-more {
	margin: 0; /*text-transform: uppercase;*/
	margin-left: 10px;
}

/* Social */
.head-social {
	margin-left: 5px;
	float: right;
}
.head-social a {
	font-size: 24px; line-height: 1.5;
	color: #999; background-color: transparent;
	width: 37px; height: 37px;
	border: solid 1px #999;
	border-radius: 50%;
	-ms-border-radius: 50%;
	text-align: center;
	vertical-align: middle; 
	margin-left: 5px;
 }
.head-social a:hover { color: #102048; border-color: #102048; }

/* Lang */
.head-lang {
	margin-left: 5px;
	float: right;
}
.head-lang p.phoca-flagbox {
	width: 37px; height: 37px;
	border: solid 1px #999;
	border-radius: 50%;
	-ms-border-radius: 50%;
	position: relative;
	overflow: hidden;
	display: block; float: left;
	margin-left: 7px;
}
.head-lang .phoca-flag {
  width: 180%; height: 180%;
  position: absolute;
  top: -14px;
  left: -5px;
  margin: auto;
  display: inline-block;
  display: block;
  vertical-align: middle;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #fff;
	text-indent: -9999px;
	opacity: .4;
}
.head-lang .phoca-flag:hover,
.head-lang .phoca-flag.activ {
	opacity: 1;
}
.head-lang .srb {
 background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMzUwIDkwMCI+DQo8cGF0aCBmaWxsPSIjYzYzNjNjIiBkPSJtMCwwaDEzNTB2NDUwaC0xMzUweiIvPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0ibTAsNDUwaDEzNTB2NDUwaC0xMzUweiIvPg0KPHBhdGggZmlsbD0iIzBjNDA3NiIgZD0ibTAsMzAwaDEzNTB2MzAwaC0xMzUweiIvPg0KPC9zdmc+DQo=');
 background-size: 100% 100%;
}
.head-lang .eng {
 background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjAgMzAiIGhlaWdodD0iNjAwIj4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJ0Ij4NCjxwYXRoIGQ9Im0zMCwxNWgzMHYxNXp2MTVoLTMwemgtMzB2LTE1enYtMTVoMzB6Ii8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPHBhdGggZmlsbD0iIzAwMjQ3ZCIgZD0ibTAsMHYzMGg2MHYtMzB6Ii8+DQo8cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNiIgZD0ibTAsMGw2MCwzMG0wLTMwbC02MCwzMCIvPg0KPHBhdGggc3Ryb2tlPSIjY2YxNDJiIiBzdHJva2Utd2lkdGg9IjQiIGQ9Im0wLDBsNjAsMzBtMC0zMGwtNjAsMzAiIGNsaXAtcGF0aD0idXJsKCN0KSIvPg0KPHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEwIiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjxwYXRoIHN0cm9rZT0iI2NmMTQyYiIgc3Ryb2tlLXdpZHRoPSI2IiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjwvc3ZnPg0K');
 background-size: 120% 100%;
 left: -21px;
}

/* serach */
.navbar .navbar-form {
	float: right;
	position: relative;
	margin: 0 10px; padding: 0 0 0 10px;
}
.navbar .navbar-form .form-group {
	display: none;
	margin-right: 10px;
	position: absolute; z-index: 10;
	left: -220px;
}
.navbar .navbar-form .form-control {
	width: 220px; height: 38px;
	background: #fff;
	border-color: #999;
	color: #999;
	margin-right: 10px;
}
.navbar .navbar-form .btn {
	width: 26px; height: 38px;
	padding: 0; margin: 0; 
	background: transparent;
	border: none;		
	border-radius: 0;
	-ms-border-radius: 0;
	overflow: hidden;
	color: #333;
}
.navbar .navbar-form .btn:hover { color: #6fa3ca; }
.navbar .navbar-form .btn:focus { outline: none; background: transparent }
.navbar .navbar-form .btn:before {
	font-family: 'fontawesome'; font-weight: 400; font-size: 24px;
	content: "\f002";
	padding-right: 10px;
}


/****************Logo****************/
.navbar-header { height: 39px;  width: 197px; margin-right: 20px; }
.navbar-header .navbar-brand {
	position: absolute; display: block;
	z-index: 150;
	padding: 0; margin: 0!important;
	color: #000;
	height: 139px; width: 197px;
	-webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
       -o-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
          transition: all 300ms ease;
  	background-image: url('../../images/header-logo.png');
  	background-size: 100% 100%; 
  	background-repeat: no-repeat;
  	background-position: 0 0;
}
.navbar-header .navbar-brand:hover {  }

/****************Navigation****************/
.navbar {
	background: transparent;
	border: none; border-radius: 0;
	margin: 0; padding: 0;
	width: 100%; 
}
 

.navbar-default {
	border: none; border-radius: 0;
}
.navbar-default .navbar-collapse {
    padding: 0; margin: 33px 0 0 0;
    position: relative; 
}
.navbar-default .nav li {
	/*text-transform: uppercase;*/
	margin: 0 5px!important;
}
.navbar-default .navbar-nav > li > a {
	line-height: 38px;
	color: #333; font-size: 16px; 
	font-weight:600;
   margin: 0; padding: 0 7px;
    -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
       -o-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
          transition: all 300ms ease;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
    color: #6fa3ca;
    background: transparent;
}

.navbar-fixed-top {
	-webkit-box-shadow: 0 4px 10px 0 #808080;
    box-shadow: 0 -2px 10px 0 #808080;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
}

.videoBox {
	margin-bottom: 30px;
}
.videoBox:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    background: url(../../images/btn_video.png) no-repeat top left;
    z-index: 10;
    line-height: 0;
    text-indent: -999px;
}

.videoBox:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
}
/********************************************************
	2. SLIDER
********************************************************/
#slider {
	position: relative;
	z-index: 101;
}

#slider .slider-img {
    object-fit: cover;
    object-position: 50% 0%;
    height: 100%; width: 100%;
    max-width: none!important;
    margin: 0!important;
}
#slider .slide-caption {
	width: 100%; /*height: 30vh;*/
	position: absolute;
	bottom: 0; left: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.50);
}
#slider .slide-caption .container-fluid {
	position: relative;
	padding: 0; margin-bottom: 30px;
}
#slider .slide-caption h2 {
	width: 100%;
	/*text-transform: uppercase;*/
	font-size: 40px; 
	line-height: 1em; 
	font-weight: 700;
	color: #fff;
	text-shadow: 2px 3px 4px #000;
	margin: 0; padding: 20px 0 0 0;
}
#slider .slide-caption p {
	clear: both;
	color: #fff; font-size: 22px;
	text-shadow: 1px 2px 3px #000;
	width: 100%; 
	padding: 5px 10px; margin: 10px 0 40px 0;
	/*overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;	
	word-break: break-all;*/
}
#slider .slide-caption p.lead {
	display: inline;
	padding: 5px 10px;
}
#slider .slide-caption h2 > a { color: #fff; }
#slider .slide-caption h2 > a:hover { color: #6fa3ca; }
#slider .slide-caption p > a { color: #fff; }
#slider .slide-caption p > a:hover { color: #6fa3ca; }

#slider .button-read-more {
	margin: 0;
	clear: both;
}
.carousel-inner .item {
	height: 450px;
	height: 70vh;
	margin: 0; padding: 0;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  position: relative;
  z-index: -1;
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 15;
	width: 100%;
	margin: 0 auto;
	padding: 0 10%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	margin: 12px 5px;
	width: 15px; height: 15px;
	background-color: rgba(255, 255, 255, 0.5);
	border: none;
	border-radius: 50%;
	-ms-border-radius: 50%;
	outline-color: transparent;
	text-indent: -1000em;
	-webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
	
}
.carousel-indicators li:hover {
	-webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
     transform:scale(1.2);
}
.carousel-indicators .active {
	margin: 12px 5px;
	width: 15px; height: 15px;
	background-color: transparent;
	border: 3px solid #fff;	
}
.carousel-indicators .active:before {
	background-color:rgba(255,255,255, 0.4);
	border:1px solid #fff;
	border-radius:50%;
	z-index:1;
	position:absolute;
	top:-17px;right:-17px;
	bottom:-17px;left:-17px;
	transition:all .3s;
	-webkit-transform:scale(1);transform:scale(1)
}


.carousel-control { opacity: .5; }

.carousel-control.right,
.carousel-control.left {
	background-image: none;
}

.carousel-control span.glyphicon {
  border: none;
  display: block;
  width: 54px;
  height: 54px;
  background: url(../../images/arrow-slider.png) 0 100% no-repeat;
  -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
	display: none;
}

.carousel-control span.glyphicon:hover {
	-webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}

.carousel-control.left span.glyphicon {
  background: url(../../images/arrow-slider.png) 0 0 no-repeat;
}

.carousel-control span.glyphicon::before {
  display: none;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 20%;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 20%;
}




/****************Slick****************/
.slick-list {
	width: 100%;
	float: left;
	position: relative;
}

.slick-dots {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: table;
	clear: both;
}

.slick-dots li {
	float: left;
	margin: 20px 5px 0 ;
}

.slick-dots button {
	background-color: rgba(16, 32, 72, 0.5);
	border: none;	
	display: inline-block;
	width: 15px; height: 15px;
	border-radius: 50%;
	-ms-border-radius: 50%;
	outline-color: transparent;
	text-indent: -1000em;
	-webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
	
}

.slick-dots button:hover {
	-webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
     transform:scale(1.2);
}
.slick-dots li.slick-active button {
	background-color: transparent;
	border: 2px solid #102048;	
}


.slick-slider .slick-prev,
.slick-slider .slick-next {
  border: none;
  padding: 0;
  display: block;
  position: absolute;
  top: 40%; 
  width: 47px;
  height: 47px;
  text-indent: -9999px;
  left: -50px;
  background: url(../../images/arrow-slider-left.png) no-repeat center;
  -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
       -o-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
          transition: all 400ms ease;
          
	
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
	-webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}

.slick-slider .slick-next {
	right: -50px; left: auto;
	background: url(../../images/arrow-slider-right.png) no-repeat center;
}
.slick-slider button:hover, button:active, button:focus {
	outline: 0;
}


/****************Banner****************/
#banner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#banner .slider-img {
	width: 100%;
}
#banner .slider-img-fix {
	width: 100%;
}
#banner .item {
	height: 300px;
	height: 25vw;
}
#banner .item > a > img,
#banner .item > img {
  position: relative;
  z-index: -1;
}
#banner.paralax-background {
	height: 300px;
	height: 20vw;
	/*background-image: url(../../images/banner-category.jpg);*/
	background-position: 0 0; 
	background-size: 100% auto;
}
#banner.blank {}

#banner h1 {
	margin: 0; padding: 0;
	/*text-transform: uppercase;*/
	color: #fff;
	font-size: 48px; font-weight: 800;
}
#banner h2 {
	margin: 0; padding: 0;
	/*text-transform: uppercase;*/
	color: #fff;
	font-size: 38px; font-weight: 800;
}

.page-banner {
	position: relative;
	overflow: hidden;
}
.page-banner .slider-img {
	width: 100%;
}
.page-banner .item {
	height: 200px;
	height: 20vw;
}
.page-banner .item > a > img,
.page-banner .item > img {
  position: relative;
  z-index: -1;
}


/********************************************************
	4. CONTENT
********************************************************/

/****************General and Homepage****************/
.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible!important;
}
@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0
    }
    60% {
        transform: scale(1)
    }
    100%,
    80% {
        transform: scale(1);
        opacity: 1
    }
}

.content-wrapper {
	padding: 40px 0;
}

.text-primary { color: #666; }
.text-info { color: #000; }
.text-warning { color: #e30117; }


.row-small-title {
	color: #555;
	font-size: 24px; font-weight: 700;
	/*text-transform: uppercase;*/
	text-align: left;
	margin: 0 0 20px 0;
	line-height: 1;
}
.row-small-title a { color: #555; }
.row-small-title a:hover { color: #6fa3ca; }
.row-big-title {
	color: #333;
	font-size: 38px; font-weight: 900;
	/*text-transform: uppercase;*/
	text-align: center;
	margin: 0 0 20px 0;
	line-height: 1;
}
.row-big-title a { color: #333; }
.row-big-title a:hover { color: #6fa3ca; }

.home-desc {
    font-size: 18px; font-weight: 400;
    color: #44534d;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 50px;
}

#home-counter {
	background-color: #102048;
	position: relative;
	overflow: hidden;
	margin: 0; padding: 40px 0;
}
#home-counter .row-big-title {
	color: #fff;	
}
#home-counter .home-count {
	text-align: center; margin-top: 10px;
}
#home-counter .home-count span {
	font-size: 36px; font-weight: 800;
	color: #fff;
}
#home-counter .home-count p {
	font-size: 16px; font-weight: 500;
	color: #fff; /*text-transform: uppercase;*/
	text-align: center;
}
#home-counter .home-count .article-thumb-wrapper { }
#home-counter .home-count .border {
	margin: 0 auto;
	width: 140px; display: table; 
	text-align: center;
}
#home-counter .home-count .article-thumb {
	width: 140px; height: 140px;
	background: #fff;
	vertical-align: middle;
	display: table-cell;
	border-radius: 50% 
}

.inner-page #home-counter .home-count span {
	font-size: 36px; font-weight: 800;
	color: #102048;
}
.inner-page #home-counter .home-count p {
	font-size: 16px; font-weight: 500;
	color: #102048;
}
.inner-page #home-counter {
	background-color: transparent;
	padding: 20px 0;
}


#home-products {
	margin: 0; padding: 40px 0;
}
#home-products .home-article-wrapper {
	padding-top: 25px;
}
#home-products .article-slide  {
	height: 220px; 
	padding: 0; margin: 0 15px;
}
#home-products .article-slide .article-thumb-wrapper { padding: 0; }
#home-products .article-slide .article-thumb { height: 120px; padding: 0; }

#home-products .article-slide .article-slide-desc { height: 100px; padding: 15px 0 0 0; }
#home-products .article-slide h3 { 
	color: #333; font-weight: 700; 
	font-size: 18px; line-height: 1.2em;
	padding: 0; margin: 0;
	text-align: center;
}
#home-products .article-slide h3 a { color: #333; }
#home-products .article-slide h3 a:hover { color: #6fa3ca; }


#home-products .donation-article-wrapper .article-slide  { height: 385px; }
#home-products .donation-article-wrapper .article-slide .article-thumb { height: 300px; }
#home-products .donation-article-wrapper .article-slide .article-thumb .img-responsive {}
#home-products .donation-article-wrapper .article-slide .article-slide-desc { height: 50px; }


#home-solutions {
	margin: 0; padding: 40px 0;
	background: #fff;
}
#home-solutions .article-slide  {
/*	height: 63px;
	margin: 0 15px;*/
}
#home-solutions .article-slide .desc-text { 
	/*width: 100%; height: 63px; 
	padding: 0 0 0 70px;*/
}
#home-solutions .article-slide .desc-text h3 { 
	margin: 0;  color: #333;
	font-size: 20px; font-weight: 700; 
	/*line-height: 1em;
	height: 63px;
	overflow: hidden;
	text-overflow: ellipsis;*/
}
#home-solutions .article-slide .desc-text a { color: #333; }
#home-solutions .article-slide .desc-text a:hover { color: #6fa3ca; }


#gallery-page-wrapper { 
	padding: 30px 0;
	background: #f3f3f3;
}
#gallery-page-wrapper .article-slide .article-thumb-wrapper { width: 100%; height: 240px; }



#home-offer {
	margin-top: 0;	padding-top: 0;
	position: relative;
	/*top: -20px;*/
}

#home-offer.border-none {
	border-bottom: 3px solid transparent !important;
	-webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
       -o-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
          transition: all 500ms ease;
}

#home-offer .container-fluid,
#home-news .container-fluid {
	padding: 0 !important;
}

#home-offer .row,
#home-news .row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.home-news-articles .row { padding: 0; }

.home-news-articles .article-slide {
	max-width: none;
	max-height: 330px;
	overflow: hidden;
	padding-left: 40px;
}
.home-news-articles #slider-news .article-slide:first-child {
	padding-left: 0px;
}
.home-news-articles .article-thumb-wrapper {
	height: 190px; width: 100%;
}
.home-news-articles .article-slide-desc  {
	padding: 15px 0;
}
.home-news-articles .article-slide-desc h2 {
	color: #666666; /*text-transform: uppercase;*/
	line-height: 1; font-weight: 500;
	font-size: 16px;
}
.home-news-articles .article-slide-desc h2 a { color: #666666; }

.home-news-articles .article-slide-desc p {
	color: #999; line-height: 16px;
}
.home-news-articles .button-read-more {
	position: absolute;
	bottom: -15px;
}


/* article-slide */

.article-slide {
	padding: 0;
	margin-bottom: 20px;
}
.home-page .article-slide {
	margin-left: 0px;
	margin-right: 0px;
	max-width: 100%;
}

.page-content {
	clear: both;
	color: #3a3937;
}
.page-content .text-info {
	color: #3a3937;
	font-size: 16px;	
}

.article-thumb-wrapper {
	overflow: hidden;
}

.article-thumb {
	width: 100%;
	display: block;
	position: relative;
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.article-thumb img { margin: 0 auto; max-width: 100%;  }

.article-slide-desc {
	padding: 0 15px;
}
.article-slide-desc p {
	font-size: 16px; 
}
.article-slide-desc strong {
	color: #000;
}


.article-reference .article-thumb-wrapper {
	height: 140px;
	vertical-align: middle;
	display: table-cell;
}

.article-reference .article-slide-desc  {
    min-height: 140px;    
    border: none; 
}
.article-reference .article-slide-desc p {
    color: #7f7f7f; font-size: 16px;
}

.article-reference .button-read-more {
	margin: 0;
}




#ip-call {
	background: #fff;
}
#ip-call .article-slide-desc p {
	font-size: 18px;
}


.contact-page .page-content { padding: 15px;}

#page-wrapper {
	margin: 0; padding: 0;
   position: relative;
}
#page-wrapper.conecting-wrapper {
	background: #6fa3ca url(../../images/conecting-wrapper.png) 0 0 repeat-x;
	height: 470px;
	overflow: hidden;
	color: #fff; text-align: center;
}
#page-wrapper.conecting-wrapper h3 {	
	font-size: 48px; font-weight: 400;
	color: #fff;
}
#page-wrapper.conecting-wrapper p {	
	color: #fff;
}
#page-wrapper.conecting-wrapper .footer-social {
	height: 207px;
}
#page-wrapper.conecting-wrapper .footer-social a {
	font-size: 24px; line-height: 1.5;
	color: #fff; background-color: transparent;
	width: 37px; height: 37px;
	border: solid 1px #fff;
	border-radius: 50%;
	-ms-border-radius: 50%;
	text-align: center;
	vertical-align: middle; 
	margin-left: 5px;
 }
#page-wrapper.conecting-wrapper .footer-social a:hover { color: #5c88ac; border-color: #5c88ac; }

#page-wrapper.conecting-wrapper .button-read-more {
	/*text-transform: uppercase;*/
	color: #fff; border: solid 1px #fff; 
	background: transparent;
}
#page-wrapper.conecting-wrapper .button-read-more .fa { color: #fff }
#page-wrapper.conecting-wrapper .button-read-more:hover { color: #102048; border-color:  #102048; }
#page-wrapper.conecting-wrapper .button-read-more:hover .fa { color: #102048 }

#page-wrapper .fix-bg-left {
   width: 50%; height: 100%;
   position: absolute;
   left: 0px;
}
#page-wrapper .maps {
   width: 50%;
}
#page-wrapper .fix-bg-left .img-responsive {
	float: right;
	min-height: 500px; min-width: 100%;
	max-height: none; max-width: none;
	height: auto; width: auto;
}
/****************Google Page****************/
#map-canvas {
	min-height: 100%; min-width: 100%;
	max-height: none; max-width: none;
	height: auto; width: auto;
	overflow: hidden;
}
 


#home-elements {
	background: url(../../images/home-elements.png) 0 0 repeat;
}
.home-page .article-slide {
	margin: 0;
}	
#home-elements .row-small-title {
	color: #fff; 
}
#home-elements .article-slide-desc {
	min-height: 10px;
}

#home-elements .article-slide-desc p {
	color: #fff;
}
#home-elements  .article-thumb-wrapper {
	width: 125px;
	height: 125px;
	padding: 4px;
	background: #fff;
	overflow: hidden;
}
#home-elements  .article-thumb { height: 100%; }
#home-elements  .article-thumb img { height: 100%; }

#home-elements .article-slide-desc {
	padding: 15px 0;
	min-height: inherit;
}


/****************Category Page****************/
#category-call {
	background: url(../../images/category-call.png) 0 0 repeat;
	padding: 30px 0;
	margin: 0;
}
#category-call .article-slide-desc {
	text-align: left;
}
#category-call .article-slide-desc p {
	color: #666; 
	font-size: 16px;
}

#category-wrapper .row-small-title {
	color: #000;
}
#category-wrapper .desc-title {
	font-size: 30px;
	color: #888;
	line-height: 20px;
}
#category-wrapper .desc-title h2 { margin-top: 0; }
#category-wrapper .desc-title i { margin: 0 10px 0 20px; }
#category-wrapper .desc-title span { color: #bf9441 }


/****************News/Blog Page****************/
#news-wrapper {
	padding: 0;
}
.news-article-wrapper { }

.news-article {
	position: relative;
	padding: 0; margin-bottom: 30px;
	height: 150px;
	overflow: hidden;
}
.news-article .article-thumb-wrapper {
	padding: 0; margin: 0;
}
.news-article .article-thumb-wrapper .article-thumb {
	height: 150px;
	overflow: hidden;
}
.news-article .article-thumb-wrapper .img-responsive {
	min-height: 100%; min-width: 100%;
	/*max-height: none; max-width: none;
	height: 100px; width: auto;*/
}

.news-article .article-slide-desc {
	height: 100px; min-height: none;
}
.news-article .article-slide-desc h3 {
	color: #555; /*text-transform: uppercase;*/
	line-height: 1; font-weight: 700;
	font-size: 18px;
	padding: 0; margin: 0 0 15px 0;
}
.news-article .article-slide-desc h3 a { color: #555; }
.news-article .article-slide-desc h3 a:hover { color: #6fa3ca; }

.news-article .article-slide-desc .date {
	color: #102048; font-size: 13px;
	padding: 0; margin: 0 0 10px 0;
}
.news-article .article-slide-desc p {
	color: #44534d; font-size: 14px;
	padding: 0; margin: 0;
}
.news-article .button-read-more { margin-top: 0; float: none }

.news-post {
	margin-bottom: 30px;
	padding: 0;
}
.news-post .article-slide-desc {
	min-height: 62px; padding-left: 90px;
}
.news-post h3 {
	color: #555; /*text-transform: uppercase;*/
	line-height: 1; font-weight: 700;
	font-size: 18px;
	padding: 0; margin: 0;
}
.news-post h3 a { color: #555; }
.news-post h3 a:hover { color: #6fa3ca; }



/****************Product Page****************/
#product-wrapper {
	padding: 45px 0;
}
.product-article-wrapper {
	padding: 0;
	border: solid 1px #ececec;
}

.product-article  {
	background: #f5f5f5;
	padding: 30px 15px;	
	position: relative;
}
.product-article .article-thumb-wrapper .article-thumb { border: solid 1px #ececec; }
.product-article .article-slide-desc  {color: #999; font-weight: 400; }
.product-article .article-slide-desc .button-read-more {  font-weight: 400; }

.product-tablist {
	padding: 0;
}
.product-tablist .nav-tabs {
	background: #f5f5f5;
}


/* TABS */
.nav-tabs {
  border-bottom: 1px solid #ececec;
  padding: 0 30px; 
}

.nav-tabs > li {
	padding: 0;
}
.nav-tabs > li > a {
	margin-right: 0px;
	/*border-left: 1px solid #ececec;
	border-top: 1px solid #ececec;*/
 	border-radius: 0;
	color: #999; font-size: 18px; font-weight: 400;
	text-align: center;
}
.nav-tabs > li > a:hover {
	color: #000;
	/*border-bottom-color: transparent;*/
	border-color: transparent;  
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border-color: #ececec;
	border-radius: 0;
	background: #fff; 
	color: #000;
	border-bottom: solid 1px #fff;
}
.tab-content {
	padding: 20px 30px;
}
.tab-pane h2 {
	margin-top: 0;
}
.tab-pane p {
	font-weight: 400;
}



/****************Product & Category Page****************/
.single-product {
	margin: 15px 0;
}

.single-product .article-border {
	padding: 10px;
	background: #fff;
	border: solid 1px #ddd;
	-webkit-transition: transform 300ms ease;
     -moz-transition: transform 300ms ease;
       -o-transition: transform 300ms ease;
      -ms-transition: transform 300ms ease;
          transition: transform 300ms ease;
}
.single-product .article-border:hover {
	-ms-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}

.single-product .article-thumb-wrapper {
	width: 100%; height: 200px; position: relative;
	overflow: hidden;
	/*display: table;
	text-align: center;
	overflow: hidden;*/
}
.single-product .article-thumb {
	height: 200px; width: 100%;
	display: table-cell; vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}
.single-product .img-responsive { height: auto; width: 100%; max-width: none; }

.single-product.logo .article-thumb-wrapper { height: 80px; text-align: center }
.single-product.logo .article-thumb { height: 80px; text-align: center; display: block }
.single-product.logo .img-responsive { height: 100%; width: auto; max-width: none; margin: 0 auto; text-align: center }

.single-product .article-thumb-wrapper .zoom {
	height: 70px; width: 70px;
	overflow: hidden;
	border: solid 2px #fff;
	position: absolute; 
	top: 0; left: 0;
}
.single-product .article-thumb-wrapper .type {
	height: 40px; width: 40px;
	overflow: hidden;
	background: #fff;
	position: absolute; 
	top: 0; left: 0;
	color: #b2b2b2; font-size: 26px;
	padding-left: 4px;
}

.single-product h2 {
	font-size: 28px;
	color: #333;
}
.single-product p {
	padding: 0; margin: 0;
}





#load-more {
	cursor: pointer;
	background-image: none;
	padding: 10px 20px;
	margin-top: 35px;
}

#load-more.loading {
	background-image: url(../../images/loading_spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	margin-bottom: 40px;
	min-height: 40px;
}
#load-more.loading div { display: none; }
#load-more.hidden div { display: none; }

/****************Inner Page****************/
.breadcrumbs {
	background-color: #343b43;
	padding: 65px 0 57px;
}

.breadcrumbs .container-fluid {
	padding: 0;
}

.breadcrumbs a {
	color: #c3d4df;
	display: inline-block;
	font-size: 20px;
	position: relative;
	top: -3px;
	-webkit-transition: opacity 300ms ease;
     -moz-transition: opacity 300ms ease;
       -o-transition: opacity 300ms ease;
      -ms-transition: opacity 300ms ease;
          transition: opacity 300ms ease;
}

.breadcrumbs a:hover {
	opacity: .7;
}

.breadcrumbs a:after {
	content: '>';
	display: inline-block;
	margin: 0 8px;
}

.breadcrumbs p {
	width: 210px;
	display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
    color: #fff;
}

.inner-page-info {
	padding-left: 5px;
    padding-right: 40px;
    padding-top: 40px;
}

.inner-page-info .article-slide {
	margin-bottom: 0;
}

.inner-page-info .article-thumb-wrapper {
    height: auto;
}

.inner-page-info .article-slide-desc {
	border: none;
}

.inner-page-info .article-slide-desc .slide-desc-location {
    margin-top: 50px;
}

.inner-page-info .article-slide-desc {
	min-height: 100%;
}

#inner-page-wrapper {  }
#inner-page-wrapper .container-fluid { margin-top: 20px; margin-bottom: 20px; }

.main { padding: 0; }

.inner-page-thumb-wrapper {
	overflow: hidden;
	padding: 40px 40px 0;
}

.inner-page-thumb img {
	width: 100%;
}

.page-title-wrapper h1 {
    font-size: 18px;
    margin-top: 0 !important;
}


.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6,
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
	font-weight: 700;
	/*text-transform: uppercase;*/
	margin-bottom: 15px;
	margin-top: 35px;
}


.main h1 { color: #3a3937; font-weight: 900; }
.main h2 { color: #44534d; font-size: 24px;  }
.main h3 { color: #3a3937; }
.main h4 { color: #44534d; }

.main .row-small-title { text-align: center; margin-bottom: 10px; }
h4.nomargin { margin: 0; padding: 0; }


.page-header  {
	margin: 0; padding: 0;
	border-bottom: none;
}
.page-header .article-thumb-wrapper {
	float: left; margin-right: 30px;
}
.page-header h1 {
	color: #333;
	font-size: 38px; font-weight: 900;
	/*text-transform: uppercase;*/
	margin-top: 0; padding-top: 0;
	line-height: 1;
}
.page-header h2 {
   font-size: 32px;  font-weight: 700;
   color: #666666;
	margin: 0; padding: 0;
	line-height: 1em;
}

#page-heading {
	margin: 0; padding: 0;
	margin-top: 40px;
}

.main .snippet-image { margin-bottom: 20px; }
.main .snippet-image.pull-left { padding: 0 30px 0 0; }
.main .snippet-image.pull-right { padding: 0 0 0 30px; }
.main .snippet-image.center { padding: 0; }

.main .lead {
	margin-top: 0; padding-top: 0;
	padding-bottom: 20px;
	color: #44534d;
	font-size: 18px; font-weight: 600;
}

.main blockquote {
	padding-top: 1px;
	padding-bottom: 10px;
	border-left-color: #44534d;
	color: #44534d; font-size: 18px; font-weight: 400; 
	font-style: italic;
}
.main blockquote p {
	color: #44534d; font-size: 18px; font-weight: 400; 
}


.main .table > tbody > tr:nth-of-type(even) {
  /*background-color: #d1dadf;*/
}
main .table > tbody > tr:nth-of-type(odd) {
  /*background-color: #f9f9f9;*/
}

.main p {
	margin-bottom: 15px;
	margin-top: 15px;
	color: #44534d; font-size: 18px;
	text-align: justify;
	/*word-break: break-all;*/
}

.main p > a { color: #102048; text-decoration: underline; } 
.main p > a:hover { text-decoration: none; } 

.main p > a.button-read-more { color: #fff; text-decoration: none; } 
.main p > a.button-read-more:hover { text-decoration: none; } 


.main strong,
.sidebar strong {
	font-weight: 600;
	color: #262d2a;
	word-break: break-word;
}

.main ul {
	list-style: none;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

.main ul li  {
	margin-bottom: 25px;
	position: relative;
	padding-left: 25px;
	color: #262d2a; font-size: 18px;
}

.main ul li::before  {
	content: '';
	display: block;
	height: 10px;
	width: 10px;
	background-color: #262d2a;
	position: absolute;
	top: 5px;
	left: 0;
}

.main table {
	margin-bottom: 35px;
	margin-top: 35px;
	width: 100%;
	background: #fff;
}

.main table,
.main th,
.main td {
	border: 1px solid #e4e4e4;
	border-collapse: collapse;
}

.main th,
.main td {
	border-collapse: collapse;
	padding: 10px;
}

.main td {
	vertical-align: top;
	color: #686055; font-size: 16px;
}
.main td p { padding: 0; margin: 0; color: #686055; font-size: 16px; margin-bottom: 5px; }

.main table tr:first-child td {
	text-align: center;
}

.main table th  {
	color: #686055;
	font-weight: 700;
	font-size: 18px; /*text-transform: uppercase;*/
}

.main table tr  {
	color: #686055;
}
.main table tr:first-child {
	color: #686055; font-weight: 700;
}


.main table.none { background: transparent; border: none; margin: 15px 0; }
.main .none th,
.main .none td { border: none; padding: 5px 20px 5px 0px; }
.main .none tr:first-child td {text-align: left; }
.main .none tr:first-child { font-weight: 400; }



.main table span {
	font-weight: 400;
}


/* forms */
.page-form { 
	color: #686055;
	margin-top: 40px;
}
.page-form .col-sm-1, .page-form .col-sm-2, .page-form .col-sm-3, .page-form .col-sm-4, .page-form .col-sm-5, .page-form .col-sm-6, .page-form .col-sm-7, .page-form .col-sm-8, .page-form .col-sm-9, .page-form .col-sm-10, .page-form .col-sm-11, .page-form .col-sm-12 {
	padding-left: 0;
}
.page-form .form-control {
	background-color: #fff;
	border-color: #dddfde;
 	color: #686055;
	font-size: 16px;
	border-radius: 0;
	padding: 5px 20px;
	height: 40px;
	margin-bottom: 15px;
}
.page-form .form-control:focus {
	background: #fff;
}
.page-form textarea.form-control {
	height: 150px;
}

.page-form .form-control::-moz-placeholder
, .page-form .form-control:-ms-input-placeholder
, .page-form .form-control::-webkit-input-placeholder {
  opacity: 0.5;
}

.form-group label { color: #999; }
.form-group p { color: #000; text-align: center; padding: 10px 0; font-size: 18px; }
.form-group a { color: #59adc5; text-decoration: underline; }
.form-group a:hover { text-decoration: none; }

/* download */ 
.page-download {
	margin: 10px; padding: 10px 20px;
	border: solid 1px #102048;
	min-width: 250px;
	border-radius: 20px;
	-ms-border-radius: 20px;
	display: inline-table;
}
.page-download:hover { color: #6fa3ca }
.page-download span { color: #102048; font-size: 18px; font-weight: 700; line-height: 1em; }
.page-download:hover span { color: #6fa3ca; }
.page-download p { color: #102048; font-size: 14px; font-weight: 400; padding: 0; margin: 0;  }
.page-download:hover p { color: #6fa3ca; } 
.page-download .fa { color: #102048; font-size: 44px; display: block; float: left; padding-right: 10px;  }
.page-download:hover .fa { color: #6fa3ca; } 



#download-page-wrapper { 
	padding: 30px 0; 
}
#download-page-wrapper .page-download {
	margin: 10px; padding: 10px 20px;
}
#download-page-wrapper .article-thumb-wrapper { margin: 30px 0}
#download-page-wrapper .border {
	margin: 0 auto;
	width: 140px; display: table; 
	text-align: center;
}
#download-page-wrapper .article-thumb {
	width: 140px; height: 140px;
	background: #102048;
	vertical-align: middle;
	display: table-cell;
	font-size: 36px; font-weight: 800;
	color: #fff;
	border-radius: 50%;
}


/* popup */
body.modal-open .navbar,
.modal-open .navbar-fixed-top .navbar,
.modal-open .navbar-fixed-bottom .navbar {
  margin-left: -8px;
}

.modal-dialog {
	width: 600px;
}
.modal-content {
	border-radius: 20px;
	border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f3f3f3;
}
.modal-title {
	text-align: center; color: #333;
}
.modal-header {
	min-height: none;
	padding: 20px 0;
	border: none;
	background: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.modal-header h4 { font-size: 38px; color: #333; /*text-transform: uppercase;*/ margin: 0; padding: 0 }
.modal-header p { font-size: 16px; color: #44534d; padding: 10px 20px; text-align: center }
.modal-header .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 10px;
    border-radius: 100%;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -10px;
    right: -20px;
    z-index:1032;
}


.ekko-lightbox .modal-dialog,
.ekko-lightbox .modal-content {
	background: transparent;
	padding-top: 0;
}
.ekko-lightbox .modal-content {
	width: 80vw;
	margin: 0 auto;
}
.ekko-lightbox .modal-body {	
	padding: 0; margin: 0;
}

#lightbox .modal-dialog {
	display: block; 
}
#lightbox .modal-body {	
	padding: 0; margin: 0;
}
#lightbox .modal-content {
    display: inline-block;
    text-align: center; 
    overflow: hidden;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: 55px;
    right: -20px;
    z-index:1032;
}

.main a {
	color: #59adc5;
}

.main a:hover {
	color: #000;
	-webkit-transition: color 300ms ease;
     -moz-transition: color 300ms ease;
       -o-transition: color 300ms ease;
      -ms-transition: color 300ms ease;
          transition: color 300ms ease;
}

.main .inner-page-footer.social-share {
	margin-top: 30px;
}

.main .social-share {
	margin-bottom: 30px;
}
.main .social-share a::before {
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 6px;
}

.main .social-share p {
    /*text-transform: uppercase;*/
    font-weight: 700;
}

.main .media-body a {
	color: #59adc5; /*text-transform: uppercase;*/
	font-size: larger;
}

.alert-danger { font-size: 18px; text-align: center;}
.alert-danger p { color: #fff; }
.alert-danger a { color: #fff; /*text-transform: uppercase;*/ font-weight: 700 }
.alert-danger a:hover { color: #d1dadf; }

.sidebar {
	padding: 0;
	padding-left: 45px;
}

.sidebar .row-small-title {
	font-size: 18px; font-weight: 500;
	margin-bottom: 20px;
}

.sidebar h1 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d1dadf;
	line-height: 1;
	margin-top: 0;
}

.sidebar .snippet-wrapper {
	padding: 30px;
	border-radius: 30px;
	-ms-border-radius: 30px;
	border: solid 1px #d3d8dc;
}
.sidebar .snippet-wrapper .read-more .button-read-more {
	width: 100%;
	margin: 0; margin-bottom: 30px;
	text-align: center; /*text-transform: uppercase;*/
}
.sidebar .snippet-wrapper .article-thumb-wrapper {
	margin-bottom: 30px;	
}
.sidebar .snippet-wrapper .article-slide-desc {
	padding: 0; margin: 0;
	color: #333; font-size: 16px; 
}
.sidebar .snippet-wrapper .article-slide-desc p {
	color: #333; font-size: 16px; 
}
.sidebar .snippet-wrapper .article-slide-desc .button-read-more {
	font-size: 16px; font-weight: 900;
}

.tags-wrapper {
	width: 100%;
	margin: 40px 0;
	clear: both;
}

.tags {}
.tags a.tag {
	color: #102048; /*text-transform: uppercase;*/
	font-size: 14px; font-weight: 600;
	padding: 10px; margin: 0 15px 15px 0;
	border: 1px solid #102048;
	display: inline-block;
	border-radius: 20px;
	-ms-border-radius: 20px;
	-webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
       -o-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
          transition: all 300ms ease;
}
.tags a.tag:hover { color: #fff; background-color: #102048; }

.sidebar .related-news {}
.sidebar .related-news .news-post {}
.sidebar .related-news h3 {
	margin: 0; padding: 0;
}

.panel {
  margin-bottom: 20px;
  border: none; 	
  border-left: 4px solid #6fa3ca;
  border-radius: 0px;
  background: transparent;
/*  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);*/
}
.panel h3 {
	color: #6fa3ca;
	font-size: 24px; 
	/*text-transform: uppercase;*/
	font-weight: 700;
}
.panel .panel-heading {
  background-color: transparent;
  padding: 0 20px; margin: 0;
}
.panel .panel-heading .panel-title {
	margin: 0; padding: 15px 0;
}

.panel .panel-body.nav {
	padding: 0;
	border: none;
}

.list-group {
	margin: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 20px;
  background-color: transparent;
  color: #6fa3ca;
  font-size: 18px; font-weight: 700;
  border: none;
}

.list-group-item:first-child,
.list-group-item:last-child {
	border-radius: 0;
	-ms-border-radius: 0;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #6fa3ca;
  border-color: #6fa3ca;
}

.list-group a { 
	color: #59adc5; 
	/*border-left: solid 2px; border-color: #fff;*/
}
.list-group a:hover { color: #000; background: transparent; /*border-color: #5ec2a5;*/ }

.list-group-item:before {
	font-family: 'Glyphicons Halflings';
	font-size: 0.75em;
	content: "\e092";
	padding: 5px 10px;
	color: #59adc5;
	font-weight: lighter;
}
.list-group-item.active:before {
	color: #fff;	
}

.list-group .fa {
	color: #59adc5;
	margin-right: 5px;
}

.list-group-item.sec { font-size: 16px;  padding-left: 30px; }
.list-group-item.sec:hover { border-color: #000; }
.list-group-item.sec.active { background: #f3f3f3; border-color: #000; color: #000}

.list-group-item.rd { font-size: 14px;  padding-left: 30px;   }
.list-group-item.rd.active { background: #f3f3f3; color: #000}



.cookieNotice {
	-webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em 2em;
    box-sizing: border-box;
    z-index: 999999;
    background-color: #222a3a;
    color: #fff;
    text-align: center;    
}
.cookieNotice p {
	color: #d6d6d6; font-size: 12px;
}
.cookieNotice a {
	color: #fff; font-weight: bold;
}
.cookieNotice .button-read-more {
	background: #ffbf00;
	color: #4d3900;
	float: right;
	margin: 0 15px; padding: 5px 10px;
	font-size: 14px;
	/*text-transform: uppercase;*/	
}

/********************************************************
	5. FOOTER
********************************************************/
footer {
	background: #102048;
}
footer.content-wrapper {
	margin: 0; padding: 0;
}
#site-footer {
	padding: 40px 0 20px 0;
}
#site-footer .footer-wrapper { padding: 0; }
#site-footer .footer-article-wrapper { padding: 0 0 0 35px; word-break: break-all;  }


#site-footer a { color: #958a7b; }
#site-footer a:hover { color: #fff; }

/* Social */
#site-footer .footer-social {}
#site-footer .footer-social h3 { 
	color: #5c88ac; font-size: 24px; font-weight: 800; 
	margin-top: 0; padding-top: 0; 
}
#site-footer .footer-social a {
	font-size: 24px; line-height: 1.5;
	color: #fff; background-color: transparent;
	width: 37px; height: 37px;
	border: solid 1px #fff;
	border-radius: 50%;
	-ms-border-radius: 50%;
	text-align: center;
	vertical-align: middle; 
	margin-left: 5px;
 }
#site-footer .footer-social a:hover { color: #5c88ac; border-color: #5c88ac; }

#site-footer .footer-icon {
	margin-top: 45px;
}
#site-footer .footer-icon .button-read-more {
	margin: 0; /*text-transform: uppercase;*/
	margin-left: 10px; 
	color: #5c88ac; border: solid 1px #5c88ac; 
	background: transparent;
}
#site-footer .footer-icon .button-read-more .fa { color: #5c88ac }
#site-footer .footer-icon .button-read-more:hover { color: #fff; border-color:  #fff; }
#site-footer .footer-icon .button-read-more:hover .fa { color: #fff }


#site-footer .footer-article-wrapper .button-read-more {
	margin: 0; /*text-transform: uppercase;*/
	color: #fff; border: solid 2px #fff; 
	background: transparent;
	font-size: 24px; font-weight: 700;
	padding: 5px 30px;
	margin-bottom: 10px;
}
#site-footer .footer-article-wrapper .button-read-more .fa { color: #fff }
#site-footer .footer-article-wrapper .button-read-more:hover { color: #5c88ac; border-color: #5c88ac; }
#site-footer .footer-article-wrapper .button-read-more:hover .fa { color: #5c88ac }

#site-footer .footer-article-wrapper  {
	/*padding: 0 0 50px 0;
	background-image: url(../../images/icon-payment.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;*/ 
}


#site-copyright {
	margin: 0; 	padding: 20px 0;
	color: #5c88ad;
	font-size: 12px; font-weight: 400;
}
#site-copyright .row {
	border-top: solid 1px #5c88ad;
	padding-top: 15px;
}

#site-copyright a {
	color: #fff;
}
#site-copyright a:hover {
	opacity: .8;
}
#site-copyright .developed {
	text-align: right;
}


/********************************************************
	6. RESPONSIVE
********************************************************/
@media screen and (min-width: 768px) {
	
	.navbar-fixed-top .navbar-header {
		background-size: auto 73px;
		height: 73px; 
	}

	.navbar-fixed-top .navbar-brand {
		background-size: auto 73px;
		height: 73px; 
	}
	.navbar-fixed-top .navbar-collapse {
    	margin-top: 10px!important;
    	padding-bottom: 5px;
	}
	.navbar-fixed-top .navbar-nav > li > a {
	    font-size: 14px;
	}
	
.navbar-default .navbar-nav li .dropdown-menu {
		color: #333;
		background-color: #fff;
		border: none;
		min-width: 200px;
	}
	.navbar-default .navbar-nav li .dropdown-menu > li {
		/*display: block; .navbar-header
		width: 100%; margin: 0; padding: 0;*/
	}
	.navbar-default .navbar-nav li .dropdown-menu > li > a {
		text-transform: none;
		color: #333;
		white-space: normal;
		padding: 10px;
	}
	.navbar-default .navbar-nav li .dropdown-menu > li > a:before {
		content: "\f111";
		font-family: 'fontawesome';
		font-size: 8px;
		line-height: 20px;
		padding-right: 10px;
		vertical-align: top;
	}
	.navbar-default .navbar-nav li .dropdown-menu > li > a:hover {
    	color: #013c88;
    	background-color: #fff; 
	}


	/* Ako zelis da na hover radi dropdown i stavi active data-toggle="dropdown active" */
	.navbar-default .dropdown:hover .dropdown-menu {
    	visibility: visible;
    	display: block;
	}
	
	.navbar-fixed-top .head-social a {
		width: 30px; height: 30px;
		font-size: 19px;
	}
	
	.navbar-fixed-top .head-lang .phoca-flag {
	  	width: 170%; height: 170%;
	  	top: -10px; left: -12px;
  	}
	.navbar-fixed-top .head-lang p.phoca-flagbox {
		width: 30px; height: 30px;
	}
	
	.navbar-fixed-top .head-icon .button-read-more {
		font-size: 14px; font-weight: 500; 
		padding: 5px 15px;
	}
	
	
}
@media screen and (min-width: 1199px) {
	.home-page .article-slide {
		opacity: 0;
	}
	#gallery-page-wrapper .article-slide {
		opacity: 0;
	}
}

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

@media screen and (max-width: 1250px) {
    #slider .slide-caption {
	    text-align: center;
	    right: 0;
	}

	#slider .slide-caption h2,
	#slider .slide-caption p {
		width: 100%;
	}

	#slider .button-read-more {
		margin: 2vw auto 0 auto;
	}
}

@media screen and (max-width: 1199px) {
	.docs-links-wrap {
		float: none !important;
		margin: 0 auto !important;
		padding: 0 !important;
	}

	#home-offer .container-fluid,
	#home-news .container-fluid {
		width: 700px;
	}

	.slick-list {
		/*left: -7px;*/
	}

	.slick-dots {
	  width: auto;
	}
	
	.slick-slider .slick-prev,
	.slick-slider .slick-next {
  		display: none !important; 
	}  
	
	
	.article-slide-desc {
	  min-height: 290px;
	}

	#home-news .article-slide-desc > p {
		min-height: 163px;
	}

	#site-footer .row {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	#site-footer .row .footer-contact {
	   background-size: contain;
	}

	.social-share a::before {
		margin-left: 0;
	}
}

@media screen and (max-width: 1112px) {
	
	
	#slider .slide-caption h2 {
		font-size: 40px;
	}


	.site-search p {
	    display: block;
	    text-align: center;
	}

	.s-tabs {
		margin-top: 25px;
	}

	.first-search-row .select-wrap:after {
		top: 25px;
	}

	
	.single-product-wrapper {
		width: 940px;
		margin: 0 auto;
	}

	.single-product {
		width: 300px;
		margin-left: 20px;
	} 

	.single-product:hover {
		-ms-transform: initial;
		-moz-transform: initial;
		-webkit-transform: initial;
		-o-transform: initial;
		transform: initial;
	}

	.single-product:nth-of-type(3n+1) {
		margin-left: 0;
	}

	.single-product-desc {
		width: auto;
		float: none;
		padding: 25px;
	}

	.single-product-text > div,
	.single-product-text > div p,
	.single-product-text > div span,
	.single-product-footer div {
	    float: none;
	    margin: 0;
	    padding: 0;
	    border: none;
	}

	.single-product-footer div {
		position: absolute;
  		bottom: 0;
	}

	.single-product-text > div:nth-of-type(2) span,
	.single-product-text > div:nth-of-type(3) span {
		max-width: 100%;
	}

	.single-product-footer a.single-product-links {
		float: none;
		margin: 0;
		border: none;
	}


	.single-product-text {
		padding-bottom: 0;
		margin-bottom: 10px;
		min-height: 238px;
	}

	.single-product-text h2 {
		margin-top: 0;
	}

	.single-product-text > div {
		margin-bottom: 10px;
	}

	.single-product-footer {
		min-height: 210px;
		position: relative;
	}


	.second-search-row .s-tabs {
		margin-top: 0 !important;
		margin-bottom: 15px !important;
	}

	.breadcrumbs {
	    padding: 10px 0 10px 40px;
	}

	.breadcrumbs a,
	.breadcrumbs p {
	    font-size: 12px;
	}

	.breadcrumbs a {
		top: -2;
	}

	.single-product-footer div > a:after {
	    top: 6px;
	}
}

@media screen and (max-width: 991px) {
	
	.navbar-header .navbar-brand {
	}
	.navbar-header {
	}
	.navbar-default .navbar-collapse {
    	padding: 0; margin: 0 20px 0 22px!important;
	}
	.home-page #home-products { 
		margin-top: 0px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
	
	.inner-page-info .article-slide {
		margin: 0 auto;
	}

	.sidebar .article-slide {
		max-width: 320px;
	}

	.main .inner-page-footer.social-share {
	    border-bottom: 1px solid #d1dadf;
	    margin-top: 50px;
	    margin-bottom: 50px;
	}

}

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

	
	#home-products .article-slide-desc { height: auto; }
	#home-products .article-slide  { height: 250px;  }
	#home-products .article-slide .article-thumb-wrapper { height: 150px; }
	#home-products .article-slide .button-read-more { position: relative; }
	#home-products .article-slide .desc-text { height: auto; }


	
	#home-solutions .article-slide-desc { min-height: inherit; height: auto; }
	#home-solutions .article-slide  { height: 250px; }
	#home-solutions .article-slide .article-thumb-wrapper { height: 150px;  }
	#home-solutions .article-slide .desc-text { height: auto;}
	
	
}

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

	#slider .slide-caption h2 {
		font-size: 40px;
	}

	#slider .slide-caption p {
		display: none;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right {
		top: auto;
		bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	header {
		height: auto;
		min-height: 52px;
	}
	.navbar-fixed-top {
		min-height: 52px;
	} 

	.navbar-header {
		width: 100%;
  	}
  	
	.navbar-header .navbar-brand {
  		display: inline-block;
		margin-top: 0 !important;
		height: 72px; width: 110px;
	}
	
	.head-lang {
		margin-top: 30px;
		float: none !important; display: inline-table;
	}
	.head-lang p.phoca-flagbox {
		margin: 0; padding: 0;
		float: none !important; display: inline-block;
	}
	
	.head-icon {
		float: none !important; display: inline-table;
	}
	.head-social {
		float: none !important; display: inline-table;
	}
	.navbar-form {
		float: none !important; display: inline-table;
		display: none;
	}

	/* mobile nav */ 
	.navbar-toggle {
		display: table;
  		position: relative;
  		float: none;
  		padding: 9px 10px;
  		margin: 5px auto;
  		background-color: transparent;
  		background-image: none;
  		border: 1px solid transparent;
  		border-radius: 4px;
	}

	/* Nav menu */ 
	.navbar-default {
		background-image: none;
		height: auto!important;
		padding: 0; margin: 0;
	}
	.navbar-default .navbar-toggle {
  		border-color: #102048;
	}
	.navbar-default .navbar-toggle .icon-bar {
  		background-color: #102048;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
  		background-color: #102048;
	}
	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar {
  		background-color: #fff;
	}
	
		
	/* open nav */
	.navbar-collapse {
    	padding: 0; margin: 0;
		text-align: center;
	}
	.navbar-nav {
		padding: 0;  margin: 0;
	}
   .navbar .navbar-nav>li {
   	display: block!important; float: none!important;
		background-color: rgb(255,255,255,0.65)!important;
   }
   .navbar .navbar-nav>li>a {
   	width: 100%; text-align: center;
   	display: block; float: none;
   }
	

	#slider .slide-caption .container-fluid {
		margin-top: 15px;
	}
	.carousel-inner .item {
		height: 35vh;
	}	
	#banner .item {
		height: 30vh;
	}

	
	#site-footer {
	    padding-top: 40px;
	}

	#site-footer .row .footer-contact {
	   background-size: initial;
	   margin-bottom: 50px;
	}

	#site-footer .row > div {
	   display: table;
	   margin: 0 auto;
	   text-align: center;
	}

	#site-footer .row > div:first-child {
	   text-align: left;
	}

	#site-footer .row ul {
	   margin-bottom: 25px !important;
	   min-height: 100%;
	}

	#site-footer .row div h3 {
	   margin-bottom: 10px;
	}

	#site-footer ul li {
	   margin: 0 0 5px;
	}



	.inner-page-thumb-wrapper {
		display: none;
	}

	.main th,
	.main td {
	    padding: 10px;
	    font-size: 12px;
	}

	.article-slide-desc > .row,
	.article-slide-desc > .row > div,
	.article-slide-desc > .row > div p {
		padding-left: 0 !important;
		margin-left: 0 !important;
	}

	#home-news .button-read-more {
		margin: 0 auto;
	}

	.social-wrap {
		display: table;
  		float: none;
  		margin: 0 auto;
	}

	.social-share a::before {
	  margin-left: 10px;
	}

	.article-slide-desc .social-share::before {
		display: none;
	}

	.social-share p {
     	margin: 10px 0 !important;
	}
	
	.news-article-wrapper { 
		padding: 10px!important;
	}

	.news-article  {
		margin-bottom: 20px; 
		height: auto;
	}

	.news-article .article-thumb-wrapper {
		height: auto; height: 30vh;
	}
	.news-article .article-slide-desc  {
		height: auto;
	}

	.media-article-wrapper {
		padding: 10px!important;
		margin: 10px 0;
	}
	.media-object {
 		padding: 0; height: 30vh;
	}	
	.media-left,
	.media-right,
	.media-body {
  		display: block;
  		margin: 0; padding: 0;
  		height: auto;
	}

	.media-article {
		margin-bottom: 20px;
		height: auto;
		/*height: 80vh;*/
	}
	.media-left {
		height: 200px; height: 30vh;
		margin: 20px 0;
	}
	.media-body {
		height: auto;
		padding-bottom: 50px;
		margin-bottom: 20px;
	}	
	.sidebar {
		padding: 0 15px;
	}
	.modal-dialog {
		width: 90%;
		margin: 0 auto;
	}
	
	
	#home-welcome .article-slide-desc {
		min-height: 100px!important;
	}
	
	#home-products {
		padding: 20px 0;
	}
	#home-products .home-article-wrapper {
		padding-top: 15px;
	}
	#home-solutions .article-slide  {
		height: auto;
	}
	#home-solutions .article-slide .desc-text { 
		height: auto; 
	}
	#home-solutions .article-slide .desc-text h3 { 
		height: auto;
	}	
	
	#inner-page-wrapper .row { margin: 0 !important;}
	.conecting-wrapper .row { margin: 0 !important;}


	#page-wrapper .fix-bg-left {
		display: none;
	}
}

@media screen and (max-width: 719px) {
	#home-offer .container-fluid,
	#home-news .container-fluid {
		width: 350px;
	}

	.slide-desc-location,
	.slide-desc-activity {
		padding: 0 !important;
	}

	.slick-prev,
	.slick-next {
		display: inline-block !important;
		text-indent: -1000em;
		border: none;
		width: 30px;
		height: 30px;
		margin: 15px;
		background: #6fa3ca url(../../images/arrow-right.png) no-repeat center;
	}

	.slick-prev {
		background: #6fa3ca url(../../images/arrow-left.png) no-repeat center;
	}

	.slick-list {
	    width: 100%;
	     left: 0px; 
	}


	.slide-desc-activity {
		min-height: 80px;
	}


	#home-docs-links .home-docs,
	#home-docs-links .home-links {
	    padding: 50px 30px;
	}

	#home-docs-links span {
	    font-size: 13px;
	    height: 70px;
	}

	#home-docs-links h1 {
	    font-size: 23px;
	    margin-top: -15px;
	    line-height: 1;
	}

	.slick-dots {
		display: none !important;
	}

	.sidebar .tag {
	    font-size: 10px;
	    padding: 5px;
	}
}

@media screen and (max-width: 550px) {
	/*#slider,
	#banner {
		display: none;
	}*/

	.s-tabs {
	    display: table;
	    margin: 25px auto 0 !important;
	}

	.select-wrap {
		display: table;
		margin: 0 auto;
	}

	.select-wrap:after {
		right: 0px;
	}



	.first-search-row > p {
		position: relative;
	}

	.first-search-row > p:after {
		font-family: 'fontawesome';
		content: '\f00b';
		font-weight: 400;
		font-size: 25px;
		position: absolute;
		right: 0;
		top: -5px;
		color: #fff;
	}

	.main table tr:first-child {
		display: none;
	}

	.main table td {
		display: block;
		width: 100% !important;
		float: none;
		clear: both;
		text-align: left;
		position: relative;
		padding-top: 38px;
	}

	.main td::before {
		display: block;
		position: absolute;
		background-color: #343b43;
		color: #fff;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 5px 10px;
	}


	.breadcrumbs p {
	    width: 100px;
	}

	.head-contact-lang p.head-email::before {
		display: none;
	}

	.head-contact-lang p.head-email {
	    margin-left: 10px;
	}

	.head-social a {
	   margin-left: 10px;
	}

	.head-social a.head-facebook {
	   margin-left: 0px;
	}
}

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

	#home-offer .container-fluid,
	#home-news .container-fluid {
		width: 280px;
	}

	.article-thumb-wrapper {
	    height: 194px;
	}

	.article-slide-desc h2 {
	    margin: 15px auto !important;
	    font-size: 15px;
	}

	#home-news .article-slide-desc > p {
		padding-bottom: 10px;
		font-size: 12px;
		min-height: 125px;
	}

	.home-big-title {
	    font-size: 31px;
	}
}