/** CSS Reset Block **/
html, 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%;
	font: inherit;
	vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size:12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/** STV News Styling **/
body{
	direction:ltr;
	/*background:url(../images/back_main.jpg) no-repeat center 28px #010E17;*/
	background-size:auto;
	/*font-family:"DroidArabicKufi";*/
}
a{
	text-decoration:none;
	color:#000000;
}
input,textarea,label, button{
	border:none;
	background:none;
	/*font-family:"DroidArabicKufi";*/
}
h1,h2,h3,h4,h5{
	/*font-family:STV;*/
	font-weight:bold;
}
.checkbox-wrapper{
	display:inline-block;
}
.checkbox-wrapper .checkbox{
	padding: 2px 0;
	border:1px solid #438FC1;
	color:#006531;
	width:19px;
	height:13px;
	text-align:center;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
}
.checkbox-wrapper .checkbox.checked *{
	display: inline-block;
	width: 17px;
	height: 15px;
	background: #17526F;
	margin-top: -1px;
}
.checkbox-wrapper .checkbox *{
	display:none;
}
#system-message .alert{
	background: #FF0000;
	color: #FFFFFF;
	padding: 10px 23px;
	line-height: 1.6;
}
#system-message .alert .close{
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	margin-top:-4px;
	cursor:pointer;
}
#system-message .alert p{
	padding:0;
	background:none;
	box-shadow:none;
}
#system-message .alert h4{
	font-size:14px;
	color:#FFFFFF;
}

.tpl-subwrapper{
	clear:both;
}
.tpl-content{
	/*background:#FFFFFF;
	padding:26px 14px;
	padding-bottom:20px;*/
}
.bd-article .tpl-content{
	padding-bottom:0;
}
.bd-contact-us .tpl-content{
	background: #FFFFFF;
	padding: 26px 38px;
}
.bd-article .tpl-content{
	padding-bottom:0;
}
.bd-album-page .tpl-content{
	padding-bottom: 100px;
}

/*Styling - TEMPLATE HEADER*/
ul.joomla-nav-archive-news-menu li.selected a
{
	color:#185370;
	font-weight:bold;
}
.tpl-header #tpl-headertopwrapper{
	/*background:#F5F5F5;
	padding:8px 0;
	height:24px;
	min-width:1024px;*/
}
.tpl-header #tpl-headercenterwrapper{
	/*background:#FFFFFF;
	padding:22px 0;
	min-width:1024px;*/
}
.tpl-header #tpl-headerbottomwrapper{
	/*background:#013662;*/
}
.tpl-header .tpl-subwrapper > div{
	/*width:1024px;*/
	margin:0 auto;	
}
.tpl-headertop > div{
	display:inline-block;
}
/*Styling - TEMPLATE HEADER TOP*/
.tpl-headertop .customphpdate-header{
	color:#999999;
	width:180px;
	padding-top:3px;
	font-family:"DroidArabicKufi";
	font-size:14px;
}
.tpl-headertop .sp_header{
	float:left;
	margin-left:111px;
	padding-top:2px;
}

.sp_header a {
	width:22px;
	height:22px;
	margin-top:-2px;
}
/*Styling - TEMPLATE HEADER CENTER*/
/*Styling - TEMPLATE HEADER CENTER - MENU*/
div.logo{
	display:inline-block;
	width:168px;
}
.tpl-header ul.joomla-nav{
	display:inline-block;
	margin-left:27px;
	margin-right:28px;
	margin-top:18px;
}
.tpl-header ul.joomla-nav >li{
	display: inline-block;
	margin: 12px 10px;
	position: relative;
}
.tpl-header ul.joomla-nav >li:last-child{
	margin-left:0;	
}
.tpl-header ul.joomla-nav >li>a{
	text-decoration:none;
	color:#277BA3;
	padding-bottom:4px;
	font-size:18px;
	font-weight:bold;
	font-family:STV;	
}
.tpl-header ul.joomla-nav >li:hover >a,
.tpl-header ul.joomla-nav >li.selected >a{
	border-bottom:4px solid #c50009;
}
/*Styling - TEMPLATE HEADER CENTER - SUB MENU*/
.tpl-header ul.joomla-nav li ul{
	display:none;
	background:#F5F5F5;
	border-top:4px solid #C50009;
	padding: 12px 8px 7px;	
	position:absolute;
	margin-top:5px;
	box-shadow:0px 0px 14px 0px #999;
	border-radius:2px;
	z-index:99;
}
.tpl-header ul.joomla-nav >li:hover ul{
	display:block;
}
.tpl-header ul.joomla-nav li ul li{
	padding-bottom:4px;
	border-bottom:1px solid #959595;
	margin-bottom:8px;
	white-space:nowrap;
	padding-left:18px;
}
.tpl-header ul.joomla-nav li ul li:last-child{
	border:none;
}
.tpl-header ul.joomla-nav li ul li a{
	text-decoration:none;
	color:#959595;
	font-size:16px;	
}
.tpl-header ul.joomla-nav li ul li:hover a,
.tpl-header ul.joomla-nav li ul li.selected a{
	color:#C5000A;
}

/*Styling - CONTENT */
#tpl-maincontentwrapper{
	/*width:1024px;*/
	margin:0 auto;
}




/*Styling - CONTENT STRUCTURE - LATEST NEWS*/

#tpl-rightwrapper{
	display:inline-block;
	width:240px;
	margin-left:16px;
}
#tpl-centerwrapper{
	/*width:560px;*/
	/*display:inline-block;*/
}	
#tpl-leftwrapper{
	display:inline-block;
	width:152px;
	margin-right:16px;
}
.bd-article #tpl-leftwrapper{
	width:169px;
	margin-left:-14px;
	margin-top:-56px;
	padding-top:56px;
	background:#EFEFEF;	
	padding-right:16px;
	position:relative;
	height:100%;		
}
.bd-news #tpl-leftwrapper{
}
.bd-category .tpl-left,
.bd-article .tpl-left{
	margin-top:24px;	
}
.bd-news .tpl-left{
	margin-top:0px;
}
.bd-category .tpl-left{
	margin-top:0px;
}
#tpl-leftwrapper .bd-article #tpl-wrapper{
	width:172px;	
}

.tpl-headerbottom
{
	width: 100%;
	height: 1080px;
	overflow: hidden;
}
.tpl-headerbottom2
{
	width: 100%;
	height: 1080px;
	overflow: hidden;
}

/** MOD LANDING **/

.comlanding
{
	width: 100%;
	height: 850px;
	background: url(../images/bg1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.comlanding .landcontainer {
	width: 1024px;
	height: 1080px;
	margin: 0 auto;
}
.comlanding .logo-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 15px;
}
.comlanding .lower {
    width: 340px;
    margin: 0 auto;
    /*display: none;*/
    cursor: pointer;
}
.comlanding .lower img
{
	margin-left: 140px;
}
.comlanding input {
    display: none;
}
.comlanding .lower label {
    text-align: center;
    display: block;
}
.comlanding .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
}
.comlanding .overlay label {
    width: 58px;
    height: 58px;
    position: absolute;
    top: 20px;
    background: url('../images/cross.png');
    z-index: 100;
    cursor: pointer;
    z-index: 999;
	left:0;
    right:0;
    margin:0 auto;
}
.comlanding .overlay nav {
    text-align: center;
    position: relative;
    top: 60%;
    height: 60%;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.comlanding .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}
.comlanding .overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
    float: left;
    margin-left: 30px;
}
.comlanding .overlay ul li a {
    font-family: 'just_realizeregular';
    font-size: 30px;
    color: white;
}
/*.comlanding .overlay ul li a:hover,
.overlay ul li a:focus {
    color: #849368;
}
.comlanding .lower~.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.comlanding #op:checked~.overlay-hugeinc {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 999999;
}
.comlanding .overlay-hugeinc nav {
    -moz-perspective: 300px;
}
.comlanding .overlay-hugeinc nav ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.comlanding #op:checked~.overlay-hugeinc nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.comlanding #op:not(:checked)~.overlay-hugeinc nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}*/
.comlanding .fixed-box {
    position: fixed;
    width: 50px;
    height: 260px;
    top: 30%;
    left: 0;
    padding: 0;
    z-index: 99999;
    background-image: url(../images/bg-media.png) ;   
}

.comlanding a.fixed-box-2 {
    position: fixed;
    top: 10%;
    right: 0;
    padding: 0;
    width: 200px;
    height: 200px;
    z-index: 99999;
    cursor: pointer;
}
.comlanding .footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    color: #FFFFFF;
    background-color: #000000;
    text-align: center;
}

.fixed-box .fb {
	
    margin-top: 50px;
    margin-left: 15px;
    background-image: url(../images/sprite_social_F.png);
    background-position: 0px 0px;
    width: 28px;
    height: 22px;
}
.fixed-box .tw {
    margin-top: 15px;
    margin-left: 15px;
    background-image: url(../images/sprite_social_F.png);
    background-position: 84px 0px;
    width: 28px;
    height: 22px;
}
.fixed-box .insta {
    margin-top: 15px;
    margin-left: 15px;
    background-image: url(../images/sprite_social_F.png);
    background-position: 55px 0px;
    width: 28px;
    height: 22px;
}
.fixed-box .google {
    margin-top: 15px;
    margin-left: 15px;
    background-image: url(../images/sprite_social_F.png);
    background-position: 27px 0px;
    width: 28px;
    height: 22px;
}
.fixed-box .fb:hover {
	
    margin-top: 50px;
    margin-left: 15px;
    background-image: url(../images/sprite_social_F.png);
    background-position: 0px 22px;
    width: 28px;
    height: 22px;
}
.fixed-box .tw:hover {
    margin-top: 15px;
    margin-left: 15px;
    background-image: url(../images/sprite_social_F.png);
    background-position: 84px 22px;
    width: 28px;
    height: 22px;
}
.fixed-box .insta:hover {
    margin-top: 15px;
    margin-left: 15px;
    background-image: url(../images/sprite_social_F.png);
    background-position: 55px 22px;
    width: 28px;
    height: 22px;
}
.fixed-box .google:hover {
    margin-top: 15px;
    margin-left: 15px;
    background-image: url(../images/sprite_social_F.png);
    background-position: 27px 22px;
    width: 28px;
    height: 22px;
}

.comlanding .pics {  
    width:100%;  
    padding: 0;  
    margin: 0;
    height:500px;  
    margin-top: 100px; 
} 
 
.comlanding .pics img 
{  
    /*padding-top:100px;  */
    width:  100%; 
    top:  0; 
    left: 0;
    height:500px; 
} 
#ing1
{
	width: 107px;
	height: 87px;
	margin-left: 400px;
	position: absolute;
	margin-top: 100px;
}
#ing2
{
	width: 107px;
	height: 87px;
	margin-left: 250px;
	position: absolute;
	margin-top: 150px;
}
#ing3
{
	width: 84px;
	height: 96px;
	margin-left: 700px;
	position: absolute;
	margin-top: 250px;
}
#ing4
{
	width: 106px;
	height: 97px;
	margin-left: 500px;
	position: absolute;	
	margin-top: 200px;
}
#ing5
{
	width: 117px;
	height: 103px;
	margin-left: 950px;
	position: absolute;
	margin-top: 100px;
}
#ing6
{
	width: 85px;
	height: 106px;
	margin-left: 820px;
	position: absolute;
	margin-top: 200px;
}
/** MOD ABOUT **/
.comabout{
	width: 100%;
	/*height=1080px;*/
	background: url(../images/bg1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.comabout .aboutcontainer {
	width: 1024px;
	height: 1080px;
	margin: 0 auto;
}

.comabout .fixed-box {
    position: fixed;
    width: 50px;
    top: 30%;
    left: 0;
    padding: 0;
    z-index: 99999;
}
.comabout a.fixed-box-2 {
    position: fixed;
    top: 30%;
    right: 0;
    padding: 0;
    width: 200px;
    height: 300px;
    z-index: 99999;
}
.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    color: #FFFFFF;
    background-color: #000000;
    text-align: center;
}



.comabout .about-title {
    font-family: 'just_realizeregular';
    font-size: 35px;
    color: #3F5900;
    margin-top: 140px;
    /*margin-bottom: -15px;*/
   text-align: center;
}
.comabout .about-subtitle {
    font-family: 'just_realizeregular';
    font-size: 23px;
    color: #000000;
    margin-top: 25px;
   text-align: center;
   line-height: 25px;
}
.comabout .about-desc {
    font-size: 13px;
    color: #661213;
    text-align: center;
    font-family: gotham;
    margin-top: 30px;
    line-height: 15px;
}
.comabout .about-cont {
    margin-top: 50px;
}
.comabout .img1 {
    width: 73px;
    height: 72px;
    background: url(../images/aimg8.png) no-repeat;
    left: 65%;
    /*top: 90%;*/
}
.comabout .img2 {
    background: url(../images/aimg9.png) no-repeat;
    width: 129px;
    height: 132px;
    left: 50%;
    /*top: 70%;*/
}
.comabout .img3 {
    background: url(../images/aimg10.png) no-repeat;
    width: 62px;
    height: 76px;
    left: 30%;
    /*top: 50%;*/
}
.comabout .img4 {
    background: url(../images/aimg11.png) no-repeat;
    width: 151px;
    height: 95px;
    left: 70%;
    /*top: 60%;*/
}
.comabout .img5 {
    background: url(../images/aimg12.png) no-repeat;
    width: 118px;
    height: 123px;
    left: 40%;
    /*top: 90%;*/
}
.comabout 
.img1,
.img2,
.img3,
.img4,
.img5 {
    display: block;
    position: absolute;
}

/** MOD PRODUCTS **/
.comservices {
    width: 100%;
    /*height=1080px;*/
    background: url(../images/menu-bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.comservices .servicescontainer {
    width: 1024px;
    height: 1080px;
    margin: 0 auto;
}

.comservices .tabcont {
    background: #FFFFFF;
    width: 100%;
    height: 40px;
    padding-top: 20px;
}
.comservices .tabmenu {
    float: left;
    margin-left: 60px;
    font-family: 'just_realizeregular';
    font-size: 20px;
    color: #68100f;
    cursor: pointer;
    font-weight: 400;
}
.comservices .tabslider {
    width: 100%;
    min-height: 800px;
}

.comservices .maintab {
    padding-top: 140px;
}
.comservices .img-circle {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.comservices span {
    font-family: 'just_realizeregular';
    text-align: center;
    color: #FFFFFF;
    font-size: 6em;
}
.comservices figcaption {
    text-align: center;
    font-size: 18px;
    margin-top: -30px;
    color: #FFFFFF;
}

.comservices h2 {
    font-family: 'just_realizeregular';
    text-align: center;
    color: #FFFFFF;
    font-size: 4em;
    height: 40px;
}
/*******
 * slider
 */

.slider {
    width: 1024px;
    position: relative;
    height: 576px;
    text-align: center;
    margin: 0 auto;
    height: 0;
}
.slider .oneitem
{
	width: 1024px;
	height: 576px;
	position: relative;
}
.slider .oneitem .price
{
	background: url(../images/pricebg.png);
	width: 99px;
	height: 101px;
	position: absolute;
	font-family: 'just_realizeregular';
	color: white;
	font-size: 30px;
	padding-top: 26px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 10px;
}
.slider .oneitem .mustache
{
	position: absolute;
	background: url(../images/icon1.png);
	width: 106px;
	height: 29px;
	margin-left: 459px;
	margin-top: 423px;
	z-index: 9999;
}
.slider .oneitem .title
{
	font-family: 'just_realizeregular';
    text-align: center;
    color: #FFFFFF;
    font-size: 70px;
    height: 80px;
    position: absolute;
    z-index: 9999;
    width: 1024px;
    /*margin-left: 331px;*/
    margin-top: 480px;
}
.slider .oneitem .desc
{
	width: 1024px;
	text-align: center;
	color: white;
	height: 20px;
	position: absolute;
    z-index: 9999;
    font-family: helvetica;
    font-weight: lighter;
    font-size: 13px;
    /*margin-left: 235px;*/
    margin-top: 539px;
}
.slider .oneitem .myshadow
{
	width: 1024px;
	position: absolute;
	z-index: 99;
	margin-top: 319px;
	background: url(../images/myshadow.png);
	height: 257px;
}
.propager
{
	width: 644px;
	height: 100px;
	margin: 0 auto;
	margin-top: 600px;
	display: none;
}
.propager .btnpro
{
	width: 85px;
	height: 85px;
	border: 5px solid white;
	border-radius: 50%;
	float: left;
	margin-left: 10px;
	background-size: 100% 100%;
}
.prominipager
{
	width: 300px;
	height: 20px;
	margin: 0 auto;
	margin-top: 10px;
}
.prominipager .minione
{
	width: 16px;
	height: 16px;
	background: url(../images/pointgrey.png);
	float: left;
	margin-left: 10px;
}
.slider>img {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
}
.slider input[name='slide_switch'] {
    display: none;
}
.slider label {
    margin: 40px 0 0 16px;
    border: 5px solid #FFFFFF;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0.6;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}
.slider label:hover {
    opacity: 1;
}
.slider label img {
    display: block;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}
.slider input[name='slide_switch']:checked+label {
    border-color: #43590C;
    opacity: 1;
}
.slider input[name='slide_switch'] ~ img {
    opacity: 0;
}
.slider input[name='slide_switch']:checked+label+img {
    opacity: 1;
}
.slider input[name='slide_switch']:checked+label+img+.d-slide {
    visibility: visible;
}
.d-slide {
    visibility: hidden;
    display: inline-block;
}
.description {
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.description-text {
    padding: 10px;
    margin: 0;
    top: 0;
    z-index: 4;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    color: #fff;
    text-align: center;
}
.description-text p {
    color: #fff;
}

/*******
 * // slider
 */


/** MOD CATERING **/
.comevents{
	width: 100%;
	height:1080px;
	background: url(../images/bg-cat.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.comevents .eventscontainer {
	width: 1024px;
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	/*margin-top: 80px;*/
}
.comevents .eventscontainer .myarrow
{
	width: 36px;
	height: 51px;
	background: url(../images/fleche.png);
}
.comevents .fixed-box {
    position: fixed;
    width: 50px;
    top: 30%;
    left: 0;
    padding: 0;
    z-index: 99999;
}
.comevents a.fixed-box-2 {
    position: fixed;
    top: 30%;
    right: 0;
    padding: 0;
    width: 200px;
    height: 200px;
    z-index: 99999;
}
#view1
{
	display: block;
}
#view2
{
	display: none;
}
#view3
{
	display: none;
	margin-top: 40px;
}
#view2-3
{
	display: block;
}
#view2-4
{
	display: none;
}
#view2-5
{
	display: none;
}
#view2-1
{
	display: block;
}
#view2-2
{
	display: none;
}
.eventscontainer .enquiryform
{
	
}
.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    color: #FFFFFF;
    background-color: #000000;
    text-align: center;
}
.comevents .logo-menu {
    margin-top: -60px;
}


.comevents .catering-cont{
	margin-top: 30px;
}

.comevents p.catering-desc {
    width: 400px;
    text-align: justify;
    float: right;
    margin-right: 40px;
    padding-top: 50px;
    font-family: gotham;
    font-size: 17px;
    height: auto;
    /*overflow-y: auto;*/
}
#view2-1 #left
{
	width: 27px;
	height: 509px;
	background: url(../images/btnleft.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	cursor: pointer;
}
#view2-1 #right
{
	width: 27px;
	height: 509px;
	background: url(../images/btnright.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-left: 20px;
	cursor: pointer;
}
#view2-1 #fade2
{
	width: 854px;
	height: 484px;
	float: left;
	margin-left: 20px;
}
#view2-1 #fade2 img
{
	width: 840px;
	height: 470px;
	border: solid 7px white;
}
#view2-2 #left3
{
	width: 27px;
	height: 509px;
	background: url(../images/btnleft.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	cursor: pointer;
}
#view2-2 #right3
{
	width: 27px;
	height: 509px;
	background: url(../images/btnright.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-left: 20px;
	cursor: pointer;
}
#view2-2 #fade3
{
	width: 854px;
	height: 484px;
	float: left;
	margin-left: 20px;
}
#view2-2 #fade3 img
{
	width: 840px;
	height: 470px;
	border: solid 7px white;
}
.cycle-pager
{
	max-width: 454px;
	height: 20px;
	margin: 0 auto;
	margin-top: 10px;
}
.cycle-pager li 
{ 
	width: 16px; 
	height: 16px;
	margin: 5px;
	background: url(../images/pointgrey.png);
	list-style: none;
	float: left;
}
.cycle-pager li.activeSlide 
{ 
	background: url(../images/pointred.png); 
}



/*contact form*/

.comevents #form-container {
font-family: 'Gotham';
text-decoration: none;
vertical-align: middle;
min-width:600px;
padding:20px;
width:400px;
margin-left: auto;
margin-right: auto;
display: block;
}

.form-field {
border: 1px solid #ffffff;
background: #FFFFFF;
color: #671213;
/*padding:8px;*/
margin-bottom:18px;
width:230px;
height: 40px;
resize:none;
font-family: 'Gotham';
margin-top: 5px;
}

.form-fields {
border: 1px solid #ffffff;
background: #f3f3f3;
color: #000000;
/*padding:8px;*/
margin-bottom:18px;
width:238px;
height: 44px;
resize:none;
font-family: 'Gotham';
margin-top: 5px;
}

.form-fieldss{
border: 1px solid #ffffff;
background: #f3f3f3;
color: #000000;
padding: 8px;
margin-bottom: 18px;
width: 470px;
height: 100px;
resize:none;
font-family: 'Gotham';
margin-top: 5px;
}

.form-container textarea {
height:100px;
font-family: 'Gotham';
}

.form-field:focus {
background: #fff;
color: #8a8a8a;
}

.form-container h2 {
text-shadow: #ffffff 0 1px 0;
font-size:18px;
margin: 0 0 10px 0;
font-weight:bold;
text-align:center;
}

.form-title {
margin-bottom:10px;
color: #671213;
}

.comevents .submit-container {
	margin:8px 0;
	text-align:right;
	width:485px;
	background: url(../images/btnsend.png);
	background-repeat: no-repeat;
	cursor: pointer;
	height: 53px;
	background-position: center;
}


/* contact form*/

.forms-cont{
	margin-left: auto;
    margin-right: auto;
    display: block;
    width: 510px;
}

.name {
    float: left;
    width: 250px;
}
.phone{
	float: left;
    width: 250px;
}

.events{
	float: left;
    width: 250px;
}


/** COM CONTACT **/
.comcontact{
	width: 100%;
	background:#FFFFFF;
}

.comcontact .contactcontainer {
	width: 1024px;
	margin: 0 auto;
}

.comcontact .fixed-box {
    position: fixed;
    width: 50px;
    top: 30%;
    left: 0;
    padding: 0;
    z-index: 99999;
}
.comcontact a.fixed-box-2 {
    position: fixed;
    top: 30%;
    right: 0;
    padding: 0;
    width: 200px;
    height: 300px;
    z-index: 99999;
}
.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    color: #FFFFFF;
    background-color: #000000;
    text-align: center;
}
.comcontact .logo-menu {
    margin-top: -60px;
}



.add{
font-family: 'just_realizeregular';
color: #671213;
font-size: 36px;
}

a.map-address{
	text-decoration: none;
	float: left;
	margin-left: 30px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin-top: 120px;
}

.address{
	margin-top: -10px;
	font-family: helvetica;
	font-weight: lighter;
}

#map_canvas{
	width: 100%;
	height: 400px;
}

.bg-bottom{
	background: #671213;
	width: 100%;
	height: 450px;
}

.bg-bottom .contactcontainer {
	width: 1024px;
	margin: 0 auto;
}

.bottom-photo{
	float: right;
    margin-top: 40px;
}

.bottom-photo3{
	float: right;
	margin-top: -276px;
}

.bottom-photo4{
	float: right;
	margin-top: -280px;
}

.newsletter{
	
	width:680px;
	font-size: 16px;
	font-family: helvetica;
	font-weight: lighter;
	line-height: 20px;
}

#fbexp
{
	font-size: 18px;
	font-family: gotham;
	color: white;
	
}
/*contact form*/

.form-container {
font-family: 'just_realizeregular';
text-decoration: none;
vertical-align: middle;
min-width:600px;
padding:20px;
width:400px;
margin-left: auto;
margin-right: auto;
display: block;
}

.form-field {
border: 1px solid #ffffff;
background: #FFFFFF;
color: #671213;
/*padding:8px;*/
margin-bottom:18px;
width:230px;
height: 40px;
resize:none;
margin-top: 5px;
}

.form-fields {
border: 1px solid #ffffff;
background: #fff;
color: #000000;
padding:8px;
margin-bottom:18px;
width:232px;
height: 44px;
resize:none;
margin-top: 5px;
}


.form-add{
border: 1px solid #ffffff;
background: #fff;
color: #000000;
padding: 8px;
margin-bottom: 18px;
width: 218px;
height: 119px;
resize:none;
margin-top: 5px;
}
.contactcontainer .maintab .tabslider
{
	height: 370px;	
}
.contactform .form-add
{
	height: 160px;
}
.contactform .submit-container
{
	margin-top: -10px;
}

.form-container textarea {
height:100px;
}

.form-field:focus {
background: #fff;
color: #8a8a8a;
}

.form-container h2 {
text-shadow: #ffffff 0 1px 0;
font-size:18px;
margin: 0 0 10px 0;
font-weight:bold;
text-align:center;
}

.form-title {
margin-bottom:10px;
color: #671213;
padding-left: 5px;
}

.submit-container {
margin:8px 0;
text-align:right;
width:250px;
}

.submit-fran{
margin:8px 0;
text-align:right;
width:500px;	
}

.submit-button {
border: 1px solid #ffffff;
text-shadow: #252920 0 1px 0;
color: #000000;
padding: 8.5px 18px;
font-size: 14px;
text-decoration: none;
vertical-align: middle;   
}

.submit-button:hover {
border: 1px solid #671213;
text-shadow: #000000 0 1px 0;
background: #671213;
color: #000;
}

.submit-button:active {
text-shadow: #ffffff 0 1px 0;
border: 1px solid #ffffff;
background: #ffffff;
color: #fff;
}

/* contact form*/

.forms-cont-add{
	margin-left: auto;
    margin-right: auto;
    display: block;
}

.name {
    float: left;
    width: 250px;
}
.phone{
	float: left;
    width: 250px;
}

.events{
	float: left;
    width: 250px;
    margin-left: 5px;
}

.comcontact div.ui-btn, input[type="submit"]
{
    text-decoration:none !important;
    font-family: 'just_realizeregular' !important;
    /*color:#000000 !important;*/
    background: #671213;
    border-color: #671213;
    font-size:32px;
}

.contact-cont{
	width: 300px;
	float: right;
}

.tabcontact {
    float: left;
    margin-left: 60px;
    font-family: 'just_realizeregular';
    font-size: 36px;
    color: #fff;
    cursor: pointer;
    padding-top: 50px;
    font-weight: 400;
}
#tab11
{
	margin-left: 0px;
}
.tabcont{	
	width: 100%;
	height: 100px;
}

.selectedTab{
	background:url(../images/border-bott.png)  no-repeat bottom;
    z-index:3;
    color: #FFFFFF;
}

.selected
{
/*-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
filter: black; /* IE6-9 
-webkit-transition: 0.8s;
-moz-transition: 0.8s;
-ms-transition: 0.8s;
-o-transition: 0.8s;
-transition: 0.8s;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
opacity:1;*/
}


.comcontact div.upload {
    width: 157px;
    height: 57px;
    background: url(../images/fb.png) no-repeat;
    overflow: hidden;
}

.comcontact div.upload input {
    display: block !important;
    width: 157px !important;
    height: 57px !important;
    opacity: 0 !important;
    overflow: hidden !important;
}
.comcontact span{
  font-family: 'just_realizeregular';
  font-size: 32px;	
}

.comcontact label input {
  display: none;
}
.comcontact label span {
    height: 20px;
    width: 20px;
    border: 1px solid black;
    display: inline-block;
    position: relative;
    font-size: 21px;
}
[type=checkbox]:checked + span:before {
  content: '\2714';
  position: absolute;
  top: -5px;
  left: 0;
}


/*Menu*/

 .menu-container {
    z-index: 7000;
    height: 60px;
    position: fixed;
    z-index: 999;
	left:0;
    right:0;
    margin:0 auto;
    width: 1024px;
    margin-top: 70px;
    display: none;
}
.menu-container .main-menu
{
	display: none;
}
 .menu-container .logo-menu {
    display: none;
    margin-top: -60px;
}
.menu-container .main-menu #item100
{
	background: url(../images/sprite_menu_btns_F.png);
	background-position: 0px 0px;
	margin-left: 30px;
	height: 50px;
	width: 100px;
}
.menu-container .main-menu #item101
{
	background: url(../images/sprite_menu_btns_F.png);
	background-position: 644px 0px;
	height: 50px;
	width: 131px;
	margin-left: 40px;
}
.menu-container .main-menu #item102
{
	background: url(../images/sprite_menu_btns_F.png);
	background-position: 512px 0px;
	margin-left: 30px;
	height: 50px;
	width: 128px;
}
.menu-container .main-menu #item103
{
	background: url(../images/sprite_menu_btns_F.png);
	background-position: 250px 0px;
	margin-left: 30px;
	height: 50px;
	width: 248px;
}
.menu-container .main-menu #item104
{
	background: url(../images/sprite_menu_btns_F.png);
	background-position: 385px 0px;
	margin-left: 40px;
	height: 50px;
	width: 132px;
}
 .main-menu,
.main-menu a {
    font-family: 'just_realizeregular';
    font-size: 30px;
    color: #000000;
    text-decoration: none;
    margin-left: 75px;
    margin-top: -20px;
}
 .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
 .main-menu ul li {
    float: left;
    padding: 0;
    cursor: pointer;
}
 .main-menu ul li a:hover,
.main-menu ul li a.active {}
.menu-container .btnclosemenu
{
	width: 70px;
	height: 51px;
	cursor: pointer;
	background: url(../images/btnmenu.png);
	position: absolute;
	margin-top: -40px;
	margin-left: 495px;
	background-position: 0px 50px;
}

/*#selectedMenu li {background-color: transparent; text-decoration: none; }
#selectedMenu li:hover {background:url(../images/menu-hover.png); width: 117px; height: 70px;}
#selectedMenu li:focus {background:url(../images/menu-hover.png); width: 117px; height: 70px;}
/* //Menu*/



.scrollbar {
    height: 300px;
    /*overflow-y: scroll;*/
    margin-bottom: 25px;
    width: 500px;
    float: right;
}

.force-overflow
{
	/*min-height: 450px;*/
}



#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 5px;
}

#style-3::-webkit-scrollbar-thumb
{
	background:url(../images/scroll.png); 
	width: 12px; 
	height: 12px;
}

.myfooter
{
	width: 100%;
	height: 45px;
	background: black;
	position: fixed;
	bottom: 0;
	z-index: 9999;
}
.myfooter .myimg img
{
	margin-top: 15px;
}
.myfooter .myimg a
{
	position: absolute;
	width: 98px;
	height: 15px;
	margin-left: -93px;
	margin-top: 15px;
	cursor: pointer;
}





.contactform .submit-button
{
	color: white;
}


#myfile
{
	background: url(../images/btnattach.png);
	background-repeat: no-repeat;
	background-position: 500px 0px;
	height: 40px;
}
#carrefile
{
	opacity: 0;
	cursor: pointer;
}


/** CHECKBOX **/
.checkbox
{
	width: 44px;
	height: 36px;
	float: left;
}
.checkbox input
{
	display: none;
}
.checkbox span
{
	width: 44px;
	height: 36px;
    display: block;
    background: url(../images/cb.png);
    background-repeat: no-repeat;
    background-position: center;
}
.checkbox :checked + span
{
	width: 44px;
	height: 36px;
    display: block;
    background: url(../images/cbchecked.png);
    background-size: 100% 100%;
    background-position: center;
}

.ctext
{
	width: 150px;
	float: left;
	margin-left: 10px;
	font-size: 15px;
	line-height: 25px;
	color: #FFFFFF;
	margin-top: 10px;
	font-family: gotham;
	
}

.newsel
{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
filter: black; /* IE6-9 */
-webkit-transition: 0.8s;
-moz-transition: 0.8s;
-ms-transition: 0.8s;
-o-transition: 0.8s;
-transition: 0.8s;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
opacity:0.5;
}



