@charset "utf-8";

/*- - - - - - - - - - - - - - - - - - - - 
/* Import font
/*- - - - - - - - - - - - - - - - - - - - 
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700);
@import url(http://fonts.googleapis.com/css?family=Antic+Slab);
@import url(http://fonts.googleapis.com/css?family=Merriweather:300italic,400italic,400,300,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Cinzel:400,700,900);

/*- - - - - - - - - - - - - - - - - - - - 
/* Table of content
/*- - - - - - - - - - - - - - - - - - - - 
body
header
subheader
navigation
content
section
sidebar
room
contact
booking
footer
elements
	address
	blockquote
	border
	button
	call to action
	carousel
	icon box
	map
misc
	
	
/*- - - - - - - - - - - - - - - - - - - - 
	BODY
- - - - - - - - - - - - - - - - - - - - */


@import "bootstrap.css";
@import "bootstrap-responsive.css";
@import "../font-awesome/css/font-awesome.css";
@import "set2.css";




@font-face {font-family:"Spranq_eco_sans";
src:url("../fonts/spranq_eco_sans_regular.eot?") format("eot"),url("../fonts/spranq_eco_sans_regular.woff") format("woff"),url("../fonts/spranq_eco_sans_regular.ttf") format("truetype"),url("../fonts/spranq_eco_sans_regular.svg#Spranq_eco_sans") format("svg");
font-weight:normal;
font-style:normal;}

body {
    font-family:"Open Sans",Arial,Helvetica,sans-serif;
    font-size:13px;
    line-height:1.7em;
    margin:0;
    padding:0;
    color:#888;
    background:#fff
}

.btn-dark{ background:#000; color:#FFF;}
.btn-dark:hover{ background:#464646; color:#FFF;}
/*- - - - - - - - - - - - - - - - - - - - 
	HEADER
- - - - - - - - - - - - - - - - - - - - */

.inpt{ padding:6px;} 
.inpt-btn{ padding:5px 10px;}

header {
    background:#111;
    padding-bottom:10px
}
.left_area{
	color:#FFF;
	font-size:18px;
	text-align:left; padding: 10px;
}
.right_area{
	
	border-radius:5px;
    padding: 10px;
	border:0px solid #CCC;
}
.right_area h3{
	margin:10px;
	color:#FFF;
	clear:both;
	font-size:24px;
	text-transform:uppercase;
}
.right_area .btn1{
	background:#ff9800;
	border:none;
}
.right_area .btn2{
	background:#0b6498;border:none;
}
.flag{
	 margin-top:20px;
	clear:both;
	padding:0px;
}
.flag a{
margin-left:10px;
	}

header.clone {
    width:100%;
    position:fixed;
    top:-80px;
    transition:.2s top ease-in;
    padding-bottom:0; display:none;
}

header.clone #logo {
    display:none
}

body.down header.clone {
    top:0;
    left:0;
    right:0;
    z-index:999999999999;
}

header #logo {
    text-align:center
}

header #logo .inner {
    margin:10px 0;
    display:inline-block
}

.pad-bottom{ padding-bottom:10px;}

/*- - - - - - - - - - - - - - - - - - - - 
	SUBHEADER
- - - - - - - - - - - - - - - - - - - - */
#subheader {
    padding:120px 0;
    background:url(../img/bg/bg-1.jpg) top center no-repeat;
    text-align:center;
    text-transform:uppercase
}

#subheader h1 {
    font-family:'Cinzel';
    letter-spacing:10px;
    font-size:64px;
    font-weight:400;
    color:#fff
}

#subheader h3 {
    font-family:'Cinzel';
    color:#edb83a;
    text-transform:uppercase;
    letter-spacing:10px;
    font-weight:400
}

#subheader span {
    display:inline-block;
    padding-top:20px;
    font-size:16px
}

/*- - - - - - - - - - - - - - - - - - - - 
	NAVIGATION
- - - - - - - - - - - - - - - - - - - - */
#mainmenu-container {
    font-family:"Merriweather";
    text-align:center;
    width:100%;
    height:60px;
    border-top:solid 1px #292929;
    border-bottom:solid 1px #292929
}

#mainmenu {
    color:#EDB83A;
    font-weight:400;
    font-size:14px;
    letter-spacing:1px;
    display:inline-block;
    text-align:left;
    text-transform:uppercase;
    font-size:13px
}

#mainmenu a {
 /*   -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;*/
    outline:none
}

#mainmenu ul {
    float:right;
    margin:0;
    padding:0;
    height:30px
}

#mainmenu li {
    margin:0;
    padding:0;
    float:left;
    display:inline;
    list-style:none;
    position:relative
}

#mainmenu li a:after {
    font-family:"FontAwesome";
    float:right;
    content:"\f111";
    font-size:8px;
    margin-left:20px;
    color:#464646
}

#mainmenu li:last-child a:after {
    display:none
}

#mainmenu a {
    display:block;
    padding:19px 6px;
    text-decoration:none;
    color:#fff
}

#mainmenu a:hover {
    color:#fff
}

#mainmenu li li,#mainmenu li li:last-child {
    font-size:14px;
    border-left:none;
    border-right:none
}

#mainmenu li li a {
    padding:10px 15px;
    background:#111;
    border-top:none;
    text-transform:none;
    letter-spacing:normal;
	color:#fff!important
}

#mainmenu li li a:hover {
    border-top:none
}

#mainmenu li li a:hover {
    color:#fff;
    background:#626262
}

#mainmenu li ul {
    width:250px;
    height:auto;
    position:absolute;
    top:100%;
    left:0;
    z-index:9999999999999!important;
    display:none;
}

#mainmenu li li {
    display:block;
    float:none;
	border-bottom:solid 1px #2b2b2b;
}

#mainmenu li li a:after {
    display:none
}

#mainmenu li:hover > ul {
    display:block
}

#mainmenu li ul ul {
    left:100%;
    top:0
}

#mainmenu li:hover a {
    color:#b0d7df;
}

#mainmenu select {
    padding:10px;
    height:36px;
    font-size:14px;
    border:none;
    background:#ff4200;
    color:#fff
}

#mainmenu select option {
    padding:10px
}

#menu-btn {
    position:fixed;
    display:none;
    float:right;
    width:42px;
    height:42px;
    /*background:#111;*/
    padding:10px;
    text-align:center;
    cursor:pointer;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    top:20px;
    right:20px;
    z-index:10001
}

#menu-btn:before {
    font-family:FontAwesome;
    content:"\f0c9";
    font-size:27px;
    color:#fff
}

#menu-btn.clicked:before {
    content:"\f00d"
}

.selectnav {
    display:none;
    width:80%;
    font-size:16px;
    border:solid 1px #333;
    padding:5px;
    background:#222
}

/*- - - - - - - - - - - - - - - - - - - - 
	ELEMENTS
- - - - - - - - - - - - - - - - - - - - */
/* address */
/* ------------------------------ */
address span {
    display:block;
    margin-bottom:5px
}

address span strong {
    display:inline-block;
    width:60px
}

address h4 {
    font-size:14px
}

/* blockquote */
/* ------------------------------ */
blockquote {
    background:#f9f9f9;
    margin:1.5em 10px;
    padding:30px;
    font-family:Georgia,"Times New Roman",Times,serif
}

blockquote:before {
    color:#ccc;
    content:open-quote;
    font-size:4em;
    line-height:.1em;
    margin-right:.25em;
    vertical-align:-.4em;
    content:"\201C"
}

blockquote p {
}

blockquote span {
    font-family:"Open Sans",Arial;
    display:block;
    margin-top:10px
}

/* border / separator */
/* ------------------------------ */
.small-border {
    height:2px;
    width:50px;
    margin:30px 0;
    background:#EDB83A
}

hr {
    border:none;
    height:80px;
    background:url(../img/divider-1.png) center no-repeat;
    clear:both
}

.divider {
    clear:both;
    height:60px
}

.divider-double {
    clear:both;
    height:80px
}

/* button */
/* ------------------------------ */
.btn-custom {
    background:#333;
    color:#fff;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px
}

a.btn-custom:hover {
    background:#655233;
    text-decoration:none
}

.btn-custom:hover {
    color:#fff
}

.btn-primary:hover {
    background:#bc5031
}

.btn-border {
    border:solid 1px rgba(255,255,255,.3);
    background:none;
    padding:5px 20px;
    color:#fff;
    text-decoration:none!important
}

.btn-border:hover {
    background:#333;
    color:#fff
}

.btn-big-border {
    color:#fff;
    text-transform:uppercase;
    border:solid 2px #fff;
    padding:15px 40px;
    font-weight:600;
    font-size:18px;
    letter-spacing:3px;
    text-decoration:none!important
}

.btn-big-border:hover {
    background:#222;
    color:#fff
}

.btn-book {
    position:absolute;
    z-index:100;
    display:inline-block;
    color:#fff;
    background:#e08e79;
    padding:5px 10px;
    text-decoration:none
}

.btn-book:hover {
    color:#fff;
    background:#EDB83A;
    text-decoration:none
}

.btn-book span {
    font-size:16px;
    margin-left:15px;
    padding-left:15px;
    border-left:solid 1px #fff
}

/* call to action */
/* ------------------------------ */
.call-to-action {
    background:#464646;
}

/* carousel */
/* ------------------------------ */
.custom-carousel-1 {
    padding:0!important;
    margin:0!important
}

/* icon box */
/* ------------------------------ */
.featured-box {
    padding:20px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:solid 1px #ddd
}

.featured-box h3 {
    margin-bottom:10px
}

.featured-box i {
    color:#888;
    position:absolute
}

.featured-box .text {
    padding-left:70px
}

.featured-box-pic img {
    margin:0 0 20px
}

.featured-box-pic .inner {
}

.featured-box-pic .inner h4 {
    margin-top:0;
    font-size:22px
}

.featured-box-pic .text {
    margin-bottom:20px
}

.featured-box-pic .btn-custom {
    background:#EDB83A;
    color:#fff;
    padding:5px 20px
}

.info-box {
    font-size:14px;
    position:absolute;
    z-index:100;
    display:inline-block;
    text-decoration:none;
    margin-top:4px
}

.info-box:hover {
    color:#fff;
    background:#EDB83A;
    text-decoration:none
}

.info-box .book {
    color:#fff;
    background:#e08e79;
    padding:5px 15px
}

.info-box .price {
    color:#fff;
    background:#EDB83A;
    padding:5px 15px
}

.icon-box {
    min-height:120px;
    margin-bottom:30px
}

.icon-box i {
    position:absolute;
    color:#fff;
    font-size:40px;
    padding:40px 0;
    text-align:center;
    width:80px;
    background:#404040
}

.icon-box:hover i {
    color:#EDB83A;
    background:#f2f2f2
}

.icon-box .text {
    padding-left:110px
}

/* heading */
/* ------------------------------ */
h1,h2 {
    font-weight:lighter;
    color:#333;
    font-family:"Cinzel"
}

h3,h4,h5,h6 {
    color:#333;
    font-family:"Merriweather"
}

footer h3,footerh4,footerh5,footer h6 {
    font-weight:500;
    color:#fff
}

h1.h1-style {
    letter-spacing:-1px;
    font-weight:lighter
}

h3.title {
    font-weight:600;
    padding-bottom:10px;
    margin-bottom:20px
}

h2 {
    font-size:32px;
    letter-spacing:-1px;
    line-height:inherit;
    margin-top:0
}

h3.title-property {
    margin:0
}

h3 {
    letter-spacing:-1px;
    margin-top:0;
    font-size:20px
}

.title-text{
	text-align:center;
}

.title-text .small-border{
	margin-left:auto;
	margin-right:auto;
}

/*- - - - - - - - - - - - - - - - - - - - 
map
- - - - - - - - - - - - - - - - - - - - */
.map {
    margin-top:40px
}

.map iframe {
    width:100%;
    height:320px;
    border:solid 1px #ccc;
    padding:2px;
    background:#fff
}

#map-container iframe {
    width:100%;
    height:360px
}

.map-small iframe {
    width:100%;
    height:200px
}

/*- - - - - - - - - - - - - - - - - - - - 
/* link
/*- - - - - - - - - - - - - - - - - - - - */
a {
    color:#EDB83A;
    text-decoration:none
}

a:hover {
    color:#655233
}

footer a:hover {
    color:#fff
}

/* quotes */
/* ------------------------------ */
.client-quotes {
    font-family:"Merriweather";
    margin:0 auto;
    padding:0;
    list-style:none;
    max-width:700px
}

.client-quotes .text {
    color:#fff;
    font-size:18px;
    line-height:1.8em;
    margin-bottom:20px;
    padding-left:60px;
    font-style:italic
}

.client-quotes i {
    margin:20px 0;
    color:#edb83a
}

.client-quotes .name {
    font-weight:700;
    color:#edb83a;
    padding-left:60px
}

.client-quotes .company {
    margin-bottom:20px;
    color:#edb83a
}

.client-quotes li {
    margin:0!important;
    padding:0!important
}

.client-quotes li:before {
    font-family:"FontAwesome";
    content:"\f10d";
    font-size:32px;
    color:#edb83a;
    font-weight:400;
    position:absolute;
    margin-top:10px
}

.client-quotes li img {
    background:#fff;
    padding:3px;
    margin-bottom:20px;
    width:100px;
    height:100px
}

.client-quotes span {
    padding-right:10px
}

.client-quotes i {
    width:100%
}

/*- - - - - - - - - - - - - - - - - - - - 
/* content
/*- - - - - - - - - - - - - - - - - - - - */
#content {
    padding:80px 0
}

.no-top {
    padding-top:0!important
}

.no-bottom {
    padding-bottom:0!important
}

/*- - - - - - - - - - - - - - - - - - - - 
	SECTION
/*- - - - - - - - - - - - - - - - - - - - */
section {
    background-position:0;
    padding:80px 0;
    background:#fff;
    position:relative;
    z-index:1
}

section.dark {
    background:#222;
}

.side-bg .image-container {
    height:100%;
    overflow:hidden;
    padding:0;
    position:absolute;
    top:0
}

.side-bg .background-image {
    background:url(../img/bg/bg-2.jpg);
    background-position:50% 50%!important;
    background-size:cover!important;
    width:100%;
    height:100%;
    left:0;
    position:absolute;
    z-index:0
}

#explore-1.side-bg .background-image {
    background:url('../img/explore/pic%20(1.html).jpg')
}

#explore-2.side-bg .background-image {
    background:url('../img/explore/pic%20(2.html).jpg')
}

#explore-3.side-bg .background-image {
    background:url('../img/explore/pic%20(3.html).jpg')
}

#explore-4.side-bg .background-image {
    background:url('../img/explore/pic%20(4.html).jpg')
}

#explore-5.side-bg .background-image {
    background:url('../img/explore/pic%20(5.html).jpg')
}

.side-bg .inner-padding {
    padding:40px 0
}

/*- - - - - - - - - - - - - - - - - - - - 
	room
- - - - - - - - - - - - - - - - - - - - */
.room {
    margin-bottom:30px;
    background:#edb83a
}

.room h3 {
    text-align:center;
    margin-bottom:20px
}

.room img {
}

.room .text {
    color:#333;
    padding:20px 30px 30px
}

.room-specs {
    padding:20px;
    border-bottom:solid 5px #ddd
}

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

.room-specs ul li {
    border-bottom:solid 1px #ddd;
    padding-bottom:5px;
    margin-bottom:5px
}

.room-specs ul li:before {
    list-style:none;
    color:#EDB83A;
    content:open-quote;
    font-size:14px;
    line-height:.1em;
    margin-right:10px;
    font-family:FontAwesome;
    content:"\f046"
}

.room-info h4 {
    margin-top:0
}

.room .price,.room .btn-book-now {
    width:50%;
    float:left;
    text-align:center;
    color:#fff;
    padding:20px 0
}

.room .price {
    background:rgba(0,0,0,.1)
}

.room .btn-book-now {
    background:rgba(0,0,0,.15);
    text-decoration:none
}

.room .btn-book-now:hover {
    background:#655233;
    text-decoration:none
}

.room-single .room-info,.room-single .room-specs {
    padding:0;
    border-bottom:none;
    background:none
}

.room-single .room-specs {
    margin-top:20px;
    margin-bottom:20px
}

.room-single .inner {
    padding:30px 40px;
    background:#eee
}

.room-single .room-price {
    color:#fff;
    background:#EDB83A;
    padding:5px 10px 4px;
    display:inline-block
}

.room-single .btn-book {
    padding:7px 10px 6px
}

.room-single .room-price span {
    font-size:22px;
    font-weight:700
}

.room-item img {
    width:100%;
    margin:0;
    padding:0;
    height:100%
}

.room-item h1 {
    font-family:"Cinzel";
    text-transform:uppercase;
    padding:0;
    margin:0;
    font-size:16px;
    letter-spacing:3px; color:#FFF;
}

.room-item .overlay {
    position:absolute;
    bottom:0;
    /*background:#464646;*/
	background:#151515bd;
    padding:35px 30px 20px;
    width:100%;
    height:84px;
    text-align:center
}

.room-item {
    position:relative;
    overflow:hidden!important
}

.room-list .room-item {
    margin-bottom:30px!important
}

.room-item .desc {
    height:0;
    color:#fff;
    padding-left:30px;
    padding-right:30px
}

.price {
    font-size:32px;
    color:#333;
    font-family:"Cinzel";
    margin:30px 0
}

.price span {
    font-size:14px
}

.room-item-alt {
	border-bottom:solid 1px #eee;
	padding-bottom:30px;
	margin-bottom:30px;
}
.room-item-alt img{
	width:100%;
}

.room-item-alt h1{
	font-size:32px;
	margin-top:0;
}

.room-item-alt .room-specs{
border:none;
margin:0; padding-left:0;
}

/*- - - - - - - - - - - - - - - - - - - - 
	CONTACT
/*- - - - - - - - - - - - - - - - - - - - */
.error {
    display:none;
    padding:20px;
    background:#D9534F;
    color:#fff;
    margin-bottom:30px
}

.success {
    display:none;
    padding:20px;
    background:#5CB85C;
    color:#fff;
    margin-bottom:30px
}

.error img {
    vertical-align:top
}

.full {
    width:98%
}

#send {
    color:#fff !importants
}

#contact input[type="text"],#contact textarea {
}

#contact select {
    width:100%
}

.contact_form_holder .form-control {
    margin-bottom:20px
}

.contact_form_holder input,.contact_form_holder select {
    font-size:15px;
    border:none;
    box-shadow:none;
    border-bottom:solid 2px #ccc;
    padding-left:0;
    margin-bottom:60px!important
}

.contact_form_holder select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:url(../img/arrow-down.png) 96% center no-repeat rgba(255,255,255,.8)


}

.contact_form_holder textarea {
    border:solid 2px #ddd
}

.contact_form_holder input:focus,.contact_form_holder select:focus,.contact_form_holder textarea:focus {
    box-shadow:none
}

.contact_form_holder input[type="submit"] {
    padding:10px 20px
}

/*- - - - - - - - - - - - - - - - - - - - 
	BOOKING
/*- - - - - - - - - - - - - - - - - - - - */
#booking {
    padding:30px 0;
    background:#655233
}

#booking input,#booking button,#booking select {
    width:100%;
    color:#fff
}

#booking button {
    border:none;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    background:#EDB83A
}

#booking select {
    background:none
}

#booking input,#booking select {
    border:solid 1px #EDB83A;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0
}

#booking input {
    background:url(../img/icon-calendar.html) 10px center no-repeat;
    padding-left:36px;
    -webkit-box-sizing:border-box;
/* Safari/Chrome, other WebKit */
    -moz-box-sizing:border-box;
/* Firefox, other Gecko */
    box-sizing:border-box
/* Opera/IE 8+ */
}

.booking_form_holder .form-control {
    margin-bottom:20px
}

input.error_input {
    border-bottom-color:#C03
}

textarea.error_input {
    border-color:#C03
}

select.error_input {
    border-color:#C03
}

/*- - - - - - - - - - - - - - - - - - - - 
	FOOTER
/*- - - - - - - - - - - - - - - - - - - - */
footer {
    color:#888;
    background:#111;
    padding:80px 0 30px
}

footer ul {
    margin:0;
    padding:0;
    float:right
}

footer li {
    display:inline;
    padding:0 10px 0 0
}

footer a {
    color:#fff
}

footer h3 {
    color:#ddd;
    margin-bottom:30px
}

.subfooter {
    padding-top:30px;
    margin-top:20px
}

/*- - - - - - - - - - - - - - - - - - - - 
jquery toTop
- - - - - - - - - - - - - - - - - - - - */
#toTop {
    z-index:1555;
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:10px;
    right:10px;
    overflow:hidden;
    width:51px;
    height:51px;
    border:none;
    text-indent:-999px;
    background:url(../images/ui.totop.png) no-repeat left top


}

#toTopHover {
    background:url(../images/ui.totop.png) no-repeat left -51px;
    width:51px;
    height:51px;
    display:block;
    overflow:hidden;
    float:left
}

#toTop:active,#toTop:focus {
    outline:none
}

/*- - - - - - - - - - - - - - - - - - - - 
widget
- - - - - - - - - - - - - - - - - - - - */
.widget {
    padding:30px;
    margin-bottom:40px;
    background:#eee
}

.widget h3 {
    padding-bottom:10px;
    font-weight:400
}

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

.widget_category li {
    margin-bottom:5px;
    border-bottom:solid 1px #ddd;
    padding-bottom:8px
}

.widget_category li i {
    margin-right:10px
}

.widget_recent_post li {
    padding-left:20px;
    background:url(../images/list-arrow.html) left 2px no-repeat;
    border-bottom:solid 1px #4b1701;
    padding-bottom:7px;
    margin-bottom:5px
}

.widget_recent_post li a {
    color:#555
}

.widget .comments li {
    padding-left:20px;
    background:url(../images/list-arrow.html) left 2px no-repeat;
    border-bottom:solid 1px #4b1701;
    padding-bottom:7px;
    margin-bottom:5px
}

.widget_tags li {
    display:inline-block;
    margin-right:5px;
    margin-bottom:14px
}

.widget_tags li a {
    text-decoration:none;
    color:#fff;
    text-shadow:none;
    border-radius:2px;
    margin-bottom:5px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    background:#EDB83A;
    padding:5px 10px
}

.widget_tags li a:hover {
    background:#655233;
    color:#fff
}

.widget iframe {
    margin-bottom:20px;
    border:solid 1px #ddd
}

.testimonial {
    margin:0;
    background:#B7EDFF;
    padding:20px 50px;
    position:relative;
    font-family:Georgia,serif;
    color:#666;
    border-radius:5px;
    font-style:italic;
    text-shadow:0 1px 0 #ECFBFF;
    background-image:linear-gradient(#f2f2f2,#ddd);
    font-size:16px;
    border:none
}

.testimonial:before,.testimonial:after {
    content:"\201C";
    position:absolute;
    font-size:80px;
    line-height:1;
    color:#999;
    font-style:normal
}

.testimonial:before {
    top:0;
    left:10px
}

.testimonial:after {
    content:"\201D";
    right:10px;
    bottom:-.5em
}

.arrow-down {
    width:0;
    height:0;
    border-left:15px solid transparent;
    border-right:15px solid transparent;
    border-top:15px solid #ddd;
    margin:0 0 0 25px
}

.testimonial-author {
    margin:0 0 0 25px;
    font-family:Arial,Helvetica,sans-serif;
    color:#999;
    text-align:left
}

.testimonial-author span {
    font-size:12px;
    color:#666
}

/*- - - - - - - - - - - - - - - - - - - - 
/* blog */
/*- - - - - - - - - - - - - - - - - - - - */
.blog-list {
    margin-top:-10px;
    margin:0;
    padding:0
}

.blog-list li {
    margin-bottom:20px;
    list-style:none;
    background:url(../images/dotwhite50.html);
    line-height:1.7em;
    padding-bottom:40px
}

.blog-header .by {
    display:inline-block;
    float:left;
    background:url(../images/icon-user.html) left center no-repeat;
    padding-left:24px
}

.blog-header .cat {
    display:inline-block;
    float:left;
    background:url(../images/icon-folder.html) left center no-repeat;
    padding-left:24px
}

.blog-header .news-date {
    display:inline-block;
    float:left;
    background:url(../images/icon-folder.html) left center no-repeat;
    padding-left:24px
}

/* blog list */
.blog-list li {
    margin-bottom:40px
}

.blog-list .info {
    position:absolute;
    width:60px
}

.blog-list .date {
    text-shadow:none;
    text-shadow:none;
    text-align:center;
    padding:10px 0
}

.blog-list .date h4 {
    font-size:40px;
    margin-bottom:20px
}

.blog-list .date span {
    letter-spacing:8px;
    padding-left:5px
}

.blog-list a.readmore {
    display:block;
    width:60px;
    height:40px;
    background:url(../images/arrow-2.html) right center no-repeat #555
}

.blog-list a.readmore:hover {
    background:url(../images/arrow-2.html) left center no-repeat #E1704B
}

.blog-list .preview {
    padding-left:80px;
    line-height:1.6em
}

.blog-list .meta-info {
    margin:20px 0 0 80px;
    font-size:13px;
    padding:6px 10px;
    background:#f8f8f8;
    font-size:10px
}

.blog-list .meta-info span {
    padding:0 10px;
    color:#ccc
}

.blog-list .preview img {
    width:100%;
    margin-bottom:20px
}

.blog-list .callbacks_container {
    margin-bottom:-35px
}

/*- - - - - - - - - - - - - - - - - - - - 
/* blog single */
/*- - - - - - - - - - - - - - - - - - - - */
.blog-read {
    margin-top:-10px;
    margin:0;
    padding:0
}

.blog-read {
    margin-bottom:20px;
    list-style:none;
    background:url(../images/dotwhite50.html);
    line-height:1.7em;
    padding-bottom:40px
}

.blog-header .by {
    display:inline-block;
    float:left;
    background:url(../images/icon-user.html) left center no-repeat;
    padding-left:24px
}

.blog-header .cat {
    display:inline-block;
    float:left;
    background:url(../images/icon-folder.html) left center no-repeat;
    padding-left:24px
}

.blog-header .news-date {
    display:inline-block;
    float:left;
    background:url(../images/icon-folder.html) left center no-repeat;
    padding-left:24px
}

/* blog list */
.blog-read {
    margin-bottom:40px
}

.blog-read .info {
    position:absolute;
    width:60px
}

.blog-read .date {
    text-shadow:none;
    text-shadow:none;
    text-align:center;
    padding:10px 0
}

.blog-read .date h4 {
    font-size:40px;
    margin-bottom:20px
}

.blog-read .date span {
    letter-spacing:8px;
    padding-left:5px
}

.blog-read a.readmore {
    display:block;
    width:60px;
    height:40px;
    background:url(../images/arrow-2.html) right center no-repeat #555
}

.blog-read a.readmore:hover {
    background:url(../images/arrow-2.html) left center no-repeat #E1704B
}

.blog-read .preview {
    padding-left:80px;
    line-height:1.6em
}

.blog-read .meta-info {
    margin:20px 0 0 80px;
    font-size:13px;
    padding:6px 10px;
    background:#f8f8f8;
    font-size:10px
}

.blog-read .meta-info span {
    padding:0 10px;
    color:#ccc
}

.blog-read .preview img {
    width:100%;
    margin-bottom:20px
}

.blog-read .callbacks_container {
    margin-bottom:-35px
}

/* blog comment */
#blog-comment {
    margin-left:80px
}

#blog-comment h5 {
    margin-bottom:10px
}

#blog-comment ul {
    margin-bottom:30px
}

#blog-comment ul,#blog-comment li {
    list-style:none;
    margin-left:-40px;
    padding-left:0
}

#blog-comment li {
    min-height:70px;
    padding-bottom:10px;
    margin-bottom:10px;
    padding-bottom:20px;
    border-bottom:solid 1px #eee
}

#blog-comment li .avatar {
    position:absolute;
    margin-top:5px
}

#blog-comment li .avatar img {
    width:60px;
    height:60px
}

#blog-comment .comment {
    font-size:12px;
    margin-left:85px
}

#blog-comment li {
    min-height:70px;
    font-size:14px;
    line-height:1.6em
}

#blog-comment li li {
    margin-left:55px;
    padding-bottom:0;
    margin-top:20px;
    padding-top:10px;
    border-top:solid 1px #eee;
    border-bottom:none
}

#blog-comment li li .avatar {
    position:absolute
}

#blog-comment li li .comment {
}

.comment-info {
    margin-left:85px;
    margin-bottom:5px
}

.comment-info span {
}

.comment-info .c_name {
    display:block;
    font-weight:700
}

.comment-info .c_reply {
    padding-left:20px;
    margin-left:20px;
    border-left:solid 1px #ddd;
    font-size:12px
}

.comment-info .c_date {
    font-size:12px
}

/* comment form */
#comment-form-wrapper {
    margin-top:30px
}

#commentform {
    margin-top:30px
}

#commentform label {
    display:block
}

#commentform input {
    width:290px;
    margin-bottom:20px
}

#commentform input:focus {
    border:solid 1px #999;
    background:#fff
}

#commentform textarea {
    width:97%;
    padding:5px;
    height:150px;
    margin-bottom:20px
}

#commentform textarea:focus {
    border:solid 1px #999;
    background:#fff
}

#commentform input.btn {
    width:auto
}

/*- - - - - - - - - - - - - - - - - - - - 
/* BLOG LIST
/*- - - - - - - - - - - - - - - - - - - - */
.bloglist-small {
    list-style:none;
    margin:0;
    padding:0
}

.bloglist-small li {
    padding-bottom:10px;
    margin-bottom:10px
}

.bloglist-small li h5 {
    margin-bottom:5px
}

.bloglist-small li .txt {
    padding-left:80px
}

.bloglist-small li .read {
    display:block;
    margin-bottom:5px
}

.bloglist-small li .info {
    display:block;
    margin:0;
    font-size:11px;
    color:#aaa
}

.bloglist-small img {
    position:absolute
}

.date-box {
    width:60px;
    position:absolute;
    text-align:center;
    border:solid 1px #eee
}

.date-box .day {
    display:block;
    font-size:28px;
    padding:16px 0;
    font-family:"Cinzel";
    background:#404040;
    color:#fff
}

footer .date-box .day,footer .date-box .month {
    background:none
}

footer .date-box .month {
    border-top:solid 1px #222
}

.date-box .month {
    font-size:12px;
    display:block;
    color:#fff;
    background:#555
}

.widget .date-box .month {
    color:#fff;
    background:#EDB83A
}

.blog-list .date-box .month,.blog-read .date-box .month {
    color:#fff;
    background:#EDB83A
}

footer .date-box {
    border:solid 1px #222
}

/* - - - - - - - - - - - - - - - - - - - - 
gallery
/* - - - - - - - - - - - - - - - - - - - - */
#gallery .item {
    text-align:center;
    background:#464646;
    color:#fff;
    padding-bottom:15px;
    font-size:12px;
    width:24.5%;
    margin:2px 2px 0 0
}

#gallery .item h4 {
    font-size:16px;
    margin-bottom:0;
    margin-top:20px;
	color:#FFF;
}

#gallery-fullwidth .gallery-item {
    width:16.65%;
    float:left
}

#gallery-fullwidth .gallery-item img {
    width:100%
}

/* - - - - - - - - - - - - - - - - - - - - 
jquery isotope
/* - - - - - - - - - - - - - - - - - - - - */
.isotope,.isotope .isotope-item {
/* change duration value to whatever you like */
    -webkit-transition-duration:.8s;
    -moz-transition-duration:.8s;
    -ms-transition-duration:.8s;
    -o-transition-duration:.8s;
    transition-duration:.8s
}

.isotope {
    -webkit-transition-property:height,width;
    -moz-transition-property:height,width;
    -ms-transition-property:height,width;
    -o-transition-property:height,width;
    transition-property:height,width
}

.isotope .isotope-item {
    -webkit-transition-property:-webkit-transform,opacity;
    -moz-transition-property:-moz-transform,opacity;
    -ms-transition-property:-ms-transform,opacity;
    -o-transition-property:-o-transform,opacity;
    transition-property:transform,opacity
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
    -webkit-transition-duration:0;
    -moz-transition-duration:0;
    -ms-transition-duration:0;
    -o-transition-duration:0;
    transition-duration:0
}

#filters {
    padding:0;
    margin:0;
    margin-bottom:20px
}

#filters li {
    display:inline-block;
    margin-right:3px;
    margin-bottom:20px
}

#filters a {
    color:#fff;
    padding:10px 20px;
    color:#555;
    border:solid 1px #ddd;
    text-decoration:none;
    outline:none
}

#filters a:hover {
    border:solid 1px #464646
}

#filters a.selected {
    background:#464646;
    border:solid 1px #464646;
    color:#FFF
}

.isotope-item {
    z-index:2
}

.isotope-hidden.isotope-item {
    pointer-events:none;
    z-index:1
}


/*- - - - - - - - - - - - - - - - - - - - 
title
- - - - - - - - - - - - - - - - - - - - */
.text-title {
    margin-bottom:40px;
    text-align:center
}

.text-title h2 {
    font-family:'Antic Slab';
    color:#EDB83A;
    font-size:16px;
    padding:5px 0;
    letter-spacing:6px;
    text-transform:uppercase;
    border-top:solid 1px #ddd;
    border-bottom:solid 1px #ddd
}

/*- - - - - - - - - - - - - - - - - - - - 
flickr
- - - - - - - - - - - - - - - - - - - - */
#flickr-photo-stream img {
    width:50px;
    height:auto;
    margin:0 12px 12px 0;
    float:left
}

#flickr-photo-stream a img {
    border:solid 2px #fff
}

#flickr-photo-stream a:hover img {
    border:solid 2px #96C277
}

/*- - - - - - - - - - - - - - - - - - - - 
FLEXSLIDER
- - - - - - - - - - - - - - - - - - - - */
.flexslider {
    margin:0;
    padding:0;
    border:none;
    box-shadow:none
}

#slider {
    text-align:center;
    height:100%
}

.text-wrap {
    position:absolute;
    background:#555;
    font-family:"Cinzel";
    height:100%;
    width:100%
}

.text-wrap .inner {
    display:table;
    position:absolute;
    height:100%;
    z-index:100
}

.text-wrap .inner .mid {
    display:table-cell;
    vertical-align:middle
}

.callbacks_nav.prev {
    left:0
}

.callbacks_nav.next {
    right:0
}

.text-wrap h3 {
    color:#edb83a;
    text-transform:uppercase;
    letter-spacing:20px
}

.text-wrap h1 {
    font-size:40px;
    font-weight:400;
    letter-spacing:10px;
    text-transform:uppercase;
    color:#fff;
    display:inline-block;
    padding:10px 20px
}

.text-wrap .desc {
    color:#fff;
    padding:10px 20px;
    font-size:14px;
    width:50%;
    font-family:"Open Sans";
    color:#888;
    line-height:2em;
    margin:0 auto
}

/* main slider */
.main-slider .flex-control-nav {
    margin-left:-30px
}

.main-slider .flex-control-paging li a {
    width:60px;
    height:5px;
    background:#f4ebd8
}

.main-slider .flex-control-paging li a.flex-active {
    background:#EDB83A
}

/* testi slider */
.testi-slider .slides li {
    margin-bottom:30px
}

.testi-slider .testi-by {
    text-align:center;
    display:block;
    margin-bottom:30px
}

.testi-slider blockquote {
    font-family:"Antic Slab";
    background:none;
    border:none;
    font-size:36px;
    font-weight:lighter;
    line-height:32px;
    text-align:center;
    margin:0
}

.testi-slider .flex-control-nav {
    margin-left:-30px
}

.testi-slider .flex-control-paging li a {
    width:60px;
    height:5px;
    background:#f4ebd8
}

.testi-slider .flex-control-paging li a.flex-active {
    background:#EDB83A
}

/*- - - - - - - - - - - - - - - - - - - - 
TAB
- - - - - - - - - - - - - - - - - - - - */
.lt_tab {
}

.lt_tab .lt_nav {
    overflow:hidden;
    padding-left:0;
    margin:0;
    padding:0;
    font-weight:700
}

.lt_tab .lt_nav li {
    float:left;
    list-style:none;
    background:#EEE;
    margin-right:5px
}

.lt_tab .lt_nav li span {
    padding:8px 16px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    display:block;
    background:#f5f5f5;
    text-decoration:none;
    color:#646464;
    font-size:13px;
    cursor:pointer
}

.lt_tab .lt_nav li:first-child span {
    border-left:1px solid #ddd
}

.lt_tab .lt_tab_content {
    border:1px solid #ddd;
    padding:15px 20px 20px;
    margin-top:-1px;
    color:#555;
    background:#fff
}

.lt_tab .lt_nav li span.active {
    background:#FFF;
    border-bottom:1px solid #fff;
    color:#222;
    margin-bottom:-3px
}

#menu-parallax-bg {
    padding:60px 0;
    margin:60px 0;
    background:url(../img/bg-big-1.html) top center


}

/* misc */
/*- - - - - - - - - - - - - - - - - - - - 
control nav
- - - - - - - - - - - - - - - - - - - - */
.flex-control-nav {
    width:100%;
    position:absolute;
    bottom:-40px;
    text-align:center
}

.flex-control-nav li {
    margin:0 6px;
    display:inline-block;
    zoom:1;
    *display:inline
}

.flex-control-paging li a {
    width:11px;
    height:11px;
    display:block;
    background:#fff;
    background:rgba(255,255,255,0.5);
    cursor:pointer;
    text-indent:-9999px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -o-border-radius:20px;
    border-radius:20px;
    -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow:inset 0 0 3px rgba(0,0,0,0.3)
}

.flex-control-paging li a:hover {
    background:#fff;
    background:rgba(255,255,255,0.7)
}

.flex-control-paging li a.flex-active {
    background:#fff;
    background:rgba(255,255,255,0.9);
    cursor:default
}

.accordion-toggle,.accordion-inner {
    background:#fff;
    color:#555
}

.accordion-inner {
    background:#fff;
    color:#555
}

.hover {
    font-size:12px;
    display:block;
    width:100%;
    height:100px;
    background:#000;
    position:absolute;
    overflow:hidden;
    line-height:1.5em;
    text-align:center
}

.hover .btn-view-details {
    display:inline-block;
    font-size:14px;
    color:#EDB83A;
    padding:10px 20px;
    text-decoration:none;
    margin:0 auto;
    border:solid 1px #EDB83A
}

.pull-left {
    margin:0 20px 0 0
}

.slides {
    margin:0;
    padding:0
}

.form-control {
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px
}

.col-md-3 {
    margin-left:-1px
}

.pagination li a {
    color:#EDB83A
}

.pagination li.active a {
    background:#EDB83A;
    border:solid 1px #EDB83A
}

.pagination li.active a:hover {
    background:#EDB83A;
    border:solid 1px #EDB83A
}

/* animate */
.icon-box,.icon-box i,.icon-box:hover,.icon-box:hover i {
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s
}


/**** PORTFOLIO STYLES*****/
.title-page{ margin-bottom:40px;}
	
/**** END PORTFOLIO STYLES*****/
.pad0{ padding:0px;}
.padL0{ padding-left:0px;}
.marginTB10{ margin:10px 0px;}
.marginT10{ margin-top:10px;}
.marginT20{ margin-top:20px;}
.marginT25{ margin-top:25px;}
.marginB5{ margin-bottom:5px;}
.marginB10{ margin-bottom:10px;}
.marginB20{ margin-bottom:20px;}
.marginB30{ margin-bottom:30px;}

.pageimg{ position:relative;text-align: center; width:100%;margin:0 auto; min-height:100px; background:#111; }	
.center-title{ width:100%; position: absolute; top: 20%;  text-align:center; margin:0 auto; }
.center-title h2 {
    transform: translate(-50%, -50%);	
	font-size:3vw;	
    display: inline;
    font-weight: 500;
    margin: 0 auto;
    padding-bottom:10px;
    text-align: center;	
	border-bottom: 3px solid transparent;
    border-image: linear-gradient(to left, #000  0%, #fff 100%);
    border-image-slice: 1;   
	color:#999;		
	text-shadow: 2px 2px #000;
	/*font-family: 'Spranq_eco_sans';*/
	-o-border-image: linear-gradient(to left, #000  0%, #fff 100%);
	-o-border-image-slice:1;
	
}


.filldivcolor {
  background: none;
  border: 0;  
  margin: 0; 
  box-shadow: inset 0 0 0 0px #f45e61;   
  position: relative;
  vertical-align: middle;
}

.filldivcolor::before, .filldivcolor::after { 
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.draw {
  transition: color 0.25s;
}
.draw::before, .draw::after {
  border: 5px solid transparent;
  width: 0;
  height: 0;
}
.draw::before {
  top: 0;
  left: 0;
}
.draw::after {
  bottom: 0;
  right: 0;
}
.draw:hover {
  /*color: #fff;*/
}


.draw:hover::before, .draw:hover::after {
  width: 100%;
  height: 100%;
}
.draw:hover::before {
  border-top-color: #eea903;
  border-right-color: #eea903;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
  border-bottom-color: #eea903;
  border-left-color: #eea903;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}


.prdtitle {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #111;
    margin: 0 0 10px;
	text-transform:uppercase;
}
.pcode{
	font-size: 12px;
letter-spacing: 1.5px;
 margin: 0 0 10px;
}

.pricecls{
	background:#000; color:#fff;
	font-size:24px;
	padding:10px;
}

/*---------------tooltip------------------------*/
.mainTable{
	border:#666666 1px solid;	
}

.mainTable td{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:.9em;
	text-align:center;
	cursor:default;
}

.internalTable td{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:.9em;
	border:#666666 1px dotted;
	text-align:center;
	cursor:default;
}
.toolHeader 
{
	background-color:#666666;
	font-family:Arial,Tahoma;
	font-weight: bold;
	font-size:12px;
	color:#FFFFFF;
	padding: 3px;
	border: solid 2px #666666;
}

.toolBody{
	background:#FFFFFF;
    font-family:Arial,Tahoma;
    font-size:12px;
    padding:5px;
    border: solid 2px #666666;
    border-top:none;
    color:#000000;
    /* color: #F4921B; */
}




/*------------------------------------------*/
.fabb{ text-decoration:none; color:#888;}

.sizebxa{font-size:12px; color:#666; text-align:center; margin:2px; height:70px; width:12%; float:left; border:1px solid #666;  text-align:center; }
.sizebx{ padding-top:22%;}
.sizebxa:hover .sizebx{ padding-top:10%;}

.sizebxa2{font-size:12px; color:#ccc; text-align:center; margin:2px; height:70px; width:12%; float:left; border:1px solid #e8e8e1;  text-align:center; background:linear-gradient(to bottom right, #fff calc(50% - 1px), #e8e8e1, #fff calc(50% + 1px) );}
.sizebx2{ padding-top:22%;}
.sizebxa2:hover .sizebx2{ padding-top:10%;}


.line1 {
    width: 70px;
    height: 40px;
    border-bottom: 1px solid red;
    -webkit-transform:
        translateY(-20px)
        translateX(5px)
        rotate(27deg); 
    position: absolute;
    /* top: -20px; */
}

/*-----------------------------------qty-----------------------------------------------------*/
.inctbox {
  float: left;
  width: 40px;
  font-size:20px;
  padding: 3px 0 0 0;
  text-align: center;
  border:#666 1px solid;
  border-radius:5px;
}
.incbutton1 {
  background:url(../images/png/glyphicons-191-plus-sign.png) no-repeat;
  margin:0px 5px 0px 15px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  float: left;
  text-align: center;
  border:#666 0px solid;
  line-height:15px;
  border-radius:10%;
  font-size:1px;
  font-weight:bold;
  background-color:#F7F7F7;
  color:#fff;
}
.incbutton2 {
	background:url(../images/png/glyphicons-192-minus-sign.png) no-repeat;
	margin:0px 5px 0px 5px;
	cursor: pointer;
	width: 28px;
	height: 28px;
	float: left;
	text-align: center;
	border:#666 0px solid;
	line-height:15px;
	border-radius:10%;
	font-size:1px;
	font-weight:bold;
	background-color:#F7F7F7;
	color:#fff;
}
/*--------------------------------*/
.errormsg{ color:#F00; font-size:13px;}

.styled select {
   background: transparent;
   width:105px;
   font-size: 16px;
   border: 1px solid #ccc;
   height: 34px; 
} 
.styled{   
   width:90px;
   height: 34px;
   border: 1px solid #111;
   border-radius: 3px;
   overflow: hidden;
   background: url(../images/arrow-down.png) 96% / 20% no-repeat #ddd;
}

.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
	color:#666;
    background-color: #fff;
    background: #fff url("../images/arrow-down.png") no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}




/*------------------------*/
.lgRg{width:100%; text-align:center; font-size:20px; padding:10px;}
.wht{ color:#FFF;}

/*-- input-effect --*/
.inputbx{ background:#fff; width:100%; height:40px; padding:5px; border-radius:5px; border:none;}
.txtbox{  width:100%; height:40px; padding:5px; border-radius:5px; border:1px solid #ccc}
.txtarea{  width:100%; height:80px; padding:5px; border-radius:5px; border:1px solid #ccc}

.styled-input input{width:75%; float:right; height:40px; padding:5px; border-radius:5px; border:1px solid #ccc; margin-bottom:10px;}
.styled-input lable{width:25%;  float:left; padding:5px; margin-bottom:10px;}

/*--------------------------------*/
/* Profile sidebar */
.profile-sidebar {
 /* padding: 20px 0 10px 0; 
  min-height:700px;*/
  border:#F3F3F3 1px solid;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 18px;
  font-weight: 600;  
  letter-spacing:1.5px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  /*text-align: center;*/
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 15px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 15px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}
/*-------------------------------------------------------------*/
/*-----------------upload btn---------------------------------*/

.fileUpload {
	position: relative;
	overflow: hidden;
	margin: 10px 4px;
	padding:10px 2px 10px 6px;
	/*background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px; */
  text-decoration: none;

}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;	
	cursor: pointer;
	opacity: 0;
	padding:50px;
	filter: alpha(opacity=0);
	width:100%;
    height:200px;		
}

/*--------------------------end--------------------------------------*/
.bbodr{ border-bottom:#F90 1px dotted;}

.module-title {
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #111;
    margin: 0 0 30px;
	text-transform:uppercase;
}

.shippingBar{ background:#000; margin-top:10px; padding:5px 10px; color:#fff;font-size: 1em;letter-spacing: 1px; font-weight:600;}

.eventdiv{padding:10px; border:1px dotted #999;}

.eventdiv:hover{
box-shadow: 0 5px 5px rgba(0,0,0,0.3);
-webkit-transform: scale(1.02, 1.02);
transform: scale(1.02, 1.02);
background:#EFEFEF; cursor:pointer; color:#900;
}

.boxyinner{	
background-repeat:no-repeat;
background-size:cover;
background: #3e3e3e;
border-top: 1px solid #ccc;
}

.cntfrm {
    padding: 10px 20px 20px 20px;
    background-color: #111;
}


.for_reg_texbox
{
width: 100%!important;
height: 35px;
border-radius: 5px;
border: 1px dotted #CCC;
font-weight: 200;
padding-left:10px;
color: #111;
}

.for_textareacntfrm
{
width: 100%!important;
height: 100px;
border-radius: 5px;
border: 1px dotted #CCC;
font-weight: 200;
padding-left:10px;padding-top:5px;
color: #111;
}


.left{ float:left;}
.right{float:right;}
.bdr{ border:#333 1px solid;}
.marginTB20{ margin:20px 0px;}

.sectionevent h3{ margin-top:15%; text-align:center; }
.sectionevent p{ text-align:center; margin-top:10px;}

.sectionCatelog h3{ margin-top:15%; text-align:center}

.centerAlign{ text-align:center;}
.downloadbtn span img{	
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}
.downloadbtn:hover img{ transform: rotate(180deg);}

.moreDetails{ padding:10px 20px; background:#000; border-radius:10px; color:#FFF;}
.moreDetails:hover{ text-decoration:none; background:#0CF;color:#FFF;}
.moreDetails:focus{ text-decoration:none; background:#0CF;color:#FFF;}
.wt{ color:#FFF;}


.boxy div{
padding:0px;
}
.btn-border{
   clear:both;
   display:table;
   margin:0 auto;
   margin-top:10%!important;
}

.tpemail{margin:0px; font-size:16px; margin-top:5px; margin-bottom:5px; color:#FFF;}
.asterisk{ color:#f00;}


u {
	 
    text-decoration: #333 solid underline;	
}

.menufloat{ min-width:284px; /*position:fixed;*/}

.lmenubg2 {	
position: relative;
clear: both;
margin: 0 auto;
padding: 0em 1em 1em 1em;
box-shadow: 0px 2px 5px #ccc;
background: #FFF;

}



#specialtext {
	width:100%;
	overflow:hidden;
	background-color:#FFF;
	color:#222;
	font-family:Courier, monospace;
	font-weight:normal;
	font-size:24px;
	resize:none;
	line-height:40px;
	padding-left:100px;
	padding-right:20px;
	padding-top:45px;
	padding-bottom:34px;
	background-image:url(../images/lines.png), url(../images/paper.png);
	background-repeat:repeat-y, repeat;
	-webkit-border-radius:12px;
	border-radius:12px;	
	border:1px solid #FFF;	
}



























/*- - - - - - - - - - - - - - - - - - - - 
	MEDIA QUERY
- - - - - - - - - - - - - - - - - - - - */
@media (max-width: 992px) {
	
	.menufloat{ position:inherit;}
	
	
	
#slider .text-wrap {
    display:none
}

.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
    margin-bottom:30px
}

header {
    display:none
}

header.clone {
    display:block;
    position:inherit;
    margin:0;
    padding:0;
    margin-top:0;
    height:auto
}

header.clone #logo {
    padding:20px;
    display:block
}

#logo {
    margin:0 auto;
    width:100%;
    text-align:center
}

#logo .inner {
    display:block;
    width:100%;
    height:auto;
    margin:20px 0
}

#booking input,#booking select {
    width:100%;
    margin-bottom:10px
}

#menu-btn {
    display:block
}

#mainmenu-container {
    font-family:"Open Sans";
    position:fixed;
    background:#111;
    top:0;
    z-index:200;
    height:100%;
    overflow-y:auto;
    left:100%
}

#mainmenu {
    display:block;
    float:none;
    width:100%;
    margin:0;
    padding:0
}

#mainmenu a {
    text-align:left;
    padding-top:10px!important;
    padding-bottom:10px!important
}

#mainmenu li ul {
    display:block;
    position:relative;
    padding-left:30px;
    width:100%
}

#mainmenu li {
    border-bottom:solid 1px rgba(255,255,255,.1);
    margin:0;
    width:100%;
    display:block;
    letter-spacing:3px
}

#mainmenu li:last-child {
    margin-bottom:30px
}

#mainmenu li ul {
    border-top:solid 1px rgba(255,255,255,.1)
}

#mainmenu li ul a {
    width:100%;
    background:none;
    border:none
}

#mainmenu li ul li {
    border-bottom:solid 1px rgba(255,255,255,.1);
    border-left:solid 1px rgba(255,255,255,.1)!important
}

#mainmenu li ul li a {
    display:block;
    padding-left:30px
}

#mainmenu li ul li:last-child {
    border-bottom:none;
    margin:0
}

#mainmenu li ul li:last-child a {
    border-bottom:none
}

#mainmenu li a {
    color:#bbb
}

#mainmenu li a:after {
    display:none;
    margin-left:0
}

#mainmenu li li a:hover {
    background:none
}

.selectnav {
    display:none;
    margin:0 auto;
    margin-top:40px;
    margin-bottom:20px
}

header,#mainmenu-container {
    border:none
}

footer nav {
    display:inline-block
}

.bloglist-small {
    float:left
}

#gallery .item{
	width:49.5%;
}


}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#gallery .item{
		width:49.5%;
	}
	
	.portfolio-area li{ width:49.5%;}
	.portfolio-area2 li{width:49.5%;}
}


@media only screen and (max-width: 800px) {
	.right_area {   
      padding:0px;
	}
	.tpemail{margin:0px; font-size:13px; margin-top:1px; margin-bottom:0px;}
	#mainmenu li ul ul {
    left: 0;
    top: 0;
}
#specialtext {
	width:100%;
	overflow:hidden;
	background-color:#FFF;
	color:#222;
	font-family:Courier, monospace;
	font-weight:normal;
	font-size: 18px;
resize: none;
line-height:42px;
padding-left: 26px;
padding-right: 10px;
padding-top: 45px;
padding-bottom: 34px;
	background-image:url(../images/lines2.png), url(../images/paper.png);
	background-repeat:repeat-y, repeat;
	-webkit-border-radius:12px;
	border-radius:12px;	
	border:1px solid #FFF;	
}

}



@media only screen and (max-width: 767px) {
	#mainmenu li ul ul {
    left:0!important;
    top:0
}

table#cart thead { display: none; }
	table#cart tbody td { display: block; padding:.6rem; min-width:220px; text-align:left;}
	table#cart tbody tr td:first-child { background:#F4F4F4; color:#333; }
	table#cart tbody td:before {
		content: attr(data-th); font-weight: bold;
		display: inline-block; width: 8rem;
	}	
	table#cart tfoot td{display:block; }
	table#cart tfoot td .btn{display:block;}		

.title-page{ margin-bottom:10px;font-size:3vh;}
.sizebxa{ width:15%;}
}

@media only screen and (max-width: 480px) {
	#gallery .item{
		width:100%;
	}
	
	.btn-big-border {
		display:block;
		font-size:16px;
		padding:15px;
	}
	
	#mainmenu li ul ul {
    left:0!important;
    top:0
}

.portfolio-area li{ width:100%;}
.portfolio-area2 li{width: 100%;}


.room-item .desc {
    padding-left: 5px;
    padding-right: 5px;

}

.btn-border{
   margin-top:3%!important;
}

}

/* close media query */