/*
* Author: Vasterad
* Template: Trizzy
* URL: http://themeforest.net/user/Vasterad/
*/


/* ------------------------------------------------------------------- */
/* Import Section
---------------------------------------------------------------------- */
 

/* ------------------------------------------------------------------- */
/* Table of Contents
----------------------------------------------------------------------

1. Header
2. Navigation
3. Miscellaneous
4. Schortcodes
5. Revolution Slider
6. Royal Slider
7. ShowBiz Carousel
8. Widgets
9. Portfolio
10. Blog Styles
11. Footer
12. Media Queries

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




/* ------------------------------------------------------------------- */
/* Revolution Slider
---------------------------------------------------------------------- */
.tp-banner-container {
	margin: 0 0 50px 0;
	max-height: 480px;
}

/* SMOOTHER ANIMATION ON ANDROID */
.tp-simpleresponsive {
	-webkit-perspective: 1500px;
	-moz-perspective: 1500px;
	-o-perspective: 1500px;
	-ms-perspective: 1500px;
	perspective: 1500px;
}

.fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}


.fullwidthbanner-container{
	width:100%;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthbanner{
	width:100%;
	position:relative;
}

.tp-bgimg.defaultimg {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}


/* Captions
------------------------------------- */
.caption {
	z-index: 1;
	position: absolute;
}

.caption h2 {
	font-size: 36px;
font-weight: 700;
color: #4bd66b;
text-transform: uppercase;
padding: 0 0 15px 0;
letter-spacing: -1px;
display: block;
font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
}

.caption h3 {
	font-size: 22px;
/* font-weight: 300; */
color: #0066ff;
/* text-transform: uppercase; */
padding: 0 0 0px 0;
font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
 
}
.caption h3 i
{
	color: #62d662;
font-size: 18px;
}

.caption p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 25px;
}

.caption.dark h2,
.caption.dark h3 {
	color: #FFFFFF;
	padding: 0 0 15px 0;
	letter-spacing: -1px;
	font-size: 52px;
}

.caption.dark h3 {
	font-size: 32px;
	padding: 0 0 20px 0;
	font-weight: 300;
}

.caption.dark p {
	color: #999;
}

/* Caption With Description */
.caption.description {
	padding: 30px;
	margin: 50px;
	width: 25%;
	z-index: 1;
	background-color: #333;
	background: rgba(0, 0, 0, 0.7);
	display: block;
}
	
.caption.description h3 {
	color: #000;
	font-size: 16px;
	padding-bottom: 10px;
	margin: 0;
	line-height: 22px;
	font-weight: 700;
	position: relative;
	display: block;
	letter-spacing: 0;
}
	
.caption.description p {
	margin: 0;
	line-height: 22px;
	font-size: 14px;
	color: #bbb;
	display: none;
	display: block;
	position: relative;
	float: left;
}

.tp-simpleresponsive .caption {
	position: absolute;
	visibility: hidden;
	-webkit-font-smoothing: antialiased !important;
}

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

a.caption-btn {
	cursor: pointer;
	padding: 10px 25px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	outline: none;
	overflow: hidden;
	position: relative;
	z-index: 10;
	background-color: #333;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-top:25px;
}

a.caption-btn:hover {
	color: #fff;
	background: #808080;
}



/* Navigation Arrows
------------------------------------- */
.tparrows {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	-webkit-transform: translateZ(5000px);
	-webkit-transform-style: flat;
	-webkit-backface-visibility: hidden;
	z-index:600;
	position: relative;
}

.tparrows.hidearrows									{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.tp-leftarrow,
.tp-rightarrow {
	z-index:100;
	cursor:pointer;
	position:relative;
	width:50px;
	height:50px;
	color: #555;
	background-color: #fff;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-out;
}

.tp-leftarrow:before,
.tp-rightarrow:before {
	font-family: "FontAwesome";
	font-size: 18px;
	top: 13px;
	position: relative;
}

.tp-leftarrow:before { content:""; left: 17px; }
.tp-rightarrow:before { content:""; left: 19px; }

.tp-leftarrow:hover,
.tp-rightarrow:hover {
	background-color: #808080;
	color: #fff;
}




