/*---Reset---*/

*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

*:focus{
	outline:none;
}

*,*:after,*:before{	
    -webkit-box-sizing: border-box;	
    -moz-box-sizing: border-box;	
    box-sizing: border-box;	
    padding: 0;	
    margin: 0;
}

.all-elements *{
    -webkit-text-size-adjust:none;
    -webkit-transform: translateZ(0);   
	min-height:auto;
	max-height:auto;
}

body{
	font-size:14px;
    font-family:'Trebuchet MS', sans-serif;
    line-height:20px;
    font-weight:400;
    color:rgba(255,255,255,0.8);
	margin:0px;
	padding:0px;
	overflow-x:hidden;
	-webkit-user-select:none;
	-moz-user-select:none;
	cursor:default;
}

body::-webkit-scrollbar{ 
    display:none; 
}

.no-user-select{  
	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
 	 -o-user-select: none;
  	user-select: none;  
}

a:hover{
	text-decoration:none!important;
	-webkit-transition: all 300ms ease; 
	-moz-transition: all 300ms ease; 
	-ms-transition: all 300ms ease; 
	-o-transition: all 300ms ease; 
	transition: all 300ms ease;
}

div, a, p, img, iframe{
	display: block;
	position:relative;
}

iframe{
	height:400px;
}

@media (max-width:1023px){
	iframe{
		height:250px;
	}
}

p{
	line-height: 20px;
	margin-bottom: 30px;
	font-size:14px;
}

p > a{
	display: inline;
	text-decoration: none;
}

p > a:hover{
	text-decoration: underline;
}

p > span{
	display: inline;
}

p strong{
    font-size:15px;
}

span > a{
	display: inline;
}

a > span{
	display: inline;
}

a{
	text-decoration: none;
	color:#fff;
}

h3 a:hover{
	color:#b52121;
	-webkit-transition: all 300ms ease; 
	-moz-transition: all 300ms ease; 
	-ms-transition: all 300ms ease; 
	-o-transition: all 300ms ease; 
	transition: all 300ms ease;
}

strong a, em a{
    display:inline;
}

small{
	font-size:11px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a{
	display: inline;
}

table{
	border-collapse:separate;
	border-spacing:0;
	width:100%;
	max-width:1024px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

th{
	vertical-align: middle;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	font-weight: bold;
	color: #333;
	background-color: #f6f6f6;
}

tr{
	line-height: 18px;
}

td{
	padding-top: 0px;
	padding-bottom: 9px;
	line-height: 18px;
}

table tr td:first-child{
	width:30px;
	min-width:30px;
	max-width:30px;
	text-align:left;
}

table tr td:nth-child(2n){
	text-align:left;
}

table tr td:nth-child(3n){
	width:85px;
	min-width:85px;
	max-width:85px;
	text-align:right;
	/*display: none;*/
}

table tr td:nth-child(4n){
	width:85px;
	min-width:85px;
	max-width:85px;
	text-align:right;
	/*display: none;*/
}

table tr td:nth-child(5n){
	width:85px;
	min-width:85px;
	max-width:85px;
	text-align:right;
	/*display: none;*/
}

tr:hover > td{
	color:#fff;
}

.table-center{
	font-size:15px;
	text-align:center;
	vertical-align:top;
}

.table-left{
	font-size:15px;
	text-align:left;
	vertical-align:top;
}

.table-right{
	font-size:15px;
	text-align:right;
	vertical-align:top;
	min-width:110px;
}

ul{
	margin-bottom:30px;
}

/*---Heading---*/

h1, h2, h3, h4, h5, h6{
    font-family:'Trebuchet MS', sans-serif;
    color:rgba(255,255,255,0.8);
    margin-bottom:10px;
}

h1{
    font-size:24px;
    line-height:36px;
    font-weight:700;
}

h2{
    font-size:22px;
    line-height:44px;
    font-weight:700;
}

h3{
    font-size:20px;
    line-height:22px;
    font-weight:700;
}

h4{
    font-size:18px;
    line-height:22px;
    font-weight:700;
}

h5{
    font-size:16px;
    line-height:20px;
    font-weight:700;
}

h6{
    font-size:14px;
    line-height:30px;
    font-weight:800;
}

/*---Colors----*/

.green-color, #green-color{
	color:#2ecc71;
}

.bg-green-color{
	background-color:#2ecc71;
}

.red-color, #red-color{
	color:#b52121;
}

.bg-red-color{
	background-color:#b52121;
}

/*---Classes----*/

#content{
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:center, top;
	background-size:cover;
	overflow-x:hidden;
	border-top:solid 120px rgba(0,0,0,1);
	margin-top:0px;
}

@media (max-width:849px){
	#content{
		margin-top:-35px;
	}
}

.content{
	margin-top:-120px;
}

@media (max-width:849px){
	.content{
		margin-top:-85px;
	}
}

.container{
    display:block;
}

.container:after{
	visibility:hidden;
	display:block;
	content:"";
	clear:both;
	height:0px;
}

.container-image{
    margin-bottom:0px;
	background-color:rgba(0,0,0,0.3);
}

.responsive-image{
    display:block;
    width:100%;
}

.preload-image{
    display:none;
}

.image-frame{
	border:solid 1px rgba(255,255,255,0.5);
	padding:1px;
}

.overlay{
	display:none;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: linear-gradient( to bottom,
      rgba(0, 0, 0, 0.01),
      rgba(0, 0, 0, 0.4)
    );
}

.main-block{
	padding:30px 30px 30px 30px;
}

@media (max-width:767px){
	.main-block{
		padding:30px 30px 15px 30px;
	}
}

@media (max-width:439px){
	.main-block{
		padding:15px 15px 15px 15px;
	}
}

.main-block img{
	margin-bottom:40px;
}

@media (max-width:849px){
	.main-block img{
		margin-left:auto;
		margin-right:auto;
	}
}

.last-column{
	margin-right:0%!important
}

.last-column:after{
	visibility:hidden!important;
	display:block!important;
	content:""!important;
	clear:both!important;
	height:0px!important;    
}

.clear{
	clear:both!important;
}

.uppercase{
	text-transform:uppercase;
}
.lowercase{
	text-transform:lowercase;
}

.center-text{
	text-align:center;
}

.left-text{
	text-align:left;
}

.right-text{
	text-align:right;
}

.right-button{
    float:right;
}

.left-button{
    float:left;
}

.decoration{
    height:1px;
    width:100%;
    display:block;
    background-color:rgba(255,255,255,0.3);
    margin-top:30px;
    margin-bottom:30px;
    clear:both!important;
}

.decoration-image{
    height:20px;
    width:100%;
    display:block;
	background-color:rgba(0,0,0,0.3);
    margin-top:0px;
    margin-bottom:0px;
    clear:both!important;
}

.half-top{
	margin-top:15px;
}

.full-top{
	margin-top:30px;
}

.no-bottom{
	margin-bottom:0px;
}

@media (max-width:639px){
	.no-bottom-mobile-later{
		margin-bottom:0px;
	}
}

@media (max-width:767px){
	.no-bottom-mobile{
		margin-bottom:0px;
	}
}

.half-bottom{
	margin-bottom:15px;
}

.full-bottom{
	margin-bottom:30px;
}

.extra-full-bottom{
	margin-bottom:40px;
}

/*---Heading Style---*/

.heading-style{
    text-align:center;
    cursor:default;
}

.heading-style .heading-title{
	font-size:18px;
	font-weight:600;
	color:#1f1f1f;
    margin-bottom:10px;
	text-transform:uppercase;
}

.heading-style .heading-icon{
    display:block;
    text-align:center;
	color:rgba(255,255,255,0.7);
    position:relative;
    z-index:1;
    width:60px;
    height:40px;
    line-height:40px;
    margin-left:auto;
    margin-right:auto;
    font-size:32px;
    display:block;
    overflow:hidden;
}

.heading-style .line{
    height:1px;
    background-color:rgba(255,255,255,0.2);
    margin-left:0px;
    margin-right:0px;
    margin-top:-20px;
    margin-bottom:25px;
}

.heading-style h4{
	text-align:center;
	text-transform:uppercase;
}

.heading-style h5{
	float:left;
	text-align:left;
	padding-top:3px;
	display:inline-block;
}

.heading-style h5 small{
	margin-left:5px;
	text-align:left;
	font-weight:normal;
	text-transform:none;
	display:inline-block;
}

.heading-style a{
    position:absolute;
    right:0px;
    color:#fff;
    z-index:2;
}

.heading-style i{
    font-size:20px;
    margin-top:-4px;
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    z-index:2;
    position:relative;
    color:#fff;
}

.heading-style .font-size-28{
    font-size:28px;
}

.heading-style p{
    text-align:left;
	margin-top:20px;
}

.heading-style p i{
	font-size:18px;
	width:auto;
	padding-left:6px;
	padding-right:6px;
	color:#1f1f1f;
	opacity:0.8;
}

@media (max-width:439px){
	.heading-style p{
		margin-top:10px;
	}
}

.heading-style .heading-block{
    position:absolute;
    height:40px;
    width:40px;
    right:0px;
    top:-5px;
    z-index:1;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}

.heading-style .heading-decoration{
    clear:both;
    display:block;
    height:4px;
    margin-top:6px;
}

@media (min-width:1024px){
	.heading-style .fixed-height{
		height:150px;
	}
}

@media (min-width:1280px){
	.heading-style .fixed-height{
		height:120px;
	}
}

/*---Main Style---*/

.main-style .decoration{
    height:1px;
    width:100%;
    display:block;
    background-color:rgba(255,255,255,0.3);
    margin-top:-5px;
    margin-bottom:20px;
    clear:both!important;
}

.main-style h4{
	color:rgba(255,255,255,0.8);
	text-align:center;
	display:inline-block;
	text-transform:uppercase;
	margin-bottom:16px;
}

.main-style h5{
	color:rgba(255,255,255,0.8);
	display:inline-block;
	text-transform:uppercase;
	margin-bottom:16px;
}

.main-style small{
	font-size:11px;
	color:rgba(255,255,255,0.8);
	padding-left:5px;
	padding-right:5px;
}

.main-style .button{
	margin-top:25px;
	width:120px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:60px;
	line-height:120px;
	color:rgba(255,255,255,0.8);
	border-radius:120px;
	border:solid 3px rgba(255,255,255,0.6);
	background-color:rgba(255,255,255,0.05);
}

@media (min-width:768px){
	.main-style .button:hover{
		color:rgba(255,255,255,0.9);
		background-color:rgba(255,255,255,0.1);
	}
}

/*---Icon-List---*/

.icon-list{
    list-style:none;
	font-size:15px;
	line-height:32px;
}

.icon-list a{
	color:#1f1f1f;
	display:inline-block;
}

.icon-list small{
	margin-left:5px;
	margin-right:5px;
}

.icon-list i{
	width:20px;
	text-align:center;
	margin-right:5px;
}

@media (min-width:768px){
	.icon-list a:hover{
		color:#e22222;
	}
}

/*---Columns---*/

@media (max-width:849px){
    .one-half{
        width:45%;
        float:left;
        margin-right:10%;
    }
    
    .one-third{
        width:28%;
        float:left;
        margin-right:8%;
    }    
    
    .one-half-responsive{
		width:100%;
	}
}

@media (min-width:850px){
    .one-half, .one-half-responsive{
        width:45%;
        float:left;
        margin-right:10%;
    }
    
    .one-third{
        width:28%;
        float:left;
        margin-right:8%;
    }    
    
    .one-forth-responsive{
        float:left;
        width:20%;
        margin-right:5%;
    }
}

@media (max-width:1023px){
    .one-third-responsive{
		width:100%;
	} 
}

@media (min-width:1024px){
    .one-third-responsive{
        width:30%;
        float:left;
        margin-right:5%;
    }
}

@media (max-width:767px){
    .one-half-desktop{
		width:100%;
	}
}

@media (min-width:768px){
    .one-half-desktop{
        width:47.5%;
        float:left;
    }
	.one-half-desktop:first-child{
        margin-right:5%;
    }
}

@media (max-width:319px){
    .one-half-mobile{
		width:100%;
	}
}

@media (min-width:320px){
    .one-half-mobile{
        width:45%;
        float:left;
        margin-right:10%;
    }
}

@media(min-width:850px){
    .page-left-small{
        width:40%;
        float:left;
    }
    
    .page-right-large{
        width:55%;
        float:left;
        margin-left:5%;
    }
}

/*---Header Clear---*/

.header-clear-mobile{
    height:85px!important;
}

.header-clear-responsive{
    height:110px!important;
}

/*---Mobile Responsive---*/

.hide-if-mobile{
    display:none!important;
}

.hide-if-responsive{
    display:none!important;
}

@media (max-width:849px){
    .hide-if-responsive{
        display:block!important;   
    }
}

@media (min-width:850px){
    .hide-if-mobile{
        display:block!important;   
    }
}

.hide-if-mobile-later{
    display:none!important;
}

@media (min-width:640px){
    .hide-if-mobile-later{
        display:block!important;   
    }
}

/*---SimpleModal---*/

.modal-content{
    display:block;
    overflow:hidden!important;
}

#simplemodal-overlay {
	background-color:#000;
}

.simplemodal-content{
    display:none;
	max-width:320px;
    background-color:#fff;
	opacity:0.9;
	border-radius:4px;
}

.simplemodal-content img{
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

.simplemodal-content .container{
	padding:20px 25px 40px 25px;
}

.simplemodal-content .heading-style{
	margin-top:0px;
	margin-bottom:0px;
}

.simplemodal-content h5{
	font-size:14px;
    text-align:center;
    margin-bottom:45px;
}

.simplemodal-content a{
	display:inline-block;
	color:#1f1f1f;
	text-transform:uppercase;
}

.simplemodal-content .button{
	margin-left:5px;
	margin-right:5px;
	width:100px;
	text-align:center;
	padding:5px 10px 5px 10px;
	border-radius:2px;
	border:solid 1px rgba(0,0,0,0.7);
	background-color:rgba(0,0,0,0.02);
}

@media (max-width:767px){
	.simplemodal-content .button{
		padding:6px 10px 4px 10px;
	}
}

@media (min-width:768px){
	.simplemodal-content .button:hover{
		background-image:url(../images/background.png);
		color:rgba(255,255,255,0.8);
		border:none;
	}
}

/*---Homepage-Slider---*/

.homepage-slider .overlay{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: linear-gradient( to bottom,
      rgba(0, 0, 0, 0.01),
      rgba(0, 0, 0, 0.7)
    );
}

.homepage-slider-item{
	max-height:500px;
}

.homepage-slider .owl-dots{
    display:inline-block!important;
	left:50%;
	margin-left:-40px;
}

.homepage-slider .owl-dot{
	background-color:rgba(255,255,255,0.8)!important;
    border-radius:8px;
    height:8px;
    width:8px;
    float:left;
    margin-left:4px;
    margin-right:4px;
	z-index:12;
}

.homepage-slider .owl-dots .active{
    background-color:rgba(181,33,33,1)!important;
}

/*---Carousel---*/

.owl-item{
    transform: translate3d(0, 0, 0)!important;   
}

.owl-carousel .animated{
  	-webkit-animation-duration: 1000ms;
  	animation-duration: 1000ms;
  	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in{
  	z-index: 0;
}

.owl-carousel .owl-animated-out{
  	z-index: 1;
}

.owl-carousel .fadeOut{
  	-webkit-animation-name: fadeOut;
  	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut{
  	0%{
    	opacity: 1;
  	}

  	100%{
    	opacity: 0;
  	}
}

@keyframes fadeOut{
  	0%{
    	opacity: 1;
  	}

  	100%{
    	opacity: 0;
  	}
}

.owl-height{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel{
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage{
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer{
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-dot{
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded{
    display: block;
}

.owl-carousel.owl-loading{
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden{
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item{
    display: none;
}

.owl-carousel .owl-item{
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img{
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item{
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab{
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl{
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item{
    float: right;
}

.no-js .owl-carousel{
    display: block;
}

/*---Fancybox---*/

.fancybox-slide--complete .modal-container{
    -webkit-animation: slide-down .216s;
    animation: slide-down .216s;
	border-radius:0.3em;
	box-shadow: 0 0.1em 0.4em rgba(0,0,0,0.3);
}

.modal-container{
	top:17px;
	padding:20px 20px 10px 20px;
}

.modal-body{
	max-height:50vH;
	overflow-y:auto;
	padding-top:0px!important;
	margin-top:25px;
	margin-bottom:10px!important;
	margin-right:-10px;
	max-width:640px;
}

@media (max-width:479px){
	.modal-container{
		padding:0px;
		margin:0px;
	}
	.modal-body{
	}
}

.modal-body .clear{
	clear:both;
}

.modal-body p{
	font-size:14px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height:18px;
	font-weight:100;
	color:#000;										/*---Text color---*/
	padding-right:15px;
	margin-bottom:-10px;
}

.modal-body p strong{
	font-weight:400;
	text-transform:uppercase;
}

.modal-body a{
	color:#000;										/*---Link color---*/
}

@media (min-width:768px){
	.modal-body a:hover{
		color:#ff0000;								/*---Link color hover---*/
	}
}

.modal-body i{
	text-align:center;
	width:24px;
}

p:first-child{
  margin-top:0px;
}

.fancybox-slide--iframe .fancybox-content{
	width:800px;
	height:600px;
	max-width:60%;
	max-height:60%;
	top:15px!important;
	border-radius:0.3em;
	box-shadow: 0 0.1em 0.4em rgba(0,0,0,0.3);
}

@media (max-width:459px){
	.fancybox-slide--iframe .fancybox-content{
		width:auto;
		height:auto;
		max-width:100%;
		max-height:100%;
	}
}

@-webkit-keyframes slide-down{
  0%{
    margin-top: -3em;
    opacity: 0;
  }
  100%{
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes slide-down{
  0%{
    margin-top: -3em;
    opacity: 0;
  }
  100%{
    margin-top: 0;
    opacity: 1;
  }
}