/*** FONT ***/

	body,h5,#Top_bar .menu-wrapper a, .slideshow-caption    {
		font-family: "Roboto", sans-serif;
	}

	h1,h2,h3,h4, #Breadcrumb {
		font-family: "Patua One", cursive
	}

/*** Generic ***/
	body{		
	  color: #626262;
	}
	a{
		color: #ff0000;
	}
	a:hover{
		color: #ff0000;
		text-decoration: underline;
	}
	a.button{
		background-color: #ff0000;
	}
	a.button .button_icon i, a:hover.button .button_icon i {
	    color: #ffffff !important;
	}
	h1{
	  font-weight: 400;
	  color: #444444;
	}
	h2{
	  font-weight: 400;
	}
	h3{
	  font-weight: 300;
	}
	h4 {
	  font-weight: 300;
	}
	h5 {
	  font-weight: 700;
	}
	h3 a, h3 a:hover, h4, h4 a, h4 a:hover, h5, h5 a, h5 a:hover {
	  color: #444444;
	}
	hr {
	  clear: both;
	  display: block;
	  border: none;
	  outline: none;
	  clear: both;
	  color: #ff0000;
	  background: #ff0000;
	}
	.row:after, .clearfix:after {
	  clear: both;
	}
	.clearfix:before, .clearfix:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
	}
	.pageWrapper{
		position: absolute;
		width: 100% !important;
		margin: 0 !important;
	}
	.pageHeader{
		position: relative;
		background-color: #2e2e2e;
	}
	.pageFooter{
		position: relative;
		bottom: 0px;
		background-color: #545454;
	}
	.pageQuickDial{
		position: fixed;
		background-color: #2e2e2e;
		text-align: center;
	}
	.pageQuickDial a{
		color: green !important;
	}
	.container, .section{
		position: relative;
		margin:	auto;
	}
	.container:after {
	  content: "\0020";
	  display: block;
	  height: 0;
	  clear: both;
	  visibility: hidden;
	}
	.column, .columns{
		float: left;
	}
	.column-align-center{
		text-align: center;
	}
	.column-align-justify{
		text-align: justify;
	}
	.column-map .google-map-wrapper {
	  position: relative;
	}
	.alignright {
	  float: right;
	}
	.alignleft {
	  float: left;
	}
	.fancy-heading{
		text-align: center;
		color: #ff0000;
	}
	.fancy-heading-line{
		background-image: url(../../images/fancy_heading_hr.png);
	  background-position: bottom center;
	  background-repeat: no-repeat;
	}
	.fancy-heading-arrows i{
		color: #ff0000;
	}
	.red-background{
		background-color: #cc0000;
	}
	.red-background h2{
		color: #ffffff !important;
	}


/*** TOP BAR / MAIN MENU ***/

	#Top_bar{
	  background: #2e2e2e;
		position: relative;
	}	
	#Top_bar .logo a {
		display: block; 
	}
	#Top_bar .logo img{
		vertical-align: middle;
	}
	#Top_bar .menu-wrapper {
		display: block !important;
		z-index: 201;
	}
	#Top_bar .menu-wrapper li a{
		font-weight: bold;
	}
	#Top_bar .menu-wrapper li ul li a{
		font-weight: normal;
	}
	#menu-main {
		z-index: 202;
		background-color: #2e2e2e;
	}
	#menu-main ul {
		list-style-type: none outside;
	}
	#menu-main ul > li {
		position: relative;
		z-index: 203;
		display: block;
	}
	#menu-main ul > li > a{
		display: block;
		position: relative;
		color: #ffffff;
	}
	#menu-main ul > li > a:after{
	  content: "";
	  position: absolute;
	  z-index: 203;
	  opacity: 0;
		background: #ff0000;
	}
	#menu-main ul li a.menu-toggle {
    display: block;
    position: absolute;
    background: url(../../images/menu-plus.png) center no-repeat;
	}
	#menu-main ul > li > a > span:not(.description) {
		display: block;
		white-space: nowrap;
		border-style: solid;
	}
	#menu-main ul > li > a > span{
		border-color: rgba(0,0,0,.05);
	}
	#menu-main ul > li > a:hover,
	#menu-main ul > li.menu-item-current a,
	#menu-main ul > li .sub-menu > li > a:hover{
		text-decoration: none;
		color: #ff0000;
	}
	#menu-main ul > li > a, 
	#menu-main ul > li > a:after,
	#menu-main ul > li .sub-menu li a{
		transition: all 0.3s ease-in-out;
	}
	#menu-main ul li.menu-item-has-children:hover ul.sub-menu{
		display: block;
	}
	#menu-main ul > li.menu-item-has-children > a > span:not(.description):after { 
		content:""; 
		display:block; 
		position:absolute; 
		border-top:5px solid #ccc; 
		border-left:5px solid transparent; 
		border-right:5px solid transparent; 
	}
	#menu-main ul > li .sub-menu{
		position: absolute;
	  z-index: 205;
	  display: none;
		background-color: #2e2e2e;
	  background-repeat: repeat-x;
	  background-position: left top;
	}
	#menu-main ul > li .sub-menu > li {
	  position: relative;
	  font-weight: normal;
	}
	#menu-main ul > li .sub-menu > li > a{
		border-bottom: 0;
		display: block;
		color: #f2f2f2;
	}
	#menu-main ul > li .sub-menu > li > a > span {
		display: inline-block;
		position: relative;
	}
	#Top_bar a.menu-toggle i{
		position: absolute;
	}
/*** BREADCRUMB ***/
	#Breadcrumb {
		position: relative;
		background-color: #f7f7f7;
	}
	#Breadcrumb .title{
    font-weight: bold;
    color: #888888;
    float: left;
	}
	#Breadcrumb .breadcrumb-menu{
		display: block;
	  float: right;
	  text-align: right;
	}
	#Breadcrumb .breadcrumb-menu li{
		display: inline-block;
	}
	#Breadcrumb .breadcrumb-menu li, #Breadcrumb .breadcrumb-menu li a, #Breadcrumb .breadcrumb-menu i{
		color: #88888899;
	}
/*** FOOTER ***/
	#Footer {
		color: #cccccc;
	}
	#Footer .column{
		float: unset;
	}
	#Footer .footer{
		border-top: 1px solid rgba(255,255,255,.1);
	}
	#Footer .footer a#back_to_top{
		float: right;
	}
	#Footer .footer .copyright{
		float: left;
	}
/*** SECTIONS ***/
	.section-content ul {
	  color: #737E86;
	}
	.section-content ul li {
	  list-style: disc outside;
	}
/*** IMAGE FRAMES ***/
	.image-frame.no_border {
    border-width: 0;
	}
	.image-frame, .image-caption, .google-map, .icon_box .icon_wrapper, .content_slider .caroufredsel_wrapper, .author-box .avatar-wrapper, #comments .commentlist > li .photo, .edd_download_image {
    border-color: #f8f8f8;
	}
	.image-frame, .image-caption {
    border-style: solid;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .image-frame .image-wrapper, .image-caption img, .icon_box .icon_wrapper:before {
    border-color: #e2e2e2;
	}
	.image-frame .image-wrapper {
    position: relative;
    overflow: hidden;
	}
	.image-frame .image-wrapper, .image-caption img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
	.image-frame .image-wrapper img:not(.ls-l) {
    position: relative;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
	}
	.image-frame .image-wrapper, .image-caption img, .icon_box .icon_wrapper:before {
    border-color: #e2e2e2;
	}
	.image-frame .image-wrapper, .image-caption img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
	.image-caption-text {
    background: #f8f8f8;
    color: #A6A6A6;
	}
	.image-caption-text {
    display: block;
    text-align: center;
   }
	.image-frame .image-wrapper img, .image-frame .image-wrapper .mask:after, .image-frame .image-wrapper .image_links {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	}
/*** GOOGLE MAP ***/
	.google-map-wrapper.no_border .google-map, .section.full-width .one .google-map {
	  border-width: 0;
	}
	.google-map {
	  position: relative;
	  overflow: hidden;
	  border-style: solid;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
/*** STORY BOXES ***/
	.story-box .desc{
		color: #626262;
	}
	.story-box a, .story-box a:hover {
		display: block;
		text-decoration: none;
	}
	.story-box .story-desc h3{
		color: #ff0000 !important;
	}
	.story-box .story-image{
		overflow: hidden;
	}
	.story-box .story-image img {
		display: block;
    opacity: 1;
	}
	.story-box .story-desc hr, .story-box .story-image img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
/*** SLIDE SHOW ***/
	.slideshow-container {
	  position: relative;
	}
	.slideshow-slide {
	  display: none;
	}
	.slideshow-slide img{
		display: block;
	}
	.slideshow-caption {
	  color: #ffffff;
	  position: absolute;
	  font-weight: bolder;
	}
	.slideshow-buttons{
		position: absolute;
		text-align: center;
	}
	.dot {
	  cursor: pointer;
	  background-color: #bbb;
	  border-radius: 0;
	  border: 2px solid white;
	  display: inline-block;
	  transition: background-color 0.6s ease;
	}
	.active, .dot:hover {
	  background-color: #717171;
	}
	.fade {
	  -webkit-animation-name: fade;
	  -webkit-animation-duration: 1.5s;
	  animation-name: fade;
	  animation-duration: 1.5s;
	}
	@-webkit-keyframes fade {
	  from {opacity: .4}
	  to {opacity: 1}
	}
	@keyframes fade {
	  from {opacity: .4}
	  to {opacity: 1}
	}
/*** FORM ***/
	.form-wrapper {
	  position: relative;
	  background: #cc0000;
	  border: 0px solid #dd3333;
	}
	.form-wrapper h1{
	  color: #ffffff;
	  text-align: center;
	}
	.form-wrapper p {
	  color: #ffffff;
	  text-align: center;
	}
	.contactForm input[type=text], .contactForm textarea{
	  background: #ffffff;
	}
	.contactForm-submit{
	  float: left;
	  color: #FFF;
	  background: #ff0000;
	  font-size: inherit;
	  text-align: center;
	}
	.contactForm #spambot{
		display: 	none;	
	}
	#form-messages{
	  color: #fff;
	  display: none;
	}


