/*
Theme Name: SIMPLE T. RESPONSIVE WORDPRESS THEME
Theme URI: http://www.anarieldesign.com
Description: Simple T. Premium Theme for WordPress
Author: Anariel Design
Author URI: http://www.anarieldesign.com
Version: 1.1
Tags:theme-options
License: GNU General Public License version 3.0
License URI:http://www.gnu.org/licenses/gpl-3.0.html 
*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700|Merriweather|Revalia);
/*===============================================================
	WORDPRESS CORE
================================================================*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display:block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.wp-caption {
	background: #000000;
	border: 1px solid #000000;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin:0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
/*overflow-x: hidden;*/}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* #Basic Styles
================================================== */
body {
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #ffffff;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
html {
	background:#ffffff;
/*overflow-x: hidden;*/ }
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	letter-spacing:0.04em;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	color:#ffffff;
	text-shadow: 0px 0px 0px;
	-webkit-text-stroke: 1px transparent;
	webkit-font-smoothing: antialiased;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	color:#E0DEDE;
}
h1 {
	font-size: 2.6em;
	line-height:2em;
	font-weight:bold;
}
h2 {
	font-size: 2.2em;
	margin-bottom:10px;
	line-height:1.8em;
	font-weight:bold;
	letter-spacing:0.2em;
}
h3 {
	font-size: 1.8em;
	margin-bottom: 10px;
	line-height:1.8em;
}
h4 {
	font-size: 1.4em;
	line-height:1.4em;
	margin-bottom: 10px;
}
h5 {
	font-size: 1.1em;
	line-height:1.0em;
	margin-bottom: 10px;
}
h6 {
	font-size: 1.0em;
	text-transform:capitalize;
	font-family: 'Merriweather', sans-serif;
}
.subheader {
	color: #ffffff;
}
p {
	color: #ffffff;
	line-height:1.5em;
	font-size:1.0em;
	margin: 0 0 15px 0;
	font-family: 'Merriweather', sans-serif;
}
p.last {
	margin-bottom:0;
}
p img {
	margin: 0;
}
img.left {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
img.right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	text-shadow:0px 0px 0 #ffffff;
}
small {
	font-size: 80%;
}
hr {
	border: solid #efefef;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
.container {
	word-wrap: break-word;
}
/* Text Selection */
::selection {
background: #dcdcdc;
color: #151820; /* Safari */
}
::-moz-selection {
background: #dcdcdc;
color: #151820; /* Firefox */
}
/* #Links
================================================== */
a, a:visited {
	color:#fa3838;
	text-decoration: none;
	outline: 0;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Images
================================================== */
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
img.left {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
img.right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.latest .attachment-post-thumbnail.wp-post-image, .work .wp-post-image, .news .wp-post-image {
	width:100% !important;
	height:auto;
}
/* --- Post Images and Video --- */
img {
	max-width:100%;
	height: auto;
	margin: 0;
	padding: 0;
}
img.aligncenter {
	margin: 20px auto;
}
img.alignleft, .wp-caption.alignleft {
	margin: 10px 20px 0 0;
}
img.alignright, .wp-caption.alignright {
	margin: 10px 0 0 20px;
}
img.alignnone {
	margin: 20px 0;
}
.wp-caption.alignnone {
	margin: 0 0 20px 0;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.post .wp-caption {
	max-width: 100%;
	text-align: center;
}
.single-entry-content .wp-caption {
	max-width: 100%;
	text-align: center;
}
.post p.wp-caption-text {
	font: normal .8em/1.4 'Lato', arial, sans-serif;
	margin: 0;
	padding: 7px 0 10px 0;
	color: #ffffff;
}
object,  embed, iframe {
	max-width: 100%;
	margin: 5px 0 10px;
	display: block;
}
/* --- Post Tables --- */
article table {
	margin:10px 0px 30px 0px;
}
article table thead {
	border-top:1px solid #777;
}
article table tr {
	border-bottom:1px solid #777;
}
article table tr th {
	padding: 10px 20px 10px 20px;
	border-top:1px solid #777;
	border-left:1px solid #777;
	border-right:1px solid #777;
	color:#1b142c;
}
article table tr td {
	padding: 10px 13px 10px 13px;
	border-left:1px solid #777;
	border-right:1px solid #777;
	color:#1b142c;
}
.entry-link, .entry-gallery, .entry-video {
	width: 100%;
	margin: 0;
	float: left;
}
/* Lists
--------------------------------------------- */
.post ol, ol {
	padding:8px 0 8px 20px !important;
	line-height: 1.3;
}
.post ol li, ol li {
	padding:0 0 12px;
	list-style: decimal;
	font-size:1.05em;
}
.post ol ol li, ol ol li {
	list-style: upper-alpha;
	font-size:1.05em;
}
.post ol ol ol li, ol ol ol li {
	list-style: lower-roman;
	font-size:1.05em;
}
ol li {
	font-size:1.1em;
}
dl {
	margin:0;
	padding: 0;
}
dt {
	font-weight: bold;
	margin: 0;
	padding: 10px 5px 5px;
}
dd {
	margin: 0;
	padding: 0 0 10px 15px;
}
.post ol, ol {
	padding:8px 0 8px 20px !important;
}
.post ol li, ol li {
	padding:0;
	list-style: decimal;
}
.post ol ol li, ol ol li {
	list-style: upper-alpha;
}
.post ol ol ol li, ol ol ol li {
	list-style: lower-roman;
}
dl {
	margin:0;
	padding: 0;
}
dt {
	font-weight: bold;
	margin: 0;
	padding: 10px 5px 5px;
}
dd {
	margin: 0;
	padding: 0 0 10px 15px;
}
/* #Forms
================================================== */
/* General Forms */
form {
	margin-bottom: 0px;
}
fieldset {
	margin-bottom: 20px;
}
label, legend {
	display: block;
	font-size: 14px;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	padding: 10px 10px;
	outline: none;
	overflow: hidden;
	font: 14px;
	margin: 0;
	width: 198px;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
}
select {
	padding: 0;
}
textarea {
	min-height: 100px;
}
select {
	width: 220px;
}
/* Header Responsive Menu Form Style */
.header select {
	-webkit-appearance: none;
	padding: 10px;
	outline: none;
	border:none;
	overflow: hidden;
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	background:#000 url(images/navselect.gif) no-repeat right center;
	color: #fff;
}
.header option {
	outline: none;
	border: 0;
	overflow: hidden;
	font: 1em Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
	padding-left: 15px;
}
/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.left {
	float: left;
}
.right {
	float: right;
}
/****************************** MAIN STYLES - backgorund,deviders ******************************/
/* Main Container */
img, embed, object, video {
	max-width: 100%
}
/* Deviders */
hr.separator {
	height: 1px;
	margin: 40px 0;
	border-top:1px solid #929393;
}
/****************************** Navigation ******************************/
#headerbox {
	background:#ffffff;
}
.header {
	background:#ffffff;
	padding:10px 0 10px 0;
}
.logo {
	float:left;
}
.logo h2 a {
	color:#111;
}
span.tletter {
	color:#555;
	border-bottom:1px solid #f55446;
	margin-left:5px;
}
span.line {
	border-top:1px solid #111;
}
span.punkt {
	color:#f55446;
	font-weight:300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	margin-left:-10px;
}
#navigation {
	float:right;
	margin-top:15px;
}
ul#nav li {
	border-top:none;
	display: inline-block;
	padding:10px 10px 0 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul#nav li.current-menu-item {
	border-top:1px solid #111;
}
ul#nav li a {
	font-size:1.1em;
}
ul#nav li ul {
    margin: 0;
    display: none;
}
ul#nav li:hover ul {
    display: block;
    position:absolute;
	z-index:10000;
}
ul#nav li ul li {
	padding:10px;
	width:150px;
	display:block;
}
ul#nav li ul {
    background:#efefef;
}
ul#nav li ul li a, #nav li ul li a:hover {
    color: #111;
    font-size: 0.95em;
    font-weight: normal;
}
ul#nav li ul li.current-menu-item {
	border-top:none;
}
/****************************** FlexSlider ******************************/
.slider h1 {
	color:#fff;
}
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a, .flexslider a, .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	background:#fff;
	border-bottom:4px double #929393;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
}
/* Caption style */
/* IE rgba() hack */
.caption {
	zoom: 1;
	width:40%;
	padding: 2%;
	margin: 0;
	position: absolute;
	left: 10%;
	bottom: 20%;
	text-align:center;
	color:#2d2010;
}
.caption p {
	font-size:1.2em;
	margin-bottom:30px;
}
/* Direction Nav */
.flex-direction-nav {
	height: 0;
}
.flex-direction-nav a {
	width:52px;
	height: 52px;
	margin: -15px 0 0;
	display: block;
	background:  url(images/flexslider/bg_direction_nav.png) no-repeat;
	position: absolute;
	top: 5%;
	cursor: pointer;
	text-indent: -999em;
}
.flex-direction-nav .flex-next {
	background-position: -52px 0;
	right: 0px;
}
.flex-direction-nav .flex-prev {
	left: 0px;
}
.flex-direction-nav .flex-disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav a {
	width: 13px;
	height: 13px;
	display: block;
	cursor: pointer;
	text-indent: -999em;
}
.flex-control-nav a:hover {
	background-position: 0 -13px;
}
.flex-control-nav a.flex-active {
	background-position: 0 -26px;
	cursor: default;
}
/* HOME/INTRO
================================================== */
.intro {
	text-align:center;
	margin-bottom:60px;
	padding-top:50px;
}
.container.latest {
	margin-bottom:50px;
}
.latest img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.latest img:hover {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.intro p {
	display:inline-block;
	border-top:1px solid #000000;
	padding:10px 0 0 0;
}
figcaption h6 {
	margin-top:20px;
	border-top:1px solid #000000;
	padding:10px 0 0 0;
}
span.diagonalline {
	margin:0 5px;
	font-size:1.4em;
	font-family:"Courier New", Courier, monospace;
}
p.quote {
	color:#ffffff;
	font-size:0.9em;
}
/* HOME/NEWS
================================================== */
a.button {
	border-bottom:1px solid #000000;
	letter-spacing:0.4em;
	text-transform:uppercase;
	padding:0 0 5px 0;
	font-size:0.9em;
	font-family: 'Montserrat', sans-serif;
}
.container.news {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-top:50px;
	margin-bottom:50px;
	padding:40px 0 30px 0;
}
.news .one_third p.bordertext {
	border-left:1px solid #000000;
	padding:0 0 0 10px;
}
.news .one_third p.quote {
	margin-bottom:40px;
}
.news .one_third a.button {
	font-size:0.8em;
}
.news a.more-link{
	border-bottom:1px solid #fa3838;
	letter-spacing:0.4em;
	text-transform:uppercase;
	padding:0 0 5px 0;
	font-size:0.8em;
	font-family: 'Montserrat', sans-serif;
}
/* HOME/TESTIMONALS
================================================== */
.testimonials .innerpart, .testimonials1 .innerpart {
	border-right: 1px solid #929393;
	padding: 0 10px 0 0;
}
.testimonials h6, .testimonials1 h6 {
	font-size:0.9em;
}
.testimonials p, .testimonials1 p {
	line-height:2em;
}
.moretestimonials a {
	float:right;
	font-size:0.8em;
	margin-top:-20px;
}
span.quotemark {
	font-size: 22px;
	line-height: 5px;
	font-family: 'Revalia', cursive;
	color: #929393;
}
/* FOOTER/COPYRIGHT
================================================== */
#footerblock {
	background:#262325;
	margin-top:50px;
}
.footer {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-top:50px;
	padding:40px 0 20px 0;
}
span.special {
	color:#555;
	border-bottom:1px solid #929393;
}
.copyright p {
	margin-top:10px;
	font-size:0.8em;
	color:#ffffff;
}
/* WIDGETS
================================================== */
.widget-title {
	font-size: 1.4em;
	line-height:1.4em;
	margin-bottom: 10px;
}
.widget h2 {
	font-size: 1.4em;
	line-height:1.4em;
	margin-bottom: 10px;
	font-weight:normal;
}

/* ABOUT/INTRO & TESTIMONIALS
================================================== */
.about.intro {
	border-top:1px solid #929393;
	text-align:center;
	margin-bottom:60px;
	padding-top:50px;
}
.services img {
	position:relative;
	float:right;
}
.services a.more-link, .latest a.more-link {
	border-bottom:1px solid #929393;
	letter-spacing:0.4em;
	text-transform:uppercase;
	padding:0 0 5px 0;
	font-size:0.8em;
	font-family: 'Montserrat', sans-serif;
}
.container.questionary {
	border-top:1px solid #929393;
	margin-bottom:60px;
	padding-top:50px;
}
.services h3 a {
	color:#ffffff;
}
/* ACCORDION -------------------------------------------------*/
.accordion-trigger {
	border-bottom:1px solid #929393;
	color:#111;
	padding: 10px 0;
	text-shadow:0 0 1px #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.accordion-trigger h4 {
	font-size:1.0em;
}
.accordion-trigger.active {
	color: #555;
}
.accordion-container {
	margin-top: 20px;
	padding:0px 0px 20px 0;
	color: #555;
}
.accordion-container img {
	border-bottom:4px double #929393;
}
.accordion-container a.buttonhome {
	margin-top:-10px;
	margin-bottom:10px;
}
.video-holder {
	float:left;
	width:100%;
	height:100%;
	margin-bottom:15px;
}
.video-container {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	margin-bottom:5px;
	border-bottom:4px double #929393;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
/* ABOUT/ About Agency
================================================== */
.container.aboutagency {
	border-top:1px solid #929393;
	margin-bottom:60px;
	padding-top:50px;
	margin-top:50px;
}
/* WORK
================================================== */
.workcategories {
	border-top:1px solid #929393;
	border-bottom:1px solid #929393;
	padding:10px 0;
	margin-bottom:50px;
}
.workcategories ul li:first-child {
	margin-left:-10px;
}
.workcategories ul li {
	display:inline-block;
	text-transform:uppercase;
}
.workcategories ul li {
	border-right: 1px solid #929393;
	padding: 0 10px 0 15px;
	margin-bottom: 10px;
	margin-left: -10px;
}
.work h3 a, .latest h3 a , .news h3 a{
	color:#ffffff;
}
.work .two_third img {
	border-bottom:5px solid #000000;
	border-top:5px solid #000000;
}
.work .two_third {
	margin-bottom:50px;
}
.work h6 {
	border-top:1px solid #000000;
	padding:20px 0 30px 0;
}
.work a.button {
	font-size:0.8em;
}
.work img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.work img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
p.work {
	margin-top:25px;
	background:#000000;
	border:1px solid #efefef;
	padding:5px;
}
#pagination {
	padding:22px 0px 10px 0px;
}
#pagination li {
	display: inline-block;
}
#pagination a.page-numbers, span.page-numbers.current {
	border-bottom:1px solid #929393;
	font-weight:700;
	text-shadow:1px 1px 0 #fff;
	width:80px;
	height:80px;
	padding:9px 13px;
	margin-right:5px;
	/* CSS3 Transition */
	transition: all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	cursor:pointer;
}
#pagination a.page-numbers:hover, span.page-numbers.current {
	text-decoration: none;
	border-bottom:1px solid #111;
	color:#111;
}
/* WORK / Single Page
================================================== */
.worksingle {
	border-top:1px solid #929393;
	padding:50px 0 0 0;
}
/* NEWS / Single Page /sidebar
================================================== */
.work a.more-link {
	border-bottom:1px solid #929393;
	letter-spacing:0.4em;
	text-transform:uppercase;
	padding:0 0 5px 0;
	font-size:0.8em;
}
.work p a.more-link {
	font-family: 'Montserrat', sans-serif;
	text-shadow:none;
}
.sidebar {
	margin-top:10px;
}
.sidebar h3.widget-title {
	margin:15px 0;
}
.sidebar ul li {
	padding:10px 0;
}
.sidebar ul li a {
	border-left:1px solid #929393;
	padding:0 0 0 10px;
}
/* Widgets */
/* Search */
form#searchform {
	margin-top:5px;
}
#footer label.screen-reader-text {
	display:none;
}
form#searchform input#s {
	border-bottom:1px solid #929393;
	border-top:none;
	border-left:none;
	border-right:none;
	width: 100%;
	margin-bottom:20px;
	font-size:1em;
}
input#searchsubmit {
	border-bottom:1px solid #929393;
	border-top:none;
	border-left:none;
	border-right:none;
	background:none;
	letter-spacing:0.4em;
	text-transform:uppercase;
	font-size:0.8em;
	/* CSS3 Transition */
	transition: all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	cursor:pointer;
}
input#searchsubmit:hover {
	border-bottom:1px solid #111;
}
/* Calendar */
#wp-calendar {
	padding:10px;
}
#wp-calendar caption {
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	padding:5px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
table#wp-calendar>tbody>tr>td>a {
	font-weight:bold;
	font-size:16px;
}
thead>tr>th {
	width:30px;
	height:30px;
	text-align:center;
}
tbody>tr>td {
	width:30px;
	height:30px;
	text-align:center;
}
tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:hover, tfoot>tr>td>a:active {
	font-weight:bold;
	font-size:18px;
	height:20px;
}
tfoot>tr>td#prev {
	width:58px;
	height:20px;
	text-align:left;
}
tfoot>tr>td#next {
	width:58px;
	height:20px;
	text-align:right;
}
.widget_pages ul.children {
	display:none;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	margin-top:100px;
}
#comments_template {
	margin-bottom:30px;
}
h4#comments {
	border-bottom:1px solid #929393;
	margin-bottom:20px;
	font-size:1.4em;
}
h3#comments-title, h3#reply-title {
	border-bottom:1px solid #929393;
	margin-bottom:20px;
	font-size:1.4em;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #efefef;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.comment-body {
	border-bottom:1px solid #929393;
	border-top:none;
	border-left:none;
	border-right:none;
	padding:0 0 20px 0;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	padding: 4px;
	border-bottom:1px solid #929393;
}
.comment-author cite {
	font-style: normal;
}
.comment-meta {
	border-bottom:1px solid #929393;
	display:inline-block;
	margin:10px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	text-decoration: none;
	font-size: 12px;
}
a.comment-reply-link {
	margin-top:-20px;
}
.reply a {
	font-size: 14px;
	padding: 5px;
}
a.comment-reply-link {
	border-bottom:1px solid #929393;
	border-top:none;
	border-left:none;
	border-right:none;
	background:none;
	letter-spacing:0.4em;
	text-transform:uppercase;
	font-size:0.8em;
	/* CSS3 Transition */
	transition: all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	cursor:pointer;
}
a.comment-reply-link:hover {
	border-bottom:1px solid #111;
}
.commentlist .children {
	list-style: none;
	margin: 0;
	margin-top:20px;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
	width:100%;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond span.required {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#f55446;
}
#respond label {
	letter-spacing:0.04em;
	font-family: 'Montserrat', sans-serif;
	font-size:1em;
	text-transform:uppercase;
	margin:20px 0;
}
#respond input#submit {
	border-bottom:1px solid #929393;
	border-top:none;
	border-left:none;
	border-right:none;
	background:none;
	letter-spacing:0.4em;
	text-transform:uppercase;
	font-size:0.9em;
}
#respond input#submit:hover {
	border-bottom:1px solid #111;
}
input#author {
	border-bottom:1px solid #929393;
	border-top:none;
	border-left:none;
	border-right:none;
	height: 30px;
	padding: 0 10px;
	width: 50%;
	margin-bottom:40px;
}
input#email {
	border-bottom:1px solid #929393;
	border-top:none;
	border-left:none;
	border-right:none;
	height: 30px;
	padding: 0 10px;
	width: 50%;
	margin-bottom:40px;
}
input#url {
	border-bottom:1px solid #929393;
	border-top:none;
	border-left:none;
	border-right:none;
	height: 30px;
	padding: 0 10px;
	width: 50%;
	margin-bottom:40px;
}
#respond textarea {
	border-bottom:1px solid #929393;
	border-top:none;
	border-left:none;
	border-right:none;
	height: 30px;
	padding: 0 10px;
	width: 97%;
	margin-bottom:40px;
	font-size:1em;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	padding:5px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 12px;
	width: auto;
}
/* FEATURES
================================================== */
.features table {
	border: 1px solid #efefef;
	text-align: left;
	width: 100%;
	background: #ffffff;
}
.features table th {
	padding: .5em;
	border: 1px solid #dde1e5;
	background-color: #efefef;
	vertical-align: top;
}
.features table td {
	padding: .5em;
	border: 1px solid #dde1e5;
	vertical-align: top;
}
.map {
	width:100%;
}
.map-holder {
	width:100%;
	height:100%;
	margin-bottom:20px;
}
.map-container {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}
.map-container iframe, .map-container object, .map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
/* CONTACT
================================================== */
.contact {
	border-top:1px solid #929393;
	margin-bottom:60px;
	padding-top:50px;
}
/* Contact Form */
#contactform {
	margin-top:50px;
}
#contactform p {
	font-size:0.8em;
}
#contactForm span.error {
	display:block;
	margin-top:10px;
	margin-bottom:20px;
	padding:5px 20px;
	background-color: #f55446;
	color:#fff;
}
p.thanks {
	color: #111;
	line-height:1.5em;
	font-size:1.0em;
	margin: 0 0 15px 0;
	font-family: 'Merriweather', sans-serif;
}
#contactForm input[type="text"] {
	border-bottom:1px solid #929393;
	border-top:none;
	border-left:none;
	border-right:none;
	height: 30px;
	padding: 0 10px;
	width: 50%;
	margin-bottom:40px;
}
#contactForm label {
	margin-bottom:40px;
}
#contactForm textarea {
	border-bottom:1px solid #929393;
	border-top:none;
	border-left:none;
	border-right:none;
	width: 100%;
	margin-bottom:20px;
}
#contactForm label span {
	color: #514050;
}
#contactForm input[type="text"]:focus, #contactForm input[type="text"]:hover, #contactForm textarea:focus, #contactForm textarea:hover, #contactForm input[type="text"]:focus, #contactForm input[type="text"]:hover, #contactForm textarea:focus, #contactForm textarea:hover {
	border-bottom:1px solid #929393;
}
#contactForm input[type="submit"] {
	border-bottom:1px solid #929393;
	border-top:none;
	border-left:none;
	border-right:none;
	background:none;
	letter-spacing:0.4em;
	text-transform:uppercase;
	font-size:0.9em;
}
.team {
	margin: 20px 0 80px 0;
}
.team img {
	float: left;
	margin-right: 10px;
}
.shortcode {
	background:#efefef;
	padding:10px;
}
/* SITEMAP */
.sitemap li {
	padding:10px 0;
}
.sitemap li a {
	padding:0 0 0 5px;
	border-left:1px solid #929393;
}
.sitemap li li {
	margin-left:40px;
}
/****************************** Shortcodes ******************************/
/* Content Shortcodes */
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.8%;
}
.one_sixth {
	width: 15%;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth {
	margin-right: 4%;
	margin-bottom: 10px;
	float: left;
}
.one_sixth {
	margin-right: 2%;
	margin-bottom:20px;
	float: left;
}
.lastcolumn {
	margin-right: 0!important;
	clear: right;
}
.grid_3 {
	width: 30.333%;
}
.grid_4 {
	width: 22%;
}
.grid_5 {
	width: 17%;
}
.grid_item {
	margin-bottom: 50px;
}
.clearfix {
	display: block;
}
.grid_4, .grid_5, .grid_3 {
	display: inline;
	float: left;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.services, .latest {
	width:103%;
	margin-left:-1.5%;
}
.service .services {
	width:100%;
	margin-left:0%;
}
.testimonials {
	width:103%;
	margin-left:-1.5%;
}
/* #Page Styles
================================================== */
.content {
	padding-top: 20px;
}
.content.right {
	float: right;
}

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

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
.caption {
 width: 40%;
 left: 7%;
 bottom: 2%;
}
.caption h2, .caption1 h2 {
 font-size:1.4em;
}
.caption p, .caption1 p {
 font-size:1.0em;
}
.caption1 {
 width: 40%;
 padding: 2%;
 right: 10%;
 bottom: 50%;
}
}

	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .one_sixth, .grid_4, .services, .grid_5, .testimonials, .grid_3, .latest {
width: 100%;
}
#navigation {
float: right;
width: 40%;
margin-top:15px;
}
.caption {
 width: 40%;
 left: 7%;
 bottom: 2%;
}
.caption h2, .caption1 h2 {
 font-size:1.4em;
}
.caption p, .caption1 p {
 font-size:1.0em;
}
.caption1 {
 width: 40%;
 padding: 2%;
 right: 10%;
 bottom: 50%;
}
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
#navigation {
float: right;
width: 40%;
margin-top:15px;
}
.caption, .caption1 {
display:none;
}
.intro h1 {
 line-height:1.4em;
}
h3 {
 line-height:1.4em;
}
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
#navigation {
float: right;
width: 30%;
margin-top:15px;
}
.caption, .caption1 {
display:none;
}
.intro h1 {
 line-height:1.4em;
}
h3 {
 line-height:1.4em;
}
}
/* Responsive Menu
================================================== */
	.tinynav {
	visibility: hidden;
	float: left;
}
 @media only screen and (max-width: 767px) {
.tinynav {
 visibility: visible;
 display: inline-block;
width: 100%;
margin-top: 13px;
}
#nav {
 visibility: hidden;
 height: 0;
}
}
