/* =================  default websplanet CSS =============== */
.languages {}
.headerimage {}
.slogan {}
.logo {
  text-decoration: none;
}

.skinBg {}
.skinAlign {}
.footerText {}
.footerLinks {}
.titles {}

.astrix {}
.form_field_text {}
.text_field {}
.text_field_big {}

.buttons {
    border-width: 1px;
    padding:6px 24px;
}
.buttons:active {
    position:relative;
    top:1px;
    box-shadow:none;
}
.search_button {}
.search_field {}
.search_text {}
.search_result_highlight {}

.login_field {}


/* Modules */

.module-wrapper {}
.module-title {}
.module-content {}

/* Widgets */

.widget-wrapper {margin:7px;}
.widget-title {}
.widget-body {}

/* picture+text widget */
.image_wrapper.free-image-left{
    margin-right: 5px;
}
.image_wrapper.free-image-right{
    margin-left: 5px;
}

/* Default free text widget values */
.widget-body .freetextarea ul {list-style:disc outside none !important; padding-left:2em !important; margin:0.5em !important;}
.widget-body .freetextarea ul ul,
.widget-body .freetextarea ol ul {list-style:circle outside none !important;}
.widget-body .freetextarea ul ul ul,
.widget-body .freetextarea ul ol ul,
.widget-body .freetextarea ol ul ul,
.widget-body .freetextarea ol ol ul {list-style:square outside none !important;}

.widget-body .freetextarea ol {list-style:decimal outside none !important; padding-left:2em !important; margin:0.5em !important;}
.widget-body .freetextarea ol ol,
.widget-body .freetextarea ul ol {list-style:lower-latin outside none !important;}
.widget-body .freetextarea ol ol ol,
.widget-body .freetextarea ol ul ol,
.widget-body .freetextarea ul ol ol,
.widget-body .freetextarea ul ul ol {list-style:lower-roman outside none !important;}

.widget-body .freetextarea ul li,
.widget-body .freetextarea ul ul li,
.widget-body .freetextarea ol ul li,
.widget-body .freetextarea ul ol ul li,
.widget-body .freetextarea ol ul ul li,
.widget-body .freetextarea ol ol ul li,
.widget-body .freetextarea ul ul ul li,
.widget-body .freetextarea ol li,
.widget-body .freetextarea ol ol li,
.widget-body .freetextarea ul ol li,
.widget-body .freetextarea ol ol ol li,
.widget-body .freetextarea ol ul ol li,
.widget-body .freetextarea ul ol ol li,
.widget-body .freetextarea ul ul ol li {list-style:inherit !important;margin:0 !important}

/* Default font size values */
.widget-body .freetextarea font[size="1"] {font-size:xx-small}
.widget-body .freetextarea font[size="2"] {font-size:x-small}
.widget-body .freetextarea font[size="3"] {font-size:small}
.widget-body .freetextarea font[size="4"] {font-size:medium}
.widget-body .freetextarea font[size="5"] {font-size:large}
.widget-body .freetextarea font[size="6"] {font-size:x-large}
.widget-body .freetextarea font[size="7"] {font-size:xx-large}

/* margin on jobs/FAQ/ pages */
#jobs-module {
    margin-left: 30px;
    width: auto !important;
}


/*------------widget popup default (google map/gallery/contactus on mobile version) ---------*/
.widget-popup{
    overflow:hidden; 
    top:0px; 
    left:0px;
    position:absolute; 
    width:100%;                       
    z-index:1000;
}
.widget-popup-control-bar{
    overflow:hidden; 
    position:fixed; 
    top:0px; 
    left:0px;
    width:100%;
    height:50px;
}
.widget-popup-content{
    display:inherit;
    overflow:hidden; 
    position:absolute; 
    top:50px; 
    left:0px;
    width:100%;
    height:420px;
    display:inherit;
}
.widget-popup-control-bar #close_map{
  text-align:center;
  font-weight:bold;
  font-size:1em;
  line-height:50px;
}
.widget-button{
    width:100%; 
    height:30px; 
    text-align:center; 
    padding-top:10px;  
    z-index:1001;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
div.widget-button:hover{cursor:pointer;}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .widget-popup{
        height: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .widget-popup{
    height: 480px;
    }
}


/* =================  click to action button =============== */

#fixed_mobile_action{display:none;}
.tab {
    height: 42px;
    position: relative;
    top: 0;
    z-index: 99999;
}

.tab ul.mobile_action {
    display: block;
    clear: right;
    height: 42px;
    width: 203px;
    font-weight: bold;
    line-height: 42px;
    margin: 0 auto;
    color: white;
    font-size: 80%;
    text-align: center;
}

.tab ul.mobile_action li.left {
    height: 42px;
    width: 30px;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}

.tab ul.mobile_action li.right {
    height: 42px;
    width: 30px;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}
.tab ul.mobile_action li {
    text-align: left;
    padding: 0 6px;
    display: block;
    float: left;
    height: 42px;
    margin-bottom:0;
}

.tab label.open, .tab label.close {
    height: 20px;
    line-height: 20px !important;
    padding-left: 30px !important;
    cursor: pointer;
    display: block;
    width: 100px;
    position: relative;
    top: 11px;
}

/* sliding panel */
#toppanel {
    /*position: absolute;  Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    width: 100%;
    z-index: 99999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.ios4{position: absolute;bottom:0;}
.ios5{position: fixed;bottom:0;}
#panel {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    z-index: 99995;
    display: none;
}

#panel p {
    margin: 5px 0;
    padding: 0;
}

#panel a {
    text-decoration: none;
}

#panel .panel-content {
   
    text-align: left;
    font-size: 0.85em;
}
.icon{
    margin:20px auto;
    width:250px;
    font-size: 1.5em;
    height: 50px;
    font-weight: bold;

}
.icon a{
    display: block;
    padding-left: 55px;
    line-height: 50px
}

@media only screen and (max-width: 767px){
    #fixed_mobile_action{display:block;}
    #panel {
    width: 100%;
    height: 150px;
    }
    .icon {
      float: left;
      font-size: 1.5em;
      font-weight: bold;
      height: 50px;
      margin: 20px 0 0 20px;
      width: auto;
    }
      body{
  padding-bottom:40px !important;
}
}
@media only screen and (max-width:479px){
#panel {
    width: 100%;
    height: 220px;
    }

}

/* =================  end click to action button =============== */

/* =================  templates grid elements =============== */

.logo-container,
.wp-menu,
.titles,
.mirrormenu{
    font-family: 'Fjalla One', sans-serif;
}
.mirrormenu li:last-child{
  border-right: none;
}
.logo-container {
  font-size: 3em;
  text-align: center;
  line-height: 2em;
}
#content,.footer{clear: both;}
.headerimage{
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
}
.headerimage:before, 
.headerimage:after,
.footer:before, 
.footer:after {
  content:"";
  position:absolute;
  z-index:-2;
  bottom:15px;
  left:10px;
  width:50%;
  height:20%;
  max-width:300px;
  max-height:100px;
  -webkit-transform:rotate(-3deg);
  -moz-transform:rotate(-3deg);
  -ms-transform:rotate(-3deg);
  -o-transform:rotate(-3deg);
  transform:rotate(-3deg);
}

.headerimage:after,
.footer:after  {
  right:15px;
  left:auto;
  -webkit-transform:rotate(3deg);
  -moz-transform:rotate(3deg);
  -ms-transform:rotate(3deg);
  -o-transform:rotate(3deg);
  transform:rotate(3deg);
}
.headerimage img{
    width: 100%;
}
.footer{
    margin-bottom: 50px;
    padding-top: 20px;
    position: relative;
}

.footer li{
    float:left;
    margin: 0;
}
.footer-text{
   clear: both;
  margin:0 15px 15px;
}
.credit {
  display: block;
}

.mirrormenu{float: right;}
.mirrormenu li {
  display: inline-block;
  list-style: none outside none;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
.mirrormenu a {
  display: block;
  font-size: 0.8em;
  line-height: 1em;
  margin: 0.5em;
  padding: 7px 6px;
  text-decoration: none;
}
.nav{
    text-align: center;
}
/* ================= media queries =============== */
@media only screen and (max-width: 959px) {
 
}
@media only screen and (max-width: 767px) {


}

@media only screen and (max-width: 480px) {
   
 
   .mirrormenu,
   .footer:after,
   .footer:before{display: none;}
 
}

/*menu.css. created from /templates/bubbles/templates_CDAUS/menus/m_e/ed/ede/867//ltr/menu.css*/

/* default color skin */

.wp-menu a{
	display:block;
	line-height: 2em;
	text-decoration: none;
	padding: 0 10px;
	margin: 0.1em 0.5em;
	font-size:1.3em;
}

.rtl{
		direction: rtl
	}

/* #Media Queries
================================================== */

	/* Smaller than standard 480 (devices and browsers) */
	@media only screen and (min-width: 480px) {
	.nav .before{
		display: none;
	}
	ul#nav{
	width: 100%;
	margin: 0;
	}
	.nav{margin-bottom:20px}
	.wp-menu ul{display: none;z-index: 100}
	.wp-menu{
		display: block!important;
		position: relative;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 8px 0;
	}
	.wp-menu li{
		list-style: none;
		display:inline-block;
		position: relative;
		text-align: center;
		margin-bottom:0px;
	}
	.wp-menu ul {
		position: absolute;
		width: 14em;
		z-index: 100;
		margin: 0;
		top:38px;

	}
	.wp-menu ul li{
		display: block;
		text-align: left;
		line-height: 2em;
	}
	.wp-menu  li:hover>ul{
		display: block !important;
		
	}
	.wp-menu  li li:hover ul{
		left:15em;
		top:0;
	}
	.wp-menu .wp-sub{
		float: right;
		display:block;
		
	}


	/*For rtl menu add class rtl tu ul.wp-menu*/

	
	.wp-menu.rtl ul li{
		text-align: right;
	}
	.wp-menu.rtl  li li:hover>ul{
		right:10em;
		top:0;
	}
	.wp-menu.rtl li.parent>a:after,.wp-menu.rtl li.parent2>a:after  {
		float: left;
		
	}
	.wp-menu li li:before,.wp-menu li li:hover:before{display: none;}

}


	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.wp-menu li.parent>a:after,.wp-menu.rtl li.parent>a:after {
		display: inline-block;
		/*float: none;*/
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.nav .before{
			display: block;
			height: 40px;
			text-align: center;
			line-height: 40px;
			cursor: pointer;
			text-transform: uppercase;
			
		}
		.nav{margin-bottom:10px;}

		.nav ul{
			display: none;
			width: 100%;
			margin: 0 0 12px 0;
			padding: 0;
		}
		
		.wp-menu{
			display: block;
		}
		.wp-menu li{
			display: block;
			text-align: left;
			margin-bottom: 0px;
		}
		.wp-menu a{
			line-height: 4em;
			font-size: 1em;
		}
			

		.wp-menu span.wp-sub  {
			display: block;
		    font-weight: bold;
			float: right;
			width:60px;
			line-height: 4em;
			text-align: center;
			cursor: pointer;
			
		}
		.wp-menu .wp-sub:before{
			content: "+";
			display: block;
			text-align: center;
		}
		.isOpen>span.wp-sub:before{
			content: "-";
			display: block;
			text-align: center;
		}
		.wp-menu li li a:before {
		  content: "↳ ";
		  display: inline-block;
		  font-size: 1.4em;
		  line-height: 1em;
		  margin-right: 5px;
		}
		.wp-menu li li a{
			padding: 0 20px;
		}
		.wp-menu li li li a{
			padding: 0 30px;
		}
		.wp-menu.rtl li{
			text-align: right;
		}
		.parent>a{
			width: 73%;
			
		}
		.parent2>a{
			width: 66%;
			
		}
		
		.wp-menu.rtl li.parent:before,
		.wp-menu.rtl li.isOpen:before,
		.wp-menu.rtl li.isChildOpen:before,
		.wp-menu.rtl li.parent2:before  {
			display: block;
			float: left;
			width:60px;
			line-height: 4em;
			text-align: center;
			cursor: pointer;
		}
		.wp-menu.rtl li li a:before {
		  content: "   ↲  ";
		}
		.wp-menu.rtl span.wp-sub{float:left;}
		.wp-menu li:before,.wp-menu li:hover:before{display: none;}
		.wp-menu a{margin:0;}

}