/*********************************************************
	Company: Office me, http://www.office-me.com
	by Halo Creative Team, http://www.haloteam.rs/
	Date (create): 17-10-2016
	Date (update): 17-10-2016
		
	******************************
	*****      Index       *****
	******************************
	CONTENT:
	1. HEADER
	2. SLIDER
	3. SEARCH
	4. CONTENT
	5. FOOTER
	6. RESPONSIVE

*********************************************************/
/* 800 - extra bold 600 semi bold; 500 medium; 400 regular 300 light */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,800');


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

body {
	font-family: 'Raleway', sans-serif;
	background-color: #f6f6f6;
	background-image: url(../../images/body-bg.jpg);
	background-position: top;
	background-repeat: repeat;
	/*background-size: 100% auto;*/
}


h1,h2,h3,h4,h5,h6 {
	color: #222;
	font-weight: 800;
	line-height: 1.5;
}

p {
	color: #000;
	font-weight: 400;
}

a:hover,
a:focus {
	text-decoration: none;
}

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

.background-white {
	background: #fff;
}
.nomargin {
	margin: 0; padding: 0;
}
.wtm:before {
	content: attr(data-website) "\0040" attr(data-user);
	unicode-bidi: bidi-override;
	direction: rtl;
}

.img-cover {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%; width: 100%;
    max-width: none!important;
    margin: 0!importnat;
}
.img-contain {
    object-fit: contain;
    object-position: 50% 50%;
    height: 100%; width: 100%;
    max-width: none!important;
    margin: 0!importnat;
}
/****************Button****************/
.button-read-more {
	color: #fff; font-size: 18px; 
	display: table;  font-weight: 300;
	padding: 7px 40px;
	margin: 15px auto 0 auto;
	border: none;
	background-color: #000;
	border: solid 1px #fff;
	position: relative;
	text-transform: uppercase;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-transition: all 400ms ease-out;
     -moz-transition: all 400ms ease-out;
       -o-transition: all 400ms ease-out;
      -ms-transition: all 400ms ease-out;
          transition: all 400ms ease-out;
}
.button-read-more:hover {
	font-weight: 500; color: #fff;
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.button-read-more.transparent  {
	color: #000; border-color: #000;
	border-width: 2px; font-weight: 600;
	background: transparent;
}
.button-read-more.transparent:hover {
	color: #000; border-color: #000;
	border-width: 2px; font-weight: 600;
	background: transparent;
}
.button-read-more.white  {
	color: #000; 
	background: #fff;
}
.button-read-more.white:hover {
	color: #000;
}
.button-read-more.red {
	color: #eb1c24;
	border: solid 1px #eb1c24;
	background: #fff;
}
.button-read-more.red:hover {
	color: #eb1c24;
}

button.button-read-more {
	/*display: inline-block;*/
	padding-left: 40px;
	padding-right: 40px;
	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: #002462; font-weight: 600; 
	padding-left: 0;
	margin-left: 0;
}
.button-read-more.arrow-left:hover,
.button-read-more.arrow-right:hover { 
	color: #eb1c24; 
	background-color: transparent; 
	border: none;
}
.button-read-more.arrow-left::before {
	font-family: 'fontawesome';
	font-size: 1.25em;
	content: "\f104";
	padding-right: 5px;
	padding-left: 7px;
	color: #eb1c24; margin-right: 10px;
}
.button-read-more.arrow-right::after {
	font-family: 'fontawesome';
	font-size: 1.25em;
	content: "\f105";
	padding-right: 5px;
	padding-left: 7px;
	color: #eb1c24; 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;
	
	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;
    
    display: block; /*margin-bottom: 5px;*/
}
.green-btn.date {
	position: absolute;
	top: 0px; left: 0px;
	z-index: 1;
}
.circle-btn {
	width: 78px; height: 78px;
	padding: 20px;
	color: #fff; font-size: 14px;
	
	/*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: 500;
    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-size: 14px;
}
.breadcrumb > li > a { color: #767676; }
.breadcrumb > li > a:hover { color: #0e3f68; }
.breadcrumb > .active > a  { color: #0e3f68; text-transform: uppercase }

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

.pagination > li > a,
.pagination > li > span {
	font-size: 1.125em; color: #fff;
	 font-weight: 500;
	background-color: #0e3f68;
	margin: 0 5px;
	padding: 10px 0;
	text-align: center;
	width: 45px;
	border: none;
	border-radius: 0;
	-ms-border-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff; background-color: #75c8eb;
}
.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: #75c8eb;
  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: #eb1c24;
  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: #333;
	text-transform: uppercase;
	display: inline-block;
}

.social-share a:before {
	font-family: 'fontawesome';
	font-size: 14px;
	color: #002462; padding-top: 3px;
	display: inline-block;
	background-color: transparent;
	width: 30px;
	height: 30px;
	text-align: center;
	border: solid 2px #002462;
	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 {
	color: #eb1c24;
	border: solid 2px #eb1c24;
}
.social-share a.facebook:before {
	content: '\f09a';
	/*background: #4966a0;*/
}
.social-share a.linkedin:before {
	content: "\f0e1";
	/*background: #0274b3;*/
}
.social-share a.twitter:before {
	content: '\f099';
	/*background: #28a9e0;*/
}
.social-share a.instagram:before {
	content: "\f16d";
	/*background: #28a9e0;*/
}
.social-share a.google:before {
	content: "\f0d5";
	/*background: #28a9e0;*/
}
.social-share a.youtube:before {
	content: "\f167";
}

.social-share a.email:before {
	content: '\f0e0';
}


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

.media-article {
	position: relative;
	height: 370px;	/* 30px margin bottom */
	padding: 0;
}
.media {
	padding: 0!important; margin: 0!important;
	height: 340px;
  	overflow: hidden;
}
.media-thumb-wrapper {
  padding: 0;
  position: relative;
  border: none;
  overflow: hidden; 
  text-align: center;
  white-space: nowrap;
 background: #fff;
}

.media-object {
	height: 340px;
	overflow: hidden;
	padding: 0!important;
}
.media-object .img-responsive {
	min-height: 100%;
	min-width: 100%;
}

.media-body {
	width: 50%!important;
	height: 340px; min-height: 1px;
	padding: 30px!important;
	margin: 0;
	position: relative;
	font-size: 18px;
	background: #fff;
}

.media-body h3 { 
	color: #333;
	line-height: 1.3em; 
	font-size: 23px; font-weight: 800;
	padding: 0; margin: 0 0 10px 0;
	text-transform: uppercase;
}
.media-body h3 a { color: #333; }
.media-body h3 a:hover { color: #002462; }

.media-body .date { background: #002462; color: #fff; display: inline-table; margin: 0; padding-right: 5px; border: solid 2px #fff;  }
.media-body .date span { background: #eb1c24; display: inline-table; padding: 5px 10px; margin-right: 5px; border-right: 3px solid #fff; }

.media-body p {
	color: #333; font-size: 16px;
	padding: 0; margin: 0;
}
.media-body .text-info {
	color: #999;
}

.media-body .read-more {
	position: absolute;
	bottom: 20px;
}


.media-body .category {
	margin-bottom: 10px; text-transform: uppercase;
	color: #000; font-size: 12px;
}
.media-body .category a { text-decoration: none; }
.media-body .tags {
	padding: 10px 0 0 0;
} 
.media-body .tags a { text-decoration: none; }

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

/****************Header Contact****************/
header {
	position: relative;
	background: transparent;
	z-index: 101;
	background: #201b16;
}
.home-page header {
	position: absolute;
	left: 0; width: 100%;
	background: transparent;
}

.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: #75c8eb; background-color: transparent;
	width: 37px; height: 37px;
	border: solid 1px #75c8eb;
	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; padding: 0 0 0 10px;
	margin-left: 30px;
}
.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: #eb1c24;
	color: #000;
	margin-right: 10px;
}
.navbar .navbar-form .btn {
	width: 38px; height: 38px;
	padding: 0 5px; margin: 0; 
	background: transparent;
	/*border: solid 1px #fff;
	border-radius: 50%;
	-ms-border-radius: 50%;*/
	overflow: hidden;
	color: #fff;
}
.navbar .navbar-form .btn:hover { color: #eb1c24; /*border-color: #0e3f68; background: #eb1c24; */ }
.navbar .navbar-form .btn:focus { outline: none; /*background: #eb1c24;*/ }
.navbar .navbar-form .btn:before {
	font-family: 'fontawesome';  font-size: 20px;
	content: "\f002";
	padding: 0 10px 0 5px;
}


/****************Logo****************/
.navbar-header {}
.navbar-header .navbar-brand {
	position: absolute; display: block;
	z-index: 150;
	display: block;
	padding: 0; margin: 0;
	color: #000;
	height: 70px; width: 170px;
	-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% auto; 
  	background-repeat: no-repeat;
  	background-position: 0 0;
}
.navbar-header .navbar-brand:hover {  }

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

.navbar-default {
	border: none; border-radius: 0;
	padding: 20px 0 0 0;
	height: 120px;
}

.navbar-default .navbar-collapse {
   padding: 10px 0 0 0; margin: 0;
   position: relative; 
}
.navbar-default .nav li {
	text-transform: uppercase;
	margin: 0!important;
}

.navbar-default .navbar-nav > li > a {
	line-height: 60px;
	color: #fff; font-size: 18px; font-weight: 500;
   margin: 0; padding: 0px 30px;
    border-top: solid 2px #fff;
    -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: #eb1c24;
    background: transparent;
}
.navbar-default .navbar-nav > li:before {
	background: #fff;
	width: 10px; height: 10px;
	border-radius: 50%; 
	content: '';
	display: block;
	position: absolute;
	top: -5px; left: 45%;
}
.dropdown-menu {}
.dropdown-menu > li > a {
	color: #0e3f68; font-size: 16px; font-weight: 500;
	text-transform: none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #eb1c24;
  background-color: transparent;
}
.dropdown-menu > li > ul > li {
	color: #444;
	margin-bottom: 5px;
}
.dropdown-menu > li > ul > li > a {
	font-size: 18px;
	color: #444;
}
.dropdown-menu > li > ul > li > a:hover,
.dropdown-menu > li > ul > li > a:focus {
	color: #75c8eb;
}
.dropdown:hover .dropdown-menu {
	display: none;
}

.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);*/
    background-color: #0b0909;
    position: fixed;
    height: 80px;
}


/********************************************************
	2. SLIDER
********************************************************/
#slider {
	/*top: -120px;*/
	position: relative;
	z-index: 1;
	height: 900px;
	height: 100vh;
	background: #000;
}

#slider .slider-img {
	width: 100%;
}
#slider .slide-caption {
	width: 100%; height: 100%;
	position: absolute;
	left: 0; top: 0; margin: 0;
	text-align: center;
	/*background-color: rgba(0, 0, 0, 0.50);*/
	background: url;
	background-image: url(../../images/slide-caption_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 70%; 
	color: #fff;
	padding: 30vh 0 0 0;
}
#slider .slide-caption .container-fluid {
	position: relative;
}
#slider .slide-caption h2 {
	width: 100%;
	font-size: 48px; font-weight: 400; 
	line-height: 1em; text-transform: uppercase; 
	color: #fff;
	margin: 0; padding: 0;
}
#slider .slide-caption h2 span { font-weight: 800; color: #fff; }

#slider .slide-caption p {
	clear: both;
	color: #fff; 
	font-size: 24px; font-weight: 300;
	text-transform: uppercase;
	width: 100%; 
	padding: 0; margin: 0;
}
#slider .slide-caption p.lead {
	display: inline;
	padding: 5px 10px;
	display: none;
}
#slider .slide-caption h2 > a { color: #fff; }
#slider .slide-caption h2 > a:hover { color: #eb1c24; }
#slider .slide-caption p > a { color: #fff; }
#slider .slide-caption p > a:hover { color: #eb1c24; }

#slider .button-read-more {
	clear: both; text-transform: uppercase;
	min-width: 200px;
	background-color: rgba(0, 0, 0, 0.15);
}


.carousel-inner .item {
	height: 900px;
	height: 100vh;
	margin: 0; padding: 0;
}

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

.carousel-indicators {
	position: absolute;
	bottom: 50px;
	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: 0; margin-right: 15px;
	width: 18px; height: 18px;
	background-color: rgba(255, 255, 255, 0.25);
	border: none;
	border-radius: 2px;
	-ms-border-radius: 2px;
	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.slideMore {
	bottom: -50px;
}
.carousel-indicators.slideMore li {
	margin: 0;
	width: 80px; height: 80px;
	border-radius: 50%;
	-ms-border-radius: 50%;
	text-indent: 0em;
	background-color: rgba(255, 255, 255, 1);
	font-size: 28px; line-height: 80px; 
}
.carousel-indicators.slideMore li a {
	color: #0e3f68;	
}

.carousel-indicators .active {
	/*margin: 12px 5px;*/
	margin-right: 10px;
	width: 18px; height: 18px;
	background-color: transparent;
	border: 2px 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%;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}


/****************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 {
	/*top: -100px;*/
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0; padding: 0;
}
#banner .slider-img {
	width: 100%;
	filter:sepia(10%);
}
#banner .slider-img-fix {
	width: 100%;
}
#banner .item {
	overflow: hidden;
	height: 300px;
	height: 20vw;
	background-color: rgba(0, 0, 0, 0.6);	
}
#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 {}

.contact-page #banner {
	height: 300px;
	height: 25vw;
}

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

.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: #222;
	font-size: 40px; font-weight: 500;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 20px 0;
	line-height: 1;
}
.row-small-title a { color: #222; }
.row-small-title a:hover { color: #eb1c24; }

.row-big-title {
	color: #002462;
	font-size: 36px; 
	text-transform: uppercase;
	margin: 0 0 20px 0;
	line-height: 1;
}

.row-big-title a { color: #002462; }
.row-big-title a:hover { color: #eb1c24; }

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


/* 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: #333; font-size: 18px
}

.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: 18px; 
}
.article-slide-desc strong {
	color: #000;
}

#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;
	color: #fff;
}
#home-counter .home-count p {
	font-size: 16px; 
	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: 122px;
	background: #fff;
	vertical-align: middle;
	display: table-cell;
}

#inner-page-offer {
	padding: 0; margin: 0;
}
#inner-page-offer .article-player {
	padding: 0; margin: 0 0 30px 0;
	height: 270px;
	overflow: hidden;
	background: #fff;
}
#inner-page-offer .article-player .article-thumb-wrapper {
	padding: 0; margin: 0;
}
#inner-page-offer .article-player .article-thumb {
	height: 270px;
}
#inner-page-offer .article-player .img-responsive {
	min-height: 100%;
}
#inner-page-offer .article-player .category {
	display: inline;
	background: #eb1c24;
	color: #fff;
	font-size: 16px; font-weight: 800;
	text-transform: uppercase;
	padding: 5px 10px;
}
#inner-page-offer .article-player .row-small-title {
	color: #002462;
	font-size: 24px; font-weight: 800;
	text-transform: uppercase;
	margin: 20px 0;	
}
#inner-page-offer .article-player .info {
	color: #eb1c24; font-weight: 800;
}
#inner-page-offer .article-player .desc-name {
	position: relative;
	height: 270px;
}
#inner-page-offer .article-player .button-read-more {
	position: absolute; bottom: 10px;
}
#inner-page-offer .article-player .desc-data {
	padding-top: 20px;
}
#inner-page-offer .article-player dt {
 	text-align: left;
 	width: 35%!important;
 	font-weight: 400;
 	padding: 0; margin: 0;
 	padding-bottom: 3px;
}
#inner-page-offer .article-player dd {
 	text-align: left;
 	font-weight: 600;
 	padding: 0; margin: 0;
 	padding-bottom:  3px;
}


/* counter with title */
#home-offer {
	background-color: #f5f5f5;
	padding: 50px 0; margin: 0;
	/*margin-top: -120px;*/
}
#home-offer .row-small-title {
	color: #333;
	font-size: 36px; font-weight: 500;
	text-align: center;
}
#home-offer .home-offer-articles p {
	color: #333; font-weight: 500;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
#home-offer .article-slide {
	margin: 30px 0;
}
#home-offer .article-slide p {	
	font-size: 12px; color: #333;
	font-weight: 300;
	text-align: center; padding-top: 10px;
}
#home-offer .article-thumb-wrapper {
	-webkit-transition: transform 300ms ease;
     -moz-transition: transform 300ms ease;
       -o-transition: transform 300ms ease;
      -ms-transition: transform 300ms ease;
          transition: transform 300ms ease;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.4;
}
#home-offer .article-thumb-wrapper: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);
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
    opacity: 1;
}

#home-call {
	background-color: #000;
	padding: 0; margin: 0;
	position: relative;
	overflow: hidden;
}
#home-call .article-thumb-wrapper {
	position: absolute;		
}
#home-call .article-thumb-wrapper img {
	position: relative;
}
#home-call .article-slide-desc {
	padding: 0; margin: 0;
	font-size: 18px;
}
#home-call .row-big-title {
	text-align: left;
	color: #fff;
}
#home-call .article-slide-desc  {
	padding: 50px;
}
#home-call .article-slide-desc p {
	color: #fff; font-weight: 400;
	font-size: 14px;
}
#home-call .article-slide-desc p.lead {
	color: #fff; font-weight: 300;
	font-size: 16px; text-transform: uppercase;
	padding: 0; margin: 0;
}

#home-call .button-read-more { margin-top: 30px; margin-left: 0;}

#home-solutions {
	border-top: solid 2px #000;
	/*background-color: #000;*/
	padding: 0; margin: 0;
	position: relative;
	overflow: hidden;
}
#home-solutions .article-thumb-wrapper {
	position: absolute;		
}
#home-solutions .article-thumb-wrapper img {
	position: relative;
}
#home-solutions .article-slide-desc {
	padding: 0; margin: 0;
	font-size: 18px;
}
#home-solutions .row-big-title {
	text-align: left;
	color: #333;
}
#home-solutions .article-slide-desc  {
	padding: 50px;
	color: #eee; font-weight: 400;
	font-size: 14px;
}
#home-solutions .article-slide-desc p {
	color: #333; font-weight: 400;
	font-size: 16px;
}
#home-solutions .article-slide-desc ul {	
	margin: 20px 0; padding: 0;
}
#home-solutions .article-slide-desc ul li {
	color: #333; font-weight: 400;
	font-size: 16px; font-weight: 400;
	list-style: none;
	margin-bottom: 10px;
}
#home-solutions .article-slide-desc ul li::before {
	font-family: 'fontawesome';
	font-size: 0.875em;
	content: "\f00c";
	color: #333; margin-right: 10px;
}

#home-solutions .article-slide-desc p.lead {
	color: #333; font-weight: 300;
	font-size: 22px; 
	padding: 0; margin: 0;
	margin-bottom: 20px;
}
#home-solutions .button-read-more { margin-top: 30px; margin-left: 0;}



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


#home-news {
	background-color: #fff;
	background-image: url(../../images/home-news-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto; 
	padding: 50px 0; margin: 0;
}
#home-news .home-article-wrapper {
	padding: 0; margin: 0;
}
#home-news .article-news  {
	height: 500px;
	padding: 0; margin: 0 15px;
}

#home-news .article-news .article-thumb-wrapper { padding: 0; }
#home-news .article-news .article-thumb { height: 240px; padding: 0; }
#home-news .article-news .img-responsive {
	min-height: 100%; 
}
#home-news .article-news .article-slide-desc { height: 260px; padding: 0; }
#home-news .article-news h3 { 
	color: #000; font-weight: 300;  
	font-size: 24px; line-height: 0.95em; 
	padding: 0; margin: 0; text-transform: uppercase;
	margin-bottom: 20px;
	word-break: normal;
}
#home-news .article-news h3 a { color: #000; }
#home-news .article-news h3 a:hover { color: #eb1c24; }

#home-news .article-news p { font-size: 14px; color: #000; font-weight: 400;}

#home-news .article-news .date { background: #002462; color: #fff; display: inline-table; margin: 20px 0; padding-right: 5px; }
#home-news .article-news .date span { background: #eb1c24; display: inline-table; padding: 5px 10px; margin-right: 5px; border-right: 3px solid #fff; }

#home-news .article-news .read-more {	display: none; }


#contact-wrapper {
	padding: 40px 0;
}
#contact-wrapper .page-content {
	clear: none;
}


#page-wrapper {
	margin: 0; padding: 40px 0;
}
#page-wrapper .text-info {	
	color: #eb1c24; font-weight: 500;
	padding: 0;
}
#page-wrapper .page-header .row-small-title {
	margin: 0;	
}

#page-wrapper .footer-social {
	margin: 20px 0;
	text-align: center;
}
#page-wrapper .footer-social a {
	font-size: 20px; line-height: 40px;
	color: #fff; background-color: transparent;
	width: 40px; height: 40px;
	border: solid 2px #fff;
	border-radius: 50%;
	-ms-border-radius: 50%;
	text-align: center;
	vertical-align: middle; 
	margin-left: 10px;
}
#page-wrapper .footer-social a:hover { color: #1c7fbb; border-color: #1c7fbb; }

#page-wrapper .page-content {
	clear: none;
}
#page-wrapper .page-content .article-slide-desc p:not([class]) {	
	color: #999;
}

/****************Google Page****************/
#map-canvas {
	height: 400px; width: 100%;
	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 {
	margin: 0; padding: 0;
	background-color: rgba(0, 0, 0, 0.10);
	background-image: url(../../images/logo-bg.png);
	background-repeat: repeat;
}
.news-article-wrapper { }


.news-article {
	position: relative;
	border-bottom: solid 2px #fff;
	padding: 0; margin: 0;
	height: 280px;
	overflow: hidden;
}

.news-article .article-thumb-wrapper {
	padding: 0; margin: 0;
}
.news-article .article-thumb-wrapper .article-thumb {
	height: 280px;
	overflow: hidden;
}
.news-article .article-thumb-wrapper .img-responsive {
	width: 100%;
}

.news-article .article-slide-desc {
	height: 220px; min-height: 1px;
	padding: 30px 0 30px 30px;
}
.news-article .row-big-title {
	color: #eb1c24; text-align: left;
	display: inline-table;
}
.news-article .row-big-title:before {
	content: '';
	display: block;
	width: 33px;
	height: 12px;
	background: url(../../images/row-big-title_bg.png) 0 0 no-repeat;
	margin-bottom: 10px;
}

.news-article .article-slide-desc h3 { 
	color: #0e3f68; font-size: 48px; 
	margin: 0; padding: 0 30px;
	display: inline-table;	
}
.news-article .article-slide-desc h3 span { 
	font-size: 18px; font-weight: 500; 
	padding: 0; margin: 0;
}
.news-article .article-slide-desc .row-big-title a { color: #fff; }
.news-article .article-slide-desc .row-big-title a:hover { color: #0e3f68; }

.news-article .article-slide-desc .category {
	margin-bottom: 10px; text-transform: uppercase;
	color: #000; font-size: 12px;
}

.news-article .article-slide-desc .category a { text-decoration: none; }

.news-article .article-slide-desc .date {
	color: #333; font-size: 16px; text-transform: uppercase;
	padding: 0; margin: 0 0 10px 0;
}

.news-article .date {
	width: 100%; height: 70px;
	padding: 10px 5px;
	color: #fff; font-size: 18px;
	text-transform: uppercase;
	position: relative;
	text-align: right;
	overflow: hidden;
	background-color: #0e3f68;
}
.news-article .date span {
   font-size: 44px; line-height: 36px; display: block; 
   font-weight: 500;
}
.news-article .article-slide-desc p {
	color: #333; font-size: 16px;
	padding: 0; margin: 0;
}
.news-article .button-read-more { margin: 20px 0 0 0; float: none }

#news-wrapper .news-article {
	background: #eb1c24;
}
#news-wrapper .news-article .row-big-title {
	color: #fff;
}
#news-wrapper .news-article p {	
	color: #fff;
}
#news-wrapper .news-article:nth-of-type(even) {
	background: #0e3f68;
}
#news-wrapper .news-article:nth-of-type(even) .article-slide-desc h3 { 
	color: #eb1c24;
}



.subpage-article {
	position: relative;
	padding: 0; margin-bottom: 30px;
	overflow: hidden;
}
.subpage-article .article-thumb-wrapper {
	padding: 0; margin: 0;
}
.subpage-article .article-slide-desc h3 {
	color: #0e3f68; text-transform: none;
	line-height: 1.3em; 
	font-size: 24px;
	padding: 0; margin: 0 0 10px 0;
	text-transform: uppercase;
}
.subpage-article .article-slide-desc h3 a { color: #0e3f68; }
.subpage-article .article-slide-desc h3 a:hover { color: #333; }


/****************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;  }
.product-article .article-slide-desc .button-read-more {   }

.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; 
	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 {
	
}



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

.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: 85px; text-align: center }
.single-product.logo .article-thumb { height: 85px; text-align: center; display: block }


.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 { margin: 0; padding: 0;  }
#inner-page-wrapper .container-fluid { 
	margin-top: 20px; margin-bottom: 20px;
}


.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 {
	
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 35px;
}


h4.nomargin { margin: 0; padding: 0; }


.page-header  {
	margin: 0; padding: 0;
	margin: 0;
	border-bottom: none;
}
.page-header.banner { margin-top: 40px; }

.page-header .article-thumb-wrapper {
	float: left; margin-right: 30px;
}
.page-header h1,
.page-header .row-big-title {
	color: #002462;
	font-size: 36px; font-weight: 800;
	text-transform: uppercase!important;
	margin-top: 0; padding-top: 0;
	line-height: 1;
}
.page-header h2,
.page-header .row-small-title {
	color: #333;
	font-size: 30px; font-weight: 600;
	text-transform: uppercase;
	margin-top: 0; padding-top: 0;
	line-height: 1;
}
.page-header .category {
	display: block;
	color: #000; text-transform: uppercase;
	margin-bottom: 20px;
}
#page-heading {
	margin: 30px 0 0 0; padding: 0;}
#page-heading .text-info,	
.page-header .text-info {	
	color: #002462; font-weight: 500;
	padding: 0; font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 0;
}
#page-heading .lead,
.page-header .lead {
	color: #000; font-weight: 500;
	padding: 0; font-size: 18px;
}

.main { padding: 0; }

.main h1 { color: #002462; text-transform: none;  }
.main h2 { color: #333; font-size: 28px;  }
.main h3 { color: #333; }
.main h4 { color: #002462; }

.main .row-small-title { text-transform: none; margin-bottom: 10px;  }
.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 .date { background: #002462; color: #fff; display: inline-table; margin: 20px 0; padding-right: 5px; border: solid 2px #fff;  }
.main .date span { background: #eb1c24; display: inline-table; padding: 5px 10px; margin-right: 5px; border-right: 3px solid #fff; }

.main .lead {
	margin-top: 0; padding-top: 0;
	padding-bottom: 20px;
	color: #000;
	font-size: 16px; font-weight: 500; 
}

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


.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: #333;
	font-size: 16px; font-weight: 400;	
	text-align: justify;
	/*word-break: break-all;*/
}

.main p > a:not([class]) { color: #002462; text-decoration: underline; } 
.main p > a:not([class]):hover { text-decoration: none; } 

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


.main strong,
.sidebar strong {
	color: #000;
	font-weight: 600;
}

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

.main .page-content ul li  {
	margin-bottom: 25px;
	position: relative;
	padding-left: 25px;
	color: #000; font-size: 16px;
}

.main .page-content ul li::before  {
	content: '';
	display: block;
	height: 10px;
	width: 10px;
	background-color: #000;
	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: #333; font-size: 16px;
}
.main td p { padding: 0; margin: 0; color: #333; font-size: 16px; margin-bottom: 5px; }

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

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

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


.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 {  }



.main table span {
	
}


/* forms */
.page-form { 
	color: #333;
	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: solid 1px #dddfde;
	outline: 0;
	  -webkit-box-shadow: none;
          box-shadow: none;
 	color: #000;
	font-size: 16px;
	border-radius: 0;
	padding: 5px 10px;
	height: 40px;
	margin-bottom: 10px;
}
.page-form .form-control:focus {
	background: #fff;
}
.page-form textarea.form-control {
	height: 100px;
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-group label { color: #000; }
.form-group p { color: #000; text-align: center; padding: 10px 0; font-size: 18px; }
.form-group a { color: #75c8eb; text-decoration: underline; }
.form-group a:hover { text-decoration: none; }
.form-group .button-read-more {
	color: #000; border-color: #000;
	border-width: 2px; font-weight: 600;
	background: transparent;
}
.form-group .button-read-more:hover {
	color: #000; border-color: #000;
	border-width: 2px; font-weight: 600;
	background: transparent;
}

/* download */ 
.page-download {
	margin: 10px; padding: 10px 20px;
	border: solid 1px #0e3f68;
	min-width: 250px;
	border-radius: 0px;
	-ms-border-radius: 0px;
	display: inline-table;
}
.page-download:hover { color: #eb1c24 }
.page-download span { color: #0e3f68; font-size: 16px;  line-height: 1em; }
.page-download:hover span { color: #eb1c24; }
.page-download p { color: #0e3f68; font-size: 14px;  padding: 0; margin: 0;  }
.page-download:hover p { color: #eb1c24; } 
.page-download i { color: #0e3f68; font-size: 40px; display: block; float: left; padding-right: 10px;  }
.page-download:hover i { color: #eb1c24; } 



#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: 122px;
	background: #102048;
	vertical-align: middle;
	display: table-cell;
	font-size: 36px; 
	color: #fff;
}


/* 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: 1px;
	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;
    
}

.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: 40px 0 30px 50px;
}
.sidebar .page-download {
	margin: 10px 0; padding: 10px;
	border: none;
	background-color: #0e3f68;
	background-image: url(../../images/icon_download.png);
	background-position: 10px 15px;
	background-repeat: no-repeat;
}
.sidebar .page-download a { padding-left: 60px; display: block }
.sidebar .page-download span  { text-transform: uppercase; font-weight: 500; font-size: 14px; color: #fff; }
.sidebar .page-download p  { color: #67c4ea; }
.sidebar .page-download div  { color: #2da0cd; }
.sidebar .page-download .glyphicon { display: none;
}
.sidebar .social-share {
	margin-bottom: 30px;
}

.sidebar .category {
	margin-bottom: 10px; text-transform: uppercase;
	color: #000; font-size: 12px;
}

.sidebar .date { 
	background: #002462; color: #fff; 
	display: inline-table; 
	margin: 0; padding-right: 5px; border: solid 2px #fff;
}
.sidebar .date span { background: #eb1c24; display: inline-table; padding: 5px 10px; margin-right: 5px; border-right: 3px solid #fff; }



.sidebar .row-small-title {
	font-size: 18px; 
	color: #888; 
	margin-bottom: 10px;
}

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


.sidebar .snippet-wrapper {
	margin: 10px 0; padding: 0;
	border: none;
}
.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: 14px; 
}
.sidebar .snippet-wrapper .article-slide-desc p {
	color: #333; font-size: 14px; 
}
.sidebar .snippet-wrapper .article-slide-desc .button-read-more {
	font-size: 16px; 
}
.sidebar .snippet-wrapper .article-slide-desc ul,
.sidebar .snippet-wrapper .article-slide-desc ol {
	margin-left: 15px; padding-left: 0;
}


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

.tags {}
.tags a {
	color: #0e3f68; text-transform: uppercase;
	font-size: 14px;
	background: #e0e5ea!important; 
	padding: 5px 10px; margin: 10px 10px 0 0;
	border: 1px solid #0e3f68;
	display: inline-block;
	-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:hover { color: #999999; background-color: #0e3f68; }

.sidebar .related-news {}
.sidebar .related-news .news-post {}

.panel {
	position: relative;
	margin: 40px 0 80px 0;
	border-radius: 0px;
	border: solid 2px #002462; 	
	background: transparent;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
          box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}

.panel .panel-default {
	border: none;
	outline: invert;
}
.panel h3 {
	color: #002462;
	font-size: 24px; 
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
}
.panel .panel-heading {
  background-color: transparent;
  padding: 0 20px; margin: 0;
  border: none;

	position: absolute;
	background-repeat: no-repeat;
	background-position: 50% 0;	
	top: -40px;
	width: 100%;
	padding-top: 80px;
}
.panel.panel-default .panel-heading {
	background-image: url(../../images/panel-default.png);
}
.panel.panel-player .panel-heading {
	background-image: url(../../images/panel-player.png);
}
.panel.panel-call .panel-heading {
	background-image: url(../../images/panel-call.png);
}
.panel.panel-location .panel-heading {
	background-image: url(../../images/panel-location.png);
}
.panel.panel-news .panel-heading {
	background-image: url(../../images/panel-news.png);
}
.panel.panel-service .panel-heading {
	background-image: url(../../images/panel-service.png);
}
.panel.panel-download .panel-heading {
	background-image: url(../../images/panel-download.png);
}
.panel .panel-heading .panel-title {
	margin: 10px 0; padding: 0;
}
.panel .panel-body {
	padding: 0 20px;
	padding-top: 100px;
	position: relative;
}
.panel .panel-body p {
	color: #002462;
	font-size: 16px;
	font-weight: 500;
}
.panel .panel-body .article-thumb-wrapper {
	margin-bottom: 20px;
}

.panel.panel-location .panel-body,
.panel.panel-call .panel-body {
	text-align: center;
}


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

.list-group {
	margin: 0;
}
.list-group-item {
  position: relative;
  display: block;
  margin: 10px 0;
  padding: 0 0 0 10px;
  background-color: transparent;
  color: #0e3f68; font-weight: 500;
  font-size: 18px; 
  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: #767676;
  background: transparent;
  border: none;
}

.list-group a { 
	color: #0e3f68; 
	border-left: solid 2px; border-color: #a9abad;
}
.list-group a:hover { color: #767676; background: transparent; border-color: #767676; }

/*.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 { color: #767676; padding-left: 30px;  }
.list-group-item.sec:hover { color: #eb1c24; }
.list-group-item.sec.active { color: #eb1c24; font-weight: 500; }

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

/********************************************************
	5. FOOTER
********************************************************/
footer.content-wrapper {
	margin: 0; padding: 20px 0;
	background: #000;
}
#site-footer {
	color: #fff;
	font-size: 12px;
	padding: 30px 0;
}
#site-footer .footer-wrapper { padding: 0; }

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

#site-footer h3 {
	color: #999999;
	font-size: 16px;
	margin: 0; padding: 0;
	margin-bottom: 15px; 
	text-transform: uppercase;
}
#site-footer p { font-size: 12px; color: #fff; }

#site-footer .navbar-nav { padding-left: 0; }
#site-footer .navbar-nav ul { margin: 0; padding: 0; }
#site-footer .navbar-nav li {
	float: left; width: 50%;
	list-style: none;
	margin: 0; padding: 0;
	margin-bottom: 10px;
}

#site-footer .navbar-brand {
	display: block;
	padding: 0; margin: 0 0 15px; 0;
	height: 100px; width: 100%;
	text-align: center;
}
#site-footer .navbar-brand span:first-child {
	display: block;
	height: 90px; width: 100%;
	-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/footer-logo.png');
  	background-repeat: no-repeat;
  	background-position: 0 0;
  	background-size: 100%  auto; 
}
#site-footer .navbar-brand span {
	font-size: 12px; line-height: 0.75em;
	color: #a9a9a9;
}
#site-footer .fa {
	color: #fff;
	font-size: 16px;
}

#site-copyright {
	margin: 0; 	padding: 0;
	background: #000;
	color: #a9a9a9;
	font-size: 12px; 
}
#site-copyright .row {
	border-top: solid 1px #a9a9a9;
	padding-top: 20px;
}
#site-copyright p {
	color: #a9a9a9;
	font-size: 12px; 
}
#site-copyright a {
	color: #a9a9a9;
}
#site-copyright a:hover {
	color: #fff;
}
#site-copyright .developed {
}


#site-search .container-fluid {
	padding: 40px 0;
}
#site-search {
	padding: 0;
	background: #32a2d3;
}

#site-search  .form-group {
	font-weight: 500;
	color: #fff; text-transform: uppercase;
}

#site-search .form-group input {
	height: 42px; width: 100%;
	background-color: transparent;
	border: solid 1px #fff;
	border-radius: 0px;
	-ms-border-radius: 0px;
	color: #fff; font-size: 16px;
}
#site-search .form-group input::-webkit-input-placeholder {
	opacity: 1; color: #c2ecff;
}
#site-search .form-group input::-moz-placeholder { /* Firefox 18- */
	opacity: 1; color: #c2ecff;
}
#site-search .form-group select {
	height: 42px; width: 100%;
	background-color: transparent;
	border: solid 1px #fff;
	border-radius: 0px;
	-ms-border-radius: 0px;
	color: #fff; font-size: 16px;
	
}
#site-search .form-group select option {
	background-color: #fff;
	color: #0e3f68; font-size: 16px;
	
}

#site-search .btn {
	height: 42px; width: 100%; 
	background-color: #fff;	
	border: solid 1px #fff;
	border-radius: 0px;
	-ms-border-radius: 0px;
	color: #0e3f68; text-transform: uppercase;
	font-weight: 500;
}
#site-search .btn:hover {
	background-color: #0e3f68;
	color: #fff;
}

/********************************************************
	6. RESPONSIVE
********************************************************/
@media screen and (min-width: 768px) {

	.navbar-fixed-top .navbar-brand {
		background-size: auto 100%;
		height: 40px;
	}
	.navbar-default .dropdown:hover .dropdown-menu {
    	visibility: visible;
    	display: block;
	} 
	.navbar-fixed-top.navbar-default {
		padding: 10px 0;
		margin: 0;
	}
	.navbar-fixed-top .navbar-collapse {
    	padding-bottom: 5px;
	}
	.navbar-fixed-top .navbar-nav > li > a {
		line-height: 40px;
		font-size: 16px; 
		padding: 0px 20px;
	}
	
	.navbar-fixed-top .head-social a {
		width: 30px; height: 30px;
		font-size: 19px;
	}
	.navbar-fixed-top .navbar .navbar-form {
	}
	.navbar-fixed-top .navbar-form .btn {
		margin-top: 5px;
		width: 30px; height: 30px;
	}
	.navbar-fixed-top .navbar-form .btn:before {
		font-size: 16px;
		padding-left: 2px;
	}	
	.navbar-fixed-top .head-lang .phoca-flag {
	  	width: 170%; height: 170%;
	  	top: -10px; left: -15px;
  	}
	.navbar-fixed-top .head-lang p.phoca-flagbox {
	margin-top: 5px;
		width: 30px; height: 30px;
	}
	
	.navbar-fixed-top .head-icon .button-read-more {
		font-size: 14px;  
		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 (min-width: 1500px) {
	.container-fluid {
		max-width: 1380px;
	}
}

@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;
	}



	.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;
	}

	

	#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 {
		width: 300px;
		margin-left: 20px;
	} 

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

	.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;
	}


	.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;
	}
	
	.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) {
		
}

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

	.row-big-title {
		font-size: 24px;
	}
	.row-small-title {
		font-size: 20px;
	}
	
	#slider {
		height: 400px;
		height: 50vh;
	}
	#slider .slide-caption {
		padding: 20vh 0 0 0;

	}
	#slider .slide-caption h2 {
		font-size: 22px; 
		margin: 0; padding: 0 10px;
	}
	.carousel-inner .item {
		height: 400px;
		height: 50vh;
		margin: 0; padding: 0;
	}
	#slider .slider-img {
		width: auto!important; max-width: none;
		height: 100%;
	}
	#slider .slide-caption p {
		display: none;
	}
	#slider #slideMore {
		display: none;
	}
	.carousel-indicators {
		bottom: 40px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right {
		top: auto;
		bottom: 10px;
	}
	.carousel-indicators.slideMore {
		bottom: -30px;
	}
	.carousel-indicators.slideMore li {
		width: 60px; height: 60px;
		font-size: 30px; line-height: 60px; 
	}

	.media-article {
		height: auto!important;
	}
	.media {
		height: auto!important;
	}
	.media-object {
		height: 100px;
	}
	.media-body {
		width: 100%!important;
		height: auto!important; 
		padding: 10px 0!important;
	}
	.media-body.pull-right { padding: 10px!important; float: none!important }
	.media-body .read-more {
		position: relative;
		bottom: auto;
	}

	
}

@media screen and (max-width: 767px) {
	header {
		height: 50px;
	}
	.home-page header {
		height: 50px;
		background-color: rgba(0, 0, 0, 0.6);
	}
	.navbar-fixed-top {
		min-height: 52px;
		margin: 0!important;
	} 

	.navbar-header {
		width: 100%;
  	}
  	
	.navbar-header .navbar-brand {
		background-size: auto 100%;
		height: 40px;
	}

	.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;
		background-color: rgba(0, 0, 0, 0.8);
	}
	.navbar-default .navbar-toggle {
  		border-color: #fff;
  		background: #eb1c24;
	}
	.navbar-default .navbar-toggle .icon-bar {
  		background-color: #fff;
	}
	.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: rgba(255,255,255,0.65);
   }
   .navbar .navbar-nav>li>a {
   	width: 100%; text-align: center;
   	display: block; float: none;
   }
	

	#banner .item {
		height: 30vh;
	}

	
	#site-footer {
	    padding: 0;
	}

	#site-footer .navbar-brand {
		display: block;
		padding: 0; margin: 0 0 15px; 0;
		height: 100px; width: 100%;
		text-align: center;
	}
	#site-footer .navbar-brand span:first-child {
		height: 40px;
		background-position: center;
  		background-size: auto 100%; 
	}

	.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-solutions .article-thumb-wrapper {
		display: none;
	}
	
	#inner-page-wrapper .row { margin: 0 !important;}
	.conecting-wrapper .row { margin: 0 !important;}

	.home-contact {
		background-image: url(../../images/page-wrapper-contact.jpg);
		background-position: 0 100%;
		background-size: 100% 100%; 
	}
	
}

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

	.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: #eb1c24 url(../../images/arrow-right.png) no-repeat center;
	}

	.slick-prev {
		background: #eb1c24 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-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-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;
	}
}