/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');
/* === layerslider === */
@import url('layerslider.css');
/* === prettify === */
@import url('../js/google-code-prettify/prettify.css');
/* === fontawesome === */
@import url('font-awesome.css');
@import url('meteocons.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');
select:focus{
	outline:0;
}
/* Table of content */
/*===================================
1. General
2. layout
3. Responsive media
4. Header
5. Section: Featured
6. Sliders
7. Intro
8. Section: Content
9. Section: Bottom
10. Inner - Section: page headline
11. Forms
12. Portfolio
13. Elements
14. Blog & article
15. Aside, sidebar
16. Footer
17. Divider, Line & Misc
18. Position & alignment
19. Extras 
20. Spacer, margin
21. Media queries 
==================================== */
/* ===================================
1. General
==================================== */

#tb-data{
	margin:0px;
	width:100%;
}
#tb-data td{
	padding:5px;
	font-size:14px;
	color:#666666;
}

a{
	color:inherit;
}
a:hover{
 	text-decoration:none !important;
	color:inherit;
}
::selection{
	background:#ffab67;
	color:#FFF;
}
::-moz-selection{
	background:#ffab67;
	color:#FFF;
}
body {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:13px;
	line-height:1.6em;
	background-color:#000000;
}

a:active {
	outline:0;
}

.clear {
	clear:both;
}

/* ===================================
2. layout
==================================== */

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

#wrapper{
	width:100%;
	margin:0;	
	padding:0;
	background-image:url(../img/back-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	background-attachment:fixed;
}

#wrapper.boxed{
	width:90%;
	overflow:hidden;
	margin:0 auto;	
	padding:0;
	background:#fff;
	box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
}

.row {
	margin-bottom:0px;
}

.row .row{
	margin-bottom:0px;
	
}

a.text-link{
	outline:0;
}
a.text-link:hover{
	text-decoration:none;
	font-weight:bold;
}

/* ===================================
3. Responsive media
==================================== */

.video-container,.map-container,.embed-container 		{ position:relative; margin:0 0 15px 0;	padding-bottom:51%; padding-top:30px; height:0; overflow:hidden; border:none; }
.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,  
.video-container embed 					{ position:absolute; top:0; left:0; width:100%; height:100%; }
iframe {
	border:none;
}

img.img-polaroid {
	margin:0 0 20px 0;
}
.img-box {
	max-width:100%;
}
/* ===================================
4. Header
==================================== */
.orange{
	color:#FF9900;
}
.white{
	color:#FFFFFF;
}
.gry{
	color:#CCCCCC;
}

/* --- header -- */
header{
	margin:0;
	padding:0;
	position:relative;
}
#top-header{
	background: #18191a url(../img/bg-map.png) no-repeat top center;
	padding:0px 10px;
	position:relative;
	text-align:center;
	font-size:14px;
	color:#5d5d5d;
	text-shadow:0px 1px 1px #050506;
}
.top-head{
	max-width:94%;
	 margin:0px auto;
	 padding-right:1%;
}
.contact_info {
	margin:10px 0 0;
}

#wrapper .boxed .contact_info {
	margin:10px 0 0;
}

.contact_info p {
	text-align:right;
	color:#ddd;
	font-weight:bold;
}

/* --- menu --- */
header ul.nav li a {
	
	font-size:12px;
	font-weight:bold;
}
.navbar .nav > li > a {
  color: #ddd;
  text-shadow: none;
}
header ul.nav li ul {
	margin-top:1px;
}
header ul.nav li ul li ul {
	margin:1px 0 0 1px;
}

.dropdown-menu .dropdown i {
    position:absolute;
    right:0;
    margin-top:3px;
    padding-left:20px;
}

.navbar .nav > li > .dropdown-menu:before {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content:none;
}

.navbar .nav > li > .dropdown-menu:after {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  content: '';
}


ul.nav li.dropdown a {
	z-index:1000;
	display:block;
}

 select.selectmenu {
	display:none;
}

/* ===================================
5. Section: Featured
==================================== */

#featured{
	background:rgba(0,0,0,0.7);
	position:relative;
	margin:0px auto;
	padding:0;
	max-width:92%;
}
.footer-inner{
 	width:92%;
	margin:0px auto;
	padding:0px;
	
 }
.topline-shadow{
	background: url(../img/line-shadow.png) repeat-x top left;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:6px;
}

/* ===================================
6. Sliders
==================================== */

/* --- layerslider --- */

.ls-heading {
	color:#333;
	text-shadow:0 1px 0 #fff;
}

.ls-text {
	color:#666;
}

.ls-highlighted-h {
	padding: 5px 10px;
	line-height: 40px;
	-webkit-box-shadow: 0px 4px 10px -5px #111;
	-moz-box-shadow: 0px 4px 10px -5px #111;
	box-shadow: 0px 4px 10px -5px #111;
	color: #fff;
	text-shadow: none;
	background: #3c3c3f;	
}

.ls-highlighted-h a {
	color:#fff;
}


/* --- flexslider --- */

#featured .flexslider {
	padding:0;
	margin: 30px 0 30px; 
	background: #fff; 
	border: 1px solid #e6e6e6; 
	position: relative; 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	-o-border-radius: 2px; 
	border-radius: 2px; 
	zoom: 1;
}

#featured .flexslider .slide-caption {
	background:#333;
}

#featured .flexslider .slide-caption {
	background:none; 
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 
	zoom: 1;
}
#featured .flexslider .slide-caption {
	width: 30%; 
	padding: 2%; 
	position: absolute; 
	left: 10px; 
	bottom: -30px; 
	background: rgba(0,0,0,.5); z-index:99;
}

#featured .flexslider .slide-caption p { 
	font-size: 14px !important; 
	line-height: 22px; 
	font-weight:300;  
	color: #f0f0f0 !important; 
	margin-bottom:15px;
}
#featured .flexslider .slide-caption h3{ 
	font-weight:700; 
	color:#f4f4f4; 
	font-size:22px; 
}
#featured .flexslider .slide-caption span a{ 
	padding:7px 15px; 
	float:left; 
}
#featured .flexslider .slide-caption span a:hover{ opacity:.9;}


/* The Nivo Slider styles */

#nivo-slider { 
margin:15px 0; 
position: relative;
}
.nivo-slider { 
background: #fbfbfb; 
}

.slides { margin: 0; overflow: hidden; }
.slides li { list-style-type: none; }

.nivoSlider {
	position:relative;
	width:100%;
	height:400px !important;
		
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	height:400px !important;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:20px;
	bottom:20px;
	background:#000;
	color:#fff;
	font-size:25px;
	font-weight:600;
	width:48%;
	z-index:8;
	padding: 20px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.nivo-caption  h2 {
	color:#fff;
	line-height:1em;
}
.nivo-caption  p {
	margin-bottom:20px;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	bottom:0px;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	right:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
	text-align: center;
	padding: 0px 0;
	display:none;
}

.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;

  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
      margin: 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 18px;
    height: 18px;
	padding:3px;
    font-size: 12px;
    line-height: 18px;
    text-shadow:none;
    cursor: pointer;
    background-color: #444;
	right:15px;
}
.nivo-directionNav a { opacity: 1; }
a.nivo-nextNav {
	right:0px;
}
a.nivo-nextNav:before {
	content: "\f105"; 
    color: #fff;
}

a.nivo-prevNav {
	right:25px;
}
a.nivo-prevNav:before {
	content: "\f104"; 
    color: #fff;
}


.nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

.nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../img/nivo-bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;

}
.nivo-control.active { background-position: 0 0; }




/* ===================================
7. Intro
==================================== */

#intro-box{
	background:#eee;
	position:relative;
	margin:0;
	padding:0;
	color:#474747;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fafafa;
}

#intro-box h4 {
	font-weight:600;
}

#intro-box i {
	margin-top:10px;
}

#intro-box i.left {
	margin-right:20px;
}

.box-center{
	padding:30px 0 15px 0;
}

.box-left{
	background:url(../img/box-line.png) no-repeat top right;
	padding:30px 32px 15px 0;
}

.box-right{
	background: url(../img/box-line.png) no-repeat top left;
	padding:30px 0 15px 32px;
}

/* --- cta in intro box --- */

#intro-box .big-cta {
	margin:30px 0 0 0;
	overflow:hidden;
	padding:20px 20px 20px 20px;
  border: 1px solid #ccc;	
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
	background:#fcfcfc;

	-webkit-box-shadow:none;
	box-shadow:none;
}



/* ===================================
8. Section: Content
==================================== */

#content {
	position:relative;
	background:#fefefe url(../img/shadow857.png) no-repeat top center;
	border-top:1px solid #c8c8c8;
	padding:0px;
	margin:0px auto;
	max-width:92%;
}

#content img {
	max-width:100%;
	height:auto;
}

/* --- Call to action --- */

.big-cta {
	overflow:hidden;
	padding:20px 20px 20px 20px;
	border: 1px solid #e9e9e9;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background:#fcfcfc;
	border-top:1px solid #e9e9e9;
	-webkit-box-shadow:inset 2px 0 0 0 rgba(0,0,0,.03),inset 0 2px 0 0 rgba(0,0,0,.03);
	box-shadow:inset 2px 0 0 0 rgba(0,0,0,.03),inset 0 2px 0 0 rgba(0,0,0,.03);
}

.cta-text {
	float:left;
	margin-top:10px;
}

.big-cta h3 {
	font-weight:700;
}

.cta-text h3 span {
	font-size:24px;
}

.big-cta .cta {
	margin-top:10px;
}

/* ===================================
9. Section: Bottom
==================================== */

#bottom {
	background:#fcfcfc;
	border-top:1px solid #e9e9e9;
	padding:30px 0 0;
	-webkit-box-shadow:inset 2px 0 0 0 rgba(0,0,0,.03),inset 0 2px 0 0 rgba(0,0,0,.03);box-shadow:inset 2px 0 0 0 rgba(0,0,0,.03),inset 0 2px 0 0 rgba(0,0,0,.03);
}



/* ===================================
10. Inner - Section: page headline
==================================== */

#page-headline{
	background:#f7f7f7;
	position:relative;
	margin:0;
	padding:0;
	color:#474747;
	border-bottom:1px solid #fafafa;
}


#page-headline .inner-heading {
	float:left;
}

/* --- breadcrumbs --- */
#page-headline ul.breadcrumb {
	margin:30px 0 0;
}

#page-headline ul.breadcrumb li {
	margin-bottom:0;
	padding-bottom:0;
}
#page-headline ul.breadcrumb li {
	font-size:13px;
	color:#999;
}

#page-headline ul.breadcrumb li i{
	color:#888;
}

ul.breadcrumb li a:hover {
	text-decoration:none;
	font-weight:600;
}

.breadcrumb > li {

}

/* ============================
11. Forms
============================= */

/* --- contact form 1 ---- */
form#contactform1 input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform1 input[type="password"] {
    width: 100%;
    min-height: 40px;
    padding-left:20px;
    font-size:13px;
    padding-right:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

form#contactform1 textarea {
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform1 .validation {
	font-size:11px;
}

#sendmessage {
	border:1px solid #e6e6e6;
	background:#f6f6f6;
	display:none;
	text-align:center;
	padding:15px 12px 15px 65px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;

}

#errormessage {
    border:1px solid #e6e6e6;
    background:#f6f6f6;
    display:none;
    text-align:center;
    padding:15px 12px 15px 65px;
    margin:10px 0;
    font-weight:600;
    color: #FE2E2E;
    margin-bottom:30px;

}

/* --- comment form ---- */
form#commentform input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;

}

form#commentform textarea {
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;
}


/* --- search form --- */
.search{
	float:right;
	margin:35px 0 0;
	padding-bottom:0;
}

input[type="text"].search-form{
	background:#fff;
	padding:4px 10px 4px 10px;
	border:1px solid #ccc;
	border-color: #ccc #ccc #ddd;
  -webkit-box-shadow: inset 0 1px 1px #eee;
     -moz-box-shadow: inset 0 1px 1px #eee;
          box-shadow: inset 0 1px 1px #eee;
	-webkit-border-radius: 2px 2px 2px 2px;
		-moz-border-radius: 2px 2px 2px 2px;
			border-radius: 2px 2px 2px 2px;
	font-size:13px;
}

#page-headline form.input-append {
	margin:0;
	padding:0;
}


.top-content p{
	margin-bottom:20px;
}

.col2 {
    width: 32%;
    float: left;
    margin: 5px;
    color: #FFF;
}
.col2.set{
    width: 100%;
	text-align:left;
	padding-left:25px;
	display:block;
    float:left;
    margin: 5px;
    color: #FFF;
	
}

.gender{
color:#333;
font-size:12px;
font-family:inherit;
margin-top:7px;
}
.radio1{
	margin:0px;
	float:left;
}
.gender span{
	margin-right:30px;
	float:left;
	margin-left:3px;
}

/* ===============================
12. Portfolio
================================ */

ul.portfolio{
	float:left;
	width:98%;
	list-style:none;
	margin:0 0 10px 0;
	padding:0 0 1% 1%;
}

ul.portfolio li{
	float:left;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;

}

ul.portfolio li:hover {
  -webkit-box-shadow: 0 0 10px #000;
     -moz-box-shadow: 0 0 10px #000;
          box-shadow: 0 0 10px #000;
		  z-index:1000000;
}

.folio-4column  li{
	width:24.75%;
	overflow:hidden;
}

.folio-3column  li{
    width:33.33%;
}

.folio-2column  li{
	width:50%;
	overflow:hidden;
}

/* --- Portolio filter --- */

ul.portfolio-categ{
	margin:0px;
	padding:0;
	float:right;
	list-style:none;
}

ul.portfolio-categ li{
	margin:0;
	padding:10px 20px 10px 20px;
	float:left;
	list-style:none;
	font-size:12px;
	font-weight:600;
	margin-right:5px;
	background-color:#000000;
	transition:1s;
	border-radius:10px;
	color:#666666;
	text-shadow:#333333 0px 1px 0px;
}
ul.portfolio-categ li.act{
	color:#FFFFFF;
	text-shadow:#666 0px 1px 0px;
}
ul.portfolio-categ li:hover{
	color:#999999;
	text-shadow:#666 0px 1px 0px;
}


.menu-button{
	margin:0;
	padding:10px 20px 10px 20px;
	float:left;
	border:none;
	list-style:none;
	font-size:12px;
	font-weight:600;
	margin-right:5px;
	background-color:#000000;
	transition:1s;
	border-radius:10px;
	color:#666666;
	text-shadow:#333333 0px 1px 0px;
}
.menu-button.act{
	color:#FFFFFF;
	text-shadow:#666 0px 1px 0px;
}
.menu-button:hover{
	color:#FFF;
	text-shadow:#666 0px 1px 0px;
}

.bot-act{
	color:#000000; 
	position:absolute;
	margin-top:18px;
	font-size:30px;
	text-shadow:none;
	margin-left:-1.0%;
}
.happening{
	border-bottom:2px solid #CCC;
	margin:0;
	width:auto;
	padding:5px 15px;
	list-style:none;
	font-size:20px;
	font-weight:600;
	color:#EF5523;
    background-clip: text;
	line-height:40px;
	 -moz-box-shadow:inset 0px -2px 4px #b3b3b3;
    -webkit-box-shadow:inset 0px -2px 4px #b3b3b3;
    box-shadow:inset 0px -2px 4px #b3b3b3;


}
.happening a{
	color:#FF6600;
}
.happening-up{
	margin-bottom:-30px;
}
/* --- Portolio hover --- */

.da-thumbs li  {
	overflow: hidden;
	display: block;
	position: relative;	
	margin:0;
	padding:0;
}

.da-thumbs li  img {
	width:100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.da-thumbs li  article {
	position: absolute;
	background: rgba(0,0,0,0.8);
	text-shadow:none;
	width: 100%;
	height: 100%;
	margin:0;
	font-size:14px;
	display:block;
	cursor:pointer;
}

.da-thumbs li  article.da-animate {
	-webkit-transition: all 0.2s ease;
	-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;
}

.da-thumbs li  article a i:hover {
	text-decoration:none;
}

.da-thumbs li  article p {
	color:#fefefe;
	font-weight:700;
}

/* --- Initial state classes --- */
.da-slideFromTop {
	left: 0px;
	top: -200%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -102%;
}
.da-slideFromRight {
	top: 0px;
	right: -102%;
}
/* --- Final state classes --- */

.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}

.da-thumbs li  article p{
	margin-bottom:5px;
}

.da-thumbs li  article a{
	display:inline-block;
}

.folio-4column li  article  {
	text-align:center;
	padding-top:20%;
}

.folio-3column li  article  {
	text-align:center;
	padding-top:15%;
}

.folio-2column li  article  {
	text-align:center;
	padding-top:23%;
}

.related-folio li  article{
	text-align:center;
	padding-top:30px;
}

/* --- portfolio detail --- */
.top-wrapper {
	margin-bottom:20px;
}

/* ===============================
13. Elements
================================ */

/* --- blockquote --- */
blockquote {
	font-size:16px;
	font-family:'Noto Serif', serif;
	font-style:italic;
	padding-left:0;
	color:#a2a2a2;
	line-height:1.6em;
	border:none;
}

blockquote cite 							{ display:block; font-size:12px; color:#666; margin-top:10px; }
blockquote cite:before 					{ content:"\2014 \0020"; }
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited 				{ color:#555; }

/* --- pullquotes --- */

.pullquote-left {
	display:block;
	color:#a2a2a2;
	font-family:'Noto Serif', serif;
	font-size:14px;
	line-height:1.6em;
	padding-left:20px;
}

.pullquote-right {
	display:block;
	color:#a2a2a2;
	font-family:'Noto Serif', serif;
	font-size:14px;
	line-height:1.6em;
	padding-right:20px;
}

/* --- list style --- */

ul.general {
	list-style:none;
	margin-left:0;
}

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

ul.link-list li{
	margin:0;
	padding:2px 0 2px 0;
	list-style:none;
}

footer ul.link-list li a{
	color:#919191;
}

/* --- Heading style --- */

h4.heading {
	font-weight:400;
}

h4.heading strong {
	font-weight:700;
}

.heading { margin-bottom: 30px; }

.heading {
	position: relative;
	border-bottom: #e9e9e9 1px solid;
	padding: 5px 2px 9px 9px;
}

.heading span {
	position: absolute;
	width: 60px;
	height: 3px;
	bottom: -2px;
	left: 0;
}

.widgetheading {
	width:100%;

	padding:0;
}

#bottom .widgetheading {
	position: relative;
	border-bottom: #e6e6e6 1px solid;
	padding-bottom: 9px;
}

aside .widgetheading {
	position: relative;
	border-bottom: #e9e9e9 1px solid;
	padding-bottom: 9px;
}

footer .widgetheading {
	position: relative;
	border-bottom: #333 1px solid;
	padding-bottom: 9px;
}

footer .widget .social-network {
	position:relative;
}


#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {	
	position: absolute;
	width: 60px;
	height: 1px;
	bottom: -1px;
	right:0;

}

/* --- box --- */
.box {
	padding:20px;
	border:1px solid #e9e9e9;
	background:#fcfcfc;
}

.box img {
	margin:0 0 20px 0;
}

.box .icon {
	margin:-50px 0 0;
}

.box h4,.box h5 {
	font-weight:600;
}

/* --- plain box --- */
.plain-box  p,.plain-box  a {
	margin-left:68px;

}

/* --- testimonial --- */
.testimonial {
	background:#fbfbfb;
	padding:20px;
	border:1px solid #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.testimonial .author img {
	float:left;
	margin:0 10px 0;
}

.testimonial p.text {
	color:#b2b2b2;
	font-family:'Noto Serif', sans-serif;
	font-size:14px;
	font-style:italic;
	line-height:1.6em;
	margin-bottom:30px;
}

.testimonial .author p.name {
	font-weight:bold;
}

/* --- Clients style --- */

ul.clients{
	list-style:none;
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

ul.clients li {
	position:relative;
	float:left;
	width:155px;
	margin:0;
	border:4px solid #e9e9e9;
}

ul.clients li:hover {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

ul.clients li img {
	margin:0;
	opacity:0.8;
}

ul.clients li img:hover {
	opacity:1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/* --- Map --- */
.map{
	position:relative;
	margin-top:-50px;
	margin-bottom:40px;
	background:url(../img/shadow-top1170.png) no-repeat bottom center;
}

.map-shadow{
	background:url(../img/shadow857.png) no-repeat top center;
	width:100%;
	height:29px;
	position:absolute;
	top:0;
	left:0;
}

.map iframe{
	width:100%;
	height:450px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}

/* --- our team --- */

ul.team-detail{
	margin:-10px 0 0 0;
	padding:0;
	list-style:none;
}

ul.team-detail li{
	border-bottom:1px dotted #e9e9e9;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	list-style:none;
}

ul.team-detail li label {
	font-size:13px;
}

ul.team-detail li h4, ul.team-detail li label{
	margin-bottom:0;
}

ul.team-detail li ul.social-network {
	border:none;
	margin:0;
	padding:0;
}

ul.team-detail li ul.social-network li {
	border:none;	
	margin:0;
}
ul.team-detail li ul.social-network li i {
	margin:0;
}

/* --- Pricing box default --- */

.pricing-box{
border: 1px solid #e6e6e6;
	background:#fcfcfc;
	position:relative;
	margin:0 0 20px 0;
	padding:0;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-title{
	background:#fff;
	text-align:center;
	padding:10px 0 10px 0;
}

.pricing-title h3{
	font-weight:600;
	margin-bottom:0;
}

.pricing-offer{
	background: #fcfcfc;
	text-align: center;
	padding:40px 0 40px 0;
	font-size:18px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}

.pricing-box.special .pricing-offer{
	color:#fff;
}

.pricing-offer strong{
	font-size:78px;
	line-height:89px;
}

.pricing-offer sup{
	font-size:28px;
}

.pricing-content{
	background: #fff;
	text-align:center;
	font-size:14px;
}

.pricing-content strong{
color:#353535;
}

.pricing-content ul{
	list-style:none;
	padding:0;
	margin:0;
}

.pricing-content ul li{
	border-bottom:1px solid #e9e9e9;
	list-style:none;
	padding:15px 0 15px 0;
	margin:0 0 0 0;
}

.pricing-action{
	margin:0;
	background: #fcfcfc;
	text-align:center;
	padding:20px 0 30px 0;
}

.pricing-wrapp{
	margin:0 auto;
	width:100%;
	background:#fd0000;
}

/* --- pricing box alt 1 --- */
.pricing-box-alt {
border: 1px solid #e6e6e6;
	background:#fcfcfc;
	position:relative;
	margin:0 0 20px 0;
	padding:0;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  box-shadow: 0 2px 0 rgba(0,0,0,0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-box-alt .pricing-heading {
	background: #fcfcfc;
	text-align: center;
	padding:40px 0 0px 0;
	display:block;
}

.pricing-box-alt .pricing-heading h3 strong {
	font-size:32px;
	font-weight:700;
	letter-spacing:-1px;
}
.pricing-box-alt .pricing-heading h3 {
	font-size:32px;
	font-weight:300;
	letter-spacing:-1px;
}

.pricing-box-alt .pricing-terms {
	text-align: center;
	background:#333;
	display:block;
	overflow:hidden;
	margin-top:-56px;
	padding:50px 0 20px;
}

.pricing-box-alt .pricing-terms  h6 {
	font-style:italic;
	margin-top:10px;
	color:#fff;
	
	font-family:'Noto Serif', serif;
}

.pricing-box-alt .icon .price-circled {
    margin: 10px 10px 10px 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 68px;
    height: 68px;
	padding:12px;
    font-size: 16px;
	font-weight:700;
    line-height: 68px;
    text-shadow:none;
    cursor: pointer;
    background-color: #888;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
}

.pricing-box-alt  .pricing-action{
	margin:0;
	background: #333;
	text-align:center;
	padding:30px 0 30px 0;
}




/* --- Custom carousel --- */

.custom-carousel-nav{
	outline:0;	
  color: #ffffff;
  text-align: center;
}

a.custom-carousel-nav {
	outline:0;
}

a.custom-carousel-nav:hover{
	outline:0;
	text-decoration:none;
}

.icon-control {
	margin:0 0 0 140px;
}

/* ===============================
14. Blog & article
================================ */

article{
	float:left;
	width:100%;
	margin-bottom:40px;
}

article.blog-alt2 {
	padding-bottom:20px;
	border-bottom:1px solid #e9e9e9;
}

article.blog-full {
	padding-bottom:20px;
	border-bottom:1px solid #e9e9e9;
}

article .post-heading h3 {
	margin-bottom:20px;
}

article .post-heading h3 a {
	font-weight:700;
	color:#353535;
}

article .post-heading h3 a:hover {
	text-decoration:none;
}

.cat-head{
	font-weight:400;
}
/* --- post meta --- */
.post-meta {
	background:#fcfcfc;
	border:1px solid #e6e6e6;
	border-top:none;
	text-align:center;
}

.post-meta .format {
	border-bottom:1px solid #e6e6e6;
	padding:10px 0 10px;
}

.post-meta i{
	margin:0;
}

.post-meta .date {
	border-bottom:1px solid #e6e6e6;
	padding:10px 0 10px;
}

.post-meta .date span {
	text-align:center;
	color:#999;
	font-size:12px;
	font-weight:600;
}

.post-meta .comments {
	padding:10px 0 10px;
}

.post-meta .comments a {
	color:#999;
	font-size:12px;
	font-weight:700;
}

.post-meta .comments a:hover {
	text-decoration:none;
}

/* --- post format --- */

.post-image {
	margin-bottom:20px;
}

.post-quote {
	margin-bottom:20px;
}

.post-video {
	margin-bottom:20px;
}

.post-audio {
	margin-bottom:20px;
}

.post-link {
	margin-bottom:20px;
}

.post-slider {
	margin-bottom:20px;
}


.post-quote blockquote {
	font-size:16px;
	color:#999;
	font-family:'Noto Serif', serif;
	font-style:italic;
	line-height:1.6em;
}


.post-image img:hover {
  -webkit-box-shadow: 0 0 2px #979797;
     -moz-box-shadow: 0 0 2px #979797;
          box-shadow: 0 0 2px #979797;	
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

ul.meta-post{
	float:left;
	margin: 0;
	padding:0;
	list-style:none;
}

ul.meta-post li{
	float:left;
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
	border-right:1px dotted #e9e9e9;
	padding-right:10px;
}

ul.meta-post li i {
	float:left;
	font-size:12px;
	margin:2px 5px 0 0;
}

ul.meta-post li a{
	color:#999;
	float:left;
	font-size:12px;
	font-weight:600;
}

/* --- single post --- */
.bottom-article{
	float:left;
	width:100%;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	padding:10px 0 10px 0;
	margin-top:20px;
}

/* --- author info --- */

.about-author {
	background:#fbfbfb;
	border:1px solid #d5d5d5;
	padding:20px;
	float:left;
	margin-bottom:5px;
}

ul.related-folio{
	list-style:none;
	float:left;
	width:100%;
	margin:0;
	padding:0;
}


ul.related-folio li {
	position:relative;
	float:left;
	width:210px;
	margin:0 20px 0 0;
	padding:0;
	list-style:none;
    display: block;
    padding: 4px;
    background:#fbfbfb;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* --- Comment --- */

.comment-area {
	float:left;
	width:100%;
	margin-top:30px;	
}


.media-content{
	margin-left:12px;
	background:#fbfbfb;
	border:1px solid #d5d5d5;
	border-bottom:3px double #d5d5d5;
	padding:20px;
}

.media-content span{
	color:#a9a9a9;
}

.comment-area .thumbnail > img {
  display: block;
	width:60px;
	height:60px;
}
.filter-list{
	margin-top:20px;
}

/* --- pagination --- */

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px 10px;
    font-size: 12px;
    line-height:12px;
    color: #888;
	font-weight:600;
}

#pagination a:hover {
    color: #fff;
	text-decoration:none;
}

#pagination span.current {
    background: #333;
    color: #fff;
    font-weight: bold;
}


/* ===============================
15. Aside, sidebar
================================ */

aside{
	position:relative;
	margin-bottom:40px;
}

.sidebar-nav{
	float:left;
	width:100%;
}

.right-sidebar{
	border-left:1px solid #e9e9e9;
	padding:0 0 0 30px;
-webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);

}


.left-sidebar{
	border-right:1px solid #e9e9e9;
	padding:0 30px 0 0;
-webkit-box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
box-shadow:inset 1px 0 0 0 rgba(0,0,0,.01);
}


.left-sidebar .widget h3, .left-sidebar .widget .widget-content{
	padding-right:20px;
}

.left-sidebar .widget h3, .left-sidebar .widget .widget-content{
	background: url(../img/aside-line-left.png) no-repeat top right;
}


aside .widget {
	margin-bottom:40px;
}


ul.cat, ul.recent, ul.folio-detail, ul.contact-info{
	margin:0;
	padding:0;
	list-style:none;
}

ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li{
	margin:0 0 15px 0;
	list-style:none;
}

ul.cat li a, ul.folio-detail li a{
	color:#656565;
}

ul.folio-detail li label{
	display:inline;
	cursor:default;
	color:#353535;
	font-weight:bold;
}

ul.recent li h6 a{
	color:#353535;
}

ul.recent li a img:hover{
  -webkit-box-shadow: 0 0 2px #ccc;
     -moz-box-shadow: 0 0 2px #ccc;
          box-shadow: 0 0 2px #ccc;	  
}

.widget ul.tags {
	list-style:none;
	margin:0;
}

.widget ul.tags li {
	margin:0 5px 15px 0;
	display:inline-block;
}


.widget ul.tags li a {
	font-weight:bold;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
	background:#e6e6e6;
	color:#888;

	padding:5px 10px;
}

.widget ul.tags li a:hover {
	text-decoration:none;
	color:#fff;
}

/* ===== Widgets ===== */

/* --- flickr --- */
.widget .flickr_badge {
	width:100%;
}
.widget .flickr_badge img { margin: 0 9px 20px 0; }

footer .widget .flickr_badge {
    width: 100%;
}
footer .widget .flickr_badge img {
    margin: 0 9px 20px 0;
}

.flickr_badge img {
    width: 50px;
    height: 50px;
    float: left;
	margin: 0 9px 20px 0;
}

/* --- latest tweet widget --- */

.twitter ul{
	margin-left:0;
	list-style:none;
}

.twitter  img{
    float: left;
    margin-right: 15px;
}
.twitter span.tweet_time{
    display: block;
    padding-bottom: 5px;

}
.twitter li{    
    border-bottom: 1px dashed #efefef;    
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}
.twitter li:last-child{border: none;}

/* --- Recent post widget --- */

.recent-post{
	margin:20px 0 0 0;
	padding:0;
	line-height:18px;
}

.recent-post h5 a:hover {
	text-decoration:none;
}

.recent-post .text h5 a {
	color:#353535;
}


ul.time-post{
	float:left;
	width:120px;
	padding:0;
	list-style:none;
	margin:0 20px 0 0;
	text-align:center;
	color: #0e0f0f;
}

ul.time-post li{
	float:none;
	background:#f8f8f8;
	list-style:none;
	margin:0 0 2px 0;
	padding:0;
}

ul.time-post li a img:hover{
	opacity: 0.8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";	
}
 	
ul.time-post li.time{
	float:none;
	padding:5px 0 5px 0;
	text-shadow: none;	
}

.recent-post ul.time-post li.time{
	color:#121214;
}

.post-meta{
	margin-bottom:20px;
}

.post-meta span{
	padding:0 10px 0 10px;
	margin-bottom:10px;
}

.post-meta span a{
	color:#919191;
}

.post-meta strong{
	font-weight:200px;
	color:#c7c7c7;
}

.item .text {
	margin-left:140px;
	margin-bottom:20px;
}

/* ===============================
16. Footer
================================ */

footer{
	background:#0e0f0f url(../img/footer-bg.png) repeat-x top left;
	padding:40px 0 0 0;
	color:#919191;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6{
	color:#c7c7c7;
}

input.subscribe{
	background:#151616 url(../img/subscribe-input.png) repeat-x top left;
	border:1px solid #242424;
	border-color: #242424 #242424 #242424;
	padding:6px 15px 6px 15px;
	font-size:12px;
	color:#666666;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

input.subscribe:focus{
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

footer input:-moz-placeholder,
footer textarea:-moz-placeholder {
  color: #666666;
}

footer input:-ms-input-placeholder,
footer textarea:-ms-input-placeholder {
  color: #666666;
}

footer input::-webkit-input-placeholder,
footer textarea::-webkit-input-placeholder {
  color: #666666;
}

footer strong, footer label{
	font-weight:200px;
	color:#c7c7c7;
}

footer h5 a:hover, footer a:hover {
	text-decoration:none;
}

ul.social-network {
	list-style:none;
	margin:0;
}

ul.social-network li {
	display:inline;
}

#sub-footer{
	text-align:center;
	background:url(../img/sub-footer-bg.png) repeat top left;
	text-shadow:0px 1px 1px #0f0f0f;
	color:#5d5d5d;
	padding:0;
	margin:0;
}

#sub-footer p{
	margin:0;
	padding:0;
}

#sub-footer span{
	color:#c7c7c7;
}

.copyright {
	font-size:12px;
	padding:20px 20px 26px 20px;
	background:url(../img/copyright-line.png) no-repeat top center;
}


/* ===============================
 Live preview purpose
================================ */
/* --- buttons --- */

.bs-docs-example {
	margin:0 0 10px 0;
}

.demobtn a.btn {
	margin:0 10px 10px 0;
}

section.demogrid .span1,section.demogrid .span2,section.demogrid .span3,section.demogrid .span4,section.demogrid .span5,section.demogrid .span7,section.demogrid .span8,section.demogrid .span9,section.demogrid .span10,section.demogrid .span11 {
	background:#f6f6f6;
	text-align:center;
	padding:20px 0 20px;
}

section.demogrid .show-grid .row {
	margin-bottom:0;
}

section.demogrid .show-grid .nest {
	background:#ddd;
	text-align:center;
	padding:20px 0 20px;
}

section.demogrid .span12.nest {
	background:#f6f6f6;
	text-align:center;
	padding:0px 0 0;
}

.demoinline p {
	display:inline;
	margin-right:20px;
}

/* --- demo animations --- */

.demo a.btn {
	margin:0 10px 10px 0;
}




/* ===============================
17. Divider, Line & Misc
================================ */

.divider{
	background:transparent;
	margin:10px 0 10px 0;
	width:100%;
	height:1px;
	
}

.divider-shadow {
	float:left;
	width:100%;
	background:url(../img/shadow-top1170.png) no-repeat bottom center, url(../img/top-contain-bg.png) no-repeat bottom center;
	width:100%;
	
}

.solidline {
	border-top:1px solid #e6e6e6;
	margin:0 0 30px;
}

.blankline {
	height:1px;
	margin:0 0 30px;
}


/* scroll to top */
.scrollup{
    position:fixed;
	width:48px;
	height:48px;
    bottom:20px;
    right:20px;
	z-index:999999999999;
}

a.scrollup {
	outline:0;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i:hover {
	text-decoration:none;
}




/* =============================
18. Position & alignment
============================= */

.absolute{
	position:absolute;
}

.relative{
	position:relative;
}

.aligncenter{
	text-align:center;
}

.aligncenter span{
	margin-left:0;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.floatnone {
	float:none;
}

/* --- Image allignment style --- */

img.pull-left, .align-left{
	float:left;
	margin:0 15px 15px 0;
}

img.pull-right, .align-right{
	float:right;
	margin:0 0 15px 15px;
}

article img.pull-left, article .align-left{
	float:left;
	margin:5px 15px 15px 0;
}

article img.pull-right, article .align-right{
	float:right;
	margin:5px 0 15px 15px;
}

/* =============================
19. Extras 
============================= */

/* --- under construction --- */
#countdown{
	width:75%;
	margin:0 auto;
	height:auto;
	padding-top:20px;
}

.ucons i {
	margin:0 0 20px 0;
}

/* --- Shop --- */

.product-list .box {
	margin-bottom:30px;
}

.product-info {
	text-align: center !important;
}

.product-info h4 a {
	color:#353535;
}
.product-info h4 a:hover {
	text-decoration:none;
}

.price-circled {
    margin: 10px 10px 10px 0;
    display: inline-block !important;
    text-align: center !important;
    color: #fff;
    width: 40px;
    height: 40px;
	padding:12px;
    font-size: 12px;
	font-weight:700;
    line-height: 40px;
    text-shadow:none;
    cursor: pointer;
    background-color: #444;
    border-radius: 64px;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
}

.box.action {
	overflow:hidden;
	padding:20px;
}

.product-action a {
	width:85%;
	display:inline-block;
	margin-bottom:10px;
}

.detail-btn {
	border-top:1px dotted #e6e6e6;
	padding-top:20px;
	text-align:center;
}

#content .product-desc h3 a {
	color:#353535;
}

.product-single .flexslider {
	margin:0;
}

.product-btn {
	margin-bottom:10px;
}


.product-detail {
	border-top:1px dotted #e6e6e6;
	padding-top:10px;
}

.product-detail ul.detail {
	list-style:none;
	margin:0 0 0 0;
}

.product-detail ul.detail li {
	display:block;
	
}

.cart-widget {
	padding:20px;
	border:1px solid #e9e9e9;
	background:#fcfcfc;
}

.cart-widget .action {
	border-top:1px dotted #e6e6e6;
	padding-top:20px;
}
.cart-widget p.item {
	font-weight:700;
	margin-bottom:20px;
}

.cart-widget p.action a:hover  {
	text-decoration:none;
}

.cart-widget p.action a:focus,.cart-widget p.action a:hover,.cart-widget p.action a:active {
	color:#111;
}

.cart-widget p.action a.checkout  {
	float:right;
}

.widget ul.recent-products {
	list-style:none;
	margin:0;
}

.widget ul.recent-products li {
	overflow:hidden;
}
.widget ul.recent-products li span {
	font-weight:700;
	margin-right:10px;
}

.widget ul.recent-products li h6 a {
	color:#555;
}
.widget ul.recent-products li h6 a:hover {
	text-decoration:none;
}

/* =============================
20. Spacer, margin
============================= */

.clear-marginbot{
	margin-bottom:0;
}

.marginbot10{
	margin-bottom:10px;
}
.marginbot20{
	margin-bottom:20px;
}
.marginbot30{
	margin-bottom:30px;
}
.marginbot40{
	margin-bottom:40px;
}

.clear-margintop{
	margin-top:30px;
}

.margintop10{
	margin-top:10px;
}

.margintop20{
	margin-top:20px;
}

.margintop30{
	margin-top:30px;
}

.margintop40{
	margin-top:40px;
}
.aprove{
	margin-left:10px;
	padding:0px;
	background:transparent;
	border:2px solid #999;
	border-radius:50%;
	color:#28860e;
	font-size:16px;
	text-align:center;
	width:20px;
	height:20px;
	padding-top:3px;
	cursor:pointer;
	
}
.aprove .icon-ok{
		text-align:center;
		margin:px 5px 0 1px;
		padding:0px 1px 0px 4px;
		
}
.aprove .icon-remove{
		text-align:center;
		margin:8px 5px 0 4px;
		padding:0px 1px 0px 2px;
}

/* =============================
21. Media queries 
============================= */

@media (min-width:1200px) {
	#wrapper.boxed{
		width:95%;
		margin:0 auto;	
	}
	
	#wrapper.boxed header .contact_info {
		width:100%;
		float:none;

	}
	
	#wrapper.boxed header .contact_info p {
		text-align:right;
		margin-right:20px;
	}
	
	
	.select-city {
		text-align:right;
		float:right;
		margin-right:0px;
		font-size:13px;
		cursor:pointer;
	}
		
	#wrapper.boxed header.alt3 .contact_info,#wrapper.boxed header.alt2 .contact_info {
		width:100%;
		margin:40px 0px 0 0;
		float:right;
	}

	#wrapper.boxed header.alt3 .contact_info p,#wrapper.boxed header.alt2 .contact_info p  {
		text-align:right;
		float:none;
	}
	
	ul.clients li{
		width:207px;
		margin:0 30px 0 0;
	}
	ul.clients li .client-hover{
		width:170px;
	}
	input.subscribe{
		width:220px;
	}
	ul.related-folio li{
		width:260px;
		margin:0 30px 0 0;
	}	
	/*for pop up*/
#city_box{
		position:fixed;
		width:100%;
		display:none;
}

.city-box{
	    margin:auto auto;
		position:relative;
	    width:450px;
        height:auto;
        border: 4px solid #ff6600;
        background-color: white;
        z-index:9999;
        box-shadow:#000 0px 0px 25px;
        border-radius:5px;
        padding:0px;
}
.but{
    padding: 3px 2px 3px 5px;
    background: none repeat scroll 0% 0% #FFF;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 0.3em;
    box-shadow: 0px 0px 3px #666 inset;
    color: #222;
    margin-right: 5px;
}


}

@media (min-width:979px) and (max-width:1200px) {
	#wrapper.boxed{
		width:90%;
		margin:0 auto;	
	}
	#wrapper .boxed .contact_info {
		float:left;
		margin:10px 0 0;
	}
	#wrapper .boxed .contact_info p {
		text-align:left;
	}
	.contact_info {
		display:block;
		width:100%;
		text-align:center;
	}
.top-search .input-append{
	width:70%;
	margin-top:5px;
	float:left;
	margin-right:5px;
	}
.top-search {
width:46% !important;
}	
.sub-contain .span3 {
    width: 29.8%!important;
}
footer .s-logo .span2 {
		width:50%;
	}
.row .col4{
	width:30.1%;
	}
}


@media (min-width: 768px) and (max-width: 979px) {
	
	.boder-round{
		border-radius:0.7em;
		padding-bottom:5px;
		box-shadow:#bbb 0px 0px 3px;
		height:400px !important;

}
.col3{
	width:21.4% !important;
	float:left;
	margin-left:20px;
}
	.g-right-box{
	 width:100%;
	 text-align:center !important;
	}
	.g-right-box .button{
		 width:100% !important;
		 float:none !important;
		 margin:5px auto !important; 
	}
	.g-right-box .ratting{
		float:none !important;
		padding:4px 5px;
		width:auto !important;
	
	}
	
	#wrapper.boxed{
		width:90%;
		margin:0 auto;	
	}


	.navbar .nav {
		border:none;
	}	
	
	.navbar .nav li a{
		border:none;
	}	
	
	.contact_info {
		display:none;
	}


	a.detail{
		background:none;
		width:100%;
	}
	
	/* slitslider */
	.sl-slider h2 {
		font-size: 72px;
	}

	ul.clients li{
		width:104px;
		margin:0 20px 0 0;
	}
	ul.clients li .client-hover{
		width:104px;
	}	
	
	footer .widget form  input#appendedInputButton {
		  display: block;
		  width: 91%;
		  -webkit-border-radius: 4px 4px 4px 4px;
			 -moz-border-radius: 4px 4px 4px 4px;
				  border-radius: 4px 4px 4px 4px;
	}
	
	footer .widget form  .input-append .btn {
		  display: block;
		  width: 100%;
		  padding-right: 0;
		  padding-left: 0;
		  -webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				  box-sizing: border-box;
				  margin-top:10px;
	}

	ul.related-folio li{
		width:156px;
		margin:0 20px 0 0;
	}	


}

@media (max-width: 767px) {
.g-event-details{
	width:100%;
	
}
.col3{
	width:99.5% !important;
	float:left;
	margin-bottom:10px;
	margin-left:0px !important;
}
.g-right-box{
	 width:100%;
	 text-align:center !important;
	}
	.g-right-box .button{
		 width:85% !important;
		 float:none !important;
		 margin:5px auto !important; 
	}
	.g-right-box .ratting{
		float:none !important;
		padding:4px 5px;
		margin:0px auto !important;
		width:45% !important;
	
	}
.button{
	margin:5px auto;
	width:100%;
}
.left-box{
	width:100% !important;
	float:none;
	margin-top:60px;
}
.right-box{
	width:100% !important;
	min-height:80px;
	float:none;
}
.img-cont{
	width:98% !important;
	float:none;
	height:150px;
}
.event-img{
	height:150px;
}

.event-img img{
	width:100%;
	height:200px !important;
	border:#111 solid 2px;
	
}
.event-details{
	width:100% !important;
	float:none;
}
.hide-p{
	display:none;
}
.inner-box{
	width:90%;
	margin:0px auto;
}

  body {
    padding-right: 0;
    padding-left: 0;
  }
  
	#wrapper.boxed{
		width:90%;
		margin:0 auto;	
	}
	

	  .navbar-fixed-top,
	  .navbar-fixed-bottom,
	  .navbar-static-top {
		margin-right: 0;
		margin-left: 0;
	  }

	.navbar .nav {
		margin-top:40px;
		border-bottom:1px solid #2d2d2d;
	}	
	
	div nav ul {
		display:none;
	}
	nav ul li {
		display:none;
	}
	
    select.selectmenu  {    
      display: block;
	  width:100%;
	  float:left;
	  margin-bottom:20px;
	  color:#111;
	  margin-right:20px;
	  line-height:30px;
	-webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
		font-size:13px;
		
    }
	
	select.selectmenu .bold {
		font-weight:bold;
	}
	
	.contact_info {
		display:block;
		float:none;
		text-align:center;
	}
	
	.contact_info p {
		text-align:center;
	}
	

	#featured .flexslider .slide-caption {
		width: 100%; 
		padding: 0%; 
		position: absolute; 
		left: 0; 
		bottom: -40px; 
	}
	
	/* slitslider */
	.sl-slider h2 {
		font-size: 60px;
	}
	
	/* nivo slider */
	.nivo-caption {
		left:0;
		bottom:0;
		width:100%;
		padding: 10px;
	}

	#page-headline .breadcrumb {
		float:left;
		clear:both;
		width:100%;
	}
	
	#page-headline .search {
		float:left;
		margin-top:20px;
	}
	
	#page-headline .search input.search-form {
		width:100%;
	}	
	
	#intro-box{
		padding-bottom:10px;
	}
	.breadcrumb > li {
		font-size:13px;
	}
	.box-center, .box-left, .box-right{
		background:none;
		padding:30px 0 0 0;
	}
	.folio-4column  li {
		width:25%;
	}
	.folio-3column  li {
		width:33.3333%;
	}
	.folio-2column  li{
		width:50%;
	}
	
	.folio-4column  li article .hidden-tablet {
		display:none;
	}
	
	.folio-4column  li article .hidden-tablet {
		display:none;
	}
	
	.folio-4column li article {
		padding-top:20px;
	}
	
	ul.portfolio li article a i.icon-48{
		width:20px;
		height:20px;
		font-size:16px;
		line-height:20px;
	}
	
	article.product-list {
		margin-bottom:0;
	}
	


	.left-sidebar{
		border-right:none;
		padding:0 0 0 0;
		border-bottom: 1px dotted #e6e6e6;
		padding-bottom:10px;
		margin-bottom:40px;
	}
	
	.right-sidebar{
		margin-top:30px;
		border-left:none;
		padding:0 0 0 0;
	}
	
	
	footer .span1, footer .span2, footer .span3, footer .span4, footer .span5, footer .span6, 
	footer .span7, footer .span8, footer .span9, footer .span10, footer .span11, footer .span12{
		margin-bottom:20px;
	}
	

	
  [class*="span"] {
		margin-bottom:0px;
  }

}

@media (max-width: 480px) {

	.contact_info {
		display:block;
		float:none;
		text-align:center;
	}



	
	
	.bottom-article a.pull-right {
		float:left;
		margin-top:20px;
	}

	ul.social-network{
	  position:absolute;
	  z-index:99999;
	  right:20px;	
	  top:0;
	  margin-left:20px;
	}
	.navbar .nav {
		margin-top:0px !important;
		border-bottom:1px solid #2d2d2d;
	}	
	.search{
		float:left;
	}
	input.subscribe{
		width:85px;
	}
	
	.flexslider .slide-caption {
		display:none;
	}
	
	/* nivo slider */
	.nivo-caption {
		background:none;
	}
	.nivo-caption div {
		display:none;
	}
	
	ul.portfolio li article a.zoom,ul.portfolio li article .hidden-tablet {
		display:none;
	}
	
	ul.portfolio.folio-4column li article {
		padding-top:5px;
	}
	
	ul.portfolio li article a i.icon-48{
		width:20px;
		height:20px;
		font-size:14px;
	}
	
	.folio-4column  li article a i.icon-48 {
		width:16px;
		height:16px;
		font-size:14px;
		line-height:16px;
	}
	
	.da-thumbs li  article {
		position: absolute;
		background: rgba(0,0,0,0.5);
		text-shadow:none;
		width: 100%;
		height: 100%;
		margin:0;
		font-size:12px;
		display:block;
	}
.left-box{
	width:100% !important;
	float:none;
}
.right-box{
	width:100% !important;
	min-height:80px;
	float:none;
	text-align:center;
}
.img-cont{
	width:98% !important;
	float:none;
	height:150px;
}
.event-img{
	height:50px;
}

.event-img img{
	width:100%;
	height:200px;
	border:#111 solid 2px;
	
}
.event-details{
	width:100% !important;
	float:none;
}
.hide-p{
	display:none;
}
.inner-box{
	width:90%;
	margin:0px auto;
}

.g-right-box .button{
		 width:100% !important;
		 float:none !important;
		 margin:0px auto !important; 
	}
	.g-right-box .ratting{
		float:none !important;
		padding:4px 5px;
		margin:0px auto !important;
		width:50% !important;
	
	}


}

@media (max-width: 360px) and (min-width: 150px) {
	.absolute-title{
		display:none;
	}
	
}


/* ============== options panel for live preview ======================= */		
			
#t_options {
	position:fixed;
	top: 50px;
	left:-230px;
	width: 230px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.12);
	-moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    -khtml-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
	box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
    z-index: 5000;
    font-size: 11px;
    font-family: 'Open Sans', arial, sans-serif;
}

#t_options input{
	width:60px;
}

#t_options .col {
	width:50px;
	margin:0 10px 0;
}

.colorpicker {
    z-index: 5001;	
}
.options_inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.options_box {
	margin: 0 14px;
	padding: 10px 0 20px;
	overflow:hidden;
}

.options_box .solidline {
	margin-bottom:10px;
}

.options_box h6 {
	text-align:center;
	font-weight:bold;
}

.options_box .full {
	width:100%;
	overflow:hidden;
	padding-bottom:10px;
}
.options_box .halfcol {
	width:90px;
	float:left;
	margin:0 5px;
}

.options_box .fourcol {
	width:30px;
	float:left;
	margin:0 5px;
}

.options_box .fourcol.color a{
	width:30px;
	height:30px;
	display:block;
	margin-bottom:5px;
}

.options_box .halfcol .wideboxed h6 {
	font-size:11px;
	font-weight:600;
}

.options_toggle_holder {
	position:absolute;
	right:-40px;
}

.options_toggle  {
	margin: 6px 0 0 4px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border:1px solid #ddd;
	border-left:none;
	display:block;
		background:#fff;
	-moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -khtml-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;	
	
}

.options_toggle span .icon {
	margin:10px 0 0 7px;
	display:block;
}

.options_toggle:hover,.options_toggle:focus,.options_toggle:active{
	outline:0;
	text-decoration:none;
}

.options_heading {
	color: #513847;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;	
	font-weight: bold; 
	letter-spacing: 2px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #eee;	
}

/* colors */

.options_box a.t_default {
	background:#ef5523;
}
.options_box a.t_sunflower {
	background:#1abc9c;
}
.options_box a.t_emerland {
	background:#2ecc71;
}
.options_box a.t_peterriver {
	background:#3498db;
}
.options_box a.t_amethyst {
	background:#9b59b6;
}
.options_box a.t_asphalt {
	background:#34495e;
}
.options_box a.t_pomegranate {
	background:#c0392b;
}
.options_box a.t_pumpkin {
	background:#d35400;
}
.options_box a.t_lightorange {
	background:#f39c12;
}
.options_box a.t_red {
	background:#cf1a07;
}

.options_box a.t_green {
	background:#479c18;
}
.options_box a.t_purple {
	background:#c81dbe;
}
.options_box a.t_yellow {
	background:#efd70c;
}
.options_box a.t_blue {
	background:#0a6d9b;
}
.options_box a.t_pink {
	background:#f8127f;
}

.bgr .bg {
	width:28px;
	height:28px;
	border:1px solid #e6e6e6;
}

.bgr .bg.bg1 {
	background: url(../img/bodybg/bg1.jpg) repeat left top;
}	
.bgr .bg.bg2 {
	background: url(../img/bodybg/bg2.png) repeat left top;
}	
.bgr .bg.bg3 {
	background: url(../img/bodybg/bg3.jpg) repeat left top;
}	
.bgr .bg.bg4 {
	background: url(../img/bodybg/bg4.png) repeat left top;
}	
.bgr .bg.bg5 {
	background: url(../img/bodybg/bg5.png) repeat left top;
}	
.bgr .bg.bg6 {
	background: url(../img/bodybg/bg6.png) repeat left top;
}	
.bgr .bg.bg7 {
	background: url(../img/bodybg/bg7.png) repeat left top;
}	
.bgr .bg.bg8 {
	background: url(../img/bodybg/bg8.png) repeat left top;
}	
.bgr .bg.bg9 {
	background: url(../img/bodybg/bg9.png) repeat left top;
}	
.bgr .bg.bg10 {
	background: url(../img/bodybg/bg10.png) repeat left top;
}	

#accent_color{
	color: #fff;
	background: #ef5523;
	border: none;
	text-transform: uppercase;
	margin-left: 2px;
	text-align: center;
	outline:0;
}

#bodybg_color {
	color: #fff;
	background: #ccc;
	border: none;
	text-transform: uppercase;
	margin-left: 2px;
	text-align: center;
	outline:0;
}



/* Theme Styler :: End */

.forum{
    font-size: 12px;
}

.ads{
	height:auto;
	width:98%;
	margin:1% auto;
}

.ads-box1{
	border:solid #CCCCCC 0px;
	width:100%;
	margin-bottom:10px;
	height:auto;
}
.ads-box2{
	float:right;
	border:solid #CCCCCC 1px;
	width:49.5%;
	margin-bottom:10px;
	height:100px;
}
.page{
	background-color:#FFFFFF;
	padding:20px 10px;
	margin-top:-42px;
	width:auto;
	
}
.page-down{
	margin:00px 0px !important;
	padding:0px 0px;
	width:auto;
	padding-bottom:10px;
}
.form1{
	float:right;
	width:45%;
}
.textfield{
	width:95%;
	padding:5px 5px;
	border:#cccccc solid 1px;
	border-radius:0.3em;
	background:#f8f8f8;
	margin:3px auto;
	box-shadow:#cccccc 0px 2px 5px inset;
}
.sel{
	width:45%;
	margin-right:20px;
	padding:5px 5px;
	border:#cccccc solid 1px;
	border-radius:0.3em;
	background:#f8f8f8;
	box-shadow:#cccccc 0px 2px 5px inset;
}
.textfield:focus{
	background:#FFF;
}
.address{
	float:left;
	width:45%;
	height:300px;
}
.butt{
	background-color:#CCCCCC;
	border:solid 1px #999999;
	color:#333333;
	padding:5px 10px;
	margin-right:5px;
	margin-top:5px;
	border-radius:3px;
	float:left;
}
.img-cont{
	width:25%;
	float:left;
}
.event-img{
	height:150px;
}

.event-img img{
	width:100%;
	height:150px !important;
	border:#111 solid 2px;
}
.event-img1 img{
	width:100%;
	height:207px !important;
	
}
.event-details{
	width:73%;
	float:right;
}
.list-view{
	width:auto;
	float:right;
	text-shadow:none;
}
.option-but{
	width:auto;
	padding:3px 5px 0px 5px;
	font-size:14px;
	text-align:center;
	padding-right:0px;
	float:left;
	background:#FF6600;
	color:#fff;
	border-radius:0.2em;
	line-height:normal;
	margin:7px 0px;
	box-shadow:rgba(192,192,192,1) 0px 0px 3px;
}
.option-but a{
	color:#FF6600 !important; 
}
.ev-bt{
	width:100px;
	padding:3px 5px 0px 5px;
	font-size:14px;
	text-align:center;
	padding-right:0px;
	float:right;
	background:#FF6600;
	color:#fff;
	border-radius:0.2em;
	line-height:normal;
	margin:9px 5px;
	box-shadow:#bc4e04 0px 0px 3px;
}
.list-view i{
	cursor:pointer;
}
.event-head{
	width:auto;
	background:#333;
	line-height:30px;
	height:45px;
	font-size:14px;
	color:#ccc;
	text-align:right;
	margin-bottom:10px; 
	box-shadow:#000 0px 0px 5px inset;
	text-shadow:#111 1px 1px 1px;
}


.inner-box{
	width:97%;
	margin:0px auto;
}
.ratting{
	width:auto;
	float:right;
	margin-right:5px;
	margin-top:7px;
}
.e-ratting{
	width:auto;
	margin:0px;
	margin-top:-5px;
}
.but-div{
	text-align:left;
}

.details-box{
	border:solid #999 1px;
	border-bottom:none;
	margin:0px 0px 15px 0px;
}
.details-box h4{
	border-bottom:solid #999 1px;
	padding:6px 10px;
	font-weight:600;
	color:#666666; 
	margin:0px 0px 5px 0px;
	background-color:#F5F5F5;
}

.details-box .head{
	border-bottom:solid #999 1px;
	padding:6px 10px;
	
	background-color:#F5F5F5;
}
/*.details-box .head button{
	border:solid #999 1px;
	padding:5px 9.9px;
	color:#fff;
	line-height:normal; 
	margin-right:5px;
	font-size:12px;
	float:left;
	border-radius:3px;
	background-color:#ff6600;
	transition:1s;
	text-align:center;
}
.details-box .head button:hover{
	color:#FFFFFF;
	background-color:#000;
}*/
.pdng {
    padding: 4px 8.9px;
    margin-right: 4px;
    font-size: 12px;
}
.bgc1{
 background:#B8FEBA;
}
.bgc2{
 background:#F8AA9E;
}
.bgc3{
 background:#F4FA8D;
}

.details-box #tb-data2{
	width:100%;
}
.details-box #tb-data2 td{
	border-bottom:solid #999 1px;
	padding:5px 5px;
}
.details-box #tb-data2 td.br{
	border-right:solid #999 1px;
	
}
.details-box #tb-data2 td.brt{
	border-bottom:none;
	padding:0px 0px;
}
.details-box #tb-data2 td.fnt{
	font-size:12px;
	font-weight:bold;
	padding:0px 0px;
	
}
.details-box #tb-data2 td img{
	margin-right:5px;
	float:left;
	width:47px;
	height:47px;
}


.details-box #tb-data1{
	width:100%;
}
.details-box #tb-data1 td{
	border-bottom:solid #999 1px;
	padding:5px 5px;
}

.button{
	margin:5px auto;
	background:#333;
	width:100%;
	border:#000 solid 1px;
	color:#FFF;
	border-radius:0.3em;
	padding:5px 8px;
	box-shadow:#000 0px 0px 10px inset;
	text-shadow:#febf94 1px 1px 1px;
	transition:1s;
}
.button:hover{
	background:#fc8c41;
	border:#ff6600 solid 1px;
	box-shadow:#ff6600 0px 0px 10px inset;
	text-shadow:#febf94 1px 1px 1px;
	color:#333;
}

.button2{
	margin:5px auto;
	background:#333;
	width:auto;
	border:#000 solid 1px;
	color:#FFF;
	border-radius:0.3em;
	padding:5px 8px;
	box-shadow:#000 0px 0px 10px inset;
	text-shadow:#febf94 1px 1px 1px;
	transition:1s;
	float:left;
	padding:5px 20px;
	margin:5px 0px;
}
.button2:hover{
	background:#fc8c41;
	border:#ff6600 solid 1px;
	box-shadow:#ff6600 0px 0px 10px inset;
	text-shadow:#febf94 1px 1px 1px;
	color:#333;
}
.left-box{
	width:75%;
	float:left;
}
.right-box{
	width:22%;
	min-height:80px;
	float:right;
}
.left-box h4{
	color:#ff6600;
	margin:0px;
}
.left-box .read-more{
	width:auto;
	float:right;
	background:#ff6600;
	color:#FFF;
	font-size:11px;
	font-family:inherit;
	padding:3px 5px;
	text-decoration:none !important;
	border-radius:0.2em;
}
.g-img-cont{
	width:100%;
}
.g-event-img img{
	width:100%;
	height:160px !important;
	

}
.g-event-details{
	width:100%;
}
.g-right-box{
	 width:100%;
	 text-align:center;
}
.g-right-box .button{
	 width:85%;
	 margin:5px auto; 
}
.g-right-box .ratting{
	float:none;
	padding:4px 5px;
	margin:0px auto;

}
.gray{
	color:#a2a2a2;
}
.g-event-head{
	width:auto;
	line-height:30px;
	font-size:14px;
	text-align:left;
	margin-bottom:5px; 
}
.boder-round{
	border-radius:0.7em;
	padding-bottom:5px;
	box-shadow:#bbb 0px 0px 3px;
	height:370px;

}
.g-inner-box{
	width:100%;
	margin:0px auto;
	font-weight:bold;
}
.hot-not-box{
	width:100%;
	margin:25px auto;
	font-size:14px;
	color:#333;
	text-align:center;
}


.search-artist{
	border:1px solid #CCC;
	box-shadow: #ccc 0px 0px 3px inset;
	width:25%;
	float:right;
	height:34px;
	background:#FFF;
	margin-top:2px;
}
.search-txt{
	margin:0px!important;
	float:left;
	border:none !important;
	width:80%;
	background:transparent !important;
	border-radius:none !important;
	padding:5px !important;
	color:#222 !important;
	
}
.search-but{
	width:12%;
	padding-left:8px !important;
	float:right;
	line-height:34px;
	text-align:center;
	background:#222;
	border:none;
	color:#FFF !important;
}
.col3{
	width:18%;
	float:left;
	margin-left:20px;
}
.span3 h3{
	margin:0px;
	width:96.5%;
	background-color:#E9E9E9;
	padding-left:10px;
	border-radius:0px 10px 0px 0px;
	font-size:20px;
	line-height:40px;
	font-weight:400;
}
.br-none{
	border-radius:0px 0px 0px 0px !important;
}

.category-list{
	width:100%;
	padding:0px;
	margin:0px;
	
	height: auto;

}
.sidebar-bg{
background:url(../img/bg_div_vertical_nav.jpg) no-repeat right top;
	min-height: 500px;
}
.category-list li{
	list-style:none;
	padding-left:10px;
	line-height:35px;
	width: 96%;
	border-bottom: 1px solid #DCDDDE;
	margin:0px;
	cursor:pointer;
	color:#333;
	transition:1s;
	
}


.category-list li:hover{
	padding-left:25px;
	width: 91.4%;
	background-color:#eee;
}
.category-list li.active{
	padding-left:25px;
	width: 91.4%;
	background-color:#eee;
}

.span3 a:hover{
	text-decoration:none;
}
.span3 a:active{
	text-decoration:none;
}
.span3 .page-down{
	padding-bottom:0px;
}
/*.span3 .page-down:hover{
	box-shadow:#ccc 0px 0px 10px;
}*/
/*for pop up*/
#city_box{
		position:fixed;
		width:100%;
		display:none;
		z-index:99999999999999;
}

.city-box{
	    margin:0px auto;
		position:fixed;
	    width:40%;
		left:30%;
        height:auto;
        border: 4px solid #ff6600;
        background-color: white;
        z-index:9999;
        box-shadow:#000 0px 0px 25px;
        border-radius:5px;
        padding:0px;
		
}
.black_overlay {
        display: none;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
    }
 .white_content1 {
        width:70%;
        height:auto;
        border: 4px solid #ff6600;
        background-color: white;
        z-index:99999999999999;
        box-shadow:#000 0px 0px 25px;
        border-radius:5px;
        padding:0px;
		margin:0 auto;
		position:relative;
    }
 .white_content1 .img{
 	float:right;
 }
#facebooklogin .span2{
	width:39%;
	height:auto;
	text-align:center;
	margin:0 auto;
}
#facebooklogin .span3{
	width:20%;
	height:auto;
	text-align:center;
	margin:0 auto;
}
#facebooklogin .topheight{
	margin-top:30px;
}
#facebooklogin .input{
	width:120px; !important;
}
.left{
        width:95%;
        height:auto;
		margin:-30px auto 0px;
        padding:0px 10px;
        text-align:center;
		font-size:16px;
		color:#ff6600;
    }

    .h2-head{
        margin:0px;
        margin-bottom:5px;
    }
.thumb{
	width:150px;
	height:145px;
	margin:0px;
}
.thumb img{
	width:100%;
	height:120px !important;
}
.s3{
	float: left; 
	margin:5px;
	width:auto;
}

.max{
	display:block;
}
.min{
	display:none;
}

.fbCommentContext textarea{
	width:40% !important;
}

.date{
	background:url(../images/cal-icon.png) no-repeat 100% 50% #FFF;
	width: 96%;
	cursor:pointer;
	color: #858585;
	font-size: 0.8725em;
	padding: 8px;
	outline: none;
	margin: 5px 0;
	font-family: 'Open Sans', sans-serif;
	border: 0px solid #DFDFDF;
	box-shadow: inset 0 0 10px rgb(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 10px rgb(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 10px rgb(0, 0, 0, 0.2);
	-o-box-shadow: inset 0 0 10px rgb(0, 0, 0, 0.2);
}
fieldset {
    border: 1px solid #F8A843;
    width: 98%;
    margin: 1% auto;
    border-radius: 0.4em;
	padding:10px;
}
fieldset label{
	
}
legend {
    padding: 0.2em 0.5em;
    color: #4F0000;
    text-align:left;
	font-weight:400;
    font-size: 16px;
}
#myTable1{
	width:100%;

	border-collapse:collapse;
}
#myTable1 td, th{
	padding:5px;
	font-size:14px;
	font-family:calibri;
	color:#000000;
	background:#fff;
}
#myTable1 th{
	background:#ddd;
	color:#000;
}
.ct-blog{
	width:auto;
	float:right;
	margin:0px 0px 10px 10px;
	display:block;
	
}
.ct-blog span{
	width:auto;
	float:right;
	text-align:center;
	background-color:#ef5523;
	color:#FFFFFF;
	padding:0px 10px;
	margin-right:5px;
	margin-top:-5px;
	line-height:30px;
	display:block;
	cursor:pointer;
	border-radius:0px 0px 2px 2px;
	box-shadow:rgba(0,0,0,0.3) 0px 3px  2px inset;
}
.ct-blog span:hover{
	width:auto;
	float:right;
	text-align:center;
	background-color:#ef5523;
	color:#FFFFFF;
	padding:0px 10px;
	margin-right:5px;
	margin-top:-5px;
	line-height:30px;
	display:block;
	cursor:pointer;
	border-radius:0px 0px 2px 2px;
	box-shadow:none;
}
.ct-blog span i{
	margin-top:8px;
	float:left;
}

.ct-blog span p{
	margin:0px;
	float:left;
}
.b-shadow{
	margin:0px auto;
	width:99%;
	padding:0px;
}
.inside{
	width:100%; 
}
.col2 .text-area{
	width:200%;
}
.col2 .dob{
	width:95%;
}
.span3 .cat-box{
	border:1px solid #000;
	margin-top:20px;
	min-height:380px;
	box-shadow:#000 0px 0px 15px inset, #222 0px 0px 3px;
	background:#444;
   	width:90%; 
   	padding:10px;
	border-radius:0.2em;
	padding-bottom:20px;
}
.msg{
	font-size:12px;
	float:right;
	text-shadow:none;
	margin-right:5px;
	background:#fff;
	border-radius:0.3em;
	line-height:normal;
	color:#333;
	margin-top:8px;
	position:fixed;
}
.scrolling-table{
	height:410px;
	overflow-y:auto;
}
.b-ticket{
width:auto;
height:auto;
margin-bottom:30px;
}
.b-ticket span{
	float:right;
	margin-right:20px;
	
}
.tbl{
width:auto;
margin:0 auto 1.5%;
border:#ccc 1px solid;
border-bottom:none;
}
#myTable2{
	width:100%;
	margin:0px auto;
	border-collapse:collapse;
	text-align:left;
	
}
#myTable2 td{

	padding:5px;
	font-size:14px;
	font-family:calibri;
	color:#666;
	background:#fff;
	border-bottom:#ccc 1px solid;
}
#myTable2 th{
	background:#ddd;
	color:#000;
	font-size:14px;
	padding:5px;
	border-bottom:#ccc 1px solid;
}
#myTable2 select{
	color:#000000;
	width:50%;
	
}
 .or{
	text-align:center;
	font-size:2em;
	font-weight:100;

}	
.or img{
	margin-top:20px;
}
.v-line{
	min-height:400px;
	width:1px;
	border-left:#CCC dashed 1px;
	float:left; 
	margin-right:7px;
}

.inner-b{
	width:96%;
	margin:0px auto;
	min-height:100px;
	margin-top:30px;
	
}
.book-head{
	width:auto;
	background:#4A4A4A;
	line-height:40px;
	height:40px;
	color:#AAA;
	font-family:inherit;
	font-size:18px;
	padding:0px 10px;
	border-radius:0.3em;
}
.book-head span{
	float:left;
}
.book-head .icon-chevron-right{
	color:#FFF;
}
.no-circle{
	text-align:center;
	padding:0px 15px;
	float:left;
	margin:4px 10px;
	border-radius:50%;
	line-height:30px;
	color:#4A4A4A;
	background:#969696;
}
.no-circle.active{
	color:#FFF;
	background:#FF6600;
}
.payment-box{
	width:auto;
	padding:10px;
	border-radius:0.4em;
	border:#CCC solid 1px;
	background:#f3f3f3;
	min-height:264px;
	margin:10px auto;
	color:#444;
	font-family:inherit;
}
.gray{
	color:#aaa;
	font-size:12px;
}
.oder-summery{
	border:#CCC solid 1px;
	border-radius:0.4em;
	min-height:300px;
	margin-right:10px;
	width:98%;
}

.oder-summery h4{
	border-bottom:#CCC solid 1px;
	line-height:40px;
	padding-left:15px;
	font-weight:600;
}
.oder-summery .span3{
	margin-left:10px;
	font-weight:bold;
	float:left;
	width:32%;
	padding-right:5px;
}
.oder-summery .span11{
	min-height:1px;
	margin:5px 10px;
	border-bottom:#CCC solid 1px;
	width:93%;
}
.oder-summery h5{
	border-top:#CCC solid 1px;
	font-size:14px;	
}
.oder-summery h5 .span3{
	margin-left:20px !important;
}
h5 .span3{
	color:#FF6600;
}
h5 .span6{
	color:#FF6600;
	font-weight:500;
	float:right;
	width:67%;
	
}
.org-line{
	margin:5px auto;
	border-bottom:#FF6600 solid 1px;
}
.session-exp{
	width:auto;
	float:left;
	margin:5px;
	color:#777;
	background:#F6F6F6;
	border-radius:0.4em;
	border:#CCC solid 1px;
	padding:10px 20px;
}
.session-exp h5{
	font-weight:800;
	color:#111;
}
.session-exp h5 span{
	font-size:45px;
	font-weight:100 !important;
}
.exp-d{
	margin:-25px 58px 0px;
}
.welcome-box{
float:right;
font-size:13px;
color:#FFFFFF;
margin:5px 0px 0px 5px;
width:auto;
}

.input-append{
	width:77%;
	margin-top:5px;
	float:left;
	margin-right:5px;
}
.input-append .span2{
	width:66%;
	
}
.s-logo .span2{
	width:60%;
	float:right;
}
.s-logo button {
float:right;
}
.sub-contain{
	width:74.5999%;
	float:left;
	margin-left:3px;
}
.sub-contain .span9{
	width:98%;
	float:none;
	margin:0px auto;
}
.sub-contain .span3{
	width:30.5%;
	margin:6px;
	padding:5px ;
	float:left;
	border:solid 1px #ccc;
	border-radius:4px;
	background-color:#fff;
	box-shadow:0px 0px 5px #ddd inset, 0px 0px 3px #aaa;
	transition:1s;
}
.sub-contain .span3:hover{
border:solid 1px #fff;

box-shadow:0px 0px 5px #aaa ,0px 0px 5px #ddd inset;
}
footer .span3{
	width:23%;
	margin: 1%;
	float:left;
	
}
footer .input-append{
width:100%;
}
.text-width{
width:60%;
}
.inner-contain{
width:100%;
}
.reg-inset{
	width:98%;
	margin:1% auto;
}
.wel-guest{
float:left;
 width:auto; 
text-align:right;

}

.msg{
	background-color:#FFFFFF;
	border:solid 1px #006600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	z-index:9999999;
	padding:10px;
	border-radius:3px;
	position:fixed;
	bottom:10px;
	right:70px;
}

.wel-guest1{
float:left;
width:auto; 
margin-bottom:-21px;
}
.ads-box{
	width:auto;
	min-height:200px;
	border:#CCc solid 0px;
	background:#f7f7f7;
	margin:10px auto;
	text-align:center;
	color:#AAA;
	overflow:hidden;
}
#mycarousel .future-events-img{
	width:100%;
	height:160px;
}
.org-col{
	color:#FF6600;
	font-weight:800;

}
.book-button{
	width:auto !important;
	padding:5px;
	border:#000 solid 1px;
	font-size:14px;
	background:#111;
	color:#FFF;
	transition:1s;
	border-radius:0.2em;
}
.book-button:hover{
	background:#ef5523;
	border:#FF6600 solid 1px;
}
.g-event-head a{
	color:#F87A27 !important;
}
.s-logo{
 float:left;
}
.top-search{
	float:right;
	margin-top:-50px;
	width:48% ;
	
}
.deatils-box{
	height:190px;
}
.share-button{
	width:auto;
	float:right;
	margin:0px;
	padding:0px;
}

.login-inner{
	width:65%;
	float:right;
	margin-right:30px;
}
.create-inner{
	color:#FF6600;
	font-weight:500;
	float:right;
	width:47.9%;
}

.txt{
	float:left;
	width:auto;
}

.hap-menu{
float:right;
width:auto;
}



/*28-04-14*/
.art-img{
	width:38%;
	float:left;
	margin-right:10px;
}
.art-img img{
	width:100%;
	height:200px;
	border:#FFF solid 2px;
	box-shadow:#666 0px 0px 3px;
}
.r-sidebar{
	width:32%;
	float:right;
	padding:0px;
	margin-right:5px;
}
.art-details{
	width:58%;
	float:left;
	margin-left:10px;
	min-height:100px;

}

.hot-not{
	width:auto;
	margin:15px 5px;
	float:left;
	background:#000;
	font-size:14px;
	color:#FFF;
	padding:0px 25px;
	line-height:50px;
	border-radius:0.1em;
	cursor:pointer;
	transition:1s;
	font-weight:bold;
}
.hot-not i{
	margin-top:15px;
	float:left;
	margin-right:10px;
	font-size:18px;
	
}
.hot-not:hover{
	color:#FFF;
	background:#ef5523;
}
.ft-events{
	width:100%;
	min-height:100px;
}
.ft-events h3{
	background:url(../img/under-line2.jpg) no-repeat bottom
	left;
	padding-left:10px;
	margin:0px 0px 10px 0px;
}
.ft-event-img{
	width:46%;
	margin:5px 0px 5px 10px;
	height:100px;
	float:left;
}
.ft-event-img img{
	width:100%;
	height:100px !important;
	border:#FFF solid 2px;
	box-shadow:#666 0px 0px 3px;
	cursor:pointer;
}
.simi-art{
	width:30.5%;
	margin:5px 0px 5px 10px;
	float:left;
}
.event-title{
	width:87%;
	padding:5px 10px;
	line-height:20px;
	background:rgba(0,0,0,0.8);
	position:relative;
	margin-top:-32px;
	margin-left:3px;
	color:#FF7F00;
}
.simi-art img{
	width:100%;
	height:75px;
	border:#FFF solid 2px;
	box-shadow:#666 0px 0px 3px;
	cursor:pointer;
}
.art-contain{
	line-height:22px; 
	height:112px; 
	overflow:hidden;
	text-align:justify;
}	
/* 29-04-14*/
.search-img .span3{
	width: 22.555%;
	margin: 6px;
	padding: 5px;
	float: left;
	border: 1px solid #CCC;
	border-radius: 4px;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #DDD inset, 0px 0px 3px #AAA;
	transition: all 1s ease 0s;
}
.s-img{
	background-color: #FFF;
	padding: 5px 5px;
	margin-top: 0px;
	width: auto;
}
.s-img-count{
	width:98%;
}
.search-img .span3:hover{
border:solid 1px #fff;

box-shadow:0px 0px 5px #aaa ,0px 0px 5px #ddd inset;
}
.span12 .row{
	padding-left:10px;
	min-height:250px;
}
.share-social{
margin-top:6px;
margin-right:5px;
}
.a-social{
width:90px;
}
.confirm{
	width:45%;
	float:left;
}
.inner-box fieldset {
    border: 1px solid #ccc;
    width: 96%;
    margin: 1% auto;
    border-radius: 0.4em;
    padding: 5px;
}

.inner-box fieldset legend {
    padding: 0;
    color: #999;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
}
.top-mar{
	margin-top:10px;
}
.col4{
	width:22.8%;
	float:left;
	border:#FFF solid 1px;
	border-radius:0.2em;
	box-shadow:#999 0px 0px 2px;
	margin:5px 5px;
	height:150px;
	padding:3px;
}
.tab-pane .col4{
	width:22.4%;
}
.col4  img{
	width:100%;
	height:150px !important;
}

.img-title{
	background:rgba(0,0,0,0.8); 
	position:relative; 
	bottom:0px; 
	margin-top:-28px; 
	color:#FF6600; 
	padding:5px 15px; 
	line-height:normal;
	border-top:solid 1px #000000; 
	box-shadow:0px -3px 2px rgba(0,0,0,0.3);
}
.book-t{
	margin: 0px;
	float:left;
	line-height:45px;
	padding: 0px 25px;
	font-weight:bold;
	font-size:14px;
	border-radius:0px !important;
	transition: all 1s ease 0s !important;
	margin-right:1px;
	box-shadow:  inset 0 8px 8px -8px #000,
				 inset 0 -5px 5px -5px #000;
				 border:none !important;
	
}
.book-t:hover{
 background: none repeat scroll 0% 0% #000 !important;
 box-shadow:  inset 0 8px 8px -8px #000,
				 inset 0 -5px 5px -5px #000;
				 border:none !important;
}
.like{
	float:left; 
	width:auto; 
}
.like .hot-not {
    width: auto;
    margin: 0px;
    float: left;
    background: none repeat scroll 0% 0%;
	background-color:rgba(0,0,0,0.3);
    font-size: 14px;
    color: #FFF;
    padding: 0px 25px;
    line-height: 45px;
    border-radius: 0;
    cursor: pointer;
    transition: all 1s ease 0s;
    font-weight: bold;
	margin-right:1px;
	
	
}
.like .hot-not:hover{
	color:#FFF;
	background:rgba(239,85,35,1);
	box-shadow:  inset 0 8px 8px -8px #000,
				 inset 0 -5px 5px -5px #000;
}

.latest-event{
	border:red solid 1px;
	min-height:20px;
	padding:0px 15px;
}
.grid3{
	width:33.1%; 
	float:left;
	border:green solid 1px;
	min-height:50px;
	height:235px; 
}
.grid3 img{
	width:100%;
	height:250px; 
}
.cont-bg{
	width:100%;
	background:url(../img/content-bg.png) repeat-x bottom;
	height:22px;
	position:relative;
	margin-top:-22px;
}
.wd{
	width:326px;
	overflow:hidden;
}
.wd-party{
	width:100%;
	border-right:1px solid #ccc;
	overflow:hidden;
}
.profile-info{
	width:95%;
	margin:0% auto;
	padding:5px;
	border-bottom:1px solid #ddd;
	
	
}
.pro-img{
	width:30%;
	margin-top:5px;
	float:left;
	max-height:80px;
}
.profile-info img{
	width:100%;
	margin: 0px auto;
	max-height:80px;
	
}
.info{
	width:65%;
	float:left;
	margin-left:10px;	
}
.box-email{
	width:95%;
	margin:0 auto;
	float:left;
	padding:0px 20px;
}
.set input{
	width:40%;
}
.set button{
	width:10%;
}
.current{
 background-color:#ddd;
}
.show-icon{
	width:25px;
	padding:7px 10px 10px;
	height:25px;
	text-align:center;
	float:left;
	border-radius:4px;
	margin:25% 40%;
	font-size:24px;
	color:#FFF;
	background:#FF6600;
	box-shadow:#000 0px 0px 15px;
}
.blk{
	position:relative;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	margin-top:-150px !important;
	display:none;
	transition:1s;
}
.col4:hover .blk{
	display:block;
}
.blk2{
	position:relative;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	margin-top:-120px !important;
	display:none;
	transition:1s;
}
.col4:hover .blk2{
	display:block;
}

#mycarouse li img{
	z-index:-1;
}
.event-happening{
	position:absolute;
	float:none;
	margin:0 auto;
	bottom:0;
	width:0%;
	height:235px;
	background:rgba(0,0,0,0.7);
	display:block;
	-webkit-transition:width 1s;
	transition:width 100ms;
	text-align:center;
	color:#fff;
	z-index:999;
}
.event-happening div{
	display:none;
}
.event-happening div p{
	font-weight:600;
	padding:0px;
	margin:0px;
}
.event-happening i{
	display:none;
}
.event-happening:hover div{
	display:inline;
}
.event-happening .icon-rounded{
	display:none !important;
	margin-top:30px;
}
.event-happening:hover .icon-rounded{
	display:inline-block !important;
}

li:hover .event-happening{
	width:100%;
	height:235px;
	-webkit-transition:width 0.5s;
	transition:width 50ms;
}
.blk3{
	position:absolute;
	float:none;
	margin:0 auto;
	bottom:0;
	width:0%;
	height:160px;;
	background:rgba(0,0,0,0.7);
	display:block;
	-webkit-transition:width 1s;
	transition:width 100ms;
	text-align:center;
	color:#fff;
	z-index:999;
}
.blk3 p{
	margin:0px auto;
	font-weight:bold;
	display:none;
 }

li:hover .blk3{
	width:100%;
	height:160px;
	-webkit-transition:width 0.5s;
	transition:width 50ms;
}
li:hover p{
display:block;
-webkit-transition:width 0.5s;
	transition:width 50ms;
}

.searchdate{
	width:10px;
	float:right;
	
	border:none !important;
	border-radius:0px !important;
	background-color:#FbFbFb  !important;
	margin-right:10px;
	color:#F3F3F3 !important;
	box-shadow:none  !important;
	margin-top:5px;
}
.m-heading {
    background-color: #333;
    box-shadow: 0px 0px 5px #000 inset;
    font-family: cgothicn;
    color: #FFF;
    line-height: 38px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 19px;
    border-radius: 5px 5px 0px 0px;
}
.m-body {
    background-color: #FFF;
    padding: 0px 0px 5px;
    min-height: 500px;
    border-radius: 0px 0px 5px 5px;
}
.srollbar {
    overflow-y: auto;
    height: 500px;
}
#tab {
    border-top: 1px solid #000;
    border-left: 1px solid #CCC;
    width: 100%!important;
}
#tab th {
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #666;
    text-transform: capitalize;
    color: #E2E2E2;
    background-color: #555;
    font-size: 14px;
    font-family: inherit;
    line-height: 30px;
}
#tab td {
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    font-family: inherit;
    font-size:12px;
    padding: 6px 5px;
}
#mycarouse li{
	position:relative;
}
.pop-up{
	display:none;
	width:35%;
	margin:auto 32%;
	height:130px;
	background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(left,  #f2f2f2 0%, #ffffff 50%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f2f2f2), color-stop(50%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f2f2f2 0%,#ffffff 50%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f2f2f2 0%,#ffffff 50%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f2f2f2 0%,#ffffff 50%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to right,  #f2f2f2 0%,#ffffff 50%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */
	border:2px solid #ef5523;
	box-shadow:0px 0px 5px rgba(0,0,0,0.5) inset;
	border-radius:3px;
	padding:4px;
	z-index:99999999999;
	top:200px;
	position:fixed;
	text-align:center;
}
.pop-up p{
	width:100%;
	color:#666666;
	text-shadow:none;
	text-align:center;
	margin:30px 0px;;
	font-size:16px;
}
.pop-up button{
	width:100px;
	margin-bottom:10px;
	
}
.closemsg{
	position:absolute;
	width:15px;
	height:15px;
	top:0;
	right:0;
	padding:0px;
	border:2px solid #fff;
	background:#333;
	color:#FFF;
	box-shadow:rgba(0,0,0,0.3) 0px 0px 3px;
	cursor:pointer;
	border-radius:50%;
	text-align:center;
	transition:0.2s;
}
.closemsg i{
	font-size:12px;
	margin-top:0px !important;
	line-height:11px !important;
	margin:0px 0px 0px 0px;
}
.closemsg:hover{
	box-shadow:rgba(0,0,0,0.9) 0px 0px 3px;
}
.bottomMenu {
    width: 80px;
    height: 80px;
   	position: fixed;
    top: 130px;
	right: 100px;
    z-index: 999999999999999999;
    opacity: 0;
	cursor:pointer;
	animation: 1s ease 0s normal none infinite swing;
}

.alert-box{
	width: 128px;
    height: 128px;
   	position: fixed;
    bottom: 69px;
	right: 120px;
    z-index: 999999999999999999;
    opacity: 0;
	cursor:pointer;
	border:1px solid #fff;
	display:none;
}
.close{
	padding:2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:solid 1px #CCCCCC;
	right:0px;
	position:absolute;
	background:#FFFFFF;
	cursor:pointer;
}
.pop-up-add{
	display:none;
	width:auto;
	top:220px;
	right:53px;
	height:auto;
	background:rgba(0,0,0,0.8);
	border:2px solid #ef5523;
	box-shadow:0px 0px 3px rgba(0,0,0,0.5);
	border-radius:3px;
	z-index:99999999999;
	position:fixed;
	text-align:center;
	cursor:pointer;
	padding:20px;
	
}
.pop-up-add div p{
	margin:0;
}
#triangle-up {
	position:absolute;
	top:-17px;
	right:77px;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent; 
	border-right: 8px solid transparent; 
	border-bottom: 16px solid #ef5523;
}


.addthisevent-drop {
	width:81% !important;
	border:none !important;
	background-color:transparent !important;
}
.dlt-frm{
	display:none;
	width:25%;
	right:200px;
	height:180px;
	background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(left,  #f2f2f2 0%, #ffffff 50%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f2f2f2), color-stop(50%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f2f2f2 0%,#ffffff 50%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f2f2f2 0%,#ffffff 50%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f2f2f2 0%,#ffffff 50%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to right,  #f2f2f2 0%,#ffffff 50%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */
	border:2px solid #ef5523;
	box-shadow:0px 0px 5px rgba(0,0,0,0.5) inset;
	border-radius:3px;
	padding:4px;
	z-index:99999999999;
	top:200px;
	position:fixed;
	text-align:center;
}
.dlt-frm p{
 float:left;
 font-weight:600;
 margin-top:5px;
 margin-left:5px;
}
.dlt-frm textarea{
	position:relative;
	margin-bottom:10px;
	margin-top:0;
}



.textfield-login{
	width:80%;
	padding:5px 5px;
	border:#cccccc solid 1px;
	border-radius:0.3em;
	background:#f8f8f8;
	margin:3px auto;
	box-shadow:#cccccc 0px 2px 5px inset;
}

.left-panel{ float:left; width:40%; height:200px;}

.right-panel{ float:right; width:58%;  height:200px;}

.button2{
	
	width:6%;
	float:right;
	height:30px;
	cursor:pointer;
}


.payment-box2{
	width:auto;
	padding:10px;
	border-radius:0.4em;
	border:#CCC solid 1px;
	background:#f3f3f3;
	min-height:169px;
	margin:10px auto;
	color:#444;
	font-family:inherit;
}
.event-happening p{
	font-weight:bold;
}	


/*comment css*/
.coment-wrap {
	width:97%;
	height:auto;
	padding:10px;
}
.coment-wrap h2 {
	font-family:Arial;
	font-size:12px;
	text-transform:uppercase;
	color:#666;
	font-family:Arial;
	font-weight:600;
}
.coment-count {
	font-size:13px;
	color:#FF9900;
}
.coment-clr {
	clear:both;
}
.coment-spr {
	clear:both;
	height:10px;
}
.coment-userbox {
	width:100%;
	height:117px;
}
.coment-userimg {
	float:left;
	border:1px solid #efeded;
	padding:0px;
}
.coment-userimg img{
	width:48px ;
	height:48px !important;
}
.coment-usecoment {
	float:right;
	width:90%;
	height:auto;
	text-align:center;
	color:#999999;
	font-size:11px;
	font-family:Arial;
	line-height:50px;
}
.coment-usecoment2 {
	float:right;
	width:368px;
	height:50px;
	text-align:center;
	color:#999999;
	font-size:11px;
	font-family:Arial;
	line-height:50px;
}
.coment-btn {
	background:#D75F0F;
	color: #fff;
	padding:7px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 3px;
	text-transform:uppercase;
	float:right;
	margin-top:12px;
	border:1px solid #ce8a1f;
}
.coment-textarea {
	border:none;
	color:#999999;
	font-size:11px;
	width:100%;	
	font-family:Arial;
	font-style:italic;
	height:40px;
	border:1px solid #ccc;
	transition:1s all;
	padding-left:6px;
	line-height:22px;
}
.coment-textarea:focus {
	-webkit-box-shadow: 1px 1px 6px 1px #B8B8B8;
	box-shadow: 1px 1px 6px 1px #B8B8B8;
	color:#999999;
	font-size:11px;
	width:98%;
	padding-top:20px;
	font-family:Arial;
	font-style:italic;
	height:80px;
	border:1px solid #ccc;
}
.coment-output {
	width:430px;
	height:100px;
}
.hspacer {
	height:50px;
}
.coment-result {
	height:auto;
	width:100%;	
	margin-bottom:12px;
}
.coment-photo {
	float:left;
	border:1px solid #efeded;
	padding:5px;
}
.coment-photo img{
	height:48px !important;
	width:48px;	
}

.coment-comentext {
	float:left;
	height:auto;
	width:86%;
	margin-left:20px;
	border-left:2px solid #d75f0f;
	
}
.coment-comentext p {
	margin:0px;
	padding:0px;
}
.coment_name {
	font-size:12px;
	color:#3366FF;
	font-family:Arial;
	font-weight:bold;
	padding:10px;
	text-transform:capitalize;
}
.coment_name span {
	font-size:12px;
	color:#999999;
	font-family:Arial;
	font-weight:normal;
	padding:10px;
}
.coment_adrr {
	font-size:12px;
	color:#4f4b49;
	font-style:italic;
	padding:10px;
	font-family:Arial;
	border-top:1px dotted #bcbcbc;
}
.comment-boxrepat {
	height:auto;
	width:100%;
}

/*comment css end*/