@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------- */
/* Imported Stylesheets (Their order is important.)
/* ---------------------------------------------------------------------- */
@import url('fonts/titillium-text/stylesheet.css');
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

@import url('css/html5-reset.css');

@import url('css/flexslider.css');
@import url('css/tipsy.css');
@import url('css/jquery.fancybox.css');

@import url('css/shortcodes.css');

@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

/* ---------------------------------------------------------------------- */
/* Exquiso Styles
/* ----------------------------------------------------------------------
TABLE OF CONTENTS

-Generic
-Containers
-Headings
-Links
-Text & Content Blocks
-Header
	-Logo 
-Navigation
-Page Title
-Breadcrumbs
-Sidebar
-Columns
-Icon Boxes
-About Us
-404 Error Page
-Search Results
-Pagination
-Entry Slider
-Carousel
-Portfolio & Blog
-Blog
-Portfolio
-Clients
-Forms
-Tables
-Pricing Tables
-Footer
-Widgets
	-Twitter
	-Contact Info
	-Social Links
-Scroll to Top
------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* Generic
/* ---------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.5em; /* 18px */
	color: #333;
	/* Fix for webkit rendering */
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%;
}

body.wide {
	background-color: #fff;
}

body.boxed {
	background-color: #333;
	background-image: url(images/background-patterns/boxed/wild_oliva.png);
	background-repeat: repeat;
	background-position: left top;
}

iframe, img, video, audio {
	display: block;	
}

/*img,*/ embed, object, video { /* Note: keeping IMG here will cause problems if you're using foreground images as sprites. */
	max-width: 100%;
}

video {
	width: 100%;
    height: auto;
}

ul {
	list-style: none;	
}

/* Clearfix */

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden; 
	visibility: hidden;
	width: 0;
}

/* ---------------------------------------------------------------------- */
/* Containers
/* ---------------------------------------------------------------------- */
.wide #wrap {
    overflow: hidden;
    background-color: #fff;
    border-top: 4px solid #7AA522!important;
}

.boxed #wrap {
	width: 1020px;
	max-width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 8px rgba(0,0,0,0.11);
	overflow: hidden;
	background-color: #fff;
}

.container {
	width: 940px;
	margin: 0 auto;
}

#main {
	margin-bottom: 0;	
}

/* ---------------------------------------------------------------------- */
/* Headings
/* ---------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
}

h1 {
	font-weight: normal;	
	font-size: 2.333em; /* 28px */
	line-height: 1.214em; /* 34px/28px */
}

h2 {
	font-size: 1.75em; /* 21px */
	line-height: 1.285em; /* 27px/21px */
	font-weight: bold; 
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em; /* 18px */
	line-height: 1.333em; /* 24px/18px */
	/*text-transform: uppercase;*/
	font-weight: 300;
}

h4 {
	font-family: 'TitilliumText25L600wt', sans-serif;
	font-weight: 600;
	font-size: 1.166em; /* 14px */	
	line-height: 1.285em; /* 18px/14px */
}

h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 1.166em; /* 14px */	
	line-height: 1.285em; /* 18px/14px */	
	text-transform: uppercase;
}

h6 {
		
}

/* ---------------------------------------------------------------------- */
/* Links
/* ---------------------------------------------------------------------- */
a, a > * {
	text-decoration: none;
}

a, a > *,
.button,
.jcarousel-prev, .jcarousel-next, 
.iconbox a, .iconbox a * {
	-webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	-moz-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	-ms-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	-o-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;	
}

a:hover, a > * {
	color: #333;	
}

/* ---------------------------------------------------------------------- */
/* Text & Content Blocks
/* ---------------------------------------------------------------------- */
p {
	margin-bottom: 20px;
}

section,
#page-header {
	margin-bottom: 40px;
}

.float-left {
	float: left;	
}

.float-right {
	float: right;	
}

.tip, caption, .caption {
	color: #999;
	font-size: 0.916em; /* 11px */
	font-style: italic;
}

.grey-text {
	color: #999;	
}

.invisible {
	display: none !important;	
}

hr {
	background-color: #ebebeb;
	color: #ebebeb;
	border: none;
	height: 1px;
	clear: both;
	margin: 40px 0;
}

mark {
	font-style: normal;
    font-weight: normal;	
}

.note {
	color: #E64141;	
}

.intro {
	text-align: center;
}

.intro h1 {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

.intro strong {
	font-family: 'Roboto', sans-serif;
}

/* ---------------------------------------------------------------------- */
/* Header
/* ---------------------------------------------------------------------- */

/* Logo */

#logo {
    font: 3em/1em 'Roboto', sans-serif;
    float: left;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 11px;
}

#logo a {
	display: block;
	color: #333;
}

#logo a img {
	max-width: 100%;	
}

/* ---------------------------------------------------------------------- */
/* Navigation
/* ---------------------------------------------------------------------- */
#nav {
	float: right;
	position: relative;
}

/* Navigation List */

ul#navlist li {
	float: left;
	margin-left: 30px;
}

ul#navlist li a { 
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    color: #333;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    /* height: 88px; */
    line-height: 28px;
    margin-top: 38px;
}

/* Drop-Down Menus */

.ddsubmenustyle, .ddsubmenustyle div {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 100;
}

.ddsubmenustyle > ul {
	border-top: 3px solid;
}

.ddsubmenustyle ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
}

.ddsubmenustyle li a {
	display: block;
	color: #fff;
	background-color: #333;
	padding: 8px 15px;
	border-top: 1px solid #474747;
	border-bottom: 1px solid #212121;
}

.ddsubmenustyle > ul > li:first-child a {	
	border-top: none;
}

/* Neutral CSS */

.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

/* Tiny Nav */

.tinynav { 
	display: none; 
	padding: 3px;
	border: 1px solid #e0e0e0;
	margin-top: 30px;
	border-radius: 0;
	height: 30px;
}

.tinynav option {
	padding: 3px;
}

/* ---------------------------------------------------------------------- */
/* Page Title
/* ---------------------------------------------------------------------- */
#page-title {
	background: #f0f0f0;
	height: 90px;
}

#page-title h1 {
    float: left;
    line-height: 90px;
    margin: 0;
    font-size: 1.9em;
}

/* ---------------------------------------------------------------------- */
/* Breadcrumbs
/* ---------------------------------------------------------------------- */
#breadcrumbs {
	float: right;	
	line-height: 90px; /* height of the page-title */
}

#breadcrumbs li {
	display: inline;
}
#breadcrumbs{
	color: #A2A1A1;
}
#breadcrumbs a {
    margin: 0 3px;
    color: #969696;
}
#breadcrumbs a:hover{
	color: #333;
}
#breadcrumbs li:last-child {
	margin-left: 3px;
}

/* ---------------------------------------------------------------------- */
/* Sidebar
/* ---------------------------------------------------------------------- */
#sidebar h3 {
font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.285em;
    text-transform: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* ---------------------------------------------------------------------- */
/* Columns
/* ---------------------------------------------------------------------- */
.one-half, .one-third, .one-fourth, .two-thirds, .three-fourths {
	display: inline;
	float: left;
    margin-right: 2%;
}

.one-half {
	width: 49%;	
	max-width: 460px;
}

.one-third {
	width: 32%;	
	max-width: 300px;
}

.one-fourth {
	width: 23.5%;	
	max-width: 220px;
}

.two-thirds {
	width: 66%;	
	max-width: 620px;	
}

.three-fourths {
	width: 74.5%;	
	max-width: 700px;	
}

.column-last { 
	margin-right: 0 !important;
}

/* ---------------------------------------------------------------------- */
/* Icon Boxes
/* ---------------------------------------------------------------------- */
.iconbox-wrap  {
	margin-right: -20px;	
}

.iconbox-wrap .one-fourth {
	width: 220px;
	margin-right: 20px;	
}

.iconbox {
	margin-bottom: 20px;	
}

.iconbox a {
	display: block;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e0e0e0;
	padding: 20px;		
}

.iconbox a > * {
	color: #333;	
}

.iconbox a:hover {
	background-color: #f0f0f0;
}

.iconbox p:last-child {
	margin-bottom: 0;
}

.iconbox-icon {
	width: 36px;
	height: 36px;
	background: #333 no-repeat center center;	
	display: inline-block;
	vertical-align: middle;
	border-radius: 18px;
	margin-right: 10px;
}

.iconbox.applications .iconbox-icon {
	background-image: url(images/icon-boxes/applications.png);	
}

.iconbox.cog .iconbox-icon {
	background-image: url(images/icon-boxes/cog.png);	
}

.iconbox.iphone .iconbox-icon {
	background-image: url(images/icon-boxes/iphone.png);	
}

.iconbox.chemical .iconbox-icon {
	background-image: url(images/icon-boxes/chemical.png);	
}

.iconbox.computer .iconbox-icon {
	background-image: url(images/icon-boxes/computer.png);	
}

.iconbox.globe .iconbox-icon {
	background-image: url(images/icon-boxes/globe.png);	
}

.iconbox.help .iconbox-icon {
	background-image: url(images/icon-boxes/help.png);	
}

.iconbox.laptop .iconbox-icon {
	background-image: url(images/icon-boxes/laptop.png);	
}

.iconbox.light-bulb .iconbox-icon {
	background-image: url(images/icon-boxes/light-bulb.png);	
}

.iconbox.mouse .iconbox-icon {
	background-image: url(images/icon-boxes/mouse.png);	
}

.iconbox.suitcase .iconbox-icon {
	background-image: url(images/icon-boxes/suitcase.png);	
}

.iconbox.write .iconbox-icon {
	background-image: url(images/icon-boxes/write.png);	
}

/* ---------------------------------------------------------------------- */
/* About Us
/* ---------------------------------------------------------------------- */
.about-us {
	padding: 5px;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	box-shadow: 0 0 0 1px #fff inset;	
}

.about-us.entry-image img, .about-us.entry-slider ul, .about-us.entry-video iframe {
	box-shadow: 0 0 0 1px rgba(255,255,255,0.5);	
}

/* Our Team */

.team-member .photo {
	margin: 0 auto 15px auto;	
	max-width: 100%;
}

.team-member .content {
	margin-bottom: 20px;	
}

.team-member .name {
	margin: 0;
}

.team-member .name, .team-member .job-title {
	text-align: center;
}

.team-member .job-title {
	display: block;
	margin-bottom: 15px;
	color: #888;
}

/* ---------------------------------------------------------------------- */
/* 404 Error Page
/* ---------------------------------------------------------------------- */
.error-404 {
	background: url(images/block-64.png) no-repeat left center;
	padding: 20px 20px 20px 74px;
	margin-bottom: 20px;
}

/* ---------------------------------------------------------------------- */
/* Search Results
/* ---------------------------------------------------------------------- */
ul#search-results li {
	border-top: 1px dotted #ccc;
	padding: 20px 0;
}

ul#search-results li:first-child {
	border: none;	
	padding-top: 0;
}

ul#search-results li:last-child {
	padding-bottom: 0;
}

ul#search-results h2 {
	margin-bottom: 5px;
}

ul#search-results h2 a,
ul#search-results h2 a strong {
	color: #333;
}

ul#search-results p {
	margin: 0;
}

/* ---------------------------------------------------------------------- */
/* Pagination
/* ---------------------------------------------------------------------- */
.page-nav {
	margin-bottom: 40px;
}

.page-nav > span {
	margin-right: 20px;
}

.page-nav ul, .page-nav li, .page-nav > span {
	display: inline-block;
}

.page-nav li, .page-nav > span {
	vertical-align: middle;
	margin-bottom: 10px;	
}

.page-nav li {
	margin-right: 5px;
	line-height: normal;
}

.page-nav a {
	display: block;
	color: #333;
	background-color: #ebebeb; 
}

.page-nav a, .page-nav li.current {
	padding: 5px 10px;
	border-radius: 2px;
	
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-repeat: repeat-x;
}

.page-nav a:hover, .page-nav li.current {
	color: #fff;
}

/* ---------------------------------------------------------------------- */
/* Entry Slider
/* ---------------------------------------------------------------------- */
.entry-slider .flex-direction-nav a {
	margin-top: -25px;
    width: 25px;
    height: 50px;
}

.entry-slider .flex-direction-nav a.flex-prev {
	background-position: 8px center;
}

.entry-slider .flex-direction-nav a.flex-next {
	background-position: -21px center;	
}

/* ---------------------------------------------------------------------- */
/* Carousel
/* ---------------------------------------------------------------------- */
.jcarousel-container {
	max-width: 100%;
}

.jcarousel-clip {
	overflow: hidden;
	width: 100%;
}

.project-carousel > li {
	float: left;
	width: 220px;
	margin-right: 20px;	
}

.jcarousel-prev, .jcarousel-next {
	position: absolute;
    top: -39px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    background: #ccc url(images/carousel-arrows.png) no-repeat;
}

.jcarousel-prev {
	right: 20px;
	background-position: 7px 6px;
}

.jcarousel-next {
	right: 0;
	background-position: -18px 6px;	
}

.jcarousel-prev-disabled, .jcarousel-prev-disabled:hover, .jcarousel-prev-disabled:focus,
.jcarousel-next-disabled, .jcarousel-next-disabled:hover, .jcarousel-next-disabled:focus {
	background-color: #e0e0e0 !important;
	cursor: default;
}

/* ---------------------------------------------------------------------- */
/* Portfolio & Blog
/* ---------------------------------------------------------------------- */
.entry-image > a,
.entry-slider > ul > li > a {
	display: block;	
	position: relative; /* sets the initial position for the overlay */
}

.entry-image {
	display: inline-block;
}

.entry-image,
.entry-video,
.entry-slider {
	margin-bottom: 15px;	
}

.project-list .entry-image {
	margin-bottom: 0;	
}

.entry-image,
.entry-image img,
.entry-slider,
.entry-slider img {
	max-width: 100%;	
}

.entry-slider iframe {
	margin: 0 auto;	
}

/* Overlay */

.overlay {
	display: block;
	background-color: rgba(255,255,255,0.4);
	background-repeat: no-repeat; 
	background-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.overlay.zoom {
	background-image: url(images/overlay-zoom.png);
}

.project-list li .overlay,
.lightbox .overlay,
.lightbox-video .overlay,
.link-overlay .overlay {
	opacity: 0;
	filter: alpha(opacity=0);
    z-index: 0; /* for Opera */
}

.project-list li:hover .overlay,
.lightbox:hover .overlay,
.lightbox-video:hover .overlay,
.link-overlay:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
    z-index: 1; /* for Opera */
}

.project-list li:hover .zoom,
.lightbox .zoom,
.lightbox-video .zoom,
a.entry-image:link .zoom, a.entry-image:visited .zoom,
.entry-slider a:link .zoom, .entry-slider a:visited .zoom {
	background-image: none;
}

a.entry-image:hover .zoom, a.entry-image:active .zoom,
.entry-slider a:hover .zoom, .entry-slider a:active .zoom {
	background-image: url(images/overlay-zoom.png);
}

/* Portfolio Gallery */

ul.portfolio-grid {
	margin-right: -20px;
}

ul.portfolio-grid > li {
	margin: 0 20px 20px 0;
	text-align: center;
	float: left;
}

ul.portfolio-grid > li.one-fourth {
	width: 220px;
}

ul.portfolio-grid > li.one-third {
	width: 300px;
}

ul.portfolio-grid > li.one-half {
	width: 460px;
}

/* Filter */

#filter {
	margin-bottom: 40px;	
}

#filter > span {
	margin: 5px 10px 5px 0;
}

#filter ul, #filter li {
	display: inline-block;
}

#filter li {
	margin: 5px 5px 5px 0;	
}

#filter li, #filter > span {
	vertical-align: middle;	
}

#filter a {
	display: block;
	line-height: normal;
	color: #333;
	background-color: #ebebeb;
	padding: 6px 10px;
	border-radius: 2px;
	
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-repeat: repeat-x;
}

#filter a:hover, #filter a.selected {
	color: #fff;
}

/* Start: Recommended Isotope styles */

/**** 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:      -o-transform, 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;
}

/* End: Recommended Isotope styles */

/* ---------------------------------------------------------------------- */
/* Blog
/* ---------------------------------------------------------------------- */
.post-carousel .entry {
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}

.post-carousel .entry,
.post-carousel .entry-date {
	margin-bottom: 20px;	
}

.blog-entry-list .entry {
	border-top: 1px dotted #ccc;	
	padding-top: 40px;
	margin-bottom: 20px;
}

.blog-entry-list .entry:first-child {
	border: none;
	padding-top: 0;
}

.entry-date {
	float: left;
	margin-right: 20px;	
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.entry-day {
	width: 50px;
	height: 42px;
	border-radius: 2px 2px 0 0;
	background-color: #333;	
	font-family: 'TitilliumText25L600wt', sans-serif;
	font-weight: 600;
	font-size: 1.5em; /* 18px */
	line-height: 42px; /* vertical align */
}

.entry-month {
	width: 50px;
	height: 30px;
	border-radius: 0 0 2px 2px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.166em; /* 14px */
	line-height: 30px; /* vertical align */
	box-shadow: 0 1px rgba(255,255,255,0.15) inset;
}

.entry-body {
	overflow: hidden;
}

.entry-title {
	margin-bottom: 5px;	
}

.entry-title a {
	color: #333;	
}

/* Meta */

.blog-entry-list .entry-meta {
	margin-bottom: 15px;	
}

.blog-entry-list .entry-meta span {
	background: no-repeat left center;
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px solid #ccc;
}

.blog-entry-list .entry-meta span:last-child {
	border: none;
	padding-right: 0;
	margin-right: 0;
}

.blog-entry-list .entry-meta .author {
	background-image: url(images/blog/author.png);
	padding-left: 21px;	
}

.blog-entry-list .entry-meta .category {
	background-image: url(images/blog/folder.png);
	padding-left: 23px;	
}

.blog-entry-list .entry-meta .comments {
	background-image: url(images/blog/comment.png);
	padding-left: 21px;	
}

/* Tags */

.tags li {
	float: left;
	margin: 0 5px 5px 0;
}

.tags a {
	display: block;
	color: #333;
	background-color: #ebebeb; 
	padding: 5px 10px;
	border-radius: 2px;
	
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
	background-repeat: repeat-x;
}

.tags a:hover {
	color: #fff;
}

/* Comments */

/* Comment List */

ol.comment-list, ol.children {
	list-style: none;
}

#comment-1 {
	border-top: none;	
}

li.comment .comment-wrap {
	padding: 20px 0;
	border-top: 1px dotted #ccc;	
}

li.comment ol.children {
	margin-left: 65px;	
}

/* Comment List Content */

ol.comment-list .avatar-wrap {
	float: left;
	margin-right: 15px;
}

ol.comment-list .avatar-wrap a.comment-edit-link {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-style: italic;
}

ol.comment-list .comment-details {
	overflow: hidden;
}

ol.comment-list .comment-author {
	font-weight: bold;	
}

ol.comment-list .comment-author a {
    color: #333;
}

ol.comment-list .comment-author.post-author span {
	color: #e64141;
}

ol.comment-list .comment-meta {
	margin-bottom: 15px;	
	color: #888;
}

ol.comment-list .comment-reply-link {
	font-style: italic;
}

/* Respond (Leave a Comment) */

#reply-title small {
	float: right;
	margin-top: 3px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 0.666em; /* 12px/18px */
	line-height: 1.5em; /* 18px/12px */
	font-weight: normal;
	text-transform: none;
	font-style: italic;
}

/* ---------------------------------------------------------------------- */
/* Portfolio
/* ---------------------------------------------------------------------- */
.project-list a {
	display: block;
}

.project-list .entry-title {
	color: #333;	
}

.project-list .entry-meta {
	text-align: center;
	padding: 15px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e0e0e0;
}

.project-list .entry:hover .entry-meta {
	background-color: #f0f0f0;
}

.project-list .entry-meta p {
	margin: 0;
}

.project-list .entry-content {
	color: #666;
}

.entry-image {
	position: relative;
}

/* ---------------------------------------------------------------------- */
/* Clients
/* ---------------------------------------------------------------------- */
.clients {
	margin: 0 -10px 20px 0;	
}

.clients li {
	float: left;	
	margin: 0 10px 10px 0;
	width: 176px;
	border: 1px solid #e0e0e0;
	box-shadow: 0 0 1px #fff inset;
	padding: 1px;
}

.clients a {
	display: block;
	background-color: #fff;
	border: 4px solid #f5f5f5;
}

.clients img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	max-width: 100%;
}

.clients li:hover {
	border-color: #ccc;
}

.clients li:hover a {
	border-color: #f0f0f0;
}

.clients li:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ---------------------------------------------------------------------- */
/* Forms
/* ---------------------------------------------------------------------- */
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

/* Fix for Mobile Safari */
input[type="checkbox"] { 
	-webkit-appearance: checkbox; 
}

input[type="radio"] { 
	-webkit-appearance: radio; 
}

input {
	line-height: normal;	
}

textarea {
	overflow: auto; /* removes scrollbar in IE */	
}

input[type="submit"] {
	width: auto;
}

::-webkit-input-placeholder { /* Chrome, Safari */
	color: #999;
}

/* Firefox */
:-moz-placeholder { 
   color: #999;
}

::-moz-focus-inner { /* removes the extra padding and dotted border on buttons in Firefox */	      
	padding: 0;         
	border: none;
}

/* Search Form */

#search-form {	
	position: relative;
	margin-top: 30px;
	float: right;
	margin-left: 20px;
}

#search-submit {
	width: 30px;
	height: 30px;
	background: url(images/magnifying-glass.png) no-repeat center center;
	border: none;
	text-indent: -10000em;
	cursor: pointer;
	border-radius: 2px;
}

/* After Click */

#s {
	position: absolute;
	top: 40px;
	right: 0;	
	padding: 6px 10px;
	border: 1px solid #ebebeb;
	width: 198px;
    z-index: 1000;
    border-radius: 0;
}

/* Content Form */

.content-form p {
    margin-bottom: 10px;
}

.content-form input, .content-form textarea, .content-form select {
	background-color: #f5f5f5;	
	border: 1px solid #e0e0e0;
	padding: 6px 10px;
	border-radius: 0;
}

.content-form input:hover, .content-form textarea:hover, .content-form select:hover,
.content-form input:focus, .content-form textarea:focus, .content-form select:focus {
	border-color: #ccc;
}

.content-form input {
	width: 50%;
}

.content-form label, .content-form input, .content-form textarea, .content-form select {
    margin-bottom: 5px;
}

.content-form label {
	display: block;
	clear: both;
}

.content-form .error {
	color: #E64141;
}

.content-form textarea, .content-form select {
	width: 60%;
	height: 160px;
}

.content-form input[type="file"] {
    padding: 0;
    border: none;
}

/* Newsletter */

#newsletter-form input#newsletter {
	width: 90%; /* 198px/220px */
	background-color: #404040;
	border: 1px solid #4c4c4c;
}

#newsletter-form input.button {
	margin-right: 0;
	margin-top: 10px;
	background-color: #1a1a1a;
	
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
	background-repeat: repeat-x;
}

#newsletter-form input.button:hover {
	background-color: #4d4d4d;	
}

/* Comment Form */

#comment-form p {
    margin-bottom: 10px;
}

#comment-form input, #comment-form textarea {
	background-color: #f5f5f5;	
	border: 1px solid #e0e0e0;
	padding: 6px 10px;
	border-radius: 0;
}

#comment-form input:hover, #comment-form textarea:hover,
#comment-form input:focus, #comment-form textarea:focus {
	border-color: #ccc;
}

#comment-form input {
	width: 50%; 
}

#comment-form label, #comment-form input, #comment-form textarea {
    margin-bottom: 5px;
}

#comment-form label {
	display: block;
	clear: both;
}

#comment-form .error {
	color: #E64141;
}

#comment-form textarea {
	width: 60%;
	height: 160px;
}

/* ---------------------------------------------------------------------- */
/* Tables
/* ---------------------------------------------------------------------- */

/* Generic Table */

.gen-table {
	width: 100%;	
	margin-bottom: 20px;
}

.gen-table caption {
	margin-bottom: 10px;
}

.gen-table th {
	font-weight: bold;
}

.gen-table th, .gen-table td {
	background-color: #fff;
	padding: 5px;	
	text-align: center;
	border: 1px solid #e0e0e0;	
	vertical-align: top;
}

.gen-table .empty-left-top {
	background-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.gen-table .empty-left-bottom {
	background-color: transparent;	
	border-left-color: transparent;
	border-bottom-color: transparent;
}

.gen-table td.top-left {
	text-align: left;
	vertical-align: top;
}

.gen-table thead th {
	font-size: 1.166em; /* 14px */
}

.gen-table thead th,
.gen-table tfoot td {
	background-color: #ebebeb;	
	border-color: #d9d9d9;
}

.gen-table tbody th,
.gen-table tr.odd th, .gen-table tr.odd td {
	background-color: #f5f5f5;
}

.gen-table tfoot td {
	font-style: italic;
	font-size: 0.916em; /* 11px */
}

.gen-table tfoot .button {
	font-style: normal;
	font-size: 1.09em; /* 12px/11px */
	margin: 5px 0;
}

.gen-table tfoot + tbody tr.row-last th, 
.gen-table tfoot + tbody tr.row-last td {
	border-bottom-color: #d9d9d9;	
}

.gen-table tbody tr:hover th, .gen-table tbody tr:hover td {
	background-color: #edf3fc;	
}

/* ---------------------------------------------------------------------- */
/* Pricing Tables
/* ---------------------------------------------------------------------- */

/* Pricing Boxes */

.pricing-box {
	margin-bottom: 20px;	
	text-align: center;
}

.pricing-box .price,
.pricing-box .footer {
	background-color: #f0f0f0;
	border: 1px solid #d9d9d9;	
}

.pricing-box .footer {
	padding: 10px 15px;
}

.pricing-box ul.features {
	background-color: #fff;	
	border: 1px solid #ebebeb;
	border-top: none;
	border-bottom: none;
	padding: 10px 15px;
}

.pricing-box ul.features li {
	border-top: 1px solid #ebebeb;
	padding: 5px 0;	
}

.pricing-box ul.features li:first-child {
	border: none;	
}

.pricing-box .button {
	margin: 5px 0;	
}

.pricing-box .title {
	background-color: #d9d9d9;
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 5px 15px;
	margin: 0;
	
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 1.5em; /* 18px */
	line-height: 1.333em; /* 24px/18px */
	text-transform: uppercase;
}

.pricing-box .title,
.pricing-box .price,
.pricing-box .footer {
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.04));
	background-repeat: repeat-x;
}

.pricing-box .price {
	line-height: normal;
	padding: 10px 15px;
	margin: 0;	
	border-top: 1px solid rgba(255,255,255,0.4);
}

.pricing-box .price span {
	font-weight: bold;
	font-size: 2.5em; /* 30px */
	color: #699900;
}

.pricing-box .price sup {
	font-size: 100%;
}

.pricing-box.featured {
	box-shadow: 0 0 8px rgba(0,0,0,0.08);
}

.pricing-box.featured .title {
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.16));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.16));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.16));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.16));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.16));
	background-repeat: repeat-x;	
}

.pricing-box.featured .title,
.pricing-box.featured .price span,
.pricing-box.featured .price sup {
	color: #fff;
}

.pricing-box.featured .price {
	border-top: 1px solid rgba(255,255,255,0.1) !important;
}

/* Pricing Tables */

.pricing-table {
	margin-right: 0;	
	margin-left: -1px;
}

.pricing-table.featured {
	position: relative;
	z-index: 1;
}

.pricing-table.one-fourth {
	width: 25.106%; /* 236px */
	max-width: 236px;
}

.pricing-table.one-third {
	width: 33.404%; /* 314px */
	max-width: 314px;
}

/* ---------------------------------------------------------------------- */
/* Footer
/* ---------------------------------------------------------------------- */
#footer {
	color: #999;
	margin-top: 0px;	
}

#footer a:hover {
	color: #ebebeb;	
}

#footer h3 {
	color: #ebebeb;
	font-size: 1.166em; /* 14px */	
	line-height: 1.285em; /* 18px/14px */	
}

#footer-top {
	background-color: #666;
	padding: 37px 0 15px;
	color: #fff;
}

#footer-bottom {
	background-color: #7bb314;
	font-size: 0.916em; /* 11px */	
	padding: 30px 0;
}

#footer-bottom a,#footer-bottom ,#footer-bottom p{
	color: #fff;
}

/* ---------------------------------------------------------------------- */
/* Widgets
/* ---------------------------------------------------------------------- */
.widget {
	margin-bottom: 20px;
}

#sidebar .widget {
	margin-bottom: 30px;
}

/* Twitter */

.twitter-widget ul li {
	background: url(images/social-media/twitter.png) no-repeat left 0.416em; /* 5px */
	padding-left: 26px;
	margin-bottom: 20px;	
	word-wrap: break-word; /* for Chrome */
}

.twitter-widget ul li > span {
	display: block;
}

.tweet_time {
	font-size: 0.916em; /* 11px */
	margin-top: 5px;
}

.tweet_time a {
	color: #ccc;
}

/* Flickr */

.flickr-widget ul {
	margin-right: -5px;	
}

.flickr-widget ul li {
	float: left;
	margin: 0 5px 5px 0;	
}

.flickr-widget ul img {
    height: 70px;
    width: 70px;
}

/* Contact Info */

.contact-info div p {
    background-repeat: no-repeat;
    padding-left: 23px;
	margin-bottom: 15px;
}

.contact-info .address {
	background-image: url(images/contact/home.png);
	background-position: left 0.083em; /* 1px */
}

.contact-info .phone {
	background-image: url(images/contact/phone.png);
	background-position: left 0.083em; /* 1px */
}

.contact-info .fax {
	background-image: url(images/contact/fax.png);
	background-position: left 0.166em; /* 2px */
}

.contact-info .email {
	background-image: url(images/contact/mail.png);
	background-position: left 0.25em; /* 3px */
}

.contact-info .business-hours {
	background-image: url(images/contact/clock.png);
	background-position: left 0.166em; /* 2px */
}

/* Social Links */

.social-links {
	margin-right: -17px;	
	max-width: 100%;
}

.team-member .social-links {
	text-align: center;	
	padding-top: 10px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
}

.team-member .social-links li {
	margin-bottom: 10px;
}

.social-links li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 17px 20px 0;	
}

.social-links a {
	display: block;
	text-indent: -10000em;
	background-repeat: no-repeat;
	background-position: left top;	
}

.social-links .twitter a {
	background-image: url(images/social-media/twitter.png);
	width: 30px;
	height: 30px;
}

.social-links .instagram a {
	background-image: url(images/social-media/insta.png);
	width: 30px;
	height: 30px;
}

.social-links .facebook a {
	background-image: url(images/social-media/facebook.png);
	width: 30px;
	height: 30px;
}

.social-links .google-plus a {
	background-image: url(images/social-media/google-plus.png);
	width: 30px;
	height: 30px;
}

.social-links .linkedin a {
	background-image: url(images/social-media/linkedin.png);
	width: 30px;
	height: 30px;
}

.social-links .pin a {
	background-image: url(images/social-media/vimeo.png);
	width: 30px;
	height: 30px;
}

.social-links .youtube a {
	background-image: url(images/social-media/youtube.png);
	width: 30px;
	height: 30px;
}

.social-links .skype a {
	background-image: url(images/social-media/skype.png);
	width: 30px;
	height: 30px;
}

.social-links .mail a {
	background-image: url(images/contact/mail.png);
width: 30px;
	height: 30px;
}


/* Footer Social Links */

#footer .social-links {
	float: left;	
}

#footer .social-links li, #footer-bottom p {
	margin-bottom: 0;
}

#footer .social-links .twitter a {
	background-image: url(images/footer/tw.png);
	opacity: 0.5;
}
#footer .social-links .instagram a {
	background-image: url(images/footer/insta.png);
	opacity: 0.5;
}
#footer .social-links .twitter a:hover {
	opacity: 1;
}
#footer .social-links .instagram a:hover {
	opacity: 1;
}
#footer .social-links .facebook a {
	background-image: url(images/footer/fb.png);
	opacity: 0.5;
}
#footer .social-links .facebook a:hover {
	opacity: 1;
}
#footer .social-links .google-plus a {
	background-image: url(images/footer/footer-google-plus.png);
}

#footer .social-links .linkedin a {
	background-image: url(images/footer/in.png);
	opacity: 0.5;
}
#footer .social-links .linkedin a:hover {
	opacity: 1;
}
#footer .social-links .pin a {
	background-image: url(images/footer/pin.png);
	opacity: 0.5;
}
#footer .social-links .pin a:hover {
	opacity: 1;
}
#footer .social-links .youtube a {
	background-image: url(images/footer/footer-youtube.png);
}

#footer .social-links .skype a {
	background-image: url(images/footer/footer-skype.png);
}

/* Menu with Separators */

.widget ul.menu li {
	border-bottom: 1px dotted #ccc;
}

.widget ul.menu li > a {
	display: block;
    color: #333;
    padding: 6px 0 6px 11px;
	background: url(images/bullets/list-arrow.png) no-repeat left 1em; /* 12px */
}

/* ---------------------------------------------------------------------- */
/* Scroll to Top
/* ---------------------------------------------------------------------- */
#toTop, #toTopHover {
	background: url(images/scroll-top.png) no-repeat center center;
	width: 40px;
	height: 40px;
	overflow: hidden;
	bottom: 57px;
	right: 20px;
	text-indent: -10000em;
	position: fixed;
	border-radius: 2px;
}

#toTop {
	display: none;
	background-color: #999;
}

#toTopHover {
	display: block;
	opacity: 0;
}

#toTop:active, #toTop:focus {
	outline: none;
}













.captchaimg img{
	    margin-bottom: 13px;
}

/*
.page-nav{
	
}

.page-nav #previouspage{
	display: inline-block!important
}
.page-nav #nextpage{
	display: inline-block!important
}

*/
#report-abuse{
	    display: none!important;
}

.home-intro{
    background-color: #9C9C9C;
    padding: 30px 0px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 4px solid #8c8c8c;
    border-top: 4px solid #8c8c8c;
}
.home-intro section{
	margin-bottom: 0px;
	text-align: left;
}
.home-intro p{
    margin-bottom: 0px;
    text-align: justify;
    margin-left: -5px;
}
.home-intro h1{
	color: #ffffff;
	font-size: 24px;
}
.home-intro h1 strong{
	color: #ffffff;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.home-intro section:after{
	min-height:  auto;
}
#slider-home{
	margin-bottom: 0px;
}

.home_testimonial{
	 background-color: #f0f0f0;
        padding: 30px 0px;
}
.home_testimonial section{
	margin-bottom: 0px;
}
.home_testimonial h3{
	    font-size: 40px;
    text-align: center;
    text-transform: none;
}
.home_testimonial blockquote {
    margin-bottom: 0px;
}
.home_footer{
	margin-top: 0px!important;
}
.home_video_part h3{
	    font-size: 36px;
    text-align: left;
    text-transform: none;
}
.home_video_part {
    padding: 50px 0px 80px;
}
.home_video_part .one-half{
	margin-bottom: 0px;
}

.home_studio_hire{
	padding: 40px 0px;
	    background-color: #f0f0f0;
}

.home_studio_hire h3{
    text-align: center;
    font-size: 40px;
    text-transform: none;
	font-weight: 300;
}
.studio_box{
	    position: relative;
    width: 290px;
}
.studio_box .studio_box_hover{
    position: absolute;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.61);
    padding: 20px;
    color: #fff;
    height: 148px;
    display: none;
    width: 250px;
}
.studio_box h2{
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.61);
    width: 100%;
    display: block;
    margin: 0px;
    padding: 10px 0px;
    color: #fff;
    font-weight: 300;
    text-indent: 19px;
}
.studio_box h3{
    font-size: 19px;
    color: #fff;
    text-transform: none;
    font-weight: 500;
}
.home_studio_hire  .one-third{
	
}
.studio_box_top img{
	    width: 100%;
    height: auto;
        max-height: 188px;
}
.studio_box_hover p{
	    color: #fff;
    margin-bottom: 10px
}

.studio_box_hover a{
	color: #A1EC16;
}

.view_all{
	text-align: center;
	margin: 0px;
}
.view_all a{
	    margin-bottom: 0px;
    margin-top: 40px;
}

.footer-top .widget{
	
}
.footer-top .widget h2{
	
}
.footer-top .widget h3{
	
}
.footer-top .widget h4{
	
}

#cat_1668369_divs{
    float: right;
    width: 460px;
}


#footer-bottom ul{
	
}
#footer-bottom ul li{
	
}
#footer-bottom ul li a{
    float: left;
    text-transform: uppercase;
    padding-left: 24px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
#footer-bottom  .one-half{
	    width: 26%;
}

#footer-bottom  .column-last{
    width: 72%;
    max-width: 730px;
    float: right;
}
.service-lists {
    margin-left: -18px;
    margin-right: -29px;
}
.service-list {
    float: left;
    margin-left: 11px;
    border: 2px solid rgba(197, 197, 197, 0.48);
    padding: 29px;
    text-align: center;
    width: 17%;
    height: 221px;
    margin-bottom: 12px;
    box-shadow: inset 0px 0px 20px rgba(222, 222, 222, 0.62);
}
.service-list a h3{
	
}
.service-list a{
	
}
.service-list img {
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 28px;
}

.equipment_lists img{
    width: 100%;
    padding: 5px;
    border: 1px solid #eee;
}
.equipment_lists {
    clear: both;
    margin-bottom: 30px;
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}

#content img{
	max-width: 100%;
	height: auto;
}

.gallery-wrapper{
	    margin-right: -20px;
}

.gallery-wrapper .gallery_col{
    width: 30%;
    float: left;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 5px;
}
.gallery-wrapper .gallery_col h2{
	    font-size: 1.2em;
    line-height: 1.285em;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
    background-color: #000;
    color: #fff;
    transition:  all 0.2s ease-in;
     -webkit-transition:  all 0.2s ease-in;
      -moz-transition:  all 0.2s ease-in;
}
.gallery-wrapper .gallery_col:hover h2{
	background-color: #7bb314;
    color: #fff;
}
.gallery-wrapper .gallery_col:hover img{
	opacity: 0.8;
}
.gallery-wrapper .others_images{
	display: none;
}
.fancy_box{
	
}
.fancy_box .overlay{
	
}
#flexslider-home .flexslider .slides img {
    width: 100%;
    display: block;
    /*max-height: 527px;*/
}

#flexslider-home .flex-caption {
    width: 39.382%;
    min-width: 450px;
    max-height: 300px;
    position: absolute;
    right: 7%;
    bottom: 26%;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.75);
    left: auto;
    background-color: rgba(255, 255, 255, 0.84);
    border-radius: 30px;
    padding: 10px;
}

#flexslider-home .flex-caption h2 {
font-size: 50px;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
color: #333333;
text-align: center;
background: transparent;
line-height: 1.6;
margin:0px;
padding:0px;
}

#flexslider-home .flex-caption p {
font-size: 25px;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
color: #333333;
text-align: center;
background: transparent;
line-height: 1.4;
margin:0px;
padding:0px;
}

#flexslider-home .flex-caption p.number {
font-size: 60px;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
color: #77a51c;
text-align: center;
background: transparent;
line-height: 1.2;
margin:0px;
padding:0px;
}

.studio_pricing {
	    padding: 30px;
    border: 2px solid #eee;
    border-radius: 10px;
    margin-bottom: 30px;
}
.studio_pricing h3{
	
}
.studio_pricing h2{
    font-size: 22px;
    color: #7bb314;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.studio_pricing h4{
    font-size: 14px;
    color: #666;
    font-family: sans-serif;
}

.studio_pricing hr{
	
}

.studio_pricing ul{
	
}
.studio_pricing ul li{
	    font-size: 14px;
    line-height: 25px;
}
.studio_pricing .button{
	    margin-bottom: 0px;
}
.widget h2 {
font-size: 20px;
    color: #ffffff;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.widget .head {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
color: #ffffff;
}

.widget p {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 300;
color: #ffffff;
}

.widget .address {
background-image: url(images/map-icon.png);
background-repeat: no-repeat;
background-position: left top;
padding-left: 30px;
}


.webform input[type="text"], .webform textarea {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 6px 10px;
    border-radius: 0;
}

.webform  input[type="submit"] {
    background-color: #1d1e22 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
	padding: 9px 22px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
	border-radius: 5px;
}



.webform_style input[type="text"], .webform_style textarea,select {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 6px 10px;
    border-radius: 0;
}

.webform_style textarea {
    height: 160px;
}

.webform_style select{
	    padding: 4px 10px;
}

.webform_style label{
	    font-size: 14px;
    margin-bottom: 8px;
    display: inline-block;
}

.webform_book_now input[type="text"], .webform_book_now textarea,select {
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 6px 10px;
    border-radius: 0;
}

.webform_book_now textarea {
    height: 160px;
    margin-left: 0px;
    margin-right: 0px;
    width: 564px;
}

.webform_book_now select{
	    padding: 4px 10px;
}

.webform_book_now label{
font-size: 14px;
    margin: 9px 0px;
    display: inline-block;
}

.webform_book_now input[type="submit"]{
	    margin-top: 30px;
}


.footer_contact_form input[type="text"], .footer_contact_form textarea,.footer_contact_form select {
    background-color: transparent;
    border: 1px solid #e0e0e0;
    padding: 10px 10px;
    border-radius: 0;
    color: #fff;
    width: 260px;
    border-radius: 3px;
}
.footer_contact_form input::-webkit-input-placeholder{
	color: #fff;
}

/* Firefox */
.footer_contact_form input:-moz-placeholder { 
   color: #fff;
}

.footer_contact_form textarea::-webkit-input-placeholder{
	color: #fff;
}

/* Firefox */
.footer_contact_form textarea:-moz-placeholder { 
   color: #fff;
}

.home_video_part {
background: url(images/base.png) no-repeat center 94%;
}

.studio-content{
        padding-bottom: 40px;
}

.studio-content #slider-about-us{
    margin-bottom: 30px;
}

.studio-additional{
    
}
.studio-additional .studio_box_hover{
        padding-top: 16px;
    padding-bottom: 23px
}

.studio-additional h3{
    font-size: 17px;
    text-align: center;
}

.studio-additional h3:hover{
    color:#A1EC16;
}
.contact-studio{
    
}
.contact-studio .one-third{
    
}
.contact-studio h3{
    color: #333;
    font-weight: 500;
    font-size: 21px;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}
.contact-studio a{
    color: #7bb314;
    font-style: italic;
    font-weight: 400;
}

.contact-studio p strong{
        color: #636363;
}

.studio-gmap {
    
}

.studio-gmap h3{
        color: #7bb314;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.studio-gmap iframe{
        margin-bottom: 12px;
}


.contact-webform{
    
}

.contact-webform{
    
} 

.contact-webform select{
        width: 150px;
}

.contact-webform input[type="text"],.contact-webform input[type="email"],.contact-webform textarea,.contact-webform select{
    padding: 8px 10px;
    border: 1px solid #E6E6E6;
    background: #fff;
    margin: 10px 0px;
}

.contact-webform textarea{
    
}

.contact-webform input[type="submit"]{
    
}

.contact-webform label{
    
}
h2.head_section{
        color: #7bb314;
    margin: 0px;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    margin-bottom: 6px;
    margin-top: 18px;
    font-size: 20px;
}

h3.head_section{
    color: #333;
    margin: 0px;
    padding-bottom: 16px;
    margin-bottom: 6px;
    font-size: 17px;
    font-weight: 500;
}
hr.frm_sep{
    
        margin: 15px 0px;
}
hr.frm_sep_dark{
       margin: 15px 0px;
    background-color: #ccc;
}

.frm_check{
    
}

.frm_check span{
        display: inline-block;
    top: 6px;
    position: relative;
    left: 3px;
}

.webform p.desc{
        margin: 10px 0px;
    font-style: italic;
}
p.desc-note{
        margin: 0px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 9px;
}


#datepicker button{
        background: #7bb314!important;
}

#datepicker button:hover{
        background: #333!important;
}

.is_student_info{
 display:none;   
}

.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
        font-size: 14px;
    /* list-style: none; */
    margin: 0 0 9px;
}

.entry-content p,.entry-content p span,.entry-content p a{
    
}

.form label, .webform label {
    font-size: 14px;
}
span.toggle-title, span.accordion-title {
    background-color: #FFFFFF;
    border: 1px solid #eee;
}

.pay_total_row{
	
}

.pay_total_row strong{
	    display: inline-block;
    width: 175px;
	
}

span.toggle-title, span.accordion-title {
    background-color: #FFFFFF;
    border: 1px solid #FFF;
    background: #F7F7F7;
    margin: 20px 0px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    font-weight: 500;
}

.accordion > div:first-child > span.accordion-title {
    border-top: 1px solid #fff;
}

.toggle-inner, .accordion-inner {
    padding: 15px 10px;
    background-color: #fff;
    border: 1px solid #fff;
    border-top: none;
}
.accordion-title.ui-state-active, .accordion-title:hover {
    color: #FFFFFF!important;
    background-color: #737372;
}
.equipment_lists .column-last {
    padding-left: 40px;
}

ul.arrow li { 
    font-weight: 400;
    padding-left: 16px;
}

.equipment_lists h2{
    font-weight: 500;
    font-size: 21px;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}


h2.head3{
	font-weight: 500;
    font-size: 20px;
}

.blog-comment-container .comment-details {
    font-size: 14px;
}


/*
 * jQuery UI Button 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */

/*
 * jQuery UI Datepicker 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }



.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }