/*
Theme Name: URI WP BS3 GALLERY JS
Theme URL: uri.studio-oststrasse.de
Description:  URI Bootstrap 3.3 jackystrenz.com
Version: 1.0
Author: URI
Author URL: uri.studio-oststrasse.de
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: URI Bootstrap 3.3
*/


/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
html {
	overflow-x: hidden;
	}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
    overflow-x: hidden;
    background-color: #f3f3f3;
    background-color: #FFF;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
	}
	
p {
    margin: 0 0 15px;
	}

a {
    color: #111;
    text-decoration: none;
	}
	a:hover, a:focus {
		color: #777;
		outline: none;
		text-decoration: none;
		}

hr {
    border-color: #999;
    margin-bottom: 45px;
    margin-top: 0px;
    max-width: 60px;
	}


h1, .h1 {
	font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 0px;
	}

h2, .h2 {
    font-size: 15px;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0px;
	}

h3, .h3 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 15px;
	}

.h4, h4 {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 700;
	}

h5, .h5 {
    font-size: 14px;
    margin-bottom: 5px;
	}



.header {
	height: 120px;
	background: #eee;
	padding-top: 60px;
	}

	header hr {
    	border-color: #999;
    	margin-bottom: 0px;
    	margin-top: 30px;
    	max-width: 60px;
		}	

footer {
    margin: 0 0 30px;
    background-color: #FFF;
	}

	footer .widget {
		background: #FFF;
		max-width: 500px;
		margin: 15px auto;
		border-top: 1px solid #A2A2A2;
		border-bottom: 1px solid #A2A2A2;
		text-align: center;
		padding: 5px 0 5px;
		}

	footer .widget h5 {
	    font-size: 14px;
	    margin-bottom: 2px;
	    margin-top: 5px;
		}
	
	footer .address { margin-top: 30px;}

footer hr {
    border-color: #999;
    margin-bottom: 30px;
    margin-top: 0;
    max-width: 60px;
}

hr.spacer0 {
	margin-bottom: 0px;
}

hr.spacer5 {
	margin-bottom: 5px;
}

hr.spacer10 {
	margin-bottom: 10px;
}

hr.spacer15 {
	margin-bottom: 15px;
}

hr.spacerbottom15 {
	margin-bottom: 15px;
	padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	NABAR main
/*-----------------------------------------------------------------------------------*/


.navbar {
	background-color: #FFF;
    border-radius: 0px;
	margin-bottom: 0px;
	border: 1px solid #FFF;
	min-height: 30px;
	}

   .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none; 
        background: #FFF;
    }
    .nav > li > a:focus, .nav > li > a:hover {
    	background: #FFF;
    	}
	
	.navbar-nav > li > a {
    	padding: 10px 20px;
		}
	.nav > li.active > a { color: #777}

.navbar-vertical > li > a {
    display: block;
    padding: 0px 15px;
    position: relative;
    text-align: center;
	    letter-spacing: 0px;
	}


/* NO collapse  */

.navbar-collapse.collapse {
	display: block!important;
	}

.navbar-nav > li {
	float: left !important;
	}

.navbar-nav.navbar-right:last-child {
	margin-right: -15px !important;
	}

.navbar-right {
	float: right!important;
	}

hr.style-gradient {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    max-width: 200px;
    margin-top: 15px;
}

.nav-tabs {
    border-bottom: 0px solid #FFF;
}

.nav-tabs > li, .nav-pills > li {
	margin-bottom: 0;
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}

.nav-tabs > li > a {
    border: 0px solid #FFF;
    border-radius: 0;
    line-height: 1.5;
    margin-right: 0;
    color: #111;
    padding: 6px 5px;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border: 0px solid #FFF;
    color: #555;
    cursor: default;
}

hr.gradient300 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    max-width: 300px;
    margin: 0 auto 15px auto;
}

.tab-content {
/* background: snow; */

}
.tab-pane {padding-top: 30px;}


.hrmenu {
	margin-bottom: 15px;
	}
.divider { font-size: 10px}

.hidden {
    display: none;
	}

/*-----------------------------------------------------------------------------------*/
/*	LOGO
/*-----------------------------------------------------------------------------------*/


.logo { text-align: center}

  
.logo-fixed-top {
    border-width: 0;
    top: 0;
    right: 50%;
	/*  right: 0; left: 0; */
    position: fixed;
    z-index: 99;
    background: transparent;
    width: 340px;
    margin-right: -170px;
	}

	h1.arial { 
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: 4px;
		/* font-family: 'Nunito', Arial, sans-serif; */
		color: #111; margin-bottom: 0px;
		}

#logo h1 { 
	background-image:url(images/js-logo-250.png);
	background-repeat: no-repeat;
	background-position: top center;
	}
#logo h1 span { visibility: hidden }

.header h1 { 
		font-family: Arial, sans-serif;
		letter-spacing: 4px;
		/* font-family: 'Nunito', Arial, sans-serif; */
		
		color: #111; margin-bottom: 0px;
		}
		
	.header h1 a { 
		color: #999933 }



.pagefadein {
     animation: fadein 1s; 
    -moz-animation: fadein 1s; 
    -webkit-animation: fadein 1s; 
    -o-animation: fadein 1s;    
	}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	content
/*-----------------------------------------------------------------------------------*/

.container {
    background-color: #FFF;
	}
	
	.container.main {
		margin-bottom: 15px;
		margin-top: 15px;
		/* min-height: 550px; */
		border-top: solid 0px RED;
		}
		
	.container.content {
		margin-bottom: 30px;
		min-height: 550px;
		border-top: solid 1px #eee;
		}

	.container.frontpage {
		margin-bottom: 40px;
		min-height: 550px;
		}
		
	.container .row.line:before {
		display: block;
	  	content: "";
	  	border-top: 1px solid #999;
	    margin: 0 15px 15px 15px;
	    width: auto;
	  }
	  
	.container .row .toppadding5 {
		padding-top: 5px;
		} 	 
	.container .row .toppadding10 {
		padding-top: 10px;
		} 	  
	.container .row .toppadding15 {
		padding-top: 15px;
		} 
	.container .row .toppadding20 {
		padding-top: 20px;
		} 
	.container .row .toppadding25 {
		padding-top: 25px;
		} 
  	.container .row .toppadding30 {
		padding-top: 30px;
		} 
  	.container .row .toppadding45 {
		padding-top: 45px;
		} 
	
  	.container .row .spacer15 {
		padding-top: 15px;
		padding-bottom: 15px;
		} 
	
.post-header {
	margin-bottom: 15px;
	text-align: center;
	}
	
.post-images {
	margin-bottom: 30px;
	}
	
	.post-images .post-image {
		margin: 0 auto 30px;
		}
		
	.post-images .post-image img {
		margin: 0 auto;
		}
	
.post-content {
	margin-bottom: 15px;
	}	
.post-content.aligncenter {
	text-align: center;
	}		

.post-images figcaption {
  display: none;
}

.container.spacer {
    background-color: #FFF; 
	}
.container.spacer .headline {
	margin-top: 0px; margin-bottom: 10px;
	text-align: center;
	}
.container.spacer .headline span { visibility: hidden}




.single .post-slider { 
	margin-bottom: 30px;
	height: 600px;
	}


.single .post-slider .box550 {
	margin: 0 auto;
	display: block;
	width: auto;
	height: 550px;
	}
.single .post-slider .box550 img  {
    display:block;
    margin:auto;
	}

.single .post-slider .box520 {
	margin: 0 auto;
	display: block;
	width: auto;
	height: 520px;
	}
.single .post-slider .box520 img  {
    display:block;
    margin:auto;
	}
	

	
/* HOME */

.home .main hr {
    border-color: #999;
    margin-bottom: 20px;
    margin-top: 30px;
    max-width: 60px;
	}
	
.home .current-box {
    background-color: snow;
    background-color: #FFF;
    padding-bottom: 15px;
    text-align: center;
	}
	
.home .upcoming-box {
    background-color: snow;
    background-color: #FFF;
    padding-bottom: 15px;
    text-align: center;
	}	
.home a.current-link {
	width: 100%;
	height: 100%;
	display: block;
	}
	

.home .current-post {
    background-color: #fff;
    padding-bottom: 15px;
    text-align: center;
}
.home .current-post p:first-of-type strong:first-of-type {
    background:#fff;
    letter-spacing: 1px;
	}

.home .upcoming-heading hr {
    border-color: #999;
    margin-bottom: 30px;
    margin-top: 30px;
    max-width: 60px;
	}

.home .upcoming-title {
    color: inherit;
    font-size: 15px;
    font-weight: bold;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
}



.frontpage-image {
	text-align: center;
	}
.frontpage-image img {
	margin: 0 auto;
	}	

.frontpage-image-bg {
	display: block;
	height: 500px;
	}	
	
.frontpage-image-bg { 
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	}






body.archive .artist-name {
    text-align: center;
    
	}
body.archive .artist-name a {
	padding: 0;
	text-align: center;
	width: auto;
	margin: 0 auto;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
body.archive .artist-name a span {
	padding: 5px;
	display: inline-block;
	}
	
	
	
	
body.single-artists .artist-name {
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    padding: 15px 15px 15px 15px;
    font-size: 16px;
}



	
.artist-head {
   
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
}

.content-noslider {
    margin-bottom: 15px;
}

.content-noslider .box520 {
	margin: 0 auto;
	display: block;
	width: auto;
	height: 520px;
	margin-bottom: 25px;
	}
.content-noslider .box520 img  {
    display:block;
    margin:auto;
	}
	
	
.content-slider .box520 {
	margin: 0 auto;
	display: block;
	width: auto;
	height: 520px;
	}
.content-slider .box520 img  {
    display:block;
    margin:auto;
	}
	
	
	
	
.cv-link { 
	margin-bottom: 5px;
	}
	
.cv-link ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    background-color: #FFF;
	}
	
.cv-link ul li {
	text-align: center;
	}	

.cv-link ul li a {
	width: auto;
	}	
		
	
body.single-exhibitions .post-content p:first-of-type strong:first-of-type {
    background:#fff;
    letter-spacing: 1px;
	}

body.single-artists .loop-artist-exhibition {
	text-align: center;
	}


/* EXPO */

.archive a.current-thumbnail {
	width: auto;
	margin: 0 auto;
	display: inline-block;
	}

.archive a.current-thumbnail:hover {
	opacity: 0.7;
	}

.archive .list-box {
    background-color: snow;
    background-color: #FFF;
    padding-bottom: 25px;
    text-align: center;
	}
	
.pressrelease-box {
	margin-top: 15px;
	}

.exhibition_pressrelease {
	margin-bottom: 30px;
	}

.exhibition_pressrelease p { 
	text-align: justify;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
	}
	

.artist-cv {
	margin-bottom: 0px;
	}
.artist-content { 
	margin-bottom: 15px;
	}



.icon-up {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #EEE;
	padding: 5px;
	visibility: hidden;
	}
.icon-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #FFF;
	padding: 9px 5px 5px 5px; 
	visibility: hidden;
	}

.icon-close a { }

.single-artists  #shows div {text-align: center;}
.single-artists  #shows h4 {text-align: center;}

/* NEWS */

.post.category-news {
	background-color: snow;
	background-color: #FFF;
	text-align: center;
	padding-bottom: 25px;
	}
.post.category-news a {
	text-decoration: underline;
	padding-top: 5px;
	display: inline-block;
	}
p.news-link {
	background-color: #FFF;
	margin-top: -15px;
	}

p.news-link a {
	text-decoration: underline;
	}


.post.category-upcoming {
	background-color: snow;
	background-color: #FFF;
	text-align: center;
	padding-bottom: 25px;
	}
	
.post.category-upcoming a {
	text-decoration: underline;
	padding-top: 5px;
	display: inline-block;
	}

	
.category-upcoming .upcoming .panel-body {
    padding: 15px 15px 0 15px;
	}
	
	
/*-----------------------------------------------------------------------------------*/
/*	Theme-Check */
/*-----------------------------------------------------------------------------------*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.txtcenter {
	text-align: center;
}

.divcenter {
	text-align: center;
	}

/*-----------------------------------------------------------------------------------*/
/*	Bootstrap 3 Modal */
/*-----------------------------------------------------------------------------------*/

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 0px solid #EEE;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #FFF;
	}
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn.focus:active, 
.btn:active:focus, 
.btn:focus {
/*
    outline:0px !important;
    -webkit-appearance:none;
    outline-offset: 0px;
*/
	}
.btn.focus, 
.btn:focus, 
.btn:hover {
/*
    color: #333;
    text-decoration: none;
*/
	}
.btn.active, 
.btn:active {
/*
    background-image: none;
    box-shadow: none;
    outline: 0 none;
*/
	}

.modal-title {
    line-height: 1.42857;
    margin: 0;
    text-align: center;
	}

.wpcf7-submit {
   -moz-user-select: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	}

div.wpcf7-validation-errors {
    border: 1px solid #F00;
	}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
	}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus {
/*
    outline:0px !important;
    -webkit-appearance:none;
*/
        }

.acceptance .wpcf7-list-item-label { 
	font-weight: normal;
	}
.acceptance .wpcf7-submit {}

input[type="submit"]:disabled, 
input[type="submit"]:disabled:hover {
   -moz-user-select: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    opacity: 0.3;
	}

/*-----------------------------------------------------------------------------------*/
/* Misc */
/*-----------------------------------------------------------------------------------*/


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}




/*-----------------------------------------------------------------------------------*/
/*	Bootstrap Panel */
/*-----------------------------------------------------------------------------------*/

.panel-default {
    border-color: #FFF;
	}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
	}

.panel-default > .panel-heading {
    background-color: #FFF;
    border-color: #FFF;
    color: #111;
	}

.panel-title {
    color: inherit;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: bold;
    text-align: center;
	}

.panel-body hr {
    border-color: #777;
    margin-bottom: 15px;
    margin-top: 0;
    max-width: 60px;
	}
	
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #FFF;
	}
	
.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
	}
	
.modal-backdrop {
    background-color: #FFF;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	}




/******************************
*
*  RoyalSlider Default Inverted Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default-inverted.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/

.royalSlider.rsFullscreen {
    bottom: 0 !important;
    height: auto !important;
    left: 0 !important;
    margin: 15px !important;
    padding: 0 !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    width: auto !important;
    z-index: 2147483647 !important;
}

.content-slider {
	height: 600px;
	margin-bottom: 15px;
	}
.artist-content-slider {
	height: 600px;
	margin-bottom: 30px;
	}

.royalSlider {
    direction: ltr;
    height: 520px;
    position: relative;
    width: 100%;
}
/*
.royalSlider { overflow:hidden } 

.royalSlider > .rsGCaption { visibility: hidden; }
*/

.royalSlider > .rsContent { visibility: hidden; }

/* Background */
.rsDefaultJS,
.rsDefaultJS .rsOverflow,
.rsDefaultJS .rsSlide,
.rsDefaultJS .rsVideoFrameHolder,
.rsDefaultJS .rsThumbs {
	background: #FFF;
	color: #000;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefaultJS .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefaultJS.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefaultJS.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefaultJS.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefaultJS.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefaultJS.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefaultJS .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	

	background-color: #FFF;
	background-color: rgba(255,255,255, .75);
	*background-color: #FFF;
	
	border-radius: 1px;
	/* background: fuchsia; */
}
.rsDefaultJS .rsArrowIcn:hover {
	background-color: rgba(255,255,255,0.9);
	color: #777;
}


.rsDefaultJS .rsArrowDisabled .rsArrowIcn { filter: alpha(opacity=20); opacity: .2; *display: none; }

.rsDefaultJS.rsHor .rsArrowLeft .rsArrowIcn:before {
        position:absolute;
        font-family: fontello;
        top:5px;
        left:13px;
        content: "\e807";
    }
.rsDefaultJS.rsHor .rsArrowRight .rsArrowIcn:before {
        position:absolute;
        font-family: fontello;
        top:5px;
        left:13px;
        content: "\e808";
    }


/***************
*
*  2. Bullets
*
****************/

.rsDefaultJS .rsBullets {
	position: relative;
	z-index: 35;
	padding-top: 4px;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	text-align: center;
	line-height: 5px;
	overflow: hidden;
}
.rsDefaultJS .rsBullet {
	width: 5px;
	height: 5px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px;
}
.rsDefaultJS .rsBullet span {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #BBB;
}
.rsDefaultJS .rsBullet.rsNavSelected span {
	background-color: #000;
}


/***************
*
*  3. Thumbnails
*
****************/

.rsDefaultJS .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefaultJS .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefaultJS.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefaultJS.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefaultJS .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefaultJS .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefaultJS .rsThumb.rsNavSelected {
	background: #FFF;
}
.rsDefaultJS .rsThumb.rsNavSelected img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.rsDefaultJS .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefaultJS .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.rsDefaultJS .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefaultJS .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #FFF;
	background: rgba(255,255,255,0.75);
}
.rsDefaultJS .rsThumbsArrow:hover {
	background: rgba(255,255,255,0.9);
}
.rsDefaultJS.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefaultJS.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefaultJS.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefaultJS.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefaultJS.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefaultJS .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('images/rs-default-inverted.png');
}

.rsDefaultJS.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefaultJS.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefaultJS.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefaultJS.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefaultJS .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefaultJS .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefaultJS .rsThumbsHor {
		height: 44px;
	}
	.rsDefaultJS .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefaultJS .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefaultJS .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefaultJS .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefaultJS .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefaultJS .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefaultJS .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefaultJS .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefaultJS .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;
	font-size: 16px;
	/* background: url('images/rs-default-inverted.png') 0 0; */
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	*background-color: #FFF;
	border-radius: 2px;

}

.rsDefaultJS .rsFullscreenIcn:before {
        position:absolute;
        font-family: fontello;
        top:10px;
        left:16px;
        content: "\e80d";  
    	}


.rsDefaultJS .rsFullscreenIcn:hover {
	background-color: rgba(255,255,255,0.9);
	}

.rsDefaultJS.rsFullscreen .rsFullscreenIcn:before {
        position:absolute;
        font-family: fontello;
        top:10px;
        left:16px;
        content: "\e80e";
    	}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefaultJS .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefaultJS .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(images/rs-default-inverted.png) no-repeat 0 -32px;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	*background-color: #FFF;
}
.rsDefaultJS .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(255,255,255,0.9);
}
.rsDefaultJS .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsDefaultJS .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefaultJS .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefaultJS .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('images/rs-default-inverted.png') -64px 0;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	*background-color: #FFF;
}
.rsDefaultJS .rsCloseVideoIcn:hover {
	background-color: rgba(255,255,255,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefaultJS .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(images/preloader.gif);
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
	}


/***************
*
*  8. Global caption
*
****************/


.rsDefaultJS .rsGCaption {
  font-size: 13px;
  line-height: 19px;
  padding: 15px 0 5px;
  background: snow;
  background-color: #FFF;
  width: 100%;
  position: static;
  float: left;
  left: auto;
  bottom: auto;
  text-align: center;
  
}
.rsDefaultJS .rsCaption {
	visibility: hidden;
}
.rsDefaultJS .rsGCaption .rsCaption  {
	visibility: visible;
}


/*-----------------------------------------------------------------------------------*/
/* Fontello CSS */
/*-----------------------------------------------------------------------------------*/

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?16295509');
  src: url('font/fontello.eot?16295509#iefix') format('embedded-opentype'),
       url('font/fontello.woff?16295509') format('woff'),
       url('font/fontello.ttf?16295509') format('truetype'),
       url('font/fontello.svg?16295509#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('font/fontello.svg?16295509#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-facebook-squared:before { content: '\e800'; } /* '' */
.icon-twitter-squared:before { content: '\e801'; } /* '' */
.icon-angle-left:before { content: '\e802'; } /* '' */
.icon-angle-right:before { content: '\e803'; } /* '' */
.icon-angle-up:before { content: '\e804'; } /* '' */
.icon-angle-down:before { content: '\e805'; } /* '' */
.icon-down-open-big:before { content: '\e806'; } /* '' */
.icon-left-open-big:before { content: '\e807'; } /* '' */
.icon-right-open-big:before { content: '\e808'; } /* '' */
.icon-up-open-big:before { content: '\e809'; } /* '' */
.icon-instagramm:before { content: '\e80a'; } /* '' */
.icon-pinterest-squared:before { content: '\e80b'; } /* '' */
.icon-file-pdf:before { content: '\e80c'; } /* '' */
.icon-resize-full:before { content: '\e80d'; } /* '' */
.icon-resize-small:before { content: '\e80e'; } /* '' */


/*-----------------------------------------------------------------------------------*/
/*	Bootstrap 3 Media Queries */
/*-----------------------------------------------------------------------------------*/


    
@media screen and (max-height: 680px) {

/*
		.single .post-slider .box550 {
			margin: 0 auto;
			display: block;
			width: auto;
			height: 520px;
			}
*/
		body {
	    	background: snow;
	    	background-color: #FFF;
			}
	
	}
 
 
	/* Mobile First Method  */
 
	/* Custom, iPhone Retina */
	@media only screen and (min-width : 320px){
 
	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (min-width : 480px){
 
	}
 
	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px){
 
	}
 
	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px){
 
	}
 
	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px){
 
	}
 
 
 
	/* Non-Mobile First Method  */
 
	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px){
 
	}
 
	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px){
 
	}
 
	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px){
 
	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (max-width : 480px){
 
	}
 
	/* Custom, iPhone Retina */
	@media only screen and (max-width : 320px){
 
	}

