@charset "UTF-8";
/*  Copyright 2018 Videor o.d. www.videor.ba All rights reserved. */



/*  STANDARD */
html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	word-wrap: break-word;
	height: 100%;
}
body {
	height: 100%;
	margin: 0; padding: 0; background-color: #dde4e8;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 23px;
	line-height: 32px;
	color: #333333;
}
strong {
	font-weight: 600;
	color: #00415d;
}
.clearing {	clear: both; }
.mobile-off { display: block; }
.mobile-on { display: none; }
.aname-offset { top: -50px; position: relative; visibility: hidden; }

/* SWIPER FULL */ .swiper-container { width: 100%; height: 100%; position: relative; }
/* SWIPER TWITTER */ .swiper-container-twitter { width: 100%; overflow: hidden; position: relative; }
/* LOAD BLOCK */ .load-block { display: none; }

#ontop { color: #000; font-size: 27px; transition: bottom 1s; bottom: -100px; right: 30px; display: block; position: fixed; z-index: 10000; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); text-decoration: none!important; }
#ontop:hover { color: #555; transition: .5s ease; }	

p {	margin-top: 0; margin-right: 0;	margin-left: 0;	margin-bottom: 10px; }
p:last-child { margin-bottom: 0px; }


ol { padding: 0; margin-top: 0; margin-right: 0; margin-left: 20px; margin-bottom: 10px; }
ol li { margin-left: 0.5em; text-indent: -0.2em; padding-bottom: 5px; }
ul { list-style: none; padding: 0; margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 10px; }
ul li::before { content: "◼ "; font-size: 10px; font-weight: 400; color: #888; padding-right: 5px; padding-left: 10px;}
ul li { padding-left: 1em; text-indent: -1.5em; padding-bottom: 5px; }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.image-square { position: relative; width: 100%; padding-bottom: 100%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }
.image-tv { position: relative; width: 100%; padding-bottom: 56.25%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; border-bottom: 5px solid #ed145b; }
.image-circle { position: relative; width: 100%; padding-bottom: 100%; border-radius: 50%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }
.image-borders { position: relative; width: 100%; padding-bottom: 56.25%; border-radius: 30px 30px 30px 30px; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }

.image-front-container { position: absolute; width: 100%; height: 100%; z-index: 20; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important;}

.image-hero-full { position: relative; height: 100%; background-repeat: no-repeat!important;  background-size: cover!important; background-position: bottom!important; }
.image-hero-full-1 { position: relative; height: 100%;  background-repeat: no-repeat!important; background-size: cover!important; background-position: top!important; }
.image-hero-half { position: relative; height: 50%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }
.image-hero-third { position: relative; height: 33.33%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }
.image-hero-quarter { position: relative; height: 25%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }
.image-hero-custom { position: relative; height: 450px; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }

.content-align-frame { position: relative; width: 100%; height: 100%; }
.content-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 50; }
.content-top-center { position: absolute; top: 0; left: 50%; transform: translate(-50%, 0); z-index: 50; }
.content-bottom-center { position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 0); z-index: 50; }
.content-bottom-left { position: absolute; bottom: 0; left: 0; z-index: 50; }
.content-bottom-right { position: absolute; bottom: 0; right: 0; z-index: 50; }
.content-top-left { position: absolute; top: 0; left: 0; z-index: 50; }
.content-top-right { position: absolute; top: 0; right: 0; z-index: 50; }
.content-middle-left { position: absolute; top: 50%; left: 0; transform: translate(0, -50%); z-index: 50; }
.content-middle-right { position: absolute; top: 50%; right: 0; transform: translate(0, -50%); z-index: 50; }

h1 { font-weight: 700; font-size: 28px;	line-height: 32px; color: #345719; margin-top: 0; margin-right: 50px; margin-left: 50px; margin-bottom: 0px; text-align: center; }

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

}

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

}
	
@media only screen and (max-width: 768px) {
.mobile-off { display: none; }
.mobile-on { display: block; }
h1 { font-size: 20px;	line-height: 21px;}
body {
	font-size: 17px;
	line-height: 20px;
}
}
/*  // STANDARD */	


.splash { 
	width: 80%;
	max-width: 600px;
}


.footer { 
	display: block;
	text-align: center;
	margin: 0px;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px!important;
	text-decoration: none;
	border-top: 1px solid #bbb;
	padding-top: 30px;
}
.footer a { 
	display: inline-block;
	color: #00253c;
	text-decoration: none; }
.footer a:hover { color: #000; text-decoration: underline; transition: .5s ease; }


h2 { font-weight: 700; font-size: 27px;	line-height: 32px; color: #666; margin-top: 40px; margin-right: 0; margin-left: 0; margin-bottom: 20px; }
h3 { font-weight: 700; font-size: 24px;	line-height: 29px; color: #666; margin-top: 40px; margin-right: 0; margin-left: 0; margin-bottom: 20px; }
h4 { font-weight: 700; font-size: 21px;	line-height: 26px; color: #666; margin-top: 40px; margin-right: 0; margin-left: 0; margin-bottom: 20px; }
h5 { font-weight: 700; font-size: 18px;	line-height: 23px; color: #666; margin-top: 40px; margin-right: 0; margin-left: 0; margin-bottom: 20px; }
h6 { font-weight: 700; font-size: 15px;	line-height: 20px; color: #666; margin-top: 40px; margin-right: 0; margin-left: 0; margin-bottom: 20px; }

.article {
	padding-top: 40px;
	padding-bottom: 40px;
}
.article img {
	display: block;
	max-width: 100%;
	/* margin-left: auto;
	margin-right: auto; */
	margin-bottom: 20px;
}
.article p {

	text-align: justify;
}
.article p:last-child {
	margin-bottom: 0px;
}
.article .img-caption {
	display: block;
	width: 66.66%;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #888;
	padding-top: 10px;
	margin-top: -20px;
	margin-bottom: 20px;
	/* margin-left: auto;
	margin-right: auto; */
	text-align: left;
}
.article ol { padding: 0; margin-top: 0; margin-right: 0; margin-left: 20px; margin-bottom: 10px; }
.article ol li { 
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	color: #666;
	margin-left: 0.5em; text-indent: -0.2em;
	padding-bottom: 5px; 
}
.article ul { list-style: none; padding: 0; margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 10px; }
.article ul li::before { content: "◼ "; font-size: 10px; font-weight: 400; color: #888; padding-right: 5px; padding-left: 10px;}
.article ul li { 
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
	color: #666;
	padding-left: 1em; text-indent: -1.5em;	padding-bottom: 5px; }
.article blockquote p {
	margin-top: 40px!important; 
	margin-right: 0;	
	margin-left: 40px;	
	margin-bottom: 40px!important; 
	font-style: italic;
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	color: #666;
	border-left: 3px solid #ddd;
	padding-left: 20px;
	text-align: left!important;
}
.article .article-author-name-top {
	margin-top: -20px;
	font-style: italic;
	font-weight: 500;
	font-size: 18px;
	color: #999;
}
.article .article-intro {
	font-style: italic;
	font-weight: 600;
	font-size: 17px;
	line-height: 24px;
	color: #666;
}
.article .article-info {
	margin-top: -20px;
	margin-bottom: 20px; 
	text-align: right;
	font-size: 12px;
	color: #999;
}







/*  BLOCKS */
.block1 {  /* isti "padding" kao "margin" od "okvir1" */
	position: relative;
	display: block;
	background-color: #ddd;
    width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.block2 {  /* isti "padding" kao "margin" od "okvir1" */
	position: relative;
	top: 50px;
	display: block;
    width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.block3 {  
	position: relative;
	display: block;
	background-color: #ccc;
    width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.okvir0 {  /* isti "padding" kao "margin" od "okvir1" */
	position: relative;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}
.okvir1 {
	position: relative;
	display: block;
	margin: 15px;
	padding: 20px;
	text-align: center;
}
.okvir2 {
	position: relative;
	display: block;
	margin: 15px;
	padding: 0px;
	background-color: #fff;
}
.okvir3 {
	position: relative;
	display: block;
	padding: 20px;
}
.okvir4 {
	position: relative;
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	padding: 20px;
	background-color: #fff;
}


@media only screen and (max-width: 1220px) {
.block1 { padding-top: 10px; padding-bottom: 10px; }
.block2 { padding-top: 10px; padding-bottom: 10px; }
.okvir0 { padding-left: 10px; padding-right: 10px; }
.okvir1 { margin: 10px; padding: 10px; }
.okvir2 { margin: 10px; }
.okvir4 { margin: 10px; }
}

@media only screen and (max-width: 1024px) {
.block1 { padding-top: 5px; padding-bottom: 5px; }
.block2 { padding-top: 5px; padding-bottom: 5px; }
.okvir0 { padding-left: 5px; padding-right: 5px; }
.okvir1 { margin: 5px; padding: 10px; }
.okvir2 { margin: 5px; }
.okvir4 { margin: 5px; }
}
	
@media only screen and (max-width: 768px) {
}
/*  // BLOCKS */	



/*  KOCKE */
.kocke { position: relative; max-width: 1440px; margin-left: auto; margin-right: auto; text-align: center; }
.kocke-okvir { position: relative; display: block; padding-left: 15px; padding-right: 15px; }
.kocke-content { position: absolute; display: block; margin: 15px; }
.kocke-content-box { position: absolute; display: block; width: 100%; }
[class*="kocka-"] { vertical-align: top; display: inline-block; position: relative; text-align: left; background-color: #fff; -webkit-box-shadow:inset 0px 0px 0px 15px #ccc; -moz-box-shadow:inset 0px 0px 0px 15px #ccc; box-shadow:inset 0px 0px 0px 15px #ccc; }
.kocka-cijela { width: 100%; padding-bottom: 100%; }
.kocka-pola { width: 50%; padding-bottom: 50%; }
.kocka-trecina { width: 33.33%; padding-bottom: 33.33%; }
.kocka-cetvrtina { width: 25%; padding-bottom: 25%; }
.kocka-petina { width: 20%; padding-bottom: 20%; }
.kocka-sestina { width: 16.66%; padding-bottom: 16.66%; }
.kocka-sedmina { width: 14.28%; padding-bottom: 14.28%; }
.kocka-osmina { width: 12.5%; padding-bottom: 12.5%; }
.kocka-cijela-polozena { width: 100%; padding-bottom: 50%; }
.kocka-cijela-cetvrtina { width: 100%; padding-bottom: 25%; }
.kocka-pola-polozena { width: 50%; padding-bottom: 25%; }
.kocka-trecina-polozena { width: 33.33%; padding-bottom: 16.66%; }
@media only screen and (max-width: 1220px) {
.kocke-okvir { padding-left: 10px; padding-right: 10px; }
[class*="kocka-"] { -webkit-box-shadow:inset 0px 0px 0px 10px #ccc; -moz-box-shadow:inset 0px 0px 0px 10px #ccc; box-shadow:inset 0px 0px 0px 10px #ccc; }
}
@media only screen and (max-width: 1024px) {
.kocke-okvir { padding-left: 5px; padding-right: 5px; }
[class*="kocka-"] { -webkit-box-shadow:inset 0px 0px 0px 5px #ccc; -moz-box-shadow:inset 0px 0px 0px 5px #ccc; box-shadow:inset 0px 0px 0px 5px #ccc; }
}
@media only screen and (max-width: 768px) {
[class*="kocka-"] { display: block; }
.kocka-cijela { width: 100%; padding-bottom: 33.33%; }
.kocka-pola { width: 100%; padding-bottom: 33.33%; }
.kocka-trecina { width: 100%; padding-bottom: 33.33%; }
.kocka-cetvrtina { width: 100%; padding-bottom: 33.33%; }
.kocka-petina { width: 100%; padding-bottom: 33.33%; }
.kocka-sestina { width: 100%; padding-bottom: 33.33%; }
.kocka-sedmina { width: 100%; padding-bottom: 33.33%; }
.kocka-osmina { width: 100%; padding-bottom: 33.33%; }
.kocka-cijela-polozena { width: 100%; padding-bottom: 33.33%; }
.kocka-cijela-cetvrtina { width: 100%; padding-bottom: 33.33%; }
.kocka-pola-polozena { width: 100%; padding-bottom: 33.33%; }
.kocka-trecina-polozena { width: 100%; padding-bottom: 33.33%; }
}




/*  CELIJE */
.celije { max-width: 1440px; margin-left: auto; margin-right: auto; text-align: center; }
[class*="celija-"] { vertical-align: middle; display: inline-block; position: relative; text-align: left; }
.celija-cijela { width: 100%; }
.celija-pola { width: 50%; }
.celija-trecina { width: 33.33%; }
.celija-cetvrtina { width: 25%; }
.celija-petina { width: 20%; }
.celija-sestina { width: 16.66%; }
.celija-sedmina { width: 14.28%; }
.celija-osmina { width: 12.5%; }
.celija-dvijetrecine { width: 66.67%; }
.celija-tricetvrtine { width: 75%; }
.celija-cetiripetine { width: 80%; }
.celija-petsestina { width: 83.34%; }
.celija-sestsedmina { width: 85.72%; }
.celija-sedamosmina { width: 87.5%; }
@media only screen and (max-width: 1220px) {
.celije {width: 100%;}
}
@media only screen and (max-width: 1024px) {
.celija-cijela { width: 100%; }
.celija-pola { width: 50%; }
.celija-trecina { width: 33.33%; }
.celija-cetvrtina { width: 33.33%; }
.celija-petina { width: 25%; }
.celija-sestina { width: 25%; }
.celija-sedmina { width: 25%; }
.celija-osmina { width: 25%; }
.celija-dvijetrecine { width: 66.67%; }
.celija-tricetvrtine { width: 100%; }
.celija-cetiripetine { width: 100%; }
.celija-petsestina { width: 100%; }
.celija-sestsedmina { width: 100%; }
.celija-sedamosmina { width: 100%; }
}	
@media only screen and (max-width: 768px) {
.celija-cijela { width: 100%; }
.celija-pola { width: 100%; }
.celija-trecina { width: 100%; }
.celija-cetvrtina { width: 50%; }
.celija-petina { width: 33.33%; }
.celija-sestina { width: 33.33%; }
.celija-sedmina { width: 33.33%; }
.celija-osmina { width: 33.33%; }
.celija-dvijetrecine { width: 100%; }
.celija-tricetvrtine { width: 100%; }
.celija-cetiripetine { width: 100%; }
.celija-petsestina { width: 100%; }
.celija-sestsedmina { width: 100%; }
.celija-sedamosmina { width: 100%; }
}
/*  // CELIJE */



/*  ELEMENTI */
.elementi { max-width: 1440px; margin-left: auto; margin-right: auto; text-align: center; }
[class*="element-"] { float:left; position: relative; text-align: left; }
.element-cijela { width: 100%; }
.element-pola { width: 50%; }
.element-trecina { width: 33.33%; }
.element-cetvrtina { width: 25%; }
.element-petina { width: 20%; }
.element-sestina { width: 16.66%; }
.element-sedmina { width: 14.28%; }
.element-osmina { width: 12.5%; }
.element-dvijetrecine { width: 66.67%; }
.element-tricetvrtine { width: 75%; }
.element-cetiripetine { width: 80%; }
.element-petsestina { width: 83.34%; }
.element-sestsedmina { width: 85.72%; }
.element-sedamosmina { width: 87.5%; }
@media only screen and (max-width: 1220px) {
.elementi {width: 100%;}
}
@media only screen and (max-width: 1024px) {
.element-cijela { width: 100%; }
.element-pola { width: 50%; }
.element-trecina { width: 33.33%; }
.element-cetvrtina { width: 33.33%; }
.element-petina { width: 25%; }
.element-sestina { width: 25%; }
.element-sedmina { width: 25%; }
.element-osmina { width: 25%; }
.element-dvijetrecine { width: 66.67%; }
.element-tricetvrtine { width: 100%; }
.element-cetiripetine { width: 100%; }
.element-petsestina { width: 100%; }
.element-sestsedmina { width: 100%; }
.element-sedamosmina { width: 100%; }
}	
@media only screen and (max-width: 768px) {
.element-cijela { width: 100%; }
.element-pola { width: 100%; }
.element-trecina { width: 100%; }
.element-cetvrtina { width: 50%; }
.element-petina { width: 33.33%; }
.element-sestina { width: 33.33%; }
.element-sedmina { width: 33.33%; }
.element-osmina { width: 33.33%; }
.element-dvijetrecine { width: 100%; }
.element-tricetvrtine { width: 100%; }
.element-cetiripetine { width: 100%; }
.element-petsestina { width: 100%; }
.element-sestsedmina { width: 100%; }
.element-sedamosmina { width: 100%; }
}
/*  // ELEMENTI */




/*  DESKTOP MENU 1 */
.desktop-menu-1-container-logo { position: relative; width: 100%; height: 100px; }
.desktop-menu-1-container-logo-inside { width: 100%; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); z-index: 50; }
.desktop-menu-1-container-logo-frame { position: relative; display: block; width: 100%;	margin: 0px; padding: 0px; background-color: #fff; }
.desktop-menu-1-container-logo-image { display: block; margin-left: 15px; }
.desktop-menu-1-container-logo-image img { display: block; width: 100px; }
.desktop-menu-1-container-menu { position: relative; width: 100%; height: 100px; }
.desktop-menu-1-container-menu-inside { position: absolute; top: 50%; right: 0; transform: translate(0, -50%); z-index: 50; }



.desktop-menu-1-navigation {
    text-align: right;
}
.desktop-menu-1-main {
    position: relative;
    display: inline-block;
	vertical-align: middle;
    margin-top: 15px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 15px;
    padding: 0;
}
.desktop-menu-1-img {
    display: inline-block;
	vertical-align: middle;
}
.desktop-menu-1-item {
	background-color: #ddd;
	color: #000;
    padding: 10px;
	text-decoration: none!important;
}	
.desktop-menu-1-item:hover {
    background-color: #aaa;
	color: #fff;
	transition: .5s ease;
}		
.desktop-menu-1-dropdown {
	text-align: left;
    display: none;
    position: absolute;
    left: 0;
	top: 28px;
    background-color: #ddd;
    min-width: 160px;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
    z-index: 1;
	transition: .5s ease;
}
.desktop-menu-1-dropdown a {
    color: #000;
    padding: 10px;
    text-decoration: none!important;
    display: block;
}
.desktop-menu-1-dropdown a:hover {
	background-color: #aaa;
	color: #fff;
	transition: .5s ease;
}
.desktop-menu-1-main:hover .desktop-menu-1-dropdown {
    display: block;
}
.desktop-menu-1-divider {
	font-size: 15px;
	color: #aaa;
}

@media only screen and (max-width: 1024px) {
.desktop-menu-1-navigation { text-align: center; }
.desktop-menu-1-container-logo-image { margin-left: 0px; }
.desktop-menu-1-container-logo-inside { position: relative; display: block; }
.desktop-menu-1-container-menu-inside { position: relative; display: block; }
}


/*  MOBILE MENU 1 */
.mobile-menu-1-overlay { height: 0%; width: 100%; position: fixed; z-index: 5000; top: 0; left: 0; background-color: rgb(0,0,0); background-color: rgba(0,0,0, 0.9); overflow-y: hidden; transition: 0.5s; }
.mobile-menu-1-overlay-content { position: relative; top: 25%; width: 100%; text-align: center; margin-top: 30px; }
.mobile-menu-1-overlay a { font-size: 36px; color: #fff; padding: 20px; text-decoration: none; display: block; }
.mobile-menu-1-overlay a:hover, .mobile-menu-1-overlay a:focus { color: #aaa; transition: 0.5s;}
.mobile-menu-1-overlay .mobile-menu-1-closebtn { font-size: 60px; font-weight: 100; position: absolute; top: 25px; right: 25px; }
.mobile-menu-1-button { font-size: 30px; cursor:pointer; }

/*  // NAVIGATIONS */


/*  OVERLAYS */
.overlay-full { background-color: #000; opacity: 0.5; filter: alpha(opacity=50); width: 100%; height: 100%; position: absolute; -webkit-box-shadow:inset 0px 0px 0px 0px #006799; -moz-box-shadow:inset 0px 0px 0px 0px #006799; box-shadow:inset 0px 0px 0px 0px #006799; }
.overlay-bottom-top { background: -moz-linear-gradient(90deg, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 50%); background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 50%); background: linear-gradient(0deg, rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 50%); width: 100%; height: 100%; position: absolute; }
.overlay-top-bottom { background: -moz-linear-gradient(-90deg, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 50%); background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 50%); background: linear-gradient(180deg, rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 50%); width: 100%; height: 100%; position: absolute; }
.overlay-left-right { background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 50%); background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 50%); background: linear-gradient(90deg, rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 50%); width: 100%; height: 100%; position: absolute; }
.overlay-right-left { background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 50%); background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 50%); background: linear-gradient(-90deg, rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 50%); width: 100%; height: 100%; position: absolute; }
.overlay-top-left { background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0) 50%); background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0) 50%); background: linear-gradient(135deg, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0) 50%); width: 100%; height: 100%; position: absolute; }
.overlay-top-right { background: -moz-linear-gradient(-135deg, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0) 50%); background: -webkit-linear-gradient(-135deg, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0) 50%); background: linear-gradient(-135deg, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0) 50%); width: 100%; height: 100%; position: absolute; }
.overlay-bottom-left { background: -moz-linear-gradient(45deg, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0) 50%); background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0) 50%); background: linear-gradient(45deg, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0) 50%); width: 100%; height: 100%; position: absolute; }
.overlay-bottom-right {	background: -moz-linear-gradient(135deg, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0) 50%); background: -webkit-linear-gradient(135deg, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0) 50%); background: linear-gradient(-45deg, rgba(0,0,0,0.5) 20%,rgba(0,0,0,0) 50%); width: 100%; height: 100%; position: absolute; }
/*  // OVERLAYS */


* { box-sizing: border-box; }
.search-overlay { height: 100%; width: 100%; display: none; position: fixed; z-index: 20000; top: 0; left: 0; background-color: rgb(0,0,0); background-color: rgba(0,0,0, 0.9); }
.search-overlay-content { position: relative; top: 46%; width: 80%; text-align: center; margin-top: 30px; margin: auto; }

.search-overlay .search-closebtn { font-size: 60px; font-weight: 100; position: absolute; top: 45px; right: 45px; cursor:pointer; }
.search-overlay .search-closebtn:hover { color: #fff; transition: 0.5s; }
.search-overlay input[type=text] { padding: 15px; font-size: 17px; border: none; float: left; width: 85%; background: #ccc; }
.search-overlay input[type=text]:hover { background: #fff; }
.search-overlay button { float: left; width: 15%; padding: 15px; background: #ccc; border: none; cursor: pointer; }
.search-overlay button:hover { background: #ccc; }
	
