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

  - Revolution Slider 1.5.3 -

    Screen Stylesheet

version:    2.1
date:       09/18/11
last update: 06.12.2012
author:   themepunch
email:      info@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/


/*********************************************************************************************
  - SET THE SCREEN SIZES FOR THE BANNER IF YOU WISH TO MAKE THE BANNER RESOPONSIVE  -
**********************************************************************************************/

/*  - THE BANNER CONTAINER (Padding, Shadow, Border etc. )  - */



@font-face {
	font-family: Open Sans;
	src: local("Open Sans Light"), local("OpenSans-Light"), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format("woff");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: Open Sans;
	src: local("Open Sans"), local("OpenSans"), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Open Sans;
	src: local("Open Sans Bold"), local("OpenSans-Bold"), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format("woff");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: Open Sans;
	src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(http://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxh_xHqYgAV9Bl_ZQbYUxnQU.woff) format("woff");
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: Open Sans;
	src: local("Open Sans Italic"), local("OpenSans-Italic"), url(http://fonts.gstatic.com/s/opensans/v10/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format("woff");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: Open Sans;
	src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(http://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format("woff");
	font-weight: 700;
	font-style: italic;
}

.fullwidthbanner-container{
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  padding: 0;
  max-height: 705px !important;
  overflow:hidden;
}

.fullwidthbanner {
  width:100% !important;
  height:100%;
  max-height: 680px !important;
  position:relative;
  overflow:hidden;
}

/*************************
  - CAPTIONS  -
**************************/

.tp-hide-revslider,.tp-caption.tp-hidden-caption {visibility:hidden !important; display:none !important;}

.tp-caption {
  position: absolute;
}
@media (max-width:468px){
	.subvisual {
	display:none;
	}
}

.tp-caption.big {color: #fff; font-size: 50px; /* 38px */ letter-spacing: -0.02em; padding: 5px 15px; text-align:center;}
.tp-caption.text-shadow {text-shadow: 0 0 4px rgba(0,0,0,.7);}
.tp-width {width:100%; margin-left:-430px}
.tp-caption.mid {color:#fff; line-height: 50px; padding: 8px 12px; font-size: 50px; font-weight: 600; text-shadow: none; font-family: "Raleway"; text-align:center;}
.tp-caption.small {color:#c9c9c9; line-height: 28px; padding: 8px 12px; font-size: 16px; font-weight: 600; text-shadow: none; font-family: "Nokora"; text-align:center;}

.tp-caption.big2 {color: #fff; font-size: 1.923em; /* 38px */ letter-spacing: -0.02em; padding: 5px 15px;text-align:center;}
.tp-caption.small2 {color:#fff; line-height: 28px; padding: 8px 12px; font-size: 16px; font-weight: 600; text-shadow: none; font-family: "Nokora"; text-align:center;}
.tp-caption.mid2 {color:#fff; line-height: 50px; padding: 8px 12px; font-size: 24px; font-weight: 600; text-shadow: none; font-family: "Raleway"; text-align:center;}

/* Colors */
.tp-caption.black {color: #fff;text-shadow: 0 -1px rgba(0, 0, 0, 0.75);background-color: #1a1a1a;}
.tp-caption.white {color: #000; background-color: #fff;}
.tp-caption.colored {color: #fff;background: #b6d82f;}
.tp-caption.colored ::-moz-selection {background: #333;}
.tp-caption.colored ::selection {background: #333;} 
.tp-caption.video {box-shadow: 0 0 7px rgba(0,0,0,0.4);}

/* Caption Button */

.tp-caption .button {display: inline-block;padding: 10px 18px;color: #fff;background: #b6d82f;font-size: 1.333em; /* 16px */}
.tp-caption.round,
.tp-caption .round {border-radius: 5px;}

.tp-caption .button:hover,
.tp-caption .button.colored:hover {color: #fff;text-decoration: underline;}
.tp_inner_padding {box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;max-height:none !important; }

/****************************************************************

  - SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img {-webkit-transform: translateZ(0); -webkit-backface-visibility: hidden; -webkit-perspective: 1000;}

/************************************************
    - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; position:absolute; visibility: hidden;}

.tp-simpleresponsive img {max-width:none;}

/******************************
  - IE8 HACKS -
*******************************/
.noFilterClass {filter:none !important;}

/********************************
  - FULLSCREEN VIDEO  -
*********************************/
.caption.fullscreenvideo {left:0px; top:0px; position:absolute; width:100%; height:100%;}
.caption.fullscreenvideo iframe {width:100% !important; height:100% !important;}

.tp-caption.fullscreenvideo {left:0px; top:0px; position:absolute; width:100%; height:100%;}
.tp-caption.fullscreenvideo iframe  {width:100% !important; height:100% !important;}

/************************************
    - TP BANNER TIMER   -
*************************************/
.tp-bannertimer {width:100%; height:10px; background: url(/home_imges/main_imges/timer.png); position:absolute; z-index:200;}
.tp-bannertimer.tp-bottom {bottom:0px !important; height:5px;}

/************************
  - NAVIGATION  -
*************************/

/** BULLETS **/
.tp-bullets { 
  position: absolute; 
  bottom: 15px !important;
  overflow: hidden;
  z-index: 100; 
  opacity: 1 !important; /* forces the permanent display of the bullets */
  
  background-color: rgba(0,0,0,0.6);
  padding: 7px;
  border-radius: 5px;
}

.tp-bullets .bullet {
  margin-right: 4px;
  float: left;  
  width: 80px; 
  height: 9px; 
  display: block; 
  background-color: rgba(255,255,255,0.4);
  cursor: pointer; 
  text-indent: -999em;
}

.tp-bullets .bullet.last {
  margin: 0;
}

.tp-bullets .bullet.selected {
  cursor: default;
  background-color: rgba(255,255,255,0.9);
}

/*************************************
  - TP ARROWS   -
**************************************/

.tp-leftarrow, .tp-rightarrow { 
  position: absolute;
  top: 50%;
  margin-top: 35px !important; /* half the height */
  display: block;
  width: 45px;
  height: 60px;
  background-color: rgba(113,110,107,.7);
  background-image: url(/home_imges/main_imges/arrows.png);
  background-repeat: no-repeat;
  cursor: pointer; 
  text-indent: -999em;
  z-index: 100;
  opacity: 0;

  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}

.fullwidthbanner-container:hover .tp-leftarrow,
.fullwidthbanner-container:hover .tp-rightarrow {
  opacity: 1;
}

.tp-leftarrow {
  left: 0 !important;
  background-position: 0px center;
}

.tp-rightarrow {
  right: 0 !important;
  background-position: -37px center; 
}

.tp-leftarrow:hover, .tp-rightarrow:hover {
  background-color: rgba(0,0,0,0.7);
} 

/*********************************************

  - BASIC SETTINGS FOR THE BANNER -

***********************************************/

.tp-simpleresponsive img {
    -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}

.tp-simpleresponsive ul {
  list-style:none;
  padding:0;
  margin:0;
}

.tp-simpleresponsive > ul > li {
  list-stye:none;
  position:absolute;
  visibility:hidden;
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div { width:10000px; height:10000px;  background: url(/home_imges/main_imges/coloredbg.png) repeat;}

.tp-loader {background:url(/home_imges/main_imges/loader.gif) no-repeat 10px 10px; background-color: #fff;  margin:-22px; top:50%; left:50%; z-index:10000; position:absolute; width:44px; height:44px; border-radius: 3px;} 