@import url("base.css");				/* Default Reset, Typography, Forms, etc. */
@import url("skeleton.css");			/* 1200 Grid + Media Query Layouts */
@import url("shortcodes.css");			/* Shortcode Styles */
@import url("pricing_tables.css");		/* Shortcode Styles */


.js div#preloader { position: fixed; left: 0; top: 0; z-index: 1999; width: 100%; height: 100%; overflow: visible; background-color: #FFF; }

/* Mozilla based browsers */
::-moz-selection {
       background-color: #efefef;
       color: #666;
}

/* Works in Safari */
::selection {
       background-color: #efefef;
       color: #666;
}

#clapatloader {
		width: 40px;
		height: 40px;
		left: 50%;
		top: 50%;
		position: absolute;
		margin: -20px 0 0 -20px;
		background-color: #999;
		border-radius: 100%;
		-webkit-animation: scaleout 1.0s infinite ease-in-out;
		animation: scaleout 1.0s infinite ease-in-out;
	}

		@-webkit-keyframes scaleout {
		0% { -webkit-transform: scale(0.0) }
		100% {-webkit-transform: scale(1.0); opacity: 0; }
	}

	@keyframes scaleout {
		0% {
		transform: scale(0.0); -webkit-transform: scale(0.0); }
		100% { transform: scale(1.0); -webkit-transform: scale(1.0); opacity: 0; }
	}


.bottom-animate {
  background: #333 !important;
  top: 8px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg);
}

.top-menu {
  top: 0px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

.mid-menu {
  top: 8px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

.bottom-menu {
  top: 16px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

.menui {
  background: #333;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
}

.icon {
  z-index: 999;
  position: fixed;
  background-color: #FFF;
  display: block;
  padding: 9px;
  height: 19px;
  width: 25px;
  margin: 0px;
  top: 30px;
  right: 30px;
}

.mobilenav {
  /*    top: 47px !important;*/
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #2ecc71;
  opacity: 0.9;
}

.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 20px;
}

.mobilenav li a {
  font-size: 30px;
  color: #FFF;
  text-decoration: none;
  font-weight: 300;
  width: 100%;
}

.mobilenav li:first-child { margin-top: 160px; }







/* Headlines
==========================*/
.headline {
	display: block;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 10px 0;
	margin: 0px 0 20px 0;
}


h1.headline-home {
	display: block;
	border-bottom: 0px solid #e7e7e7;
	padding: 0 0 10px 0; text-align: center;
	margin: 0px; line-height: 26px;font-size: 22px;
}



.headline_none {
	display: block;
	border-bottom: 0px solid #e7e7e7;
	padding: 0 0 10px 0;
	margin: 0px 0 20px 0;
}

.related {
	display: block;
	border-top: 1px solid #ddd;
	padding: 20px 0 10px 0;
	margin: 30px 0 20px 0;
}


.headline span {
	color: #888;
	font-weight: normal;
	font-size: 12px;
	float: right;
}

h5.headline {
	padding: 0 0 8px 0;
	margin: 0px 0 12px 0;
}


/* Page Title
==========================*/
#page-title {

}

#page-title h2 {
	font-weight: normal;
	font-size: 22px;
	padding: 21px 0; font-weight: 500;
}



/* Images Overlay
==========================*/
.item-img, .post-img {position: relative;}


/* Back To Top Button
==========================*/
#backtotop {
	position: fixed;
	right:0px;
	display:none;
	bottom: 20px;
	margin: 0 20px 0 0; z-index: 10000;
}

#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:45px;
	height:45px;
	background: url(../images/back_to_top_btn.png) no-repeat 50% 50%;
	background-color:#cccccc;
	-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;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#backtotop a:hover {background-color: #ddd;}







h1.logo {
float: left; font-size: 17px; font-weight: 600; margin-top:56px; line-height: 17px; text-transform: lowercase;
}

h1.logo span {
 font-weight: 300; color: #555;
}

.border-top {
 border-top: 1px solid #999; padding-top: 20px; margin-bottom: 0px;
}



/* =============================================================== */
/* Features
================================================================ */
.features {margin: 35px 0 0 0; float: left;}
.feature {margin: 0 0 10px 0;}
.feature-description {margin-left: 45px;}

.feature h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
}

.feature-circle {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	padding: 6px;
	color: #fff;
	-moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px;
	float: left;
	margin-top: 10px;
}

.feature-circle i {margin-top: 4px;}

.feature-circle.blue {background: #2da0ce;}
.feature-circle.gray {background: #555;}


/* =============================================================== */
/* Portfolio
================================================================ */


/* Homepage Thumbnails
==========================*/

.portfolio-item-meta {
margin-bottom: 30px;
}

.portfolio-item-meta h5 {
	font-size: 18px;
	font-weight: 500;
	padding: 0px;
	margin-top: 8px;
	letter-spacing: 0;
}

.portfolio-item-meta h5 span {
	display: block;
	color: #888;
	font-weight: normal;
	margin-top: 3px;
}

.portfolio-item-meta a{color:#444;}
.portfolio-item-meta a:hover {color:#888;}
.portfolio-item-meta p {color: #555; font-size: 18px;}



.blog-item-meta {
margin-bottom: 30px;
}

.blog-item-meta h5 {
	font-size: 18px;
	font-weight: 500;
	padding: 0px;
	margin-top: 8px;
	letter-spacing: 0;
}

.blog-item-meta h5 span {
	display: block;
	color: #888;
	font-weight: normal;
	margin-top: 3px;
}

.blog-item-meta a{color:#444;}
.blog-item-meta a:hover {color:#888;}
.blog-item-meta p {color: #555; font-size: 18px;}



/* =============================================================== */
/* Info Box
================================================================ */
.info-box {
	background-image: linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%); background-image: -o-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e4e4e4;
	padding: 18px 25px;
	margin: 20px 0 5px 0;
}

.info-box p {margin: 0;}
.info-box h4 {line-height: 24px; }
.info-box a {margin: 7px 0 0 0;}
.info-content {float: left;}


/* =============================================================== */
/* Portfolio Styles
================================================================ */

.controls{
float: left;
	margin-top: 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	line-height: 24px;
}

.controls li{
	color: #777;
	font-size: 15px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	padding: 4px 8px;
	font-weight: 400;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px; float: left;
	border-radius: 2px; cursor: default; margin-right: 10px;
}

.controls li:hover {
	color: #fff;
	background: #ccc;
}


.controls li.active{
	background-color: #ccc; color: #fff !important;
}


/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	 -moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	 transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}

/**** Disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	 transition-duration: 0s;
}


/* Disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}






/* Google Map
==========================*/
#map_canvas img {
  max-width: none;
}

/* Contact Details
==========================*/
.contact-details li {
	margin: 0px; line-height: 20px;
}

.contact-details p {
	margin: 0px;
	line-height: 18px;
}


/* Contact Form
==========================*/
.field textarea {
	width: 97%;
	height: 160px;
}

.field input {
	width: 97%;
}

.field:focus {border: 1px solid #ddd;}

.field label span {color:#ea1c1c;}

.field .validation-error,
.field .validation-error:focus {
	border:1px solid #f2c4c2;
	background: #ffeceb;
}

.loading {
	background:url(../images/loader.gif) no-repeat 1px;
	height:28px;
	width:28px;
	display: none;
	float: left;
	margin: 5px;
}

.success-message {display:none;}


/* =============================================================== */
/* About
================================================================ */
.team-name {
	text-align: left;
	padding: 0px 0;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
}

.team-name h5 {

	font-size: 24px; padding-bottom: 10px;
}

.team-image {
	margin-bottom: 20px;
}


.team-name span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #888;
}

#tiles {
  list-style-type: none;
  position: relative; /** Needed to ensure items are laid out relative to this container **/
  margin: 0;
  padding: 0;
}

/**
 * Grid items
 */
#tiles li {
  width: 200px;
  display: none; /** Hide items initially to avoid a flicker effect **/
  padding: 0px;
}

#tiles li.inactive {
  visibility: hidden;
  opacity: 0;
}

#tiles li img {
  display: block;

}


#tiles li {
-moz-box-sizing: border-box;
           box-sizing: border-box;
    }

    #tiles li img {
      width: 100%;
      height: auto;
    }




/**
 * Grid item text

/* Image Overlay
================================================================ */

.image-holder {
    position: relative;
    width: 100%;
    z-index: 10;
    background-color: transparent; margin-bottom: 0px;
}

.image-holder .image-overlay-title h3 {
    border-bottom: 1px solid #fff;
    display: inline
}

.thumbnail-link {
    display: block
}

.thumbnail-link, .thumbnail-link:hover {
    border-bottom: 0px solid transparent !important
}

.thumbnail-link .image-overlay, .thumbnail-link .image-overlay-title {
    display: none;
    color: #fff
}

.thumbnail-link:hover .image-overlay, .thumbnail-link:hover .image-overlay-title {
    display: block
}


.thumbnail-link:hover h2, .thumbnail-link:hover h3 {
    border-bottom: 1px solid #222
}


.image-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: opacity 280ms ease-in-out;
	-moz-transition: opacity 280ms ease-in-out;
	-o-transition: opacity 280ms ease-in-out;
	transition: opacity 280ms ease-in-out;
	background: url(../images/overlay_bg.png) center center;
}

.image-overlay:hover {
  	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}


.image-overlay-title {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -10px;
    text-align: center
}

.image-overlay-title p {
    display: inline;
    text-align: center;
    padding-bottom: 4px;
    border-bottom: 1px solid #fff
}




img.grayscale{
background-color: #ececec;
}



/* =============================================================== */
/* Testimonials
================================================================ */
.testimonials {
	background: #fff;
	border: 1px solid #ddd;
	padding:20px;
	line-height: 21px;
}

.testimonials_bg {
	background: url(../images/testimonials_bg.png) no-repeat;
	margin-top: -1px;
	display: block; width: 200px;
	height: 30px;
}

.testimonials_author {
	color:#3f8faf;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}

.testimonials_author span {color:#a0a0a0}


/* Testomonials Carousel
==========================*/
.carousel-disabled, .mr-rotato-disabled {
	height: 21px;
	width: 21px;
	background-color: #ccc !important;
	display: block;
	position: absolute;
}

.mr-rotato-next {
	height: 21px;
	width: 21px;
	background: url(../images/pagination_next.png) no-repeat 50% 50%;
	background-color: #606060;
	display: block;
	position: absolute;
	right: 10px;
}

.mr-rotato-prev {
	height: 21px;
	width: 21px;
	background: url(../images/pagination_prev.png) no-repeat 50% 50%;
	background-color: #606060;
	display: block;
	right: 33px;
	position: absolute;
}

.mr-rotato-prev, .mr-rotato-next, .mr-rotato-disabled {
	margin-top: -55px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-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;
}

.mr-rotato-prev:hover, .mr-rotato-next:hover {background-color:#2da0ce;}


/* Latest From Blog
==========================*/
.latest-post {margin-bottom: 20px; height: 50px;}

.latest-post p,
.latest-post a {
	margin: 0;
	color: #fff;
	line-height: 18px;
}

.latest-post span {
	color: #707070;
	margin: 3px 0 0 0;
	display: block;
}

.latest-post img {
	float: left;
	margin: 0 10px 10px 0;
	border: 3px solid #494949;
	height: 49px; width: 49px;
	-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;
}

.latest-post img:hover {border-color: #666;}


/* Twitter
==========================*/
#twitter li {
	margin: 0 0 22px 0;
	padding: 0 0 0 25px;
	background: url(../images/twitter_widget_ico_01.png) no-repeat left 5%;
}

#twitter a {color: #fff;}

#twitter b a {
	color: #707070;
	font-weight: normal;
}


/* Copyright
==========================*/
#footer-bottom {min-height: 60px; margin-bottom: 0px;}
#copyright {color: #777; margin: 22px 0;}
#copyright a, #copyright span {color:#bbb;}


/* Social Icons
==========================*/
.social-links {margin: 0; float: left;}
.social-links-about {
	padding: 15px 0 5px 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.social-links li:first-child,
.social-links-about li:first-child {margin-left: 0;}

.social-links li {
	display: inline;
	list-style: none;
	opacity: 0.4;
	-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;
	text-indent: -9999px;
	margin-left: 15px;
	float: left;
}

.social-links-about li {
	display: inline;
	list-style: none;
	opacity: 0.4;
	-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;
	text-indent: -9999px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}

.social-links a,
.social-links-about a {
	background-repeat: no-repeat;
	background-position: 0 -16px;
	display: block;
	height: 20px;
	width: 20px;
}

.social-links li:hover,
.social-links-about li:hover {opacity: 1;}




.preloader { background:url(../images/preloader.gif) center center no-repeat transparent;  }

