/*
Theme Name: Vermont
Description: Vermont
Author:AVA Themes
Author URI: http://www.builtbyblank.com
Version: 1.0
Tags: video, simple, grid, dark, black, responsive, mobile optimized, html5
*/

/* -----------------------------------------
   Header, Logo & Social Media Profiles
----------------------------------------- */
 @font-face {
    font-family: 'gothamr-l';
    src:   url('fonts/gothamr-l.eot');
    src:    url('fonts/gothamr-l.eot?#iefix') format('embedded-opentype'),
     url('fonts/gothamr-l.woff') format('woff'),
     url('fonts/gothamr-l.ttf') format('truetype'),
     url('fonts/gothamr-l.svg#gothamr-l') format('svg');
    font-weight:  normal;
    font-style:  normal;
}




::selection {
  background: #4c735e;
  color: #fff; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #4c735e; 
  color: #fff;/* Gecko Browsers */
}
#loading { position: fixed; top: 0; width:1000%; height:100%; margin-left:-10px; background: #201E20; z-index: 999999; display: block ; }

#loading img {
  left: 50%;
  margin: -199px 0 0 -281px;
  position: fixed;
  top: 50%;
}

.slideshow-pattern {
	width:100%;
	height:100%;
	display:block;
	position:fixed;
	background:url(images/patterns/slideshow.png) repeat;
	z-index:0;
}

.slideshow-overlay {
	width:100%;
	height:100%;
	display:block;
	position:fixed;
	background:#000;
	opacity:0.1;
	z-index:0;
}


table tbody tr th {
    border: medium none;
    color: #333;
    padding: 9px 10px;
    vertical-align: top;
    text-align: left;
}


.header-container {
	width:100% !important;
	height:50px;
	background:#fff;
	position:fixed;
	-moz-box-shadow: 0px 1px 5px #000;
	-webkit-box-shadow: 0px 1px 5px #000;
	box-shadow: 0px 1px 5px #000;
	z-index:100;
    padding-left:0px;
}

a.facebook-header, a.twitter-header {
	width:10px;
	height:10px;
	display:block;
	position:absolute;
}

a.facebook-header {
	background: url(images/facebook.jpg) no-repeat;
	right:15px;
	top:18px;
}

a.twitter-header {
	background: url(images/twitter.jpg) no-repeat;
	right:35px;
	top:18px;
}

a.facebook-header, a.twitter-header {
	background-position:0 0;
   	-webkit-transition: all 0.2s ease-in-out;
   	-moz-transition: all 0.2s ease-in-out;
   	-o-transition: all 0.2s ease-in-out;
   	-ms-transition: all 0.2s ease-in-out;
   	transition: all 0.2s ease-in-out;
}

a.facebook-header:hover, a.twitter-header:hover {
	background-position:0 -14px;
   	-webkit-transition: all 0.2s ease-in-out;
   	-moz-transition: all 0.2s ease-in-out;
   	-o-transition: all 0.2s ease-in-out;
   	-ms-transition: all 0.2s ease-in-out;
   	transition: all 0.2s ease-in-out;
}
.top-bar{
    width:  100% !important;
}
.homepage-text {
	width:100%;
    height: 100%;
	position:fixed;
	z-index:1;
    padding-top:100px;
}
.top-icon {
	width:100px;
	height:100px;
	margin:0 auto;
	padding:3px;
	border:3px #e44d26 solid;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.top-icon img {
	width:88px;
	height:88px;
	margin:0 auto;
	padding:6px;
	border:2px #fff dotted;
	-webkit-border-radius: 49px;
	-moz-border-radius: 49px;
	border-radius: 49px;
}

.top-divider {
	width:750px;
	height:2px;
	margin:0 auto;
	background:#fff;
	margin-top:20px;
	margin-bottom:10px;
}

.bottom-divider {
	width:850px;
	height:2px;
	margin:0 auto;
	background:#fff;
	margin-top:10px;
	margin-bottom:10px;
}

.homepage-text h1 {
	
    font-family: gothamr-l !important;
	font-weight:700;
	font-size:50px;
	line-height:64px;
	text-transform:uppercase;
	color:#000 !important;
	width:100%;
	text-align:left;
	padding:10px;
	margin:0;
	text-shadow: 1px 1px 3px #fff;
}
.homepage-text p {
	
    font-family: gothamr-l !important;
	color: #fff !important;
	text-align:left;
	padding:10px;
	margin-left:5px;
    width:700px;
    text-align: justify;
    background: rgba(0,0,0,0.4);
}
.overlay2{
    background: rgba(0,0,0,0.2);
    position: absolute;
    top:0;
    left:0;
    height:100%;
    z-index:50;
}
.homepage-text h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	font-size:32px;
	line-height:40px;
	text-transform:uppercase;
	color:#fff !important;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	text-shadow: 1px 1px 3px #000;
}

.homepage-text h3 {
	font-family: 'Gentium Book Basic', serif;
	font-weight:500;
	font-style:italic;
	font-size:28px;
	line-height:36px;
	text-transform:none;
	color:#fff !important;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:4px;
	text-shadow: 1px 1px 3px #000;
}

.bottom-icon {
  border: 5px solid #4c735e;
  border-radius: 24px;
  bottom: 50px;
  height: 48px;
  left: 50%;
  margin-left: -28px;
  padding: 12px 7px;
  position: fixed;
  width: 48px;
  z-index: 9;
}

.content-container {
	width:100%;
	height:auto;
	position:relative;
	margin:0 auto;
	padding:50px 0 40px;
	z-index:10;
}
.slider {position: relative;}
.homeslider {background: #01414e;}
.homeslider li {background: none 50% 50% no-repeat #01414e; background-size: cover;}
/* -----------------------------------------
   Parallax
----------------------------------------- */

.parallax {
    margin:0px 0px 0px 0px;
    height:350px;
    width:100%;
    float:left;
	border-top:0px solid #a19faa;
	border-bottom:0px solid #a19faa;
	position:relative;
	background-attachment:fixed;
    	background-size:cover;
	z-index:99;
}
.quote1-pattern, .quote2-pattern, .quote3-pattern, .quote4-pattern, .quote5-patter, .quote6-pattern {
	width:100%;
	height:350px;
	margin:0 auto;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}

.quote1-pattern, .quote4-pattern {
	background:url(images/parallax/pattern-1.png);
}

.quote2-pattern, .quote4-pattern {
	background:url(images/parallax/pattern-1.png);
}

.quote3-pattern, .quote6-pattern {
	background:url(images/parallax/pattern-1.png);
}

.parallax-container {
	width:100%;
	margin-top:50px;
	float:left;
	z-index:100;
}

.parallax-title {
	width:100%;
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	font-size:58px;
	line-height:58px;
	text-transform:none;
	color:#4a7e62 !important;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	text-shadow:none;
	float:left;
	margin-bottom:15px;
}

.parallax-divider {
	width:100%;
	height:64px;
	float:left;
	background:url(images/parallax-divider.png) center no-repeat;
	text-align:center;
}

.parallax-divider img {
	width:64px;
	height:64px;
	border:3px dotted #4a7e62;
	padding:2px;
	margin: 0 auto;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	text-align:center;
}

.parallax-subtitle {
	width:100%;
	font-family: 'Gentium Book Basic', serif;
	font-weight:500;
	font-style:italic;
	font-size:28px;
	line-height:36px;
	text-transform:none;
	color:#fff !important;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:15px;
	text-shadow:none;
	float:left;
}

/* -----------------------------------------
   Pages Common Styles
----------------------------------------- */

.page-container {
	width:100%;
	float:left;
	margin:0 auto;
	position:relative;
	background:#fff;
	z-index:99;
}

.page-content {
	margin-top:87px;
	background:none;
}

.page-title {
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	font-size:58px;
	line-height:58px;
	text-transform:none;
	color:#58595b !important;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	text-shadow:none;
	float:left;
}

.page-subtitle {
	font-family: 'Gentium Book Basic', serif;
	font-weight:500;
	font-style:italic;
	font-size:28px;
	line-height:36px;
	text-transform:none;
	color:#808285 !important;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:30px;
	text-shadow:none;
	float:left;
}

.page-subtitle span {
	font-weight:700;
	color:#e44d26 !important;
}

.page-section {
	margin-top:60px;
	background:none;
}

.section-divider {
	margin-top:20px;
	margin-bottom:10px;
	width:100%;
	height:64px;
	float:left;
	background:url(images/section-divider.png) center no-repeat;
	text-align:center;
}

.section-divider img {
	width:64px;
	height:64px;
	border:3px dotted #414141;
	padding:2px;
	margin: 0 auto;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	text-align:center;
}

.first-column {
	padding-right:16px !important;
}

.middle-column {
	padding-right:8px !important;
	padding-left:8px !important;
}

.last-column {
	padding-left:16px !important;
}

.dropcap-1 {
	background-color: #ff4200;
	border-radius: 2px 2px 2px 2px;
	color: white;
	display: block;
	float: left;
	font-size: 26px;
	line-height: 32px;
	margin: 6px 8px 0 0;
	padding: 5px 0;
	text-align: center;
	width: 44px;
}

.dropcap-2 {
	background-color: #ff4200;
	border-radius: 55px 55px 55px 55px;
	color: white;
	display: block;
	float: left;
	font-size: 26px;
	line-height: 44px;
	margin: 6px 8px 0 0;
	text-align: center;
	width: 44px;
}

.dropcap-3 {
	float: left;
	font-size: 53px;
	line-height: 50px;
	color: #ff4200;
	margin: 0 8px 0 0;
	font-weight: bold;
}

.dropcap-4 {
	background-color: #4c4b4b;
	border-radius: 2px 2px 2px 2px;
	color: white;
	display: block;
	float: left;
	font-size: 26px;
	line-height: 32px;
	margin: 6px 8px 0 0;
	padding: 5px 0;
	text-align: center;
	width: 44px;
}

.dropcap-5 {
	background-color: #4c4b4b;
	border-radius: 55px 55px 55px 55px;
	color: white;
	display: block;
	float: left;
	font-size: 26px;
	line-height: 44px;
	margin: 6px 8px 0 0;
	text-align: center;
	width: 44px;
}

.dropcap-6 {
	float: left;
	font-size: 53px;
	line-height: 50px;
	color: #4c4b4b;
	margin: 0 8px 0 0;
	font-weight: bold;
}

.dropcap-7 {
	border-radius: 2px 2px 2px 2px;
	color: #4c4b4b;
	display: block;
	float: left;
	font-size: 26px;
	line-height: 32px;
	margin: 6px 8px 0 0;
	padding: 5px 0;
	text-align: center;
	width: 44px;
	border:#ff4200 1px solid;
}

.dropcap-8 {
	border-radius: 55px 55px 55px 55px;
	color: #4c4b4b;
	display: block;
	float: left;
	font-size: 26px;
	line-height: 44px;
	margin: 6px 8px 0 0;
	text-align: center;
	width: 44px;
	border:#ff4200 1px solid;
}

.dropcap-9 {
	border-radius: 2px 2px 2px 2px;
	float: left;
	width: 40px;
	text-align:center;
	font-size: 53px;
	line-height: 50px;
	color: #4c4b4b;
	margin: 0 8px 0 0;
	padding-left:5px;
	font-weight: bold;
	border-left:#ff4200 1px solid;
}

.pattern-1 {
	background:#FFF url(images/patterns/lines-left.png) repeat;
	text-align:center;
}

.pattern-2 {
	background:#FFF url(images/patterns/groovepaper.png) repeat;
	text-align:center;
}

/* -----------------------------------------
   About Us Page
----------------------------------------- */

.about {
	margin-top:40px;
}

.about img {
	text-align:center;
	margin:0 auto;
	margin-top:10px;
}

h3.about-us-title {
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	font-style: normal;
	font-size:24px;
	line-height:32px;
	text-transform:uppercase;
	color:#58595b !important;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:10px;
	margin-bottom:0px;
	text-shadow:none;
	float:left;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

.about:hover h3.about-us-title {
	color:#e44d26 !important;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

p.about-us-text {
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	font-style: normal;
	font-size:18px;
	line-height:28px;
	text-transform:none;
	color:#58595b !important;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:10px !important;
	text-shadow:none;
	float:left;
	margin-bottom:10px;
}

.first-column {
	padding-right:16px !important;
}

.middle-column {
	padding-right:8px !important;
	padding-left:8px !important;
}

.last-column {
	padding-left:16px !important;
}

.padding-four-columns {
	padding-right:10px !important;
	padding-left:10px !important;
	margin-top:40px;
}

.testimonial-margin {
	margin-bottom:40px;
}

.testimonial {
	margin-bottom:70px;
}

.testimonial-bottom {
	margin-bottom:100px;
}

.testimonial-day {
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	font-size:200px;
	line-height:140px;
	text-transform:none;
	color:#58595b !important;
	width:100%;
	text-align:right;
	padding:0;
	margin:0;
	padding-right:15px;
	text-shadow:none;
	float:left;
}

.testimonial-month {
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	font-size:20px;
	text-transform: uppercase;
	color:#58595b !important;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	text-shadow:none;
	float:left;
	
}

.testimonial-circle {
	width:80px;
	height:80px;
	float:left;
	margin-top:10px;
	padding:18px 20px 20px 20px;
	background:#E44D26;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	font-size:40px;
	text-transform: lowercase;
	color:#fff !important;
	width:100%;
	text-align:center;
	text-shadow:none;
	float:left;
}

.testimonial-content {
	padding-left:25px !important;
}

.testimonial-content-inner {
	height:145px;
	border-left:1px solid #666;
}

h4.testimonial-title {
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-style: normal;
	font-size:24px;
	line-height:32px;
	text-transform:none;
	color:#58595b !important;
	padding-left:15px;
	text-align:left;
	padding:0;
	margin:0;
	margin-top:-5px;
	padding-left:20px;
	margin-bottom:5px;
	text-shadow:none;
	float:left;
}

p.testimonial-content {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-style: normal;
	font-size:16px;
	line-height:24px;
	text-transform:none;
	color:#6d6e71 !important;
	width:100%;
	text-align:left;
	padding:0;
	margin:0;
	padding-left:20px !important;
	margin-top:0px !important;
	text-shadow:none;
	float:left;
}

p.testimonial-signature {
	font-family: 'Gentium Book Basic', serif;
	font-weight:700;
	font-style:italic;
	font-size:22px;
	line-height:28px;
	text-transform:none;
	color:#e44d26 !important;
	width:100%;
	text-align:left;
	padding:0;
	margin:0;
	margin-top:12px;
	float:left;
	padding-left:20px !important;
}

p.testimonial-signature span {
	font-family: 'Gentium Book Basic', serif;
	font-weight:700;
	font-style:italic;
	font-size:16px;
	line-height:28px;
	text-transform:none;
	color:#6d6e71 !important;
	padding-left:10px !important;
}

/* -----------------------------------------
   Our Team
----------------------------------------- */

.page-our-team {
	background:#FFF url(images/patterns/about-us.png) repeat;
}

h3.our-team-title {
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	font-style: normal;
	font-size:24px;
	line-height:32px;
	text-transform:none;
	color:#58595b !important;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:8px;
	margin-bottom:0px;
	text-shadow:none;
	float:left;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

h3.our-team-subtitle {
	font-family: 'Gentium Book Basic', serif;
	font-weight:700;
	font-style: italic;
	font-size:16px;
	line-height:24px;
	text-transform:none;
	color:#e44d26 !important;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:3px;
	margin-bottom:5px;
	text-shadow:none;
	float:left;
}

.our-team-divider {
	width:100%;
	height:2px;
	display:block;
	float:left;
	background:#999;
}

p.our-team-text {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-style: normal;
	font-size:16px;
	line-height:24px;
	text-transform:none;
	color:#6d6e71 !important;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:8px !important;
	text-shadow:none;
	float:left;
}

.team-hover {
	width:225px;
	height:260px;
	position:absolute;
	display:block;
	top:0;
	opacity:0;
	background:url(images/team-hover.png) no-repeat;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.team-social-media {
	width:140px;
	height:40px;
	margin:0 auto;
	margin-top:110px;
	text-indent:-9999px;
}

a.team-facebook {
	height:40px;
	width:40px;
	display:block;
	background: url(images/icons/40px/white/28.png) top center no-repeat;
	float:left;
	opacity:0;
	margin-right:10px;
	margin-top:40px;
	text-indent:-9999px;
	border:2px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow:hidden;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

a.team-twitter {
	height:40px;
	width:40px;
	display:block;
	background: url(images/icons/40px/white/27.png) top center no-repeat;
	float:left;
	opacity:0;
	margin-right:10px;
	margin-top:-40px;
	text-indent:-9999px;
	border:2px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow:hidden;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

a.team-linkedin {
	height:40px;
	width:40px;
	display:block;
	background: url(images/icons/40px/white/29.png) top center no-repeat;
	float:right;
	opacity:0;
	margin-right:0px;
	margin-top:40px;
	text-indent:-9999px;
	border:2px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow:hidden;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.team-member:hover .team-hover {
	opacity:1;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.team-member:hover h3.our-team-title {
	color:#e44d26 !important;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

.team-member:hover a.team-facebook, .team-member:hover a.team-twitter, .team-member:hover a.team-linkedin {
	opacity:1;
	margin-top:0px;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

#diagram {
	float:left;
	width:600px;
	height:600px;
}

.get {
	display:none;
}

.by-numbers {
	width:100%;
	height:40px;
	display:block;
	float:left;
	text-align:center;
}

.by-numbers:nth-child(n+3) {
	border-top:none;
}

.tweet-numbers {
	margin-top:60px;
	background: url(images/icons/40px/26.png) -10px 6px no-repeat;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.projects-numbers {
	background: url(images/icons/40px/154.png) -10px 6px no-repeat;
}

.clients-numbers {
	background: url(images/icons/40px/62.png) -10px 6px no-repeat;
}

.code-numbers {
	background: url(images/icons/40px/89.png) -10px 6px no-repeat;
}

.iphone-numbers {
	background: url(images/icons/40px/10.png) -10px 6px no-repeat;
}

.facebook-numbers {
	background: url(images/icons/40px/28.png) -10px 6px no-repeat;
}

.coffee-numbers {
	background: url(images/icons/40px/165.png) -10px 6px no-repeat;
}

p.by-numbers-text {
	cursor:pointer;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	font-style: normal;
	font-size:18px;
	line-height:30px;
	text-transform: capitalize;
	color:#58595b !important;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:10px !important;
	text-shadow:none;
	float:left;
	padding-left:40px;
}

p.by-numbers-text span {
	font-weight:700;
	color:#e44d26 !important;
	margin-right:10px;
	margin-left:0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.by-numbers:hover p.by-numbers-text span {
	font-weight:700;
	margin-left:10px;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.by-numbers:hover p.by-numbers-text {
	font-weight:700;
	cursor:pointer;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

/* -----------------------------------------
   Services
----------------------------------------- */

.services-wide-banner {
	background: #fff url(images/patterns/services-banner.png);
	width:100% !important;
	height:486px;
	display:block;
	border-top:1px solid #d1d3d4;
	border-bottom:1px solid #d1d3d4;
	text-align:center;
	margin-top:40px !important;
	margin-bottom:20px !important;
	padding:0;
}

.services-wide-banner img {
	height:485px;
	margin:0 auto;
	padding:0;
	text-align:center;
}

.services-top {
	margin-top:40px !important;
}

.services {
	margin-bottom:70px;
	background:none;
}

h3.services-title {
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	font-style: normal;
	font-size:20px;
	line-height:32px;
	text-transform:uppercase;
	color:#ccd3d2 !important;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
	text-shadow:none;
	float:left;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}



.services-image {
	width:100%;
	float:left;
	margin:0 auto;
	text-align:center;
}

.services-image img {
	margin:10px 0 10px 0;
}

.services:hover .services-divider-top, .services:hover .services-divider-bottom {
	background:#e44d26 !important;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.services-divider-top {
	margin:0 auto;
	width:150px;
	height: 1px;
	background:#d1d3d4;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.services-divider-bottom {
	margin:0 auto;
	width:250px;
	height: 1px;
	background:#d1d3d4;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

p.services-text {
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	font-style: normal;
	font-size:18px;
	line-height:26px;
	text-transform:none;
	color:#6d6e71 !important;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:8px !important;
	text-shadow:none;
	float:left;
	margin-bottom:10px;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.services:hover p.services-text {
	color:#333 !important;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

/* -----------------------------------------
   Contact
----------------------------------------- */

.contact {
	width:100% !important;
}
#map-canvas {
	height: 200px;
	margin: 0px;
	position: relative;
	padding: 0px;

}
.contact-map-holder {
	width:100% !important;
	height:50%;
	display:block;
	text-align:center;
	padding:0;
}

#contact-slider {
	margin-top:130px;
}

.contact-details {
	width:100% !important;
}

.contact-form {
	width:100% !important;
	margin-top:8px;
}

h3.contact-title {
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	font-style: normal;
	font-size:24px;
	line-height:32px;
	text-transform:uppercase;
	color:#58595b !important;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:0px;
	margin-bottom:10px;
	text-shadow:none;
	float:left;
}

.contact-image {
	width:100%;
	float:left;
	margin:0 auto;
	text-align:center;
	padding:0 10px 0 10px;
}

.contact-image img {
	max-width:100%;
	margin:10px 0 10px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.contact-divider-top {
	margin:0 auto;
	width:150px;
	height: 1px;
	background:#d1d3d4;
}

.contact-divider-bottom {
	margin:0 auto;
	width:250px;
	height: 1px;
	background:#d1d3d4;
}

p.contact-text {
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	font-style: normal;
	font-size:18px;
	line-height:26px;
	text-transform:none;
	color:#6d6e71 !important;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:8px !important;
	margin-bottom:2px !important;
	text-shadow:none;
	float:left;
}

p.contact-text span {
	font-weight:400;
	font-size:16px;
	margin-right:5px;
	color:#e44d26;
}

.submit-wide {
	width:100% !important;
	text-transform:uppercase;
	color:#58595b !important;
}

.contact-section {
	margin-top:40px;
	background:none;
}

.image-grid li {
	float:left;
}

/* Dimensions and position of the status messages */


.hightlight {
	background: #f4f4f4 url(images/icons/40px/157.png) no-repeat center right !important;
	border:1px solid #e44d26 !important;
}

.hightlight-message {
	background: #f4f4f4 url(images/icons/40px/157.png) no-repeat top right !important;
	border:1px solid #e44d26 !important;
}

.done {
	width:100%;
	height:280px;
	margin-top:0px;
	position:absolute;
	background:#f4f4f4;
	border:1px solid #bcbec0;
	font-family: 'PT Sans', sans-serif;
	text-align:center;
	font-weight:400;
	font-style: normal;
	font-size:28px;
	line-height:36px;
	text-transform:none;
	text-align:center;
	color:#58595b !important;
	padding-top:100px;
	text-shadow:none;
	display:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* -----------------------------------------
   Portfolio
----------------------------------------- */

.portfolio-filter {
	width:100%;
	text-align:center;
	margin-top:50px;
	margin-bottom:50px;
}

.portfolio-item {
	width:100%;
	margin:0;
	padding:0;
	padding-left:10px;
	padding-right:10px;
	float:left;
	overflow:hidden;
}

.portfolio-item img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.portfolio-item .photo-link {
	width:100%;
	height:163px;
	display:block;
	overflow:hidden;
}

.portfolio-item .wide-image {
	margin:0;
	padding:0;
	width:100% !important;
	height: auto !important;
	float:left;
	display:block;
	position:relative;
}

.portfolio-hover-details {
	width:306px;
	height:228px;
	background: rgba(0,0,0,0.7);
	position:absolute;
	z-index:10;
	margin:0;
	padding:0;
	float:left;
	opacity:0;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.open-portfolio {
	width:90px;
	height:40px;
	margin:0 auto;
	margin-top:100px;
	text-indent:-9999px;
}

a.open-portfolio-large {
	height:40px;
	width:40px;
	background: url(images/icons/40px/white/5.png) top center no-repeat;
	float:left;
	opacity:0;
	margin-right:10px;
	margin-top:40px;
	text-indent:-9999px;
	border:2px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow:hidden;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

a.open-portfolio-link {
	width:40px;
	height:40px;
	background: url(images/icons/40px/white/7.png) top center no-repeat;
	float:left;
	opacity:0;
	margin-top:-40px;
	text-indent:-9999px;
	border:2px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow:hidden;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.portfolio-details {
	width:100%;
	height:82px;
	background:#fff;
	margin-top:0;
	padding-top:10px;
	float:left;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.portfolio-cat-image {
	width:65px;
	height:65px;
	position:absolute;
	right:10px;
	top:0;
	background:url(images/cat-image.png) top right;
	opacity:1;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
	z-index:15;
}

.portfolio-cat-image img {
	width:40px;
	height:40px;
	float:right;
	margin:0;
	padding:0;
	margin-top:-2px;
	margin-right:-2px;
}

h4.portfolio-title {
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:18px;
	line-height:26px;
	text-transform:none;
	color:#58595b !important;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	margin-bottom:5px;
	float:left;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

h4.portfolio-title a {
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:18px;
	line-height:26px;
	text-transform:none;
	color:#58595b !important;
}

.portfolio-divider {
	width:94%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:1px;
	background:#bcbec0;
}

p.portfolio-categories {
	font-family: 'Gentium Book Basic', serif;
	font-weight:700;
	font-style:italic;
	font-size:16px;
	line-height:28px;
	text-transform:none;
	color:#e44d26 !important;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:7px;
	padding-bottom:20px;
	float:left;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.portfolio .item {
	margin-bottom:0px;
}

.portfolio-item:hover .portfolio-details {
	width:100%;
	background:#e44d26;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.portfolio-item:hover p.portfolio-categories {
	color:#e6e7e8 !important;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.portfolio-item:hover .portfolio-cat-image {
	opacity:0;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.portfolio-item:hover h4.portfolio-title a {
	color:#fff !important;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}


.portfolio-item:hover .portfolio-hover-details {
	width:306px;
	height:228px;
	background: rgba(0,0,0,0.7);
	position:absolute;
	z-index:10;
	margin:0;
	padding:0;
	float:left;
	opacity:1;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.portfolio-item:hover a.open-portfolio-large {
	height:40px;
	width:40px;
	background: url(images/icons/40px/white/5.png) top center no-repeat;
	float:left;
	margin-right:10px;
	margin-top:0;
	text-indent:-9999px;
	overflow:hidden;
	opacity:1;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.portfolio-item:hover a.open-portfolio-link {
	width:40px;
	height:40px;
	background: url(images/icons/40px/white/7.png) top center no-repeat;
	float:left;
	margin-top:0;
	opacity:1;
	text-indent:-9999px;
	overflow:hidden;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

/* -----------------------------------------
   Single Project Page
----------------------------------------- */

.single-project-image-video {
	width:100%;
	height:auto;
	position:relative;
	float:left;
}

h3.single-project-title {
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	font-style: normal;
	font-size:28px;
	line-height:36px;
	text-transform:none;
	color:#e44d26 !important;
	text-align:left;
	padding:0;
	margin:0;
	margin-top:10px;
	padding-left:0px;
	margin-bottom:0px;
	text-shadow:none;
	float:left;
}

p.single-project-details {
	width:100%;
	height:40px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-style: normal;
	font-size:13px;
	line-height:28px;
	text-transform:none;
	color:#58595b !important;
	width:100%;
	text-align:left;
	padding:0;
	margin:0;
	margin-top:7px;
	padding-top:5px;
	float:left;
}

p.single-project-details span {
	font-weight:700;
	color:#e44d26 !important;
}

p.single-project-details span.category, p.single-project-details span.tags {
	font-weight:700;
	color:#e44d26 !important;
	border-left:1px solid #ccc;
	padding-left:20px;
	margin-left:20px;
}

p.single-project-content {
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	font-style: normal;
	font-size:16px;
	line-height:24px;
	text-transform:none;
	color:#58595b !important;
	width:100%;
	text-align:left;
	padding:0;
	margin:0;
	margin-top:15px !important;
	text-shadow:none;
	margin-bottom:10px;
}

.tabs-content {
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	font-style: normal;
	font-size:18px !important;
	line-height:24px;
	text-transform:none;
	color:#58595b !important;
}

.single-project-tab-details {
	width:100%;
	float:left;
	position:relative;
	margin-top:20px;
	margin-bottom:0px;
}

.single-project-share-buttons {
	width:100%;
	margin-top:10px;
	padding-top:8px;
	margin-bottom:0px;
	text-align:left;
	float:left;
	position:relative;
	border-top:1px solid #CCC !important;
}

/* -----------------------------------------
   News
----------------------------------------- */

#news-slider {
	margin-top:150px;
}

.news-section, .twitter-section {
	width:100%;
}

.news-item {
	width:100%;
	margin:0;
	padding:0;
	padding-left:10px !important;
	padding-right:10px !important;
	float:left !important;
	margin-bottom:40px;
}

.news-item img {
	margin:0;
	padding:0;
	float:left;
}

.news-item .photo-link {
	width:100%;
	height:180px;
	display:block;
	overflow:hidden;
}

.news-item .wide-image {
	margin:0;
	padding:0;
	width:100% !important;
	height: auto !important;
	float:left;
	display:block;
	position:relative;
}

.news-cat-image {
	width:65px;
	height:65px;
	position:absolute;
	right:10px;
	z-index:50;
	top:0;
	background:url(images/cat-image.png) top right;
	opacity:1;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

.news-item:hover .news-cat-image {
	opacity:0;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

.news-cat-image img {
	width:40px;
	height:40px;
	float:right;
	margin:0;
	padding:0;
	margin-top:-2px;
	margin-right:-2px;
}

.news-date {
	width:230px;
	height:30px;
	z-index:22;
	padding:10px;
	font-family: 'Gentium Book Basic', serif;
	font-weight:700;
	font-style:italic;
	font-size:16px;
	line-height:16px;
	text-transform:none;
	color:#e44d26 !important;
	text-align:left;
	background:#fff;
	top:150px;
	left:10px;
	position:absolute;
}

.news-hover {
	width:306px;
	height:180px;
	z-index:15;
	text-align:center;
	background:rgba(0,0,0,0.7);
	top:0px;
	opacity:0;
	left:10px;
	position:absolute;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

.news-item:hover .news-hover {
	opacity:1;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

.news-details {
	width:100%;
	height:150px;
	background:#fff;
	margin-top:0;
	padding-top:10px;
	float:left;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

h3.news-title {
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:18px;
	line-height:24px;
	text-transform:none;
	width:100%;
	text-align:left;
	padding:0;
	padding:0 10px 0 10px;
	margin:0;
	margin-bottom:5px;
	margin-top:-5px;
	float:left;
}

h3.news-title a {
	color:#58595b !important;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

.news-item:hover h3.news-title a {
	color:#e44d26 !important;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

.news-title-divider {
	width:286px;
	height:1px;
	margin:5px 10px 10px 10px;
	background:#bcbec0;
	float:left;
}

p.news-content {
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:15px;
	line-height:24px;
	text-transform:none;
	color:#6d6e71 !important;
	width:100%;
	text-align:left;
	padding:0;
	padding:0 10px 0 10px;
	margin:0;
	margin-bottom:5px;
	margin-top:-5px;
	float:left;
}

.open-news-item {
	width:40px;
	height:40px;
	margin:0 auto;
	margin-top:55px;
	text-indent:-9999px;
}

a.news-link {
	height:40px;
	width:40px;
	background: url(images/icons/40px/white/7.png) top center no-repeat;
	float:left;
	opacity:0;
	margin-top:40px;
	text-indent:-9999px;
	border:2px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow:hidden;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

.news-item:hover a.news-link {
	opacity:1;
	margin-top:0px;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

.tweet {
	width:100%;
	margin:0;
	padding:0;
	padding-left:10px !important;
	padding-right:10px !important;
	float:left !important;
	margin-bottom:20px;
}

.tweet-holder {
	width:100%;
	height:150px;
	margin:0 auto;
	background:#f4f4f4 url(images/twitter-background.png) no-repeat center;
}

.tweet-content {
	width:100%;
	height:150px;
	border:1px solid #bcbec0;
	background: url(images/icons/40px/white/26.png) top left no-repeat;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:24px;
	text-transform:none;
	color:#6d6e71 !important;
	text-align:left;
	padding:6px 10px 0px 40px;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

.tweet:hover .tweet-content {
	border:1px solid #e44d26;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

.tweet-content a {
	color: #e44d26;
	text-decoration: none;
	line-height: inherit;
	cursor: pointer;
   	-webkit-transition: all 0.2s ease-in-out;
   	-moz-transition: all 0.2s ease-in-out;
   	-o-transition: all 0.2s ease-in-out;
   	-ms-transition: all 0.2s ease-in-out;
   	transition: all 0.2s ease-in-out;
}

.tweet-content a:hover {
	color: #01414e;
   	-webkit-transition: all 0.2s ease-in-out;
   	-moz-transition: all 0.2s ease-in-out;
   	-o-transition: all 0.2s ease-in-out;
   	-ms-transition: all 0.2s ease-in-out;
   	transition: all 0.2s ease-in-out;
}

.twitter-time {
	width:98%;
	margin-top:10px;
	border-top:1px dotted #CCC;
	padding-top:2px;
}

table {width:100%}
/* -----------------------------------------
   Single News Page
----------------------------------------- */

.single-news {
	padding:20px !important;
}

.single-news-image-video {
	width:100%;
	height:auto;
	position:relative;
	float:left;
}

h3.single-news-title {
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	font-style: normal;
	font-size:28px;
	line-height:36px;
	text-transform:none;
	color:#e44d26 !important;
	text-align:left;
	padding:0;
	margin:0;
	margin-top:10px;
	padding-left:0px;
	margin-bottom:0px;
	text-shadow:none;
	float:left;
}

p.single-news-details {
	width:100%;
	height:40px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-style: normal;
	font-size:13px;
	line-height:28px;
	text-transform:none;
	color:#58595b !important;
	width:100%;
	text-align:left;
	padding:0;
	margin:0;
	margin-top:7px;
	padding-top:5px;
	float:left;
}

p.single-news-details span {
	font-weight:700;
	color:#e44d26 !important;
}

p.single-news-details span.category, p.single-news-details span.tags {
	font-weight:700;
	color:#e44d26 !important;
	border-left:1px solid #ccc;
	padding-left:20px;
	margin-left:20px;
}

p.single-news-content {
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	font-style: normal;
	font-size:16px;
	line-height:26px;
	text-transform:none;
	color:#58595b !important;
	width:100%;
	text-align:left;
	padding:0;
	margin:0;
	margin-top:15px !important;
	text-shadow:none;
	margin-bottom:10px;
}

.single-news-tab-details {
	width:100%;
	float:left;
	position:relative;
	margin-top:20px;
	margin-bottom:0px;
}

.single-news-share-buttons {
	width:100%;
	margin-top:10px;
	padding-top:18px;
	margin-bottom:0px;
	text-align:left;
	float:left;
	position:relative;
	border-top:1px solid #CCC !important;
}


/* -----------------------------------------
   Social Media Icons
----------------------------------------- */

.social-media-buttons {
	width:100%;
	margin-top:15px;
	text-align:center;
}

.behance-button, .blogger-button, .deviantart-button, .digg-button, .dribbble-button, .email-button, .facebook-button, .flickr-button, .gplus-button, .instagram-button, .lastfm-button, .linkedin-button, .livejournal-button, .myspace-button, .orkut-button, .paypal-button, .picasa-button, .pinterest-button, .reddit-button, .rss-button, .skype-button, .soundcloud-button, .spotify-button, .stumbleupon-button, .tumblr-button, .twitter-button, .vimeo-button, .wordpress-button {
	width:32px;
	height:32px;
	margin-left:3px;
	margin-right:3px;
	margin-top:5px;
	display:inline-block;
	float:none;
	text-align:center;
	text-indent:-9999px;
	overflow:hidden;
	border-bottom: none !important;
	cursor: pointer !important;
	transition: background-position 0.3s ease-in-out;
	-moz-transition: background-position 0.3s ease-in-out; /* Firefox 4 */
	-webkit-transition: background-position 0.3s ease-in-out; /* Safari and Chrome */
	-o-transition: background-position 0.3s ease-in-out; /* Opera */
}

.behance-button:hover, .blogger-button:hover, .deviantart-button:hover, .digg-button:hover, .dribbble-button:hover, .email-button:hover, .facebook-button:hover, .flickr-button:hover, .gplus-button:hover, .instagram-button:hover, .lastfm-button:hover, .linkedin-button:hover, .livejournal-button:hover, .myspace-button:hover, .orkut-button:hover, .paypal-button:hover, .picasa-button:hover, .pinterest-button:hover, .reddit-button:hover, .rss-button:hover, .skype-button:hover, .soundcloud-button:hover, .spotify-button:hover, .stumbleupon-button:hover, .tumblr-button:hover, .twitter-button:hover, .vimeo-button:hover, .wordpress-button:hover {
	width:32px;
	height:32px;
	margin-left:3px;
	margin-right:3px;
	display:inline-block;
	text-align:center;
	text-indent:-9999px;
	overflow:hidden;
	transition: background-position 0.3s ease-in-out;
	-moz-transition: background-position 0.3s ease-in-out; /* Firefox 4 */
	-webkit-transition: background-position 0.3s ease-in-out; /* Safari and Chrome */
	-o-transition: background-position 0.3s ease-in-out; /* Opera */
}

.behance-button {
	background:url(images/social-media/behance.png) no-repeat;
	background-position:0 0;
}

.behance-button:hover {
	background:url(images/social-media/behance.png) no-repeat;
	background-position:0 -32px;
}

.blogger-button {
	background:url(images/social-media/blogger.png) no-repeat;
	background-position:0 0;
}

.blogger-button:hover {
	background:url(images/social-media/blogger.png) no-repeat;
	background-position:0 -32px;
}

.digg-button {
	background:url(images/social-media/digg.png) no-repeat;
	background-position:0 0;
}

.digg-button:hover {
	background:url(images/social-media/digg.png) no-repeat;
	background-position:0 -32px;
}

.dribbble-button {
	background:url(images/social-media/dribbble.png) no-repeat;
	background-position:0 0;
}

.dribbble-button:hover {
	background:url(images/social-media/dribbble.png) no-repeat;
	background-position:0 -32px;
}

.email-button {
	background:url(images/social-media/email.png) no-repeat;
	background-position:0 0;
}

.email-button:hover {
	background:url(images/social-media/email.png) no-repeat;
	background-position:0 -32px;
}

.facebook-button {
	background:url(images/social-media/facebook.png) no-repeat;
	background-position:0 0;
}

.facebook-button:hover {
	background:url(images/social-media/facebook.png) no-repeat;
	background-position:0 -32px;
}

.flickr-button {
	background:url(images/social-media/flickr.png) no-repeat;
	background-position:0 0;
}

.flickr-button:hover {
	background:url(images/social-media/flickr.png) no-repeat;
	background-position:0 -32px;
}

.gplus-button {
	background:url(images/social-media/gplus.png) no-repeat;
	background-position:0 0;
}

.gplus-button:hover {
	background:url(images/social-media/gplus.png) no-repeat;
	background-position:0 -32px;
}

.instagram-button {
	background:url(images/social-media/instagram.png) no-repeat;
	background-position:0 0;
}

.instagram-button:hover {
	background:url(images/social-media/instagram.png) no-repeat;
	background-position:0 -32px;
}

.lastfm-button {
	background:url(images/social-media/lastfm.png) no-repeat;
	background-position:0 0;
}

.lastfm-button:hover {
	background:url(images/social-media/lastfm.png) no-repeat;
	background-position:0 -32px;
}

.linkedin-button {
	background:url(images/social-media/linkedin.png) no-repeat;
	background-position:0 0;
}

.linkedin-button:hover {
	background:url(images/social-media/linkedin.png) no-repeat;
	background-position:0 -32px;
}

.livejournal-button {
	background:url(images/social-media/livejournal.png) no-repeat;
	background-position:0 0;
}

.livejournal-button:hover {
	background:url(images/social-media/livejournal.png) no-repeat;
	background-position:0 -32px;
}

.myspace-button {
	background:url(images/social-media/myspace.png) no-repeat;
	background-position:0 0;
}

.myspace-button:hover {
	background:url(images/social-media/myspace.png) no-repeat;
	background-position:0 -32px;
}

.paypal-button {
	background:url(images/social-media/paypal.png) no-repeat;
	background-position:0 0;
}

.paypal-button:hover {
	background:url(images/social-media/paypal.png) no-repeat;
	background-position:0 -32px;
}

.pinterest-button {
	background:url(images/social-media/pinterest.png) no-repeat;
	background-position:0 0;
}

.pinterest-button:hover {
	background:url(images/social-media/pinterest.png) no-repeat;
	background-position:0 -32px;
}

.reddit-button {
	background:url(images/social-media/reddit.png) no-repeat;
	background-position:0 0;
}

.reddit-button:hover {
	background:url(images/social-media/reddit.png) no-repeat;
	background-position:0 -32px;
}

.soundcloud-button {
	background:url(images/social-media/soundcloud.png) no-repeat;
	background-position:0 0;
}

.soundcloud-button:hover {
	background:url(images/social-media/soundcloud.png) no-repeat;
	background-position:0 -32px;
}

.spotify-button {
	background:url(images/social-media/spotify.png) no-repeat;
	background-position:0 0;
}

.spotify-button:hover {
	background:url(images/social-media/spotify.png) no-repeat;
	background-position:0 -32px;
}

.stumbleupon-button {
	background:url(images/social-media/stumbleupon.png) no-repeat;
	background-position:0 0;
}

.stumbleupon-button:hover {
	background:url(images/social-media/stumbleupon.png) no-repeat;
	background-position:0 -32px;
}

.tumblr-button {
	background:url(images/social-media/tumblr.png) no-repeat;
	background-position:0 0;
}

.tumblr-button:hover {
	background:url(images/social-media/tumblr.png) no-repeat;
	background-position:0 -32px;
}

.twitter-button {
	background:url(images/social-media/twitter.png) no-repeat;
	background-position:0 0;
}

.twitter-button:hover {
	background:url(images/social-media/twitter.png) no-repeat;
	background-position:0 -32px;
}

.vimeo-button {
	background:url(images/social-media/vimeo.png) no-repeat;
	background-position:0 0;
}

.vimeo-button:hover {
	background:url(images/social-media/vimeo.png) no-repeat;
	background-position:0 -32px;
}

.wordpress-button {
	background:url(images/social-media/wordpress.png) no-repeat;
	background-position:0 0;
}

.wordpress-button:hover {
	background:url(images/social-media/wordpress.png) no-repeat;
	background-position:0 -32px;
}

.youtube-button {
	background:url(images/social-media/youtube.png) no-repeat;
	background-position:0 0;
}

.youtube-button:hover {
	background:url(images/social-media/youtube.png) no-repeat;
	background-position:0 -32px;
}

.sharing-section {
	margin-top:40px;
	background:none;
}

h3.sharing-buttons {
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	font-style: normal;
	font-size:24px;
	line-height:32px;
	text-transform:uppercase;
	color:#58595b !important;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:10px;
	margin-bottom:0px;
	text-shadow:none;
	float:left;
}

.sharing-icons {
	width:100%;
	margin-top:15px;
	margin-bottom:90px;
	text-align:center;
}

.facebook-share-button {
	width:150px;
	height:45px;
	background:#3b5998 url(images/icons/40px/white/28.png) left center no-repeat;
	margin-left:3px;
	margin-right:3px;
	margin-top:5px;
	display:inline-block;
	float:none;
	overflow:hidden;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.facebook-share-button-over {
	width:110px;
	height:25px;
	background:#3b5998;
	border-left:1px dotted #FFF;
	margin-left:40px;
	margin-top:10px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	font-style: normal;
	font-size:16px;
	line-height:22px;
	text-transform:capitalize;
	color:#fff !important;
	text-align:left;
	padding-left:10px;
	padding-top:0;
	z-index:150;
	position:absolute;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

.facebook-share-button:hover .facebook-share-button-over {
	margin-left:150px;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

.facebook-share-button-inner {
	margin-left:50px !important;
	margin-top:13px !important;
	position:absolute;
	top:0;
	z-index:10;
	display:block;
}

.twitter-tweet-button {
	width:150px;
	height:45px;
	background:#00aced url(images/icons/40px/white/27.png) left center no-repeat;
	margin-left:3px;
	margin-right:3px;
	margin-top:5px;
	display:inline-block;
	float:none;
	overflow:hidden;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.twitter-tweet-button-over {
	width:110px;
	height:25px;
	background:#00aced;
	border-left:1px dotted #FFF;
	margin-left:40px;
	margin-top:10px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	font-style: normal;
	font-size:16px;
	line-height:22px;
	text-transform:capitalize;
	color:#fff !important;
	text-align:left;
	padding-left:10px;
	padding-top:0;
	z-index:150;
	position:absolute;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

.twitter-tweet-button:hover .twitter-tweet-button-over {
	margin-left:150px;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

.twitter-tweet-button-inner {
	margin-left:45px !important;
	margin-top:13px !important;
	position:absolute;
	top:0;
	z-index:10;
	display:block;
}

.linkedin-share-button {
	width:150px;
	height:45px;
	background:#4875B4 url(images/icons/40px/white/29.png) left center no-repeat;
	margin-left:3px;
	margin-right:3px;
	margin-top:5px;
	display:inline-block;
	float:none;
	overflow:hidden;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.linkedin-share-button-over {
	width:110px;
	height:25px;
	background:#4875B4;
	border-left:1px dotted #FFF;
	margin-left:40px;
	margin-top:10px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:500;
	font-style: normal;
	font-size:16px;
	line-height:22px;
	text-transform:capitalize;
	color:#fff !important;
	text-align:left;
	padding-left:10px;
	padding-top:0;
	z-index:150;
	position:absolute;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

.linkedin-share-button:hover .linkedin-share-button-over {
	margin-left:150px;
   	-webkit-transition: all 0.4s ease-in-out;
   	-moz-transition: all 0.4s ease-in-out;
   	-o-transition: all 0.4s ease-in-out;
   	-ms-transition: all 0.4s ease-in-out;
   	transition: all 0.4s ease-in-out;
}

.linkedin-share-button-inner {
	margin-left:50px !important;
	margin-top:14px !important;
	position:absolute;
	top:0;
	z-index:10;
	display:block;
}

/* -----------------------------------------
   Footer
----------------------------------------- */

.footer-container {
	width:100% !important;
	height:50px;
	background:#01414e url(images/header-background.png) top center no-repeat;
	position:relative;
	float:left;
	-moz-box-shadow: 0px -1px 5px #777;
	-webkit-box-shadow: 0px -1px 5px #777;
	box-shadow: 0px -1px 5px #777;
	z-index:100;
}

.back-to-top {
	margin-top:-30px;
	text-align:center;
}

.back-to-top img {
	margin:0 auto;
}

p.footer-left {
	width:100%;
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	font-size:16px;
	line-height:24px;
	text-transform:none;
	color:#808285 !important;
	width:100%;
	text-align:left;
	padding:0;
	margin:0;
	padding-top:13px;
	text-shadow:none;
	float:left;
}

p.footer-right {
	width:100%;
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	font-size:16px;
	line-height:24px;
	text-transform:none;
	color:#808285 !important;
	width:100%;
	text-align:right;
	padding:0;
	padding-top:13px;
	margin:0;
	text-shadow:none;
	float:left;
}
	
	.show-for-760 {
		display:none;
	}
	
	.hide-for-760 {
		display:block;
	}

/* -----------------------------------------
   Responsive 1024 +
----------------------------------------- */

@media only screen and (max-width: 1125px) {
	a.facebook-header, a.twitter-header {
		display:none;
	}
}

/* -----------------------------------------
   Responsive 768 - 1024
----------------------------------------- */

@media only screen and (max-width: 1093px) {
	a.facebook-header, a.twitter-header {
		display:none;
	}
.activities  {
  height:auto;
} 
	.hide-for-small {
		display:none;
	}
	
	.show-for-small {
		display:block;
	}
	
	.header-container {
		width:100% !important;
		height:50px;
		background:#fff;
		position:fixed;
		-moz-box-shadow: 0px 1px 5px #000;
		-webkit-box-shadow: 0px 1px 5px #000;
		box-shadow: 0px 1px 5px #000;
		z-index:100;
	}
	
	select.responsive-nav  {
		display: block;
		background: rgba(255,255,255,0.9);
		background-image: url(images/responsive-nav-bg.png);
		background-position: center right;
		background-repeat: no-repeat;
		width: 50%;
		right:10px;
		top:0;
		position:absolute;
		margin-top:10px;
		margin-bottom:20px;
		border: 1px solid #ccc;
		height:30px;
		z-index:10000;
	}
	
	select {
	  -webkit-appearance: button;
	  -webkit-border-radius: 2px;
	  -webkit-padding-end: 20px;
	  -webkit-padding-start: 2px;
	  -webkit-user-select: none;
	  background-position: center right;
	  background-repeat: no-repeat;
	  border: 1px solid #AAA;
	  color: #555;
	  font-size: inherit;
	  margin: 0;
	  overflow: hidden;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	}
	
	
	.top-divider {
		width:60%;
		height:2px;
		margin:0 auto;
		background:#fff;
		margin-top:20px;
		margin-bottom:10px;
	}
	
	.bottom-divider {
		width:80%;
		height:2px;
		margin:0 auto;
		background:#fff;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	/* Mobile 4-column Grid */
	.row .mobile-one { width: 25% !important; float: left; padding: 0 15px; }
	.row .mobile-one:last-child { float: right; }
	.row .mobile-one.end { float: left; }
	.row .mobile-three-one { width: 33% !important; float: left; padding: 0 15px; }
	.row .mobile-three-one:last-child { float: right; }
	.row .mobile-three-one.end { float: left; }
	.row.collapse .mobile-three-one { padding: 0; }
	
	.contact-form-div .row .mobile-one { width: 25% !important; float: left; padding: 0 0px; }
	.contact-form-div .row .mobile-one:last-child { float: right; }
	.contact-form-div .row .mobile-one.end { float: left; }
	.contact-form-div .row .mobile-three-one { width: 33% !important; float: left; padding: 0 0px; }
	.contact-form-div .row .mobile-three-one:last-child { float: right; }
	.contact-form-div .row .mobile-three-one.end { float: left; }
	.contact-form-div .row.collapse .mobile-one { padding: 0; }
	
	.row .mobile-two { width: 50% !important; float: left; padding: 0 15px; }
	.row .mobile-two:last-child { float: right; }
	.row .mobile-two.end { float: left; }
	.row.collapse .mobile-two { padding: 0; }
	
	.contact-form-div .row .mobile-two { width: 50% !important; float: left; padding: 0 0px !important; }
	.contact-form-div .row .mobile-two:last-child { float: right; }
	.contact-form-div .row .mobile-two.end { float: left; }
	.contact-form-div .row.collapse .mobile-two { padding: 0; }
	
	.row .mobile-three { width: 75% !important; float: left; padding: 0 15px !important; }
	.row .mobile-three:last-child { float: right; }
	.row .mobile-three.end { float: left; }
	.row.collapse .mobile-three { padding: 0; }
	
	.contact-form-div .row .mobile-three { width: 75% !important; float: left; padding: 0 0px !important; }
	.contact-form-div .row .mobile-three:last-child { float: right; }
	.contact-form-div .row .mobile-three.end { float: left; }
	.contact-form-div .row.collapse .mobile-three { padding: 0; }
	
	.row .mobile-four { width: 100% !important; float: left; padding: 0 15px; }
	.row .mobile-four:last-child { float: right; }
	.row .mobile-four.end { float: left; }
	.row.collapse .mobile-four { padding: 0; }
	.push-one-mobile { left: 25%; }
	.pull-one-mobile { right: 25%; }
	.push-two-mobile { left: 50%; }
	.pull-two-mobile { right: 50%; }
	.push-three-mobile { left: 75%; }
	.pull-three-mobile { right: 75%; }

	.first-column {
		padding-right:0px !important;
		padding-left:0px !important;
	}
	
	.middle-column {
		padding-right:0px !important;
		padding-left:0px !important;
	}
	
	.last-column {
		padding-left:0px !important;
		padding-right:0px !important;
	}

	.team-hover {
		width:100%;
		height: 50px;
		position:relative;
		display:block;
		float:left;
		opacity:1;
		margin-top:0;
		background: none;
		text-align:center;
	}

	.team-social-media {
		width:141px;
		height:40px;
		margin:0 auto;
		margin-top:10px;
		text-align:center;
		text-indent:-9999px;
	}
	
	a.team-facebook {
		height:40px;
		width:40px;
		background: url(images/icons/40px/28.png) top center no-repeat;
		opacity:1;
		float:left;
		margin:0 auto;
		margin-right:10px;
		margin-top:0px;
		text-indent:-9999px;
		border:2px solid #e44d26;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		overflow:hidden;
	}
	
	a.team-twitter {
		position:relative;
		height:40px;
		width:40px;
		background: url(images/icons/40px/27.png) top center no-repeat;
		opacity:1;
		float:left;
		margin:0 auto;
		margin-right:10px;
		margin-top:0px;
		text-indent:-9999px;
		border:2px solid #e44d26;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		overflow:hidden;
	}
	
	a.team-linkedin {
		height:40px;
		width:40px;
		background: url(images/icons/40px/29.png) top center no-repeat;
		opacity:1;
		float:left;
		margin:0 auto;
		margin-right:0px;
		margin-top:0px;
		text-indent:-9999px;
		border:2px solid #e44d26;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		overflow:hidden;
	}
	
	.services-wide-banner {
		background: #fff url(images/patterns/services-banner.png);
		width:100% !important;
		height:auto;
		display:block;
		border-top:1px solid #d1d3d4;
		border-bottom:1px solid #ccc;
		text-align:center;
		margin-top:40px !important;
		margin-bottom:20px !important;
		padding:0;
	}
	
	.services-wide-banner img {
		width:100% !important;
		height:auto;
		margin:0 auto;
		padding:0;
		float:left;
		text-align:center;
		margin-top:1px !important;
	}

	.news-date {
		width:70%;
		height:30px;
		z-index:22;
		padding:10px;
		font-family: 'Gentium Book Basic', serif;
		font-weight:700;
		font-style:italic;
		font-size:16px;
		line-height:16px;
		text-transform:none;
		color:#e44d26 !important;
		text-align:left;
		background:#fff;
		top:150px;
		left:10px;
		position:absolute;
	}
	
	.news-hover {
		width:100%;
		height:180px;
		z-index:15;
		text-align:center;
		background:rgba(0,0,0,0.7);
		top:0px;
		opacity:0;
		left:10px;
		position:absolute;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.news-title-divider {
		width:90%;
		height:1px;
		margin:5px 5% 10px 10px;
		background:#bcbec0;
		float:left;
	}
	
	.contact {
		width:100% !important;
		float:left;
		position:relative;
	}

	#contact-slider {
		margin-top:130px;
		width:100% !important;
	}

	.sharing-section {
		margin-top:40px;
		background:none;
		width:100%;
		float:left;
	}
	
	h3.sharing-buttons {
		font-family: 'Ubuntu', sans-serif;
		font-weight:700;
		font-style: normal;
		font-size:24px;
		line-height:32px;
		text-transform:uppercase;
		color:#58595b !important;
		width:100%;
		text-align:center;
		padding:0;
		margin:0;
		margin-top:10px;
		margin-bottom:0px;
		text-shadow:none;
		float:left;
	}
	
	.sharing-icons {
		width:100% !important;
		margin-top:15px;
		margin-bottom:90px;
		text-align:center;
		float:left !important;
		position:relative;
	}
	
	p.footer-right {
		text-align:center !important;
		padding:0;
		padding-top:13px;
		margin:0;
	}

	#diagram {
		float:left;
		width:100%;
		height:600px;
	}
	
	.by-numbers {
		width:100%;
		height:80px;
		padding-top:20px !important;
		display:block;
		float:left;
		text-align:center;
	}
	
	.by-numbers:nth-child(n+3) {
		border-top:none;
	}
	
	.tweet-numbers {
		margin-top:0px;
		background: url(images/icons/40px/26.png) top center no-repeat;
	}
	
	.projects-numbers {
		background: url(images/icons/40px/154.png) top center no-repeat;
	}
	
	.clients-numbers {
		background: url(images/icons/40px/62.png) top center no-repeat;
	}
	
	.code-numbers {
		background: url(images/icons/40px/89.png) top center no-repeat;
	}
	
	.iphone-numbers {
		background: url(images/icons/40px/10.png) top center no-repeat;
	}
	
	.facebook-numbers {
		background: url(images/icons/40px/28.png) top center no-repeat;
	}
	
	.coffee-numbers {
		background: url(images/icons/40px/165.png) top center no-repeat;
	}
	
	p.by-numbers-text {
		width:100%;
		cursor:pointer;
		font-family: 'PT Sans', sans-serif;
		font-weight:400;
		font-style: normal;
		font-size:18px;
		line-height:30px;
		text-transform: capitalize;
		color:#58595b !important;
		text-align:center !important;
		padding:0;
		margin:0;
		margin-top:10px !important;
		text-shadow:none;
		padding-left:0px;
	}
	
	p.by-numbers-text span {
		font-weight:700;
		color:#e44d26 !important;
		margin-right:10px;
		margin-left:0;
	   -webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	   -o-transition: all 0.2s ease-in-out;
	   -ms-transition: all 0.2s ease-in-out;
	   transition: all 0.2s ease-in-out;
	}
	
	.by-numbers:hover p.by-numbers-text span {
		font-weight:700;
		margin-left:0px;
	   -webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	   -o-transition: all 0.2s ease-in-out;
	   -ms-transition: all 0.2s ease-in-out;
	   transition: all 0.2s ease-in-out;
	}
	
	.statistics {
		margin-bottom:50px;
	}
	
	.testimonial-day {
		font-family: 'PT Sans', sans-serif;
		font-weight:700;
		font-size:20px;
		line-height:20px;
		text-transform:none;
		color:#e44d26 !important;
		width:auto;
		text-align:center !important;
		padding:0;
		margin:0;
		padding-right:0px;
		text-shadow:none;
		float:left;
	}

	.testimonial-content {
		padding-left:0 !important;
		text-align:center;
	}
	
	.testimonial-content-inner {
		text-align:center;
		height:auto;
		padding-top:20px;
		border-left:none;
	}
	
	h4.testimonial-title, p.testimonial-content, p.testimonial-signature, p.testimonial-signature span {
		text-align:center !important;
	}
	
	/*- FILTER OPTIONS -*/
	ul.filterOptions {
		width: 100% !important;
		height: 130px !important;
	}
	/*- OUR DATA HOLDER -*/
	ul.ourHolder {
		width: 96%;
		padding-left:2%;
		padding-right:2%;
		height: auto;
		overflow: hidden;
	}
	
	.portfolio-item {
		width:100%;
		margin:0;
		padding:0;
		padding-left:0px !important;
		padding-right:0px !important;
		float:left;
		overflow:hidden;
	}

	.wide-image {
		margin:0;
		padding:0;
		width:100% !important;
		height: auto !important;
		float:left;
		display:block;
		position:relative;
	}

	.portfolio-cat-image {
		width:65px;
		height:65px;
		position:absolute;
		right:15px;
		top:0;
		background:url(images/cat-image.png) top right;
		opacity:1;
	   -webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	   -o-transition: all 0.4s ease-in-out;
	   -ms-transition: all 0.4s ease-in-out;
	   transition: all 0.4s ease-in-out;
		z-index:15;
	}

	.portfolio-item:hover .portfolio-cat-image {
		opacity:1;
	   -webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	   -o-transition: all 0.4s ease-in-out;
	   -ms-transition: all 0.4s ease-in-out;
	   transition: all 0.4s ease-in-out;
	}
	
	.portfolio-filter {
		width: 96%;
		padding-left:2%;
		padding-right:2%;
		text-align:center;
		margin-top:50px;
		margin-bottom:50px;
        margin:0 auto;
	}
	
	ul.filterOptions li {
		background:#f4f4f4;
		border:1px solid #bcbec0;
		margin-right: 0px;
		display: inline-block;
		text-align:center;
	}

	ul.filterOptions li:nth-child(n+2) {
		border-left:1px solid #bcbec0 !important;
	}
	
	.contact-form, .contact-form-760 {
		margin-top:0px;
		padding-left:2%;
		padding-right:2%;
	}

	.contact-form-div .first-column {
		padding-right:10px !important;
	}
	
	.contact-form-div .middle-column {
		padding-right:5px !important;
		padding-left:5px !important;
	}
	
	.contact-form-div .last-column {
		padding-left:10px !important;
	}
	

	.news-item:hover .news-cat-image {
		opacity:1;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	
	.news-section, .twitter-section {
		width: 96%;
		padding-left:2%;
		padding-right:2%;
	}
	
	.contact-map-holder {
		width:100% !important;
		height:250px;
		display:block;
		text-align:center;
		margin-top:40px !important;
		margin-bottom:30px !important;
		padding:0;
        clear:both;
	}
	
	.contact-map-holder iframe {
		height:248px !important;
	}
	
	.contact-divider-top {
		margin:0 auto;
		width:70%;
		height: 1px;
		background:#d1d3d4;
	}
	
	.contact-divider-bottom {
		margin:0 auto;
		width:90%;
		height: 1px;
		background:#d1d3d4;
	}
	
	.parallax-title {
		width: 96%;
		padding-left:2%;
		padding-right:2%;
	}
	
	.parallax-subtitle {
		width: 96%;
		padding-left:2%;
		padding-right:2%;
	}

	.page-title {
		width: 96%;
		padding-left:2%;
		padding-right:2%;
	}
	
	.page-subtitle {
		width: 96%;
		padding-left:2%;
		padding-right:2%;
	}
	
	.services {
		margin-bottom:70px;
		background:none;
		padding:0 10px 0 10px !important;
	}


	
	.show-for-760 {
		display:none !important;
	}
	
	.hide-for-760 {
		display:block;
	}
}

/* -----------------------------------------
   Responsive < 767
----------------------------------------- */

@media only screen and (max-width: 760px) {
	.hide-for-760 {
		display:none;
	}

	.show-for-760 {
		display:block;
	}

	.triangle-top {
		width:100%;
		height:100%;
		display:block;
		position:fixed;
		background:url(images/triangle-top-760.png) top left no-repeat;
		z-index:-1;
	}
	
	.triangle-bottom {
		width:100%;
		height:100%;
		display:block;
		position:fixed;
		background:url(images/triangle-bottom-760.png) top left no-repeat;
		z-index:-1;
	}
	
	.header-container {
		width:100% !important;
		height:50px;
		background:#fff;
		position:fixed;
		-moz-box-shadow: 0px 1px 5px #000;
		-webkit-box-shadow: 0px 1px 5px #000;
		box-shadow: 0px 1px 5px #000;
		z-index:100;
	}
	
	select.responsive-nav  {
		display: block;
		background: rgba(255,255,255,0.9);
		background-image: url(images/123.png);
		background-position: center;
		background-repeat: no-repeat;
		width: 30px;
		right:10px;
		top:0;
		position:absolute;
		margin-top:10px;
		margin-bottom:20px;
		border: 1px solid #ccc;
		height:30px;
		z-index:10000;
	}
	
	select {
	  -webkit-appearance: button;
	  -webkit-border-radius: 2px;
	  -webkit-padding-end: 20px;
	  -webkit-padding-start: 2px;
	  -webkit-user-select: none;
	  background-position: center right;
	  background-repeat: no-repeat;
	  border: 1px solid #AAA;
	  color: #555;
	  font-size: inherit;
	  margin: 0;
	  overflow: hidden;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	}
	
	/* Mobile 4-column Grid */
	.row .mobile-two { width: 100% !important; float: left; padding: 0 15px; }
	.row .mobile-two:last-child { float: right; }
	.row .mobile-two.end { float: left; }
	.row.collapse .mobile-two { padding: 0; }
	
	.row .mobile-two-670 { width: 50% !important; float: left; padding: 0 15px; }
	.row .mobile-two-670:last-child { float: right; }
	.row .mobile-two-670.end { float: left; }
	.row.collapse .mobile-two-670 { padding: 0; }
	
	/* -----------------------------------------
	   Pages Common Styles
	----------------------------------------- */
	
	.page-title {
		font-size:36px;
		line-height:36px;
		width: 96%;
		padding-left:2%;
		padding-right:2%;
	}
	
	.page-subtitle {
		font-size:20px;
		line-height:26px;
		width: 96%;
		padding-left:2%;
		padding-right:2%;
	}
	
	
	
	.top-icon {
		width:100px;
		height:100px;
		margin:0 auto;
		padding:3px;
		border:3px #e44d26 solid;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}
	
	.top-icon img {
		width:88px;
		height:88px;
		margin:0 auto;
		padding:6px;
		border:2px #fff dotted;
		-webkit-border-radius: 49px;
		-moz-border-radius: 49px;
		border-radius: 49px;
	}
	
	.top-divider {
		width:80%;
		height:2px;
		margin:0 auto;
		background:#fff;
		margin-top:20px;
		margin-bottom:10px;
	}
	
	.bottom-divider {
		width:90%;
		height:2px;
		margin:0 auto;
		background:#fff;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.homepage-text h1 {
		font-weight:700;
		text-transform:uppercase;
        font-family: gothamr-l !important;
        font-size: 37px;
        font-weight: 700;
        margin-top: 50px;
        padding: 0px !important;
        text-align: left;
        line-height:45px;
        text-shadow: 1px 1px 3px #fff;
        text-transform: uppercase;
        width: 100%;
	}
	
	.homepage-text h2 {
		font-family: 'Ubuntu', sans-serif;		font-weight:500;
		font-size:16px;
		line-height:20px;
		text-transform:uppercase;
		color:#fff !important;
		width:100%;
		text-align:center;
		padding:0;
		margin:0;
		text-shadow: 1px 1px 3px #000;
	}
	
	.homepage-text h3 {
		font-family: 'Gentium Book Basic', serif;
		font-weight:500;
		font-style:italic;
		font-size:16px;
		line-height:24px;
		text-transform:none;
		color:#fff !important;
		width:100%;
		text-align:center;
		padding:0;
		margin:0;
		margin-top:4px;
		text-shadow: 1px 1px 3px #000;
	}
	

 
    #facilities{
        background: #4C735E!important;
    }
	
	.by-numbers {
		width:100%;
		height:30px;
		padding-top:0px !important;
		display:block;
		float:left;
		text-align:center;
	}
	
	.by-numbers:nth-child(n+3) {
		border-top:none;
	}
	
	p.by-numbers-text {
		font-weight:700;
	}
	
	.tweet-numbers {
		margin-top:60px;
		background: none;
	}
	
	.projects-numbers, .clients-numbers, .code-numbers , .iphone-numbers, .facebook-numbers, .coffee-numbers {
		background: none;
	}
	
	h4.testimonial-title {
		margin-bottom:10px;
	}

	p.testimonial-signature span {
		font-family: 'Gentium Book Basic', serif;
		font-weight:700;
		font-style:italic;
		font-size:16px;
		line-height:28px;
		width:100%;
		float:left;
		text-transform:none;
		color:#6d6e71 !important;
		padding-left:0px !important;
	}
	
	.services-divider-top {
		width:50%;
	}
	
	.services-divider-bottom {
		width:80%;
	}

	#diagram {
		float:left;
		width:100%;
		height:auto !important;
	}
	
	.portfolio {
		margin-top:50px;
	}
	
	/* Mobile 4-column Grid */
	.row .mobile-three-one { width: 100% !important; float: left; padding: 0 15px; }
	.row .mobile-three-one:last-child { float: right; }
	.row .mobile-three-one.end { float: left; }
	.row.collapse .mobile-three-one { padding: 0; }
	
	.row .mobile-four-760 { width: 100% !important; float: left; padding: 0 0px; }
	.row .mobile-four-760:last-child { float: right; }
	.row .mobile-four-760.end { float: left; }
	.row.collapse .mobile-four-760 { padding: 0; }
	
	.contact-form-div .first-column, .contact-form-div .middle-column, .contact-form-div .last-column   {
		padding-right:0px !important;
		padding-left:0px !important;
	}
	
	.contact-margin {
		margin-bottom:30px !important;
	}

	.contact-details-760 {
		width:100% !important;
	}
	
	.contact-form-760 {
		width:100% !important;
		margin-top:28px;
	}
	
	#contact-slider {
		margin-top:50px;
	}

	.submit-760 {
		margin-top:20px !important;
	}
	
	#news-slider {
		margin-top:50px;
	}
	
	.news-section-760, .twitter-section-760 {
		width: 100%;
	}
	
	.news-details {
		width:100%;
		height: auto !important;
		min-height:150px;
		background:#fff;
		margin-top:0;
		padding-top:10px;
		float:left;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.news-date {
		font-size:12px;
		line-height:12px;
	}
	
	.page-content {
		margin-top:75px;
		background:none;
	}
}

/*///////////////////////STYLE///////////////////////////////*/
.myaccordion {}
.ac-section{clear: both;}
.ac-title{
    line-height: 50px;
    list-style: none outside none;
    padding-left: 30px;
    text-align: left;
    margin-bottom:7px;
    width: 100%;
    cursor: pointer;
    color:#fff;
    background: #4c735e;
    margin-top:7px;
	font-weight:200;
}
.section-btn{
    border: 1px solid #c4c4c4;
    cursor: pointer;
    float: left;
    line-height: 203px;
    list-style: none outside none;
    margin: 5px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    width: 24%;
    min-width: 201px;
}
.sign {
    float: right;
    margin-right: 30px;
    margin-right: 30px;
}
.page-heading{
    font-family: gothamr-l;
    text-align: left !important;
    color: #fff;
    margin-top:-50px !important; 
}
.row{
    width: 100% !important;
    padding: 20px;
    min-width: 0px !important;
}
.top-bar{
    margin-top:-20px !important;
}
.memberImg{
    width:150px;
    border:5px solid #fff;
    height:150px;
    border-radius:100%;
    float: left;
    margin:10px;
    background-color:#4C735E;
    overflow: hidden;
}

.membername{
    line-height: 150px !important;
    font-size: 15px;
    color: #fff;
    margin-top:-10px;
    text-align: center; 
}
.membername span{
    display: none;
}
.bg-grey{
    background: #c4c4c4;
}
.ac-content{
    padding-left:10px;
	display: none;
    text-align: justify;
    margin-left: -10px;
    font-size:13px;
    color: #fff;
    padding-right: 10px;
}
.ac-content.active {display: block;}
.wh{
    padding-bottom: 70px;
}
.right{
    text-align : right;
}
.guest:hover{
    background: url("images/facilities/7.jpg") no-repeat scroll 0 0 / 100% 203px  rgba(0, 0, 0, 0);
    Color: #fff;
    transition-timing-function: ease-in;
    transition-delay: 50ms;
}
.dining:hover{
    background: url("images/facilities/24.jpg") no-repeat scroll 0 0 / 100% 203px  rgba(0, 0, 0, 0);
    Color: #fff;
    transition-timing-function: ease-in;
    transition-delay: 50ms;
}
.activity:hover{
    background: url("images/facilities/8.jpg") no-repeat scroll 0 0 / 100% 203px rgba(0, 0, 0, 0);
    Color: #fff;
    transition-timing-function: ease-in;
    transition-delay: 50ms;
}
.bathandbed:hover{
    background: url("images/facilities/22.jpg") no-repeat scroll 0 0 / 100% 203px  rgba(0, 0, 0, 0);
    Color: #fff;
    transition-timing-function: ease-in;
    transition-delay: 50ms;
}
.security:hover{
    background: url("images/facilities/31.jpg") no-repeat scroll 0 0 / 100% 203px  rgba(0, 0, 0, 0);
    Color: #fff;
    transition-timing-function: ease-in;
    transition-delay: 50ms;
}
.security, .bathandbed, .activity, .dining, .guest{
    background: lightgrey;
    color: #000;
    transition-timing-function: ease-out;
    transition-delay: 50ms;
}
.row{
    text-align: left;
    padding-left: 70px !important;
    padding-right: 70px !important;
}
#aboutus p,#aboutus h1,#aboutus h2, #aboutus h3{
    padding-top:10px;
    padding-bottom:10px;
}
h1{
    font-size:40px;
}
h2{
    font-weight:200 ;
    font-size:20px !important;
}
.activeli{
    background: #58595B;
    transition-delay: 500ms;
}
#facilities{
   /* background: url('images/facilities/back.jpg') no-repeat ; */
    background: #4C735E!important;
    background-origin: border-box;
    background-size: 100% 100%;
}
.top-img{
    background: url('images/facilities/top.jpg') no-repeat ;
    background-size: 100% 100%;
    background-position: right top;
    float:left;
    width:100%;
}
.bottom-img {
  background: url("images/facilities/bottom.jpg") no-repeat scroll center center / 100% 100% rgba(0, 0, 0, 0);
  float: left;
  width: 100%;
}
.modal{
    position: fixed;
    top:0px;
    left: 0px;
    width: 100%;
    height:100%;
    z-index:105;
    display: none;
    background: url('images/patterns/slideshow.png') rgba(0,0,0,0.4);
}
body{
    overflow-x:hidden;
}
.modal #inside-container{
    font-family: gothamr-l;
    margin:  0 auto;
    background: #3d5146;
    z-index:100;
    float:none;
    width:70%;
    border-radius:10px;
    margin-top:100px;
    padding-bottom:20px;
}

::-webkit-scrollbar{
    display:none;
}
#close-modal{
    width:25px;
    height:25px;
    border: none;
    border-radius:100%;
    background:  #3D5146;
    float:right;
    color:#fff;
    margin-top:-10px;
    margin-right:-10px;
    cursor:pointer;
}
@media screen and (max-width:950px){
    .modal #container11{
        width:600px;
    }
    h1{
        font-size:25px;
    }
    .section-btn{
        width:48% !important;
    }
}
@media screen and (max-width:640px){
    .modal #container11{
        width:300px;
    }
	.activities {;
	  padding: 10px !important;
	}
    h1{
        font-size:25px;
    }
    .row{
        padding:20px !important;
        margin:0px !important;
    }
    .section-btn{
        width:100% !important;
    }
    .bottom-icon {
        bottom:30px !important;
    }
    table, tr, th,td{
        padding: 10px 2px 10px 2px !important;
    }
}


#about-us, #tariffs{
    background: #4d7961 !important;
    color: #4C735E;
}
#contact{
    background: #4C735E;
    color: #fff;
    background-size:  cover;
    position:relative;
}
#container1,#container2,#cintainer3{
    padding-left: 20px;
}
p{
    font-size:13px !important;
}
.overlay{
    width:100%;
    height:100%;
    background: url('images/patterns/slideshow.png') repeat, rgba(0,0,0,0.5);
    float:left;
}
.columns{
    padding:10px !important;
}
div.facilities h2{
    color: #ccd3d2;
}
.facilities button{
    background: #394740;
    border: 2px solid #333634;
    padding:7px 20px;
    border-radius: 21px;
    color: #fff;
    margin-top:-10px;
}
#gallery{
    background: url('images/portfolio/back.jpg')
}
.green{
    background: url('images/patterns/slideshow.png') repeat #325b45 ;
}
.dark-green{
    background: url('images/patterns/slideshow.png') repeat #284134;   
}
.activities{
    padding:100px 70px 84px 70px;
	height:510px;
    overflow:hidden;
	margin-bottom:20px;
}
.readmore a{
    color:#ccd3d2 !important;
    padding-right:80px;
}

textarea{
    height:110px !important;
    resize: none;
}
@media screen and (max-width:917px){
    .col2{
        height:500px !important;
    }
}


input[type='submit']{
    background: #4c735e !important;
    padding:7px 20px;
    color: white !important;
    border:2px solid #333634 !important;
}
.transparent{
    background: url('images/patterns/slideshow.png') #263C30; 
}
table{
    /*border: 2px solid #394740 !important;*/
}

thead:nth-child(2n),td:nth-child(2n),th:nth-child(2n)
{
	background:url("images/patterns/slideshow.png") repeat scroll 0 0 #325b45!important;
	min-height:100px !important;
}
#gallerypics {
    width: 100%;
    height: 500px;
}
.scroll{
    height:200px;
}
.modal-scroll{
    height:300px;
    padding:20px;
    margin-bottom:20px;
}
.modal-scroll p, .modal-scroll li, .modal-scroll h3,.modal-scroll h1{
    color:#fff !important;
}
.twopointfive{
    width:20%;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.left{
    text-align:left
}
.footer,.copyright{
    margin:0px !important;
    padding:3px !important;
    color:#fff !important;
}
.footer{
    float:right;
}
.copyright{
    float:left;
}
.footer-copyright{
    position: absolute;
    bottom:0;
    min-height:40px;
    width:100%;
    z-index:100;
    background:#000 !important;
    padding-left:20px !important;
    padding-right:20px !important;
}
.company,.company a{
    color: #FF0000;
}
p{
    line-height:1.7 !important;
    padding-bottom:3px;
}
@media screen and (min-width:1024px){
    .top-bar a:hover{
    background: #325B45 !important;
    }
    .name a:hover{
        background: transparent !important;
    }
}
 .white a{
    color: #fff ;
}
#facebook:hover{
    color: #3B5998;
}
#twitter:hover{
    color: #55ACEE;
}
#booking:hover{
    background: inherit;
}
#booking a{
    background: none repeat scroll 0 0 #4C735E;
    color: #fff;
    height: 30px !important;
    line-height: 8px;
    margin: 10px;
    padding: 11px !important;
    
 }
 .facilitiesbreif{
    height:100px;
    overflow: hidden;
 }
 .span3{
    width:30%;
    float:left;
 }
 .span7{
    width:70%;
    float:left;
 }
 
 @media screen and (max-width:1181px){
    .span3{
        width:100%;
    }
    .span7{
        width:100%;
    }
    #container2 .row{
        padding-left:30px !important;
        padding-right:10px !important;
    }
    
 }  
 
 .booking-widget{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background: #fff;
    z-index:999;
    height:40px;
    box-shadow: 0px -1px 3px 0px #000;
    padding-top:0px !important;
    padding-bottom:7px !important;
    display: block;
    margin-bottom:0px;
}
.booking-widget div{
    margin-top:-2px;
}
.booking-widget input[type='text'], .booking-widget label, #datepicker1, #datepicker2{
    width:130px !important;
    float:left;
	font-size:13px;
    height:25px !important;
}
.booking-widget label{
    line-height:25px;
    padding-right:10px;
    color:#4C735E;
}
.booking-widget input[type='number']{
    width:50px !important;
    height:25px !important;
	font-size:13px;
	padding:0px !important;
	padding-left:7px !important; 
}
.booking-widget input[type='submit']{
    background: #4C735E !important;
    border: none !important;
    color: #fff !important; 
    line-height: 10px;
    
}
.ui-datepicker-header{
    background: #4C735E !important;
}
.ui-datepicker-calendar{
    border:none !important;
}
#ui-datepicker-div{
    padding : 0px  !important;
    z-index : 999 !important;
}
.ui-datepicker-header .ui-widget-header .ui-helper-clearfix .ui-corner-all{
    border-radius: 0px !important;
}
.ui-datepicker-calendar thead{
    background: #fff;
}
.ui-datepicker-calendar thead tr th{
    color: #000 !important;
}
.text li{
    color: #fff;
    font-weight:100;
    line-height:20px;
    margin-left:10px;
}
.form label{
     color: white;
    float: left;
    line-height: 34px;
    width: 90px;
}
.form input[type='text']{
    width:70% !important;float:left; height:32px;
}
.form textarea{
    width:70%;
    float:left;
}
.form input[type='submit']{
    background: none repeat scroll 0 0 #4c735e !important;
    border: 2px solid #333634 !important;
    border-radius: 0;
    color: #fff !important;
    float: left;
}
a:focus{
    color: #4C735E !important
}
.temp, .temp:hover {
  background: none repeat scroll 0 0 #fff !important;
  border: 2px solid #4c735e;
  border-radius: 40px;
  cursor: pointer;
  height: 40px;
  line-height: 35px;
  margin-top: 5px;
  padding-bottom: 0 !important;
  padding-right: 4px;
  padding-top: 0 !important;
  position: absolute;
  right: -47px;
  width: 40px;
}
@media screen and (max-width: 1264px){
    .booking-widget{
        display:none;
    }
}

.ppt, .pp_social{display: none !important;}
div.pp_overlay{background: none repeat scroll 0 0 #fff !important;
                opacity: 0.7 !important;}
				
#CDSWIDSSP{width: 100% !important; margin-left:10px !important;}
.award{
	width:190px;
	height:200px;
	float:left;
	padding:10px;
	margin:5px;
	
}
.award div {
   margin: 0 auto !important;
}
.TA_socialButtonBubbles {
  float: left;
  margin-left: 10px;
  margin-top: -10px;
}

/*/////////////////////////////Edited/////////////////*/
#activities .heading .columns {
 position:absolute;
 z-index:9999;
}
#activities .heading h1 {
  margin-left: 70px;
  margin-top: 40px !important;
}
.parallax-one, .parallax-two, .parallax-three, .parallax-four, .parallax-five, .parallax-six {
  border-bottom: 0 solid #a19faa;
  border-top: 0 solid #a19faa;
  float: left;
  height: 350px;
  margin: 0;
  position: relative;
  width: 100%;
}
.flexslider {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1;
}
#overlay2 {
  background: none repeat scroll 0 0 #201e20;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999;
}

#activities .four.columns.first-column.item.mobile-two.green.wha {
  margin-bottom: 120px;
}
.tab-sub-heading{width:50%;float:left;color:#fff;padding-left:30%;}
.tab-sub-heading2{padding-left:15%;}
.tab-sub-heading h4{font-size:17px;font-weight:unset;margin-top:0}
th{
	color:#fff !important;
}

@media screen and (max-width:320px){
	.tab-sub-heading {
		color:#fff;
		float:none;
		padding:0;
		width:50%;
		display:inline;
	}
	.tab-sub-heading2{
		display:inline;
	
	}
	#loading img{
		left:50%;
		margin:-80px 0 0 -150px;
		position:fixed;
		top:50%;
		width:300px;
		z-index:2222;
	
	}

}