
/* =========================================================
****************************ARTICLE - TEXT ***************************
============================================================ */

.news-article-heading  {
	font-weight: 400;
}

.article-text p {
	font-weight: 300;
}

.article-sidebar a { 
	color: inherit; 
	/* border-left:5px dotted rgba(255,255,255,.55); */
	display:block; 
	/* padding-left:10px */
}

.article-sidebar a:hover { 
	color: #006bb4; 
	/* border-left:5px dotted #006bb4; 
	border-color: transparent #transparent #transparent #006bb4;
	*/
}


.css-masonry .panel {
	/* background: rgba(255,255,255,.4); */
	border: 0;
}

.project-grid .panel {
	/* background: rgba(255,255,255,.4); */
	border: 0;
}


.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #EAEBEC;
}

/* =========================================================
****************************HELPERS***************************
============================================================ */

.divider-row, .divider-col  {
    -moz-user-select: none;
	/*
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
	*/
	border-bottom: 1px solid #d4d4d4;
    box-sizing: border-box;
    height: 0;
    line-height: 1;
    /* margin: 1rem 0; */
	display:block;
	clear:both;
	position:relative;
}


.divider-dashed  {
	border-style: dashed;
	border-left-color: transparent;
	border-right-color: transparent;
}

.divider-on-backg.divider-col {

	border-bottom-color: #d4d4d4;
	/*
	border-bottom-color:  rgba(255, 255, 255, 0.2);
    border-top-color:  rgba(0, 0, 0, 0.2);
	*/
}

.divider-on-backg.divider-row  {
	border-bottom-color: #d4d4d4;
	/*
	border-bottom-color: rgba(255, 255, 255, 0.2);
    border-top-color: rgba(0, 0, 0, 0.2);
	*/
}

.border-b {border-bottom-color: #d4d4d4}


.color-shapes-backg { 
    background: #D7D7D7 url("../img/backgrounds/color-shape-backg.jpg") no-repeat center top;
	-webkit-background-size:cover;
	   -moz-background-size:cover;
	   	    background-size:cover;
	border-top: 1px solid #d4d4d4;		
}

.color-shapes-backg-big { 
    background: url("../img/backgrounds/color-shape-backg-big.jpg") no-repeat center top, 
     	#D7D7D7 url("../img/backgrounds/color-shape-backg-big-repeat.jpg") repeat-y center top;
	-webkit-background-size: 100%;
	   -moz-background-size: 100%;
	   	    background-size: 100%;
	border-top: 1px solid #d4d4d4;		
}

.navbar-default {
    border-bottom-color: #d4d4d4;
}
.navbar-brand-img {
	width: auto;
	padding-top: 0;
}

.navbar-brand {
	height:40px;
}


/* =========================================================
****************************FOOTER***************************
============================================================ */

.footer-left-block {
	background-color: #2681bf;
}


.offset-footer-block {
	padding-left:95px;
}


/* =========================================================
**************************LIST & GRID PROJECTS*************************
============================================================ */



.list-projects {
	margin-bottom: 25px;
}

.list-projects .project-item  {
padding-top:10px;
padding-bottom:10px;
}

.list-projects .project-item h4 {
width:85%;
margin:0;
 font-family: "Dosis", Arial, sans-serif;
}

.list-projects-on-backg a {
	color:#fff;
}

.list-projects-on-backg a:hover {
	color:#333;
}


.project-grid .project-item,
.article-grid .article-item {
	margin-bottom: 20px;
}

.sisea-result {
	margin-bottom: 25px;
}

/* =========================================================
**************************VERTICAL ALGIMENT*************************
============================================================ */

 

/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}

/* columns of same height styles */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}
@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
}

/* visual styles */

/*
[class*="col-"] {
    padding-top:10px;
    padding-bottom:15px;
	border:1px solid #80aa00;
	background:#d6ec94;
}
[class*="col-"]:before {
    display:block;position:relative;
    content:"COLUMN";
    margin-bottom:8px;
	font-family:sans-serif;
	font-size:10px;
    letter-spacing:1px;
    color:#658600;
    text-align:left;
}
*/

 /*
.item {
    width:100%;
    height:100%;
}
*/

/* content styles */
.item {
	display: table;
padding: 5px;
margin-bottom: 0px !important;
}
/*
.content {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.content:before {
    content:"Content";
    font-family:sans-serif;
    font-size:12px;
    letter-spacing:1px;
    color:#747474;
}
*/
 


/* =========================================================
**************************TINT*************************
============================================================ */

.tint {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

 .tint::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0, 0.2);
  transition: all .3s linear;
  z-index: 9;
}

 .tint:hover::before  { 
	background: none;
 } 

 .t1:hover::before { background: rgba(0,107,180, 0.7); }
 .t2:hover::before { background: rgba(133,187,43, 0.7); }
 .t3:hover::before { background: rgba(255,239,0, 0.7); }

 
 .tint-hover {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

  .tint-hover::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  transition: all .3s linear;
  z-index: 9;
}

 .tint-hover:hover::before  { 
  background: rgba(0,0,0, 0.5);
 } 
 
 .t1-hover:hover::before { background: rgba(0,107,180, 0.7); }
 .t2-hover:hover::before { background: rgba(133,187,43, 0.7); }
 .t3-hover:hover::before { background: rgba(255,239,0, 0.7); }
 
 
 /* =========================================================
**************************HOVER EFFECTS*************************
============================================================ */


.grid {
	overflow: hidden;
	margin: 0;
	/*
	padding: 3em 0 0 0;
	width: 100%;
	list-style: none;
	text-align: center;
	*/
}

/* Common style */
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	/*
	margin: -0.135em;
	width: 33.333%;
	height: 400px;
	*/
	cursor: pointer;
}

.grid figure {
	width: 100%;
}

.grid figure img {
	position: relative;
	display: block;
	/* min-height: 100%; */
	opacity: 1;
}

.grid figure figcaption {
	padding: 10px;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 99;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */


.grid figure h3 {
}

.grid figure h3 span {
}

.grid figure h3,
.grid figure p {
	margin: 0;
}

.grid figure p {
}


/***** Sadie - Članci *****/
figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,72,72,0) 0%, rgba(72,72,72,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,72,72,0) 0%, rgba(72,72,72,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h3 {
	position: absolute;
	bottom: 10%;
	left: 10px;
	width: 90%;
	color: #fff;
	font-weight: 700; 
	
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	
	/* font-size:24px; */
	

}
figure.effect-sadie .t1 h3, figure.effect-sadie .t2 h3, figure.effect-sadie .t3 h3 {
	color: #000;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}


figure.effect-sadie p {
	position: absolute;
	bottom: 2%;
	left: 0;
	padding:10px 10px;
	width:100%;
	opacity: 0;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	
	line-height:normal;
	font-weight: 300;
	font-size: 16px;
}

figure.effect-sadie:hover h3 {
	 color: #fff;
	 text-shadow: 1px 1px 1px #000;
	/*
	-webkit-transform: translate3d(0,-20%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-20%,0) translate3d(0,-40px,0);
	*/
	-webkit-transform: translate3d(0,-2%,0) translate3d(0,-5px,0);
	transform: translate3d(0,-2%,0) translate3d(0,-5px,0);
}

 

figure.effect-sadie:hover figcaption::before 
/*figure.effect-sadie:hover p */{
	opacity: 1;
	-webkit-transform: translate3d(0,5px,0);
	transform: translate3d(0,5px,0);
}

figure.effect-sadie:hover p {
	opacity: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/* =========================================================
****************************TEAM***************************
============================================================ */


/***** Team - Custom Sadie *****/
figure.effect-team figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background: -webkit-linear-gradient(top, rgba(72,72,72,0) 0%, rgba(72,72,72,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,72,72,0) 0%, rgba(72,72,72,0.8) 75%);

	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-team.t1-hover figcaption::before {
/*
	background: -webkit-linear-gradient(top, rgba(0,78,130, 0) 0%, rgba(0,78,130, 0.9) 85%); 
	background: linear-gradient(to bottom, rgba(0,78,130, 0) 0%, rgba(0,78,130, 0.9) 85%); 
*/
	background:  transparent;  
}

figure.effect-team.t2-hover figcaption::before {
/*
	background: -webkit-linear-gradient(top, rgba(97,135,31, 0) 0%, rgba(97,135,31, 0.9) 85%); 
	background: linear-gradient(to bottom, rgba(97,135,31, 0) 0%, rgba(97,135,31, 0.9) 85%); 
	*/
	background:  transparent;  
}

figure.effect-team.t3-hover figcaption::before {
/*
	background: -webkit-linear-gradient(top, rgba(153,143,0, 0) 0%, rgba(153,143,0, 0.9) 85%); 
	background: linear-gradient(to bottom, rgba(153,143,0, 0) 0%, rgba(153,143,0, 0.9) 85%); 
	*/
	background:  transparent;  
}


figure.effect-team h4 {
	position: absolute;
	bottom: 8%;
	left: 10px;
	width: 90%;
	color: #666;
	opacity: 0;
	
	font-family: "Ubuntu", Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);

}
 
figure.effect-team figcaption::before,
figure.effect-team h4 {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(0,-55px,0);
	transform: translate3d(0,-55px,0);
}


figure.effect-team:hover h4 {
	 color: #fff;
	 opacity: 1;
	-webkit-transform: translate3d(0,-55px,0);
	transform: translate3d(0,-55px,0);
}

figure.effect-team figcaption::before {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

 
figure.effect-team:hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(0,5px,0);
	transform: translate3d(0,5px,0);
}

/***** Custom Team *****/

figure.no-effect-team figcaption::before {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: none;
}

 figure.no-effect-team:hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(0,5px,0);
	transform: translate3d(0,5px,0);
}

figure.no-effect-team  h4, 
figure.no-effect-team:hover  h4 {
	bottom: 2%;
	opacity: 1;
/*	-webkit-transform: translate3d(0,-55px,0);
	transform: translate3d(0,-55px,0);*/
	font-weight: 400;
	font-size: 14px;
}

 figure.no-effect-team  h4 span, figure.effect-team  h4 span {
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
	display:block;
	margin-top:5px;
	font-weight:700;
}




.team .team-item {
	padding: 0;
	line-height: 0;
}

figure.no-effect-team h4 {
	color: #fff;
}
.team > [class*="col-"]{
	padding-left: 30px;
	padding-right: 30px;
}

figure.no-effect-team figcaption::before {
	background: -webkit-linear-gradient(top, rgba(72,72,72,0) 0%, rgba(72,72,72,0.3) 75%);
	background: linear-gradient(to bottom, rgba(72,72,72,0) 0%, rgba(72,72,72,0.3) 75%);
}


/***** Sarah - Projekti *****/

figure.effect-sarah { }

figure.effect-sarah img {
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
/*	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0); */

}

figure.effect-sarah:hover img {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h3 {
	position: relative;
	overflow: hidden;
	padding: 0 0 0.5em 0;
	font-family: "Dosis", Arial, sans-serif;
	font-size: 32px;
}

figure.effect-sarah .t1 h3, figure.effect-sarah .t2 h3, figure.effect-sarah .t3 h3 {
	color: #fff;
	text-shadow: 1px 1px 1px #666;
}

figure.effect-sarah h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}


figure.effect-sarah  .t1 h3::after {
	background: #006bb4;
}
figure.effect-sarah  .t2 h3::after {
	background: #85bb2b;
}
figure.effect-sarah  .t3 h3::after {
	background: #ffef00;
}

figure.effect-sarah:hover h3::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah:hover h3 {
	text-shadow: 1px 1px 1px #000;
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah h3 {
transition: text-shadow .4s ease-out;
-webkit-transition: text-shadow .4s ease-out;
position: absolute;
bottom: 5%;
left: 5%;
right: 5%;
}





  /* =========================================================
*******************OTHER*******************
============================================================ */

li .rs-link {
	color: #006FB7;
}

li:hover .rs-link {
	color: #01558F;
}


.bottom abbr[title], .bottom abbr[data-original-title] {
    border-bottom-color: #efefef;
}

 
 

  /* =========================================================
*******************STICKY OFF SET NAVIGATION*******************
============================================================ */
.other-links-button > a > .sub-arrow,  .search-button > a > .sub-arrow{
	display: none!important;
}

.navbar-default .navbar-nav > .other-links-button > a{
  color: #fff;
  background-color: #a8d345;
}

.navbar-default .navbar-nav > .other-links-button > a:hover,
.navbar-default .navbar-nav > .other-links-button > a:focus {
  color: #fff;
  background-color: #85bb2b;
}


.navbar-default .navbar-nav > .search-button > a{
  color: #fff;
  background-color: #e0e0e0;
}

.navbar-default .navbar-nav > .search-button > a:hover,
.navbar-default .navbar-nav > .search-button > a:focus {
  color: #999;
  background-color: #ffef00;
}


.navbar-default .navbar-nav > .lang-button > a{
  color: #fff;
  background-color: #d4d4d4;
}

.navbar-default .navbar-nav > .lang-button > a:hover,
.navbar-default .navbar-nav > .lang-button > a:focus {
  color: #fff;
  background-color: #85bb2b;
}



.cd-secondary-nav .navbar {
	font-family: "Dosis", Arial, sans-serif;
}

.cd-secondary-nav .navbar-nav > li > a {
	text-transform: uppercase;
	font-size:18px
}

.cd-secondary-nav .navbar-nav .dropdown-menu > li > a,
.cd-secondary-nav .mega-menu ul > li > a {
	text-transform: uppercase;	
}


/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
 #top-header {
 /*
 height:50px;
 background:#ccc 
 */
 padding-top: 10px;
 padding-bottom: 8px;
 }
 
 #top-header .list-social-icons .fa {
	font-size: 24px;
	margin-left: 15px;
 }
 
 .list-social-icons.social-lightblue {
	margin-bottom: 10px;
	margin-left: 0;
	margin-top:10px;
 }

 
.list-social-icons.social-lightblue li .fa {
	font-size:.9em;
	color: #0471ab;
	width:24px;
	height:20px; 
	text-align:center;
 }
 
.list-social-icons.social-lightblue li a  {
	padding:3px 1px 1px 1px;
	background-color: #c3ddeb;
}

.list-social-icons.social-lightblue li a:hover  {
	background-color: #5ba6cf;
}
 
.has-top-margin {
  /* this class is given - using jQuery - to the .cd-main-content following the .cd-secondary-nav when it becomes fixed */
}
@media only screen and (min-width: 992px) {

  .has-top-margin {
    -webkit-animation: animate-margin-top 0.3s;
    -moz-animation: animate-margin-top 0.3s;
    animation: animate-margin-top 0.3s;
    margin-top: 40px;	
  }
}

@-webkit-keyframes animate-margin-top {
  0% {
    margin-top: 100px;
  }

  100% {
    margin-top: 40px;
  }
}
@-moz-keyframes animate-margin-top {
  0% {
    margin-top: 100px;
  }

  100% {
    margin-top: 40px;
  }
}
@keyframes animate-margin-top {
  0% {
    margin-top: 100px;
  }

  100% {
    margin-top: 40px;
  }
}

 

/* -------------------------------- 

Secondary Fixed Navigation

-------------------------------- */
.cd-secondary-nav {
  position: relative;
  z-index: 9; /* z-index: 9999; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 

 /* Small Devices, Tablets */
@media only screen and (min-width : 768px) {


.tp-bullets {
	padding-left: 150px;
}
 
}

 
@media only screen and (min-width: 992px) {

.footer-social-icons {
	padding-top: 75px;
	padding-bottom: 125px;
}

.footer-left-block {
	/*
	margin: -30px -50px;  
	padding: 30px 65px 30px 65px; 
	*/
	margin: -30px -50px -30px -50px;  
	padding: 30px 15px 30px 65px; 
	background-color: #2681bf;
}

.footer-right-block {
	margin-left:100px;
}



.navbar-default .navbar-nav > .other-links-button > a,
.navbar-default .navbar-nav > .search-button > a  {
  /* padding: 26px 22px; 
  padding: 26px 28px;*/
  padding: 20px 22px 20px 22px;
}

/* Hack for FF */
body:not(:-moz-handler-blocked) .navbar-default .navbar-nav > .search-button > a,
body:not(:-moz-handler-blocked) .navbar-default .navbar-nav > .other-links-button > a  {
  padding: 20px 22px 21px 22px;
}

.navbar-default .navbar-nav > .other-links-button > a .fa-bars,
.navbar-default .navbar-nav > .search-button > a .fa-search  {
	font-size: 1.53333em;
}

 

.navbar-default .navbar-nav > .other-links-button > a .fa-bars,
.navbar-default .navbar-nav > .lang-button > a,
.navbar-default .navbar-nav > .search-button > a .fa-search  {
	-webkit-transition: all .51s ease-out;
	   -moz-transition: all .51s ease-out;
	    -ms-transition: all .51s ease-out;
	     -o-transition: all .51s ease-out;
	        transition: all .51s ease-out;
}

.cd-secondary-nav.is-fixed .navbar-default .navbar-nav > .other-links-button > a .fa-bars,
.cd-secondary-nav.is-fixed .navbar-default .navbar-nav > .search-button > a .fa-search  {
	font-size: 1em;
	-webkit-transition: all .51s ease-in;
	   -moz-transition: all .51s ease-in;
	    -ms-transition: all .51s ease-in;
	     -o-transition: all .51s ease-in;
	        transition: all .51s ease-in;
}


.navbar-default .navbar-nav > .lang-button > a{
  /* padding: 30px 14px; 
  padding: 30px 26px;
  */
  padding: 24px 20px;
  font-size: 24px;
}

.cd-secondary-nav.is-fixed .navbar-default .navbar-nav > .lang-button > a {
  font-size: 18px;
}




.navbar-brand-img img  {
	height: auto;
	 /* width: 80px;  width: 201px; */
}

.navbar-brand-imgee img  {
	height: auto;

}

.cd-secondary-nav.is-fixed .navbar-brand-img img {
	width: auto;
	height: 40px; /* width: 101px; */
}

.cd-secondary-nav.is-fixed .navbar-brand-imgee img {
	height: 40px;

}

.cd-secondary-nav.is-fixed .navbar-brand-img img,
.navbar-brand-img img
{
	-webkit-transition: all .51s ease-in-out;
	   -moz-transition: all .51s ease-in-out;
	    -ms-transition: all .51s ease-in-out;
	     -o-transition: all .51s ease-in-out;
	        transition: all .51s ease-in-out;
}


.padded-container {
    padding-right: 65px;
	 padding-left: 65px;
	/*
	border-left:1px dashed rgba(0,0,0,.1);
	border-right:1px dashed rgba(0,0,0,.1);
	background:rgba(0,0,0,.05); 
	*/
}

.divider-row-cm {

}

.divider-col-cm, .divider-col-dashed {
	margin-left: 0px;
	margin-right: 0px;
}


  .cd-secondary-nav .navbar-nav > li > a {
    padding-top: 24px;
	padding-bottom: 24px;
	 
	-webkit-transition: all .5s ease-out;
	   -moz-transition: all .5s ease-out;
	    -ms-transition: all .5s ease-out;
	     -o-transition: all .5s ease-out;
	        transition: all .5s ease-out;
  }
  
 .cd-secondary-nav .navbar-nav.navbar-right:last-child {
    /* margin-right: 15px; */
}

  .cd-secondary-nav {
    z-index: 999; /* z-index: 9999; */
    /* height: 100px; */
	height:auto;
    /* background-color: rgba(3, 13, 24, 0.2); */
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
  }
 
.cd-secondary-nav .navbar {
    min-height: 40px;
}

  .cd-secondary-nav.is-fixed {
    /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
    /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
    position: fixed;
	top: 0;
	left:0;
	width:100%;

    /*
     height: 70px; 
	  left: 0; 
	width: 100%;
	width:940px;
	*/
  }

  .cd-secondary-nav.animate-children .navbar-nav > li > a  {
    padding-top: 10px;
	padding-bottom: 10px;
  }
  
  .cd-secondary-nav.animate-children  .navbar-nav > .other-links-button > a,
  .cd-secondary-nav.animate-children  .navbar-nav > .search-button > a   {
	padding:10px 12px;
  }
  
/* Hack for FF - There is no difference between default (above) and hack parameters (below) */
body:not(:-moz-handler-blocked) .cd-secondary-nav.animate-children .navbar-nav > .search-button > a,
body:not(:-moz-handler-blocked) .cd-secondary-nav.animate-children .navbar-nav > .other-links-button > a  {
  	padding:10px 12px;
}
  
  
  .cd-secondary-nav.animate-children  .navbar-nav > .lang-button > a {
 	padding:10px;
  }
  

  
  .tp-bullets {
	padding-left: 155px;
}
 
}
 


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {


.footer-social-icons {
	padding-top: 75px;
	padding-bottom: 110px;
}

.news-article-heading  {
	min-width: 683px;
}

.list-social-icons  {
	margin-left:15px
}

.article-sidebar { padding-left:35px }

.cd-secondary-nav.is-fixed {
	 /* width:1140px; */
}

.addthis_sharing_toolbox {
	padding-left: 20px;
}

.tp-bullets {
	padding-left: 160px;
}

}


/* Custom Large Devices, Wide Screens */
@media only screen and (min-width: 1440px) {


 
.news-article-heading  {
	min-width: 770px;
}


.cd-secondary-nav.is-fixed {
	 /* width:1270px; */
}

.tp-bullets {
	padding-left: 170px;
}

}
 
 
 
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

figure.effect-team:hover h4 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

}



/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {



 .footer-social-icons {
	padding-top: 20px;
	padding-bottom: 20px;
}


.footer-left-block {
	margin-top: -30px;  
	margin-bottom: 30px; 
	padding-top: 30px; 
	padding-bottom: 30px; 
}


.navbar-brand-img img  {
	height: 40px;
	/* width: 126px; */
	width: auto;
	margin-top:5px;
}

.navbar-brand-img {
 
    margin-right: 0px;
}


.divider-col-cm, .divider-col-dashed {
	margin-left: 15px;
	margin-right: 15px;
}

.offset-footer-block{
	padding-left:15px;
}

}




/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
 


 
 .logo-footer img{
	padding-left:15px;
}
 
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 479px) {

.project-grid .project-item[class*="col-"]{
	width:100%;
 }

 .navbar-brand-img img {
    height: 30px;

    width: auto;
    margin-top: 10px;
}


.jumbotron {
      position: relative;

    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    
      padding-top:100px;
      padding-left:10px;
    padding-bottom:100px;
} 

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 321px) {


}


@media only screen and (min-width : 768px) and (max-width : 1199px) {

figure.effect-sadie h3 {
	font-size: 18px;
	font-weight: normal;
}

figure.effect-sadie:hover h3 {
	-webkit-transform: translate3d(0,0,0) translate3d(0,0,0);
	transform: translate3d(0,0,0) translate3d(0,0,0);
}


}



@media only screen and (min-width : 992px) and (max-width : 1199px) {

.cd-secondary-nav .navbar-nav > li > a {
	padding-left: 9px;
	padding-right: 9px;
}


.navbar-brand-img img {
    height: 55px;
    margin-top:5px;
  
}


.navbar-default .navbar-nav > .lang-button > a{
	/*
	padding-left: 8px;
	padding-right: 8px;
	*/
}
.navbar-default .navbar-nav > .other-links-button > a {
    /*
	padding-left: 10px;
	padding-right: 10px;
	*/
}

}