.img-thumbnail-1 {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 3px 1px rgba(206, 206, 206, 0.8);
    margin-bottom:20px;
	 max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}


.img-thumbnail-1:hover {
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
 
}

/*  MENU CODE 	*/	
		
ul {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
}
li {
	padding:0;
	margin:0;
}
nav {
	text-align:left;
	width:100%;
	position:relative;
	height:auto;
	overflow:hidden;
	background:none;
}
nav ul {
	text-align:left;
	margin-lef:10%;
}
nav ul li {
	display:inline-block;
}
nav ul li a {
	color:#333;
	display:inline-block;
	padding:20px 50px;;
	text-decoration:none;
	/* border-bottom:2px solid #fff; */
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	font-size:22px;
}
nav ul li a:hover {
	color: #ef3f28 ;
}
/*styling open close button*/
.button {
	display:inline;
	position:absolute;
	right:20px;
	top:20px;
	z-index:999;
	font-size:28px;
}
.button a {
	text-decoration:none;
}
.btn-open:after {
	color:#fff;
	content:"\f0c9";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	
	 background-color: #ef3f28;
 border-radius: 50%;
 border:#ef3f28;
 padding:10px;
 
	
}
.btn-open:hover:after {
	color:#fff ;
}
.btn-close:after {
	color:#fff;
	content:"\f00d";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
		 background-color: #ef3f28;
 border-radius: 50%;
 border:#ef3f28;
 padding:10px;
	
	
}
.btn-close:hover:after {
	color: #fff ;
}
/*overlay*/
.overlay1 {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:70%;
	background:#333;
	/* overflow:auto; */
	z-index:99;
	opacity: .97;
	margin-left:30%
}


.wrap {
	color:#e9e9e9;
	text-align:left;
	max-width:100%;
	margin:0 auto;
}
.wrap ul.wrap-nav {
	/* border-bottom:1px solid #575757; */
	text-transform:capitalize;
	padding:80px 0px 70px;
	text-transform:capitalize;
	margin-left: 30px;
}
.wrap ul.wrap-nav li {
	font-size:24px;
	display:inline-block;
	vertical-align:top;
	width:100%;
	
	position:relative;2
}
.wrap ul.wrap-nav li a {
	color:#ef3f28 ;
	display:block;
	padding:10px 0;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul {
	padding:10px 0;
}
.wrap ul.wrap-nav ul li {
	display:block;
	font-size:20px;
	width:100%;3
	color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover {
	color:#ef3f28;
}



/*styling open close button*/

@media only screen and (min-width:240px) and (max-width:1024px) {
	
	.h2 {font-size: 26px;}
	
.button {
	display:inline;
	position:absolute;
	z-index:999;
	font-size: 18px;
	margin-top:-10px ! important;
}
.button a {
	text-decoration:none;
}
.btn-open:after {
	color:#fff;
	content:"\f0c9";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	
	 background-color: #ef3f28;
 border-radius: 50%;
 border:#ef3f28;
 padding:5px;
 
	
}
.btn-open:hover:after {
	color:#fff ;
}
.btn-close:after {
	color:#fff;
	content:"\f00d";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
		 background-color: #ef3f28;
 border-radius: 50%;
 border:#ef3f28;
 padding:5px;
	
	
}
.btn-close:hover:after {
	color: #fff ;
}
/*overlay*/
.overlay1 {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	/* width:100%; */
	background:#333;
	 overflow:auto; 
	z-index:99;
	opacity: .97;
}


.wrap {
	color:#e9e9e9;
	text-align:left;
	max-width:100%;
	margin:0 auto;
}
.wrap ul.wrap-nav {
	/* border-bottom:1px solid #575757; */
	text-transform:capitalize;
	padding:80px 0px 70px;
	text-transform:capitalize;
	margin-left: 30px;
}
.wrap ul.wrap-nav li {
	font-size:24px;
	display:inline-block;
	vertical-align:top;
	width:100%;
	
	position:relative;2
}
.wrap ul.wrap-nav li a {
	color:#ef3f28 ;
	display:block;
	padding:5px 0;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul {
	padding:5px 0;
}
.wrap ul.wrap-nav ul li {
	display:block;
	font-size:17px;
	width:100%;
	color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover {
	color:#ef3f28;
}

}

.content {
	width:100%;
	margin-top:200px;
	font-size:20px;
	color#333;
	text-align: center;
}




/***
Content
***/
.content {
    padding: 30px 0;
}

/***
Pricing table
***/
.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee;
}

.pricing-active {
  border: 3px solid #ef3f28;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(54, 215, 172, 0.2);
}

.pricing:hover {
  border: 3px solid #ef3f28;
}

.pricing:hover h4 {
  color: #ef3f28;
}

.pricing-head {
  text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 0;
  font-size: 27px;
  background: #ef3f28;
  border-bottom: solid 1px #ef3f28;
}

.pricing-head h4 {
  color: #bac39f;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #fbfef2;
  border-bottom: solid 1px #ef3f28;
}

.pricing-head-active h4 {
  color: #ef3f28;
}

.pricing-head h4 i {
	top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

/*Pricing Content*/
.pricing-content li {
  color: #888;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: solid 1px #ef3f28;
  background-color:#fff;
}

/*Pricing Footer*/
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
  background-color:#fff;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
  z-index: 9;
}

.price-active h4 {
  color: #ef3f28;
}

.no-space-pricing .pricing:hover {
  transition: box-shadow 0.2s ease-in-out;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
  color: #ef3f28;
  padding: 15px 0;
  font-size: 80px;
  transition: color 0.5s ease-in-out;
}

.yellow-crusta.btn {
  color: #FFFFFF;
  background-color: #ef3f28;
}
.yellow-crusta.btn:hover,
.yellow-crusta.btn:focus,
.yellow-crusta.btn:active,
.yellow-crusta.btn.active {
    color: #FFFFFF;
    background-color: #cfa500;
}




/********************************/
/*       Fade Bs-carousel       */
/********************************/


 /* services  */
	
	.col-big{
    position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width:20%;
}

.hovereffect1 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  border: 1px solid #ddd;
    background-color: #fff;
}

.hovereffect1 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  
}

.hovereffect1:hover .overlay {
  background: #444;
   opacity: 1.0;
    filter: alpha(opacity=100);
  
  
}

.hovereffect1 img {
  display: block;
  position: relative;
}

.hovereffect1 h2 {
  /* text-transform: uppercase; */
  color:#222;
  text-align: center;
  position: relative;
  font-size: 18px;
  padding: 10px;
  /* background: rgba(0, 0, 0, 0.6); */
  
  -webkit-transform: translateY(110px);
  -ms-transform: translateY(110px);
  transform: translateY(110px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect1:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  margin:0px;
  background-color:#EF3F28 ;
  
  font-weight:600;
  color:#ffffff;
}

.hovereffect1 p.info {
  display: inline-block;
  font-size:20px;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: none;
  color: #fff;
  /* border: 1px solid #fff; */
 /*  background-color: none; */
 /*  opacity: 0; */
  /* filter: alpha(opacity=0); */
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: 7px;
}

.hovereffect1:hover p.info {
 /* opacity: 1;
  filter: alpha(opacity=100);  */
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  
}

.hovereffect1 p.info:hover {
 /*  box-shadow: 0 0 5px #fff; */
}
		 
		 
		

.btn-default5 {

background-color: #EF3F28;
  border: 1px solid #fff;
  border-radius: 50px;
  /* text-shadow: 0 1px 0 #fff; */
  font-family: 'Raleway', sans-serif;
  font-size:12px;
  color:#fff;

}

.btn-default5:focus, .btn-default:hover {
  background-color: #fff;
  background-position: 0 -15px;
  color:#ef3f28;
}

.btn-default5:hover {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #EF3F28;
  border-radius: 50px;
  /* text-shadow: 0 1px 0 #fff; */
  font-family: 'Raleway', sans-serif;
  font-size:12px;
   text-transform:none;
   color:#fff;
}



.btn-default6 {

background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  /* text-shadow: 0 1px 0 #fff; */
  font-family: 'Raleway', sans-serif;
  font-size:16px;
  color:#ef3f28;

}

.btn-default6:focus, .btn-default:hover {
  background-color: #ef3f28;
  background-position: 0 -15px;
  color:#ef3f28;
}

.btn-default6:hover {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50px;
  /* text-shadow: 0 1px 0 #fff; */
  font-family: 'Raleway', sans-serif;
  font-size:16px;
   text-transform:none;
   color:#fff;
}







 /* END OF SERVICES SECTION */
		 
		 /* text-shadow: 0 1px 0 #fff; */
		 

.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color:none;
    border-color: #fff;
    opacity: .5;
	width: 40px;
  height: 20px;
}
.fade-carousel .carousel-indicators > li.active {
  width: 40px;
  height: 20px;
   background-color: #ef3f28;
   border-color: #ef4028;
  opacity: 1;
}

h2 {
    font-size: 35px;
}
/********************************/
/*       Social Icons Effects       */
/********************************/
.fa-facebook  {
    background-color: #ef3f28;
    border-radius: 60px;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: auto 2px;
    width: 70px;
    font-size: 35px;
    text-align: center;
}

.fa-facebook:hover  {
    background-color: #ef3f28;
    border-radius: 60px;
    color: #4B4B4B !important;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: auto 2px;
    width: 70px;
    font-size: 35px;
    text-align: center;
}


.fa-twitter  {
    background-color: #ef3f28;
    border-radius: 60px;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: auto 2px;
    width: 70px;
    font-size: 35px;
    text-align: center;
}

.fa-twitter:hover  {
    background-color: #ef3f28;
    border-radius: 60px;
    color: #4B4B4B !important;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: auto 2px;
    width: 70px;
    font-size: 35px;
    text-align: center;
}

.fa-linkedin  {
    background-color: #ef3f28;
    border-radius: 60px;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: auto 2px;
    width: 70px;
    font-size: 35px;
    text-align: center;
}

.fa-linkedin:hover  {
     background-color: #ef3f28;
    border-radius: 60px;
    color: #4B4B4B !important;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: auto 2px;
    width: 70px;
    font-size: 35px;
    text-align: center;
}


.fa-google-plus  {
    background-color: #ef3f28;
    border-radius: 60px;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: auto 2px;
    width: 70px;
    font-size: 35px;
    text-align: center;
}

.fa-google-plus:hover  {
     background-color: #ef3f28;
    border-radius: 60px;
    color: #4B4B4B !important;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: auto 2px;
    width: 70px;
    font-size: 35px;
    text-align: center;
}


.fa-youtube-square  {
     background-color: #ef3f28;
    border-radius: 60px;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: auto 2px;
    width: 70px;
    font-size: 35px;
    text-align: center;
}

.fa-youtube-square:hover  {
    background-color: #ef3f28;
    border-radius: 60px;
    color: #4B4B4B !important;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: auto 2px;
    width: 70px;
    font-size: 35px;
    text-align: center;
}



	/********************************/
/*       Social Icons Effects       */
/********************************/
@media only screen and (max-width: 480px) {
	
.fa-facebook  {
    background-color: #ef3f28;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: auto 2px;
    width: 60px;
    font-size: 25px;
    text-align: center;
}

.fa-facebook:hover  {
    background-color: #ef3f28;
    border-radius: 30px;
    color: #4B4B4B !important;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: auto 2px;
    width: 60px;
    font-size: 25px;
    text-align: center;
}


.fa-twitter  {
    background-color: #ef3f28;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: auto 2px;
    width: 60px;
    font-size: 25px;
    text-align: center;
}

.fa-twitter:hover  {
   background-color: #ef3f28;
    border-radius: 30px;
    color: #4B4B4B !important;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: auto 2px;
    width: 60px;
    font-size: 25px;
    text-align: center;
}

.fa-linkedin  {
    background-color: #ef3f28;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: auto 2px;
    width: 60px;
    font-size: 25px;
    text-align: center;
}

.fa-linkedin:hover  {
    background-color: #ef3f28;
    border-radius: 30px;
    color: #4B4B4B !important;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: auto 2px;
    width: 60px;
    font-size: 25px;
    text-align: center;
}


.fa-google-plus  {
    background-color: #ef3f28;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: auto 2px;
    width: 60px;
    font-size: 25px;
    text-align: center;
}

.fa-google-plus:hover  {
   background-color: #ef3f28;
    border-radius: 30px;
    color: #4B4B4B !important;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: auto 2px;
    width: 60px;
    font-size: 25px;
    text-align: center;
}


.fa-youtube-square  {
     background-color: #ef3f28;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: auto 2px;
    width: 60px;
    font-size: 25px;
    text-align: center;
}

.fa-youtube-square:hover  {
  background-color: #ef3f28;
    border-radius: 30px;
    color: #4B4B4B !important;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin: auto 2px;
    width: 60px;
    font-size: 25px;
    text-align: center;
}
}
	







/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
	
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 4em;    
    font-weight: bold;
    margin: 0;
	line-height:80px;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
   <!--  background-color: #080d15;
    opacity: .7; -->
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 20px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
  /*   color: #f5f5f5;
    background-color:transparent;
	border:1px;
    border-color: #ef4028;
    outline: none;
    margin: 20px auto;
	 */
	 display: inline-block;
font-weight: 400;
line-height: 1.25;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1rem;
font-size: 30px;
border-radius: .25rem;
	 
	
	color: #fff;
background-image: none;
background-color: transparent;
border-color: #fff;
	
	
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../img/banner-1.png); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../img/banner-2.png);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../img/banner-3.png);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 1280px){
    .hero { width: 1280px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 2em; padding-top:50px; line-height:40px; }    
}

@media screen and (max-width: 480px){
    .hero h1 { font-size: 2em; padding-top:40px; line-height:auto; }    
}


	
	/********************************/
/*         Reources      */
/********************************/
	
	.btn-default1 {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 50px;
  /* text-shadow: 0 1px 0 #fff; */
  font-family: 'Raleway', sans-serif;
  font-size:22px;
  text-transform:none;
  color: #fff;
}
.glyphicon {
    color: white;}
    .caption-text p {
  margin: 18px auto 13px;
  text-align: center;
  width: 91%;
}
.btn-default1:focus, .btn-default:hover {
  background-color: fff;
  background-position: 0 -15px;
  color:red;
}

.btn-default1:hover {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ef3f28;
  border-radius: 50px;
  /* text-shadow: 0 1px 0 #fff; */
  font-family: 'Raleway', sans-serif;
  font-size:22px;
  color:#ef3f28;
}



.btn-default2 {
  background:#EF3F28;/* transparent none repeat scroll 0 0;*/
  color:#FFF;
  border: 1px solid #EF3F28;
  border-radius: 50px;
  /* text-shadow: 0 1px 0 #fff; */
  font-family: 'Raleway', sans-serif;
  font-size:14px;
   text-transform:none;
}

.btn-default2:focus, .btn-default:hover {
  background-color: fff;
  background-position: 0 -15px;
  color:#ef3f28;
}

.btn-default2:hover {
  background-color:#FFF;/* #999;*/
  border: 1px solid #EF3F28;
  border-radius: 50px;
  /* text-shadow: 0 1px 0 #fff; */
  font-family: 'Raleway', sans-serif;
  font-size:14px;
  color:#EF3F28;
}



.btn-default4 {

background-color: #EF3F28;
  border: 1px solid #fff;
  border-radius: 50px;
  /* text-shadow: 0 1px 0 #fff; */
  font-family: 'Raleway', sans-serif;
  font-size:14px;
  color:#fff;

}

.btn-default4:focus, .btn-default:hover {
  background-color: #fff;
  background-position: 0 -15px;
  color:#ef3f28;
}

.btn-default4:hover {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #EF3F28;
  border-radius: 50px;
  /* text-shadow: 0 1px 0 #fff; */
  font-family: 'Raleway', sans-serif;
  font-size:14px;
   text-transform:none;
   color:#fff;
}



	.btn-default3 {
  /*background: transparent none repeat scroll 0 0;*/
  background: #FFF; /* #898989;*/
  border: 2px solid #fff;
  color:#EF3F28 !important;
  border-radius: 50px;
  /* text-shadow: 0 1px 0 #fff; */
  font-family: 'Raleway', sans-serif;
  font-size:22px;
  text-transform:none;
}

.btn-default3:focus, .btn-default:hover {
  background-color: fff;
  background-position: 0 -15px;
  color:red;
}

.btn-default3:hover {
  background: #EF3F28; /* #898989;*/
  border: 2px solid #fff;
  border-radius: 50px;
  /* text-shadow: 0 1px 0 #fff; */
  font-family: 'Raleway', sans-serif;
  font-size:22px;
  color:#fff !important;
}



  .cuadro_intro_hover{
    	padding: 0px;
		position: relative;
		overflow: hidden;
		height: 200px;
	}
	.cuadro_intro_hover:hover .caption{
		opacity: 1;
		transform: translateY(-150px);
		-webkit-transform:translateY(-150px);
		-moz-transform:translateY(-150px);
		-ms-transform:translateY(-150px);
		-o-transform:translateY(-150px);
	}
	.cuadro_intro_hover img{
		z-index: 4;
	}
	.cuadro_intro_hover .caption{
		position: absolute;
		top:150px;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		width: 100%;
	}
	.cuadro_intro_hover .blur{
		background-color: rgba(0,0,0,0.7);
		height: 300px;
		z-index: 5;
		position: absolute;
		width: 100%;
	}
	.cuadro_intro_hover .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		height: 300px;
		text-align: center;
		top:-20px;
		width: 100%;
	}
	
	
	
	
	
	.header-tp .navbar {
    position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}

.header-tp .navbar-default {
	background-color: #1DB9EC;
	border-color:transparent!important;
}
.header-tp .bdr li:nth-child(odd) 
{
	border-left: 1px solid rgba(255, 255, 255, 0.44);

}

.header-tp .bdr li:nth-child(even) 
{
	border-right: 1px solid rgba(255, 255, 255, 0.44);
	border-left: 1px solid rgba(255, 255, 255, 0.44);
}
.header-tp .bdr li
{
	padding:10px 0px;
}
.header-tp .bdr li a
{
	color:#fff!important;
}

.header-tp .pddr
{
	padding-top:5px;
}

.header-tp .navbar-right {
    float: right !important;
    margin-right: 30px;
}

.header-tp  .nav > li {
    position: relative;
    display: inline-block;
}

.btn-blu {
	display: inline-block;
	padding: 10px 35px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	background-color: #0D4459;
	border-color: #0D4459;
	color: #fff;
}      
.mrgn-top
{
	margin-top:15px;
	margin-right:15px;
}    

.header-tp
{
    margin: 10px 0px;
}    


/*######################## LOGIN/SIGNUP PAGE START ##################################*/
.at-login-form .btn-fb
{
	display: inline-block;
	padding: 18px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
	background-color: #4568B2;
	width: 70%;
	margin-top: 10px;
	color:#fff;
}

.at-login-form .btn-gp
{
	display: inline-block;
	padding: 18px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #eee;
	border-radius: 0px;
	background-color: #FFFFFF;
	width: 70%;
	margin-top: 10px;
	color:#000;
}

.at-login-form .btn-lgin
{
	display: inline-block;
	padding: 18px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #eee;
	border-radius: 0px;
	background-color: #EF3F28;
	width: 100%;
	margin-top: 10px;
	
	color:#fff;
	
}

.at-login-form .btn-lgin:hover
{
	display: inline-block;
	padding: 18px 20px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #eee;
	border-radius: 0px;
	background-color: #888888;
	width: 100%;
	margin-top: 10px;
	
	color:#333;
	
}





.at-login-form .signup-or-separator {
	background: none;
	height: 34px;
	position: relative;
	text-align: center;
}
.at-login-form .signup-or-separator--text {
	background-color: #fff;
	display: inline-block;
	padding: 8px;
}

.at-login-form .h6 {
	font-size: 14px;
	font-weight: bold;
	color: #757575;
	line-height: 1.1;
	text-rendering: optimizelegibility;
}

.at-login-form .signup-or-separator hr {
    margin: -25px auto 10px;
    width: 100%;	
 }
 
 .at-login-form .form-control-form {
    display: block;
    /* width: 100%; */
    height: 54px;
    padding: 15px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 3px;
	/* margin-left:17%; */
}   
 .at-login-form .frgt-pswd
{
	margin: 5px 0 10px;
color: red;
}

 .at-login-form .btn-gst
{
	display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid #000;
border-radius: 0px;
background-color: transparent;
}

 .at-login-form .ta-l
{
	text-align:left;
	margin-top: 5px;
}

 .at-login-form .modal-dialog {
     width: 100%;
	  height: auto;
    margin:0px;
	 background: #444;
  filter: alpha(opacity=30);
  /* IE */
  -moz-opacity: 0.6;
  /* Mozilla */
  opacity: 0.93;
  /* CSS3 */
  position: absolute;
  top: 0;
  left: 0;
 

}

.at-login-form .modal-content
{
	padding: 0px 10px;
}

.at-login-form  .modal-header {
   /*  padding: 10px 10px;
    border-bottom: 0px solid #e5e5e5; */
}
.blue-bg-nav
{
    background-color:#1DB9EC;
/*######################## LOGIN/SIGNUP PAGE  END ##################################*/
	

	
	
	
.fa-twitter {
    color: #4099FF;
}

.fa-facebook {
    color: #3B5998;
}

.fa-youtube-play {
    color: #e52d27;
}

.fa-rss {
    color: #FF6600;
}

.fa-vine {
    color: #00a478;
}

.fa-flickr {
    color: #ff0084;
}

.fa-twitch {
    color: #6441A5;
}

.fa-linkedin {
    color: #007bb6;
}
	
	.fa {
    opacity: 0.7;
    transition: 1s;
    -webkit-transition: 1s;
}

.fa:hover{
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
	
	
	/* circle code  */
}
	
	

