@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
body{margin:0 auto; padding:0px; font-family:Arial, Helvetica, sans-serif; color:#666;}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1B242F;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #E74C3C;
  text-decoration: underline; 
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}

h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}

.clear-both{ clear:both}
.container{margin:0 auto; padding:7px 0; width:980px; height:auto; clear:both;}

.wrap{margin:0 auto; padding:25px 0; width:980px; height:auto; clear:both;}

/*--------top wrapper start--------*/
.top-wrapper{margin:0 auto; padding:0px; 
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #590954 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#590954)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #000000 0%,#590954 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #000000 0%,#590954 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #000000 0%,#590954 100%); /* IE10+ */
background: linear-gradient(to bottom, #000000 0%,#590954 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#590954',GradientType=0 );
 clear:both;}
.top-wrapper .left{margin:0 auto; padding:13px 0; width:100%; float:left; }
.top-wrapper .left h1{
  font-family: 'Open Sans', sans-serif;
  font-size:24px;  color:#fff; text-align:center;
  font-weight: 600;
}
.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background:rgba(255, 255, 255, 0.5);
  width: 25px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px; padding-top:5px;
}

ul.social-share li a:hover {
  background: #0000ff;
  color: #fff;
}

/*--------top-wrapper-end--------*/

/*--------header wrapper star--------*/
.header-wrapper{margin:0 auto; padding:0px 0 15px 0;  clear:both;  background: #170618 url(images/top.jpg) no-repeat top center;}
.header-wrapper .logo{margin:0 auto; padding:0px; margin-top:0px; width:100%; float:left; text-align:center; }
.header-wrapper .menu-area{margin:0 auto; padding:4px 0; width:100%; float:right;
 margin:10px 0 0 0; border-radius:10px;
 /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #0CC625 0%, #EB054A 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #0CC625 0%, #EB054A 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #0CC625 0%, #EB054A 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0CC625), color-stop(1, #EB054A));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #0CC625 0%, #EB054A 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #0CC625 0%, #EB054A 100%);}
 
/*--------menu-area-end--------*/

/*--------queto form here start--------*/
.form-area{margin:0 auto; padding:0px; width:28%; float:left; padding-top:15px;}
 #contact-form { margin:auto 0;
	width:100%; float:left; height:auto;
}

.contact-mid { width:100%;
  background:rgba(255, 255, 255, 0.9);
	margin: 0px auto;
  padding:10px; float:left;
  border-radius: 5px 5px 5px 5px;
}

.contact-mid  .icon { padding:10px 0 5px 50px; margin:0; height:auto;  background:url(images/form_ico.html) no-repeat top left;
}
.contact-mid  .icon  h2 {
  color: #777;
  font-size:16px;  
}

.contact-mid  .icon  .intro {
  padding-bottom:1px;  color:#7978fd; font-size:12px;
}

.contact-mid label {
 font-size:13px; font-weight:500; color:#b4b4b3;
}

input[type="text"] {
	display: inline;
	width:97%;
  font-size: 14px;
	background-color:#fff;
  font-family: 'Lato';
  color: white;
	padding: 5px 0px 5px 10px;
	margin: 2px 0px 1px 0px;
	border-radius: 3px;
	-moz-border-radius: 5px; border:1px solid #ebebeb;
}

.inputfield {
  padding-top: 10px;
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: white;
  font-weight: 300;
}

input[type="submit"]{
	display: inline;
  font-size:20px;
  width:100%;
	background-color:#0052a1;
	color: #fff;
	padding: 5px 0px;
	margin:5px 0px ;
	border-radius: 3px;
	-moz-border-radius: 5px;
}

input[type="submit"]:hover {
	background-color:#777;
}
/*--------queto form here END--------*/


/*--------slider grid start--------*/
.slider-grid{margin:0 auto;  width:100%; float:right;   padding-top:2px; }
/*--------slider grid END--------*/

/*--------header wrapper end--------*/

/*--------main wrapper star--------*/
.main-wrapper{margin:0 auto; padding:0px; background:url(images/pattern.jpg); clear:both; border-bottom:1px solid  #dcdcdc;}

/*--------welcome area star--------*/
.main-wrapper .welcome-area{margin:0; padding:0px; width:65%; float:left; padding-top:15px;}
.main-wrapper .welcome-area h2{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #51e909; padding-bottom:8px;
  }
.main-wrapper .welcome-area h3{
  font-family: 'Open Sans', sans-serif;
font-size:30px; color:#fff ; text-align:left;
}
.main-wrapper .welcome-area h4{
  font-family: 'Open Sans', sans-serif;
font-size:18px;  text-align:left;
  color: #fff;
 }
 
 .main-wrapper .welcome-area h5{
  font-family: 'Open Sans', sans-serif;
font-size:26px;  text-align:left;
  color: #51e909;
 }
 
 
.main-wrapper .welcome-area .img { width:100%; vertical-align:top;   }
.main-wrapper .welcome-area p{
  color: #f9b3fd;
    font-size:14px;
    font-weight: 400;
    line-height:1.6em;
    margin: 0.6em 0;   
}
.main-wrapper .welcome-area p a{color:#dc0ba1;}
.main-wrapper .welcome-area p a:hover{color: #000;}

 
/*--------welcome area END--------*/

/*--------why choose area star--------*/
.main-wrapper .why-area{margin:0 ; padding:0px 0; width:30%; float:right; padding-top:15px;}

.main-wrapper .why-area .starhd{ margin:auto 0; margin:5px 0px; padding:7px 0px; width:100%; float:left;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #0CC625 0%, #EB054A 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #0CC625 0%, #EB054A 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #0CC625 0%, #EB054A 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0CC625), color-stop(1, #EB054A));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #0CC625 0%, #EB054A 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #0CC625 0%, #EB054A 100%);
-moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
 border-top-left-radius: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
border-top-right-radius: 8px;}
.main-wrapper .why-area .starhd h6{ font-family: 'Open Sans', sans-serif; font-size:20px; font-weight:700; text-align:center; color: #fff; }

.main-wrapper .why-area .startext{ margin:auto 0; margin:5px 0px 10px 0; padding:0px 15px 50px 15px; width:90%;  float:left;  background:url(images/rr.png) no-repeat bottom center;}
.main-wrapper .why-area .startext  img{ width:100%; vertical-align:top;}
.main-wrapper .why-area .startext p{
 color: #6b6b6b;
    font-size:14px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0.3em 0;
}
.main-wrapper .why-area .startext p a{color:blue;}
.main-wrapper .why-area .startext p a:hover{color: #000;}

.main-wrapper .why-area .startext .img-txt{width:96%; height:auto; float:left;  background: rgb(0, 0, 0); opacity:0.8; padding:7px 10px 7px 0px; margin:0px 0px;  color:#fff; font-size:16px; text-align:right;  -moz-border-radius-bottomright: 7px;
-webkit-border-bottom-right-radius: 7px;
border-bottom-right-radius: 7px;
-moz-border-radius-bottomleft: 7px;
-webkit-border-bottom-left-radius: 7px;
border-bottom-left-radius: 7px;}
.main-wrapper .why-area .startext .r-txt{ color:#d003cc; font-size:16px   }

.main-wrapper .why-area .startext ul.list li {
	list-style-type: none;
	font-size:14px;
	margin-bottom:8px;
	padding-left:18px;
	background: url(images/arrow.html) left 3px no-repeat;
}

.main-wrapper .why-area .startext ul.list {
	margin-top:0.6em;
}
.main-wrapper .why-area .startext ul.list li a{
	text-decoration:none;
	color:#828282;
	font-size:14px;
	font-weight:300;
}
.main-wrapper .why-area .startext ul.list li a:hover{
	text-decoration:underline;
	color:#5a7822;
	padding-left:10px;
}

 
/*--------why choose area END--------*/
 
/*--------main wrapper ENDDDD-------*/


/*-- Testimonails --*/
.testimonails-wrapper{margin:0 auto; padding:0px; background:#fff; clear:both; border-top:1px solid #efeeeb;}

.heading-section {
  text-align: center;
  padding:20px 0 30px 0; margin-bottom:20px; background:url(images/under-heading.html) no-repeat bottom center;
}

.heading-section h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonails-slider{ width:90%; margin:auto;}
.testimonails-slider ul{ margin:0px; padding:0px; list-style:none;}
.testimonails-slider ul li{ margin:0 auto; padding:0px; text-align:center; 
	}

.testimonails-slider ul li h3 {
	font-size:20px;
	color:#fff;
	line-height:22px;
	font-weight:bold;
	text-transform:none;
	margin:0;
	padding:5px 24px;
	text-align:center;
	background: linear-gradient(to bottom, rgba(27, 27, 27, 1) 0%, rgba(15, 49, 195, 1) 100%) repeat scroll 0px 0px transparent;
} 
 


.testimonails-content p {
  text-align: center;
  font-size: 15px;
  color: #333;
  font-style: italic;
}
.testimonails-content h6 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin:20px 0;
  font-style: italic;
}

/*-- End Testimonails --*/


 

/*--------fotter wrapper star--------*/
.fotter-wrapper{margin:0 auto; padding:0px; background: #1a011e url("images/ftr.jpg") no-repeat scroll center top;
    border-top: 4px solid #0052a1;}

.fotter-block { margin:0;
    width:30%;
position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; height:auto; float:left;
  }

.fotter-block h4 {
  font-family: 'Open Sans', sans-serif;
  font-size:24px;
  font-weight: 700;
  color: #fff;
  padding-bottom:10px;
}

.fotter-block p {
  font-family: 'Open Sans', sans-serif;
font-size:14px; color:#f9b3fd; line-height:18px;
}
.fotter-block p a{color:blue;}
.fotter-block p a:hover{color: #000;}

/*--------footer navi gation--------*/
.shop-list ul {
  margin: 0;
  padding: 0;
}

.shop-list li {
  list-style: none;
  margin:8px 0;
}

.shop-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #fd2f2f;
}

.shop-list a {
  text-transform: uppercase;
  color: #888;
  font-size: 13px;
}

.shop-list a:hover {
  color: #ff0000;
}

.bulet { margin: 0; padding: 0; list-style-type: none; color:#bd99b2;
}
.bulet li { background: url(images/arow.png)  3px 8px no-repeat; padding:0px 0 5px 13px;  font-size:18px; color:#bd99b2; text-align:left; line-height:24px; 
}
.bulet li a { color:#51e909; }
.bulet li a:hover { color:yellow;}

/* Social Media Icons =====================================*/

#hsocial .twitter, #hsocial .twitter:visited {
    background: url("images/twitter.png") no-repeat 10px center rgb(0, 172, 237);
}
#hsocial .facebook, #hsocial .facebook:visited {
    background: url("images/facebook.png") no-repeat 10px center rgb(59, 89, 152);
}
#hsocial .gplus, #hsocial .gplus:visited {
    background: url("images/gplus.png") no-repeat 10px center rgb(184, 51, 36);
}
#hsocial .digg, #hsocial .digg:visited {
    background: url("images/digg.png") no-repeat 10px center rgb(0, 0, 0);
}
#hsocial .stumbleupon, #hsocial .stumbleupon:visited {
    background: url("images/stumbleupon.png") no-repeat 10px center rgb(66, 174, 67);
}
#hsocial .pinterest, #hsocial .pinterest:visited {
    background: url("images/pinterest.png") no-repeat 10px center rgb(216, 58, 62);
}
#hsocial a,#hsocial a:visited{
    display:inline-block;
    margin-right:5px;
    margin-bottom:5px;
    padding:10px 15px 10px 40px;
    color:white;
    font-weight:bold;
    text-transform:uppercase;
    font-size:14px;
    font-family:'montserratbold',sans-serif;
     
    -webkit-transition:all .15s ease-in-out;
    -moz-transition:all .15s ease-in-out;  
    -ms-transition:all .15s ease-in-out;
    -o-transition:all .15s ease-in-out;
    transition:all .15s ease-in-out;
}
#hsocial a:hover,#hsocial a:visited:hover{
    -webkit-opacity:.5;-moz-opacity:.5;opacity:.5;color:white
}
#hsocial a, a:visited {
    text-decoration: none;
}
#hsocial{width:100%; margin-bottom:20px;}

/*--------moreinfo contact--------*/
.more-info p {
  padding-bottom:8px;
}

.more-info ul {
  margin: 0;
  padding: 0;
}

.more-info li {
  list-style: none;
  margin:0px 0 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #666;
}

.more-info i {
  color: #fd2f2f;
  margin-right: 10px;
  font-size:24px;
}

/*--------fotter social start--------*/

.span_1_of_4 h3{
	text-transform: uppercase;
	color:#FFAF2C;
	margin: 5px 0px;
	padding-bottom: 8px;
	font-family: 'Roboto', sans-serif;
	line-height:25px;
}

.social-bottom {
  margin-top:10px;
  padding-bottom:5px;
}

.social-bottom h5{
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  float: left; width:100%; margin-bottom:5px;
}

.social-bottom ul {
  margin: 0; 
  padding: 0;
}

.social-bottom li {
  list-style: none; 
  display: inline-block;
}

.social-bottom a {
  background-color: #fff;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #bbb;
}

.social-bottom a:hover {
  background-color: #0000ff;
  color: #fff;
}

/*--------fotter wrapper end--------*/

/*--------fotter bottom start--------*/
.footer-bottom {
	background: #000;
	padding:0.5em 0em;
	text-align:center;
}
.footer-bottom p {
	color: #fff;
	font-size:11px;
	margin: 0;
	font-weight: 400;
}
.footer-bottom a {
	color: #fd2f2f;
}
.footer-bottom a:hover{
	color: #fff;
}
/*--------fotter bottom end--------*/



/* ============================== SLIDERS ============================= */

/*----------------------------- Fade Slider ----------------------------*/

.content-slider-container {
	position:relative;
}

.content-slider {
	position:relative;
	z-index:5;
}

.content-slider ul {
	display:block;
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none; height:auto;
}

.content-slider li{
	width:100%;
	display:block;
	float:left;
	padding:0;
	background:none;
	display:none;	
	position:relative;
	margin:0;
}

.content-slider li:first-child {
	display:block;
}

.content-slider iframe,
.content-slider object,
.content-slider img {
	width:100%;
	display:block;	
}

.content-slider .featured-image {
	border-width:0;
	z-index:1;
}

.motion-effect .slide-overlay {
	display:block;
	width:125%;
	max-width:none;
	height:auto;
	position:absolute;
	left:0;
	top:0;	
	z-index:10;
}

.embedded-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.embedded-video iframe,  
.embedded-video object,  
.embedded-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*----------------------------- Main Slider ----------------------------*/

.main-slider-container .block-background {
	position:absolute;
	background:#fff;	
	width:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

.main-slider {
	border:10px solid #fff;
	overflow:hidden;
}

.main-slider .arrow {
	position:absolute;
	top:50%;	
	width:13px;
	height:23px;
	margin-top:-12px;
	background:url(images/main_slider_arrows.html) -13px 0 no-repeat;
	z-index:100;
	cursor:pointer;
	opacity:0;
}

.main-slider:hover .arrow{
	opacity:1;
}

.main-slider .arrow-left {
	left:24px;
}

.main-slider .arrow-right {
	right:24px;
	background-position:0 0;
}



.content-slider-container .layer-1 {	
	-ms-transform: rotate(1.2deg);
	-webkit-transform: rotate(1.2deg);
	-o-transform: rotate(1.2deg);
	-moz-transform: rotate(1.2deg);
	transform: rotate(1.2deg);
}

.content-slider-container .layer-2 {	
	-ms-transform: rotate(-1.8deg);
	-webkit-transform: rotate(-1.8deg);
	-o-transform: rotate(-1.8deg);
	-moz-transform: rotate(-1.8deg);
	transform: rotate(-1.8deg);
}

.tour-thumb-container .block-background {	
	-ms-transform: rotate(2.1deg);
	-webkit-transform: rotate(2.1deg);
	-o-transform: rotate(2.1deg);
	-moz-transform: rotate(2.1deg);
	transform: rotate(2.1deg);
}

.featured-image-caption,
.content-slider .arrow {	
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.tour-thumb-container .block-background {	
	-moz-transition: top 0.2s, bottom 0.2s;
	-webkit-transition: top 0.2s, bottom 0.2s;
	-o-transition: top 0.2s, bottom 0.2s;
	transition: top 0.2s, bottom 0.2s;
}

.featured-image-caption {	
	-moz-transition: bottom 0.2s;
	-webkit-transition: bottom 0.2s;
	-o-transition: bottom 0.2s;
	transition: bottom 0.2s;
}



 

 


.featured-image,
.tour-thumb,
.gallery-item .block-background,
.content-slider-container .block-background,
.tour-thumb-container .block-background,
.tour-slider,
.main-slider {
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
	box-shadow:0 0 5px rgba(0,0,0,0.3);
}

.site-content {
	-moz-box-shadow:0 0 15px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.4);
	box-shadow:0 0 15px rgba(0,0,0,0.4);
}

.tour-search-form .ui-slider,
.tour-search-form .button-container,
.tour-search-form .form-title,
.tour-search-form .select-field,
.tour-search-form input {
	-moz-box-shadow:0 1px 0 rgba(255,255,255,0.1)!important;
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.1)!important;
	box-shadow:0 1px 0 rgba(255,255,255,0.1)!important;
}

.tour-search-form {
	-moz-box-shadow:0 0 18px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow:0 0 18px rgba(0,0,0,0.1) inset;
	box-shadow:0 0 18px rgba(0,0,0,0.1) inset;
}

.ui-slider-range {
	-moz-box-shadow:0 2px 1px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow:0 2px 1px rgba(255,255,255,0.2) inset;
	box-shadow:0 2px 1px rgba(255,255,255,0.2) inset;
}

textarea,
input[type="text"],
input[type="number"],
input[type="password"],
select,
textarea {
	-moz-box-shadow:0 2px 4px rgba(204,204,204,0.4) inset;
	-webkit-box-shadow:0 2px 4px rgba(204,204,204,0.4) inset;
	box-shadow:0 2px 4px rgba(204,204,204,0.4) inset;
}

.content-slider-container .layer-1 {	
	-ms-transform: rotate(1.2deg);
	-webkit-transform: rotate(1.2deg);
	-o-transform: rotate(1.2deg);
	-moz-transform: rotate(1.2deg);
	transform: rotate(1.2deg);
}

.content-slider-container .layer-2 {	
	-ms-transform: rotate(-1.8deg);
	-webkit-transform: rotate(-1.8deg);
	-o-transform: rotate(-1.8deg);
	-moz-transform: rotate(-1.8deg);
	transform: rotate(-1.8deg);
}

.tour-thumb-container .block-background {	
	-ms-transform: rotate(2.1deg);
	-webkit-transform: rotate(2.1deg);
	-o-transform: rotate(2.1deg);
	-moz-transform: rotate(2.1deg);
	transform: rotate(2.1deg);
}

.featured-image-caption,
.content-slider .arrow {	
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.tour-thumb-container .block-background {	
	-moz-transition: top 0.2s, bottom 0.2s;
	-webkit-transition: top 0.2s, bottom 0.2s;
	-o-transition: top 0.2s, bottom 0.2s;
	transition: top 0.2s, bottom 0.2s;
}

.featured-image-caption {	
	-moz-transition: bottom 0.2s;
	-webkit-transition: bottom 0.2s;
	-o-transition: bottom 0.2s;
	transition: bottom 0.2s;
}

/*--*/
.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	padding: 0.4em 0.8em;
	display: inline-block;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0px !important;
	text-decoration: none;
	font-size: 1em;
	border: 1px solid #ff7200;
	font-weight: 400;
	color: #ff7200;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Button 1c */
.btn-1c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ff7200;
}
.btn-1c:hover,
.btn-1c:active {
	color: #000;
}
.btn-1c:hover:after,
.btn-1c:active:after {
	width: 100%;
}
/*--*/

/*----contact wrappers-*/
.main-wrapper .welcome-area .contact-area{margin:0; padding:0px; width:100%; float:left;}

.main-wrapper .welcome-area .contact-area h2{
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #094ca7;
  text-transform: uppercase; margin-bottom:20px;
}
 
.main-wrapper .welcome-area .contact-area p{
  color: #6b6b6b;
    font-size:14px;
    font-weight: 400;
    line-height:1.3em;
}
.main-wrapper .welcome-area .contact-area p a{color:blue;}
.main-wrapper .welcome-area .contact-area p a:hover{color: #000;}

.main-wrapper .welcome-area .contact-area h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}


/*----PRODUCTS GALLERY-*/

#thumbnails { display: block; margin-bottom: 10px; }
#thumbnails ul li { float: left; margin-right: 26px; margin-bottom: 12px; }

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


 
.month ul{
	margin: auto 0;
	padding:0 0 0 5px;
	list-style:none;
	}
.month ul li{ background:#420841;
	float:left;
	margin:9px 10px 2px 10px;
	padding:0;
	width:150px; height:auto;
	}
.month ul li img{
	border:5px solid #ba36f1;
	margin:0;
	padding:0;
	}
.month ul li div{
	background:#000;
color:#E55E8B;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:16px;
	margin:0;
	padding:0px 0;
	text-align:center;
	width:153px; 
	}
.month ul li div a{
	color:#fff;
	text-decoration:none;
	}
.month ul li div a:hover{
	color:#fff;
	text-decoration:underline;
	}
	
 