tml,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

img {
  image-rendering: auto;
  image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast; 
	-ms-interpolation-mode: nearest-neighbor;
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: none;
}

.blue {
	color: #0099ff;
}

.green {
	color: #72b16c;
}

.blueBold {
	color: #0099ff;
	font-weight:bold;
}
.greenBold {
	color: #72b16c;
	font-weight: 400;
	}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,img {
    display: block;
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

sub,sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

img.TN {
    border: 0;
    -ms-interpolation-mode: bicubic;
	width: 70px;
	height: auto;
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,input {
    line-height: normal;
    *overflow: visible;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button,input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

body {
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
    color: #000;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
.caption {
	font-family: "Open Sans",Arial,sans-serif;
    font-size: 120%;
    line-height: 14px;
	color: #0099ff;
	text-align: center;
	margin: 0;
}

a {
    color:#72b16c;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a:hover {
   color:#0099ff/*#e54747*/;
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Open Sans",Arial,sans-serif;
    color: #777676 /*#444*/;
}

*,*:before,*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

button,input,select,textarea {
    border: 1px solid #eee;
    outline: 0;
    padding: 10px 12px;
    color: #888;
}

button:focus,input:focus,select:focus,textarea:focus {
    border-color: #888;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.main-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fbfbfb;
    margin: 40px 0;
}

.site-header {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 99;
}

@media screen and (min-width: 240px) {
    .site-header {
        top: 0;
    }
}

@media screen and (min-width: 992px) {
    .site-header {
        top: 60px;
    }
}

.main-header {
    background: rgba(255,255,255,0.90);
    min-height: 100px;
    height: 100px;
}

.logo {
    margin: 25px 0 18px 25px;
    overflow: hidden;
}

/*Global menu*/
.main-menu {
    text-align: right;
    float: right;
}

.main-menu ul li {
    display: inline-block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid rgba(181,181,181,0.45) /*#eee*/;
}

.main-menu ul li a {
	display: block;
    text-transform: uppercase;
    font-size: 0.85em;
	font-weight: 500;
    color: #000;
    line-height: 100px;
}

.main-menu ul li a:hover {
    color: #72b16c;
}

.main-menu ul li.active {
    background: /*#72b16c*/#000;
}

.main-menu ul li.active a {
    color: #fff;
}

a.toggle-menu {
    background: rgba(70,68,69,0.85) /*#eee*/;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
    margin-right: 20px;
    font-size: 14px;
}

.menu-responsive {   /*Mobile view menu*/
    background: rgba(68,68,68,0.95);
    padding: 15px 30px;
    display: none;
}

.menu-responsive ul li {
    margin: 24px 0;
    display: block;
}

.menu-responsive ul li a {
	display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.0em;
}

.menu-responsive ul li.active a {
    color: #72b16c;
}
.menu-responsive ul li a:hover {
	color: #72b16c;
}

/*Background Slider*/
.flexslider {
    position: relative;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.overlay {
    background: rgba(0,0,0,0);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.flex-caption {
    position: absolute;
    wdith: 100%;
    margin-left: 15px;
    left: 0;
    bottom: 100px;
    background-color: rgba(255,255,255,0.95);
    padding: 40px;
    z-index: 10;
    text-align: center;
}
.flex-captionABBranded {
    position: absolute;
    wdith: 100%;
    margin-left: 50px;
    bottom: 50px;
    background-color: rgba(255,255,255,0.95);
    padding: 40px;
    z-index: 10;
    text-align: center;
}

.flex-caption span.price {
    background: #e54747;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    padding: 15px 20px;
    display: inline-block;
}

.flex-caption h3.title {
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0 15px 0;
}

.flex-caption a.slider-btn {
    background: #72b16c;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 35px;
    display: inline-block;
    margin-top: 30px;
}

.flex-caption a.slider-btn:hover {
    background: #90be2c;
}

a.flex-prev,a.flex-next {
    width: 40px;
    height: 60px;
    background-color: rgba(255,255,255,0.6);
    display: inline-block;
    line-height: 60px;
    text-align: center;
    color: #000;
    position: absolute;
    z-index: 99;
    top: 50%;
}

a.flex-prev:hover,a.flex-next:hover {
    background: #fff;
}

@media screen and (min-width: 240px) {
    a.flex-prev,a.flex-next {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    a.flex-prev,a.flex-next {
        display: block;
    }
}

a.flex-prev {
    left: 0;
}

a.flex-next {
    right: 0;
}

h2.widget-title {
    font-size: 28px;
	color:rgba(57,153,255,1.00);
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
	margin-top: 20px;
}

h3.widget-title {
    font-size: 28px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
	margin-top: 10px;
}

h3.event-title {
    font-size: 28px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
	margin-top: 10px;
}

h4.widget-title {
    font-size: 2.0em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
	border-top:rgba(189,189,189,1.00) solid 1px ;
	border-top-width: 100%;
}

h4.widget-title2 {
    font-size: 2.0em;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
	padding-top: 10px;
	border-top-width: 100%;
}
h4.widget-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
	font-weight: bold;
    margin-bottom: 10px;
}
h4.widget-subtitle2 {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
	font-weight: bold;
    margin-bottom: 10px;
	margin-top:20px;
}
.room{
	margin: 10 0 0 20;
}

.leading {
	margin-top: 5px;
	margin-bottom: 5px;
}

.sample-thumb {
    overflow: hidden;
}

.sample-thumb img {
    width: 100%;
}

.page-top {
    width: 100%;
    height: 230px;
    background: #eee;
    position: relative;
    top: 0;
    left: 0;
}
#template_Branded {
    background: url(../images/Slides/VC2.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

#template_pehonan {
    background: url(../images/Slides/VC3.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

#template_agora {
    background: url(../images/Slides/VC8.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

#template_borealis {
    background: url(../images/Slides/VC7.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

#template_visit {
    background: url(../images/Slides/VC6.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.our-listing {
    position: relative;
    z-index: 98;
    top: 0;
    left: 0;
    margin-top: -50px;
}

@media screen and (min-width: 240px) {
    .our-listing {
        margin-top: 50px;
    }
}

@media screen and (min-width: 992px) {
    .our-listing {
        margin-top: -50px;
    }
}

.list-item {
    overflow: hidden;
    margin: 0 15px;
}

.list-item .list-thumb {
    overflow: hidden;
}

.list-item .list-thumb .title {
    background-color: /*#72b16c*/#000000;
    /*text-transform: uppercase;*/
    font-size: 14px;
    font-weight: 300;
    height: 50px;
    text-align: center;
}

.list-item .list-thumb .title h4 {
    color: #fff;
    line-height: 50px;
	font-size:24px;
}

.list-item .list-thumb img {
    width: 100%;
}

.list-item .list-content h5 {
    color: #777676 /*#72b16c*/;
    font-weight: 600;
    font-size: 13px;
    margin: 15px 0 5px 0;
}
.list-item .list-content span {
    color: #0099ff/*#e54747*/;
    font-weight: 100;
/*    text-transform: uppercase;*/
    margin: 0 0 15px 0;
}

.list-item .list-content a.price-btn {
    display: block;
    background-color:#0099ff /*#72b16c*/;
    color: #fff;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
}

.list-item .list-content a.price-btn:hover {
    background-color: #90be2c;
}

.owl-next,.owl-prev {
    position: absolute;
    top: 30%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-color: #72b16c;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.owl-next {
    right: -40px;
}

@media screen and (min-width: 240px) {
    .owl-next {
        right: 15px;
    }
}

@media screen and (min-width: 960px) {
    .owl-next {
        right: 13px;
    }
}

@media screen and (min-width: 992px) {
    .owl-next {
        right: -40;
    }
}

.owl-prev {
    left: -40px;
}

@media screen and (min-width: 240px) {
    .owl-prev {
        left: 15px;
    }
}

@media screen and (min-width: 960px) {
    .owl-prev {
        left: 15px;
    }
}

@media screen and (min-width: 992px) {
    .owl-prev {
        left: -40;
    }
}

.middle-content {
    margin-top: 80px;
    margin-bottom: 40px;
}

.widget2-item {
    margin-bottom: 20px;
    overflow: hidden;
}

.widget-item {
    margin-bottom: 20px;
    overflow: hidden;
}

.service-item {
    overflow: hidden;
	border-top:rgba(200,200,200,1.00) dotted 2px;
    margin-bottom: 10px;
}
.service-item .service-icon {
    float: left;
    margin-right: 20px;
	margin-top:5px;
    color: #fff;
    font-size: 1.5em;
    width: 80px;
    height: auto;
    text-align: center;
    line-height: 80px;
}

.service-item .service-content {
    overflow: hidden;
}

.service-item .service-content h4 {
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 10px;
}

.ArtTN {
    width: 100px;
    height: auto;
}

.event-item {
    overflow: hidden;
    margin-top: 10px;
}
.event-item .event-icon{
	 float: left;
    margin-right: 10px;
    color: #000;
    font-size: 1.5em;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height:30px;
}

.event-item .event-iconSM{
	 float: left;
    margin-right: 10px;
    color: #000;
    font-size:0.85 em;
    width: 10px;
    height: 10px;
    text-align: center;
    line-height:10px;
}

.event-item .event-content {
    overflow: hidden;
	line-height:normal;
}
.event-item .event-content h4 {
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 10px;
}

.event-item .event-content h3 {
    font-size: 1.0em;
    font-weight: 600;
    margin-bottom: 10px;
	color:#F5F5F5;
}

.upcoming-item {
    overflow: hidden;
	border-top:rgba(200,200,200,1.00) dotted 2px;
    margin-top: 0px;
}
.upcoming-item .upcoming-icon {
    float: left;
    margin-right: 20px;
	margin-top:5px;
    color: #fff;
    font-size: 1.5em;
    width: 80px;
    height: auto;
    text-align: center;
    line-height: 80px;
}

.upcoming-item .upcoming-content {
    overflow: hidden;
}

/*.upcoming .upcoming-content h4 {
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 10px;
}
*/
/*.upcoming-item .upcoming-content h3 {
    font-size: 1.0em;
    font-weight: 600;
    margin-bottom: 10px;
	color:#F5F5F5;
}*/

h4.consult-title {
    font-size: 18px;
    color: #72b16c;
    font-weight: normal;
    margin: 5px 0 5px 0;
}
h4.upcoming-title strong {
	font-weight: normal;
}
h4.upcoming-title {
    font-size: 14px;
    color: #424141;
    font-weight: bold;
    margin: 5px 0 2px 0;
}
h4.consult-titleBLK {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin: 15px 0 5px 0;
	border-bottom: 1px #000000 dotted;
}
h4.consult-titleBlue {
    font-size: 18px;
    color: #0099ff;
    font-weight: 500;
    margin: 5px 0 5px 0;
}

.post-small {
    overflow: hidden;
    margin-bottom: 10px;
}
.post-artist {
    color: #fff;
    width: 90px;
    height: 100%;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.post-small .post-date {
    background-color: #72b16c;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    float: left;
    margin-right: 20px;
}
.post-small .post-date2 {
    background-color: #779C27;
    color: #fff;
    width: 85px;
    height: 85px;
    text-align: center;
    float: left;
    margin-right: 20px;
	
}.post-small .post-date3 {
    background-color: #779C27;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    float: left;
    margin-right: 20px;
	
}.post-small .post-date4 {
    background-color: #495F18;
    color: #fff;
    width: 85px;
    height: 85px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.post-small .post-date span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.post-small .post-date2 span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.post-small .post-date3 span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.post-small .post-date4 span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.post-small .post-date span.time {
    margin-top: 14px;
}
.post-small .post-date2 span.time {
    margin-top: 14px;
}
.post-small .post-date3 span.time {
    margin-top: 14px;
}
.post-small .post-date4 span.time {
    margin-top: 14px;
}

.post-small .post-content {
    overflow: hidden;
}

.post-small .post-content h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
}

.post-small .post-content h4 a {
    color: #444;
}

.post-small .post-content h4 a:hover {
    color: #e54747;
}

.post-small .post-content span {
    color: #72b16c;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    display: inline-block;
}

.go-act {
    margin-bottom: 100px;
}

.act-btn {
    background: rgba(204,204,204,0.92) /*#72b16c*/;
    position: relative;
    min-height: 120px;
    height: 120px;
}

.act-btn a.link {
    position: absolute;
    width: 120px;
    height: 120px;
    right: 0;
    top: 0;
    line-height: 120px;
    text-align: center;
    color: #fff;
    background: #90be2c;
    font-size: 3em;
}

.act-btn a.link:hover {
    background: #86b229;
}

.act-btn .inner .price {
    position: absolute;
    left: 30px;
    top: 15px;
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    line-height: 36px;
    text-align: center;
}

.act-btn .inner .title {
    overflow: hidden;
    margin-left: 150px;

}

.act-btn .inner .title h2 {
    margin-top: 30px;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 800;
}

.act-btn .inner .title span {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

@media screen and (min-width: 240px) {
    .act-btn {
        margin-top: 30px;
    }

    .act-btn .title {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .act-btn {
        margin-top: 30px;
    }

    .act-btn .title {
        display: block;
    }

    .act-btn .title span {
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) {
    .act-btn {
        margin-top: 0;
    }
}

.ticket-list {
    margin-bottom: 10px;
}

.ticket-item {
    overflow: hidden;
    margin-bottom: 5px;
}

.ticket-item h4 {
    font-size: 18px;
    text-transform: inherit;
    margin-bottom: 15px;
	margin-top: 20px;
}

.ticket-item h2 {
    font-size: 14px;
	font-weight:600;
    text-transform: inherit;
    margin-bottom: 5px;
	margin-top: 5px;
}


.ticket-item a.ticket-btn {
    margin-top: 5px;
    background: #72b16c;
    color: #fff;
    padding: 5px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.ticket-item a.ticket-btn:hover {
    background: #90be2c;
}

.partner-list {
/*    background: #eee;*/
    margin-bottom: 100px;
}

.partner-item {
    border-left: 1px solid #d4d4d4;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.partner-item2 {
    border-left: 1px solid #d4d4d4;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.partner-item img {
    display: block;
    margin: 0 auto;
}
.partner-item2 img {
    display: block;
    margin: 0 auto;
}

.partner-item.last {
    border-right: 1px solid #d4d4d4;
    padding-left: 0;
}

@media screen and (min-width: 240px) {
    .partner-item {
        border-left: 0;
    }
	.partner-item2 {
        border-left: 0;
    }

    .partner-item.last {
        border-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .partner-item {
        border-left: 1px solid #d4d4d4;
    }
	.partner-item2 {
        border-left: 1px solid #d4d4d4;
    }


    .partner-item.last {
        border-right: 1px solid #d4d4d4;
    }
}

/* MESSAGE FORM */
.contact-page {
    margin: 80px 0;
}

.contact-infos {
    margin-top: 40px;
    display: block;
}

.contact-infos ul li {
    line-height: 24px;
}

.first-map {
	height: 120px;
}

.map-holder {
	height: 360px;
}

.map-wrapper {
    margin-bottom: 30px;
}

input,textarea {
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
}

div.contact-form input,div.contact-form textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

div.contact-form textarea {
    min-height: 140px;
}

div.contact-form input.mainBtn {
    border: 0;
    background: #72b16c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.iframe{
	width: 100%;
    min-width: 100%;
    max-width: 100%;
	height:430px;
}

.site-footer {
    margin-bottom: 80px;
}

.copyright {
    margin-top: 15px;
    text-align: center;
}
.middle{
	display: block;
    margin-left: auto;
    margin-right: auto; 
}

.social-icons {
    margin-top: 10px;
    text-align: right;
}

.social-icons li {
    display: inline-block;
    margin:0px;
}

.social-icons li a {
    width: 36px;
    height: 36px;
    color: #72b16c;
    text-align: center;
    line-height: 36px;
}

.social-icons li a:hover {
    background: #72b16c;
    color: #fff;
}

@media screen and (min-width: 240px) {
    .footer-logo {
        display: none;
    }

    .social-icons {
        text-align: center;
        margin-top: 10px;
    }
}

@media screen and (min-width: 768px) {
    .footer-logo {
        display: inline-block;
    }

    .social-icons {
        text-align: right;
        margin-top: 0;
    }
}

div
{background:rgba(255,255,255,0.001);}