/*
 ::Table Of Content

 1.) Home Page Content
 2.) Login Page Content
 -----------------------------------------------*/

/*
 1.) Home Page Content
 -----------------------------------------------*/
.content {

	width: 100%;
	/*margin-bottom: 60px;*/
}
.banner-small {
	border-bottom: 5px solid #dcdcdc;
	overflow: hidden;
	display:none;
}
.banner-small li {
	position: relative;
}
.banner-small .flex-direction-nav {
	display: none;
}

.banner-medium {
	border-bottom: 5px solid #dcdcdc;
	overflow: hidden;
	display:none;
}
.banner-medium li {
	position: relative;
}
.banner-medium .flex-direction-nav {
	display: none;
}

.banner {
	border-bottom: 5px solid #dcdcdc;
	overflow: hidden
}
.banner li {
	position: relative;
}
.banner .flex-direction-nav {
	display: none
}
.slider-txt {
	position: absolute;
	left: 50px;
	bottom: 12px;
	color: #fff;
}
.slider-txt > strong {
	font-size: 2em;
	display: block;
	line-height: 1.3;
}
.slider-txt span {
	display: block;
	font-size: 1.2em;
	line-height: 1.7;
}

.gallary {
	padding: 0 40px;
	margin-top: 20px;
}
.gallary h2 {
	padding-left: 10px;
}
.image-block:hover {
	border: 2px solid #FF0E00
}
.gallary .item a {
	border: 2px solid #333;
	display: block;	
}
.gallary .item a:hover {
	border: 2px solid #FF0E00
}

.gallary .first-gallary, .gallary .first-gallary:hover, .carousel-3 li.feature-block, .carousel-3 li.feature-block:hover, .carousel-4 li, .carousel-4 li:hover {
	border: none;
}

.cols {
	float: left;
	margin-left: 13px;
	width: 31.3%;
}
.gallary .first-gallary .cols:first-child {
	margin-left: 9px;
}
.cols a {
	margin-top: 19px;
	display: block;
}
.image-block {
	display: block;
	border: 2px solid #333;
	margin-top: 19px;
}

.cols a:first-child, .image-block, .carousel-3 .first-gallary .cols a:first-child , .carousel-3 .first-gallary .cols span img:first-child{
	margin-top: 0;
}


.carousel-2 .first-gallary {
	float: left;
	width: 42%;
	margin-right: 20px;
}
.carousel-2 .cols {
	width: 30.8%
}
.carousel-2 .last {
	float: right;
	width: 56.6%;
}

.carousel-2 .last a {
	float: left;
	margin-left: 20px;
	width: 48.3%
}

.carousel-2 .first-gallary a:first-child, .carousel-2 .owl-item:first-child {
	margin-top: 0
}

.carousel-2 .last a:first-child {
	margin-left: 0;
}

.image-block {
	float: left;
	width: 28%;
}
.image-desc {
	float: left;
	/*padding: 7px 0 10px 3%;*/
	padding-top: 10px;
	margin: 0px 0px;
	width: 100%;
}
.image-desc span {
	font-size: 1.4em;
	color: #333333;
	display: block;
	line-height: 2.1
}

.gallary .owl-feature .image-desc .btn {
	font-size: 1.5em;
	display: inline-block;
	border-bottom: 3px solid #000;
	border-right: 2px solid #000;
	border-left: none;
	border-top: none;
}
.gallary .owl-feature .image-desc .btn:hover {
	border-bottom: 3px solid #000;
	border-right: 2px solid #000;
	border-left: none;
	border-top: none;
}
.bg-color-1 {
	background: #1a7add;
	margin-right: 12px;
}
.bg-color-1 i {
	background-position: -128px 4px;
	width: 23px
}
.bg-color-2 i {
	background-position: -88px 8px;
}
.bg-color-2 {
	background: #444444;
}
.bg-color-1:hover {
	background: #4ea9fc;
}
.bg-color-2:hover {
	background: #333;
}

.caption {
	background: url(../images/opacity.png) center top repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.caption strong {
	font-size: 1.4em;
	color: #fff;
	float: right;
	line-height: 1.7;
	padding: 0 3px;
}

.caption strong:first-child {
	float: left;	
}

.single-img .caption strong:first-child {
	max-width:70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.carousel-4 .item .cols {
	margin: 0;
	width: auto;
	float: none;
	text-align:center;	
}

.carousel-4 .item .cols img {
	vertical-align: middle;
}

.caption-2 strong, .caption-2 strong:first-child {
	float: none;
	text-align: center;
	display: block;
	font-size: 1.5em;
}

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

.owl-scenes img
{
	text-align:center;
}

.owl-scenes a {
	border: 2px solid #333;
	display: block;
	background-color:#000000;
}

.carousel-6 .item {
	position: relative
}
.gallary .item {
	margin: 0 10px;
}
#owl-demo .item img, .owl-demo-2 .item img, .owl-demo-3 .item img, .owl-demo-4 .item img, .owl-feature .item img {
	display: block;
	width: 100%;
	height: auto;
}

.owl-controls {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -20px;
}
.owl-buttons {
	width: 100%;
}
.owl-buttons div {
	background: url("../res/sprite-v1.png") no-repeat scroll left top;
	height: 41px;
	width: 27px;
	position: absolute;
	top: 0;
}
.owl-buttons div.owl-prev {
	background-position: 0 -80px;
	left: -32px;
}
.owl-buttons div.owl-next {
	background-position: -160px -80px;
	right: -38px
}

/*
 2.) Login Page Content
 -----------------------------------------------*/

.login-content {
	margin: 65px 0
}
.form-block {
	width: 375px;
	margin: 0 auto;
}
.form-content {
	background: #e0e0e0;
	padding: 20px 47px;
	margin-bottom: 20px;
}
.form-logo {
	display: inline-block;
	margin-bottom: 10px;
	margin-top: -100px;
	-webkit-transform: scale(1.1, 1.1);
}
.form-logo img {
	display: block;
	margin: 0 auto;
}
.form-content strong {
	font-size: 1.3em;
	color: #c1392b;
	line-height: 1.2;
	display: block;
	margin-bottom: 15px;
}
.form-content input[type=email], input[type=password], .form-content input[type=text] {
	font-size: 1.8em;
	color: #aeaeae;
	font-weight: 400;
	margin-bottom: 20px;
	border: 1px solid #b8b8b8;
	height: 33px;
	line-height: 1.83
}
.remember-block {
	font-weight: 600;
	font-size: 1.3em;
	margin-bottom: 20px;
}
.remember-block label {
	float: left;
	color: #242424;
}
.remember-block label input {
	position: relative;
	margin: 0 3px 0 0;
	padding: 0;
}
.remember-block a {
	float: right;
	color: #242424;
}
.captcha_message {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 20px;
  text-align: center;
}

.captcha img {
  width: 400px;
  height: 50px;
}

.captcha{
  padding-bottom: 10px;
  display: none;
}

.reload_captcha{
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 1.2em;
}

.form-content .btn {
	display: block;
	border-top: none;
	border-left: none;
	width: 100%;
	height: 38px;
	font-size: 1.5;
	line-height: 2.5;
	cursor: pointer;
	background: #c0392b url(../res/sprite-v1.png) left top no-repeat;
	background-position: 89px -175px;
	padding: 0;
}
.form-content .btn:hover {
	background: #f12510 url(../res/sprite-v1.png) left top no-repeat;
	background-position: 89px -175px;
}

.form-content .btn1 {
  display: block;
  border-top: none;
  border-left: none;
  width: 100%;
  height: 38px;
  font-size: 1.6em;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 2.5;
  cursor: pointer;
  background: #c0392b;
  padding: 0;
}
.form-content .btn1:hover {
  background: #f12510;
}
.join-block {
	text-align: center
}
.join-block strong {
	font-size: 1.5em;
	color: #c1392b;
	display: block;
}
.join-block .btn {
	font-size: 1.8em;
	line-height: 2;
	margin: 11px 47px 0;
	display: block;
}


/*
  Error 404
 -----------------------------------------------*/
.error-404{
  width: 60%;
  text-align: center;
  display: block;
  overflow: hidden;
  padding-top: 4%;
  padding-left: 20%;
  padding-right: 20%;
  position: relative;
}

.error-404 .title-error{
  color: #bd3e37;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.5;
}

.error-404 .message-error{
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.5;
  color: #272727;
}

/*
 * Customer Testimonials Button
 */
.top-menu a.fyretv-customer-testimonial {
  background: url("../images/CustomerTestimonials_Button_sprite.png") 0px 0px no-repeat;
  width: 32px;
  height: 192px;
  position: fixed;
  right: 0px;
  z-index: 500;
  top:270px;
  font-size: 0;
}

.top-menu a.fyretv-customer-testimonial:hover {
  background-position: -33px 0px;
}

.notification{
  position: absolute;
  padding-top: 10px;
  color: blue;
  display: none;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.error-notification{
  position: absolute;
  padding-top: 10px;
  color: red;
  display: none;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
