/****************************** 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 #2E2E2E;
}
/****************************** Navigation ******************************/
.header {
	background:#fff;
	padding:0 0 20px 0;
}
.logo h2 a {
	color:#111;
}
span.tletter {
	color:#555;
	border-bottom:1px solid #08298A;
	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:-60px;
}
ul#nav li {
	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, ul#nav li:hover {
	border-top:1px solid #111;
}
ul#nav li a {
	font-size:1.1em;
}
/****************************** 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 #2E2E2E;
}
.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;
}
.caption2 {
	zoom: 1;
	padding: 1%;
	width:40%;
	margin: 0;
	position: absolute;
	left: 12%;
	top: 5%;
	text-align:center;
	color:#2d2010;
	background:#efefef;
}
.caption2 a {
	background:#f55446;
	padding:10px;
}
.caption p, .caption1 p {
	font-size:1.2em;
	margin-bottom:30px;
}
.caption1 {
	zoom: 1;
	width:40%;
	padding: 2%;
	margin: 0;
	position: absolute;
	right: 10%;
	bottom: 60%;
	text-align:center;
	color:#2d2010;
}
/* 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;
}
.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 #2E2E2E;
	padding:10px 0 0 0;
}
figcaption h6 {
	margin-top:20px;
	border-top:1px solid #2E2E2E;
	padding:10px 0 0 0;
}
span.diagonalline {
	margin:0 5px;
	font-size:1.4em;
	font-family:"Courier New", Courier, monospace;
}
p.quote {
	color:#555;
	font-size:0.9em;
}
/* HOME/NEWS
================================================== */
a.button {
	border-bottom:1px solid #2E2E2E;
	letter-spacing:0.4em;
	text-transform:uppercase;
	padding:0 0 5px 0;
	font-size:0.9em;
}
.news {
	border-top:1px solid #2E2E2E;
	border-bottom:1px solid #2E2E2E;
	margin-top:50px;
	margin-bottom:50px;
	padding:40px 0 30px 0;
}
.news .one_third p.bordertext {
	border-left:1px solid #2E2E2E;
	padding:0 0 0 10px;
}
.news .one_third p.quote {
	margin-bottom:40px;
}
.news .one_third a.button {
	font-size:0.8em;
}
/* HOME/TESTIMONALS
================================================== */
.testimonials .innerpart {
	border-right: 1px solid #2E2E2E;
	padding: 0 10px 0 0;
}
.testimonials h6 {
	font-size:0.9em;
}
.testimonials p {
	line-height:2em;
}
.moretestimonials a {
	float:right;
	font-size:0.8em;
	margin-top:15px;
}
span.quotemark {
	font-size: 22px;
	line-height: 5px;
	font-family: 'Revalia', cursive;
	color: #2E2E2E;
}
/* FOOTER/COPYRIGHT
================================================== */
#footerblock {
	background:#f3f3f3;
}
.footer {
	border-top:1px solid #2E2E2E;
	border-bottom:1px solid #2E2E2E;
	margin-top:50px;
	padding:5px 0 5px 0;
	   
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   
   
   text-align: center;
}
span.special {
	color:#555;
	border-bottom:1px solid #2E2E2E;
}
.copyright p {
	margin-top:10px;
	font-size:0.8em;
	color:#555;
}
/* ABOUT/INTRO & TESTIMONIALS
================================================== */
.about.intro {
	border-top:1px solid #2E2E2E;
	text-align:center;
	margin-bottom:60px;
	padding-top:50px;
}
.services img {
	position:relative;
	float:right;
}
.services a.button {
	font-size:0.8em;
}
.questionary {
	border-top:1px solid #2E2E2E;
	margin-bottom:60px;
	padding-top:50px;
	margin-top:50px;
}
/* ACCORDION -------------------------------------------------*/
.accordion-trigger {
	border-bottom:1px solid #2E2E2E;
	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 #2E2E2E;
}
.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 #2E2E2E;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
/* ABOUT/ About Agency
================================================== */
.aboutagency {
	border-top:1px solid #2E2E2E;
	margin-bottom:60px;
	padding-top:50px;
	margin-top:50px;
}
/* WORK
================================================== */
.workcategories {
	border-top:1px solid #2E2E2E;

	padding:10px 0;
	margin-bottom:5px;
}
.workcategories ul li {
	display:inline-block;
	text-transform:uppercase;
}
.work .two_third img {
	border-bottom:5px solid #fff;
	border-top:5px solid #fff;
}
.work .two_third {
	margin-bottom:50px;
}
.work h6 {
	border-top:1px solid #2E2E2E;
	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:#fff;
	border:1px solid #efefef;
	padding:5px;
}
ul.pagination {
	padding:22px 0px 10px 0px;
}
ul.pagination li {
	display: inline-block;
}
ul.pagination li a {
	border-bottom:1px solid #2E2E2E;
	font-weight:700;
	text-shadow:1px 1px 0 #fff;
	width:80px;
	height:80px;
	padding:9px 13px;
	margin-right:5px;
	/* CSS3 Transition */
	transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
	cursor:pointer;
}
ul.pagination li a:hover, ul.pagination li a#currentPage {
	text-decoration: none;
        border-top:1px solid #111;
	color:#111;
}

ul
/* WORK / Single Page
================================================== */
.worksingle {
	border-top:1px solid #2E2E2E;
	padding:50px 0 0 0;
}
/* NEWS / Single Page /sidebar
================================================== */
.sidebar {
	margin-top:10px;
}
.sidebar h4 {
	margin-bottom:15px;
}
.sidebar ul li {
	padding:10px 0;
}
.sidebar ul li a {
	border-left:1px solid #2E2E2E;
	padding:0 0 0 10px;
}
/* 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 #2E2E2E;
	margin-bottom:60px;
	padding-top:50px;
}
/* Contact Form */
#contactForm {
	margin-top:50px;
}
#contactForm p {
	font-size:0.8em;
}
div#loader {
	margin-left: 20px;
	margin-bottom:30px;
}
form#contact_form select {
	border-bottom:1px solid #0000FF;
	border-top:none;
	border-left:none;
	border-right:none;
	height: 30px;
	padding: 0 10px;
	width: 99%;
	margin-bottom:40px;
}
form#contact_form input[type="time"] {
	border-bottom:1px solid #0000FF;
	border-top:none;
	border-left:none;
	border-right:none;
	height: 30px;
	padding: 0 10px;
	width: 97%;
	margin-bottom:40px;
}
form#contact_form input[type="number"] {
	border-bottom:1px solid #0000FF;
	border-top:none;
	border-left:none;
	border-right:none;
	height: 30px;
	padding: 0 10px;
	width: 97%;
	margin-bottom:40px;
}
form#contact_form input[type="text"] {
	border-bottom:1px solid #0000FF;
	border-top:none;
	border-left:none;
	border-right:none;
	height: 30px;
	padding: 0 10px;
	width: 97%;
	margin-bottom:40px;
}
form#contact_form input[id="username"] {
	border-bottom:1px solid #2E2E2E;
	border-top:none;
	border-left:none;
	border-right:none;
	height: 30px;
	padding: 0 10px;
	width: 50%;
	margin-bottom:40px;
}
form#contact_form input[type="password"] {
	border-bottom:1px solid #2E2E2E;
	border-top:none;
	border-left:none;
	border-right:none;
	height: 30px;
	padding: 0 10px;
	width: 50%;
	margin-bottom:40px;
}
form#contact_form input#email {
	border-bottom:1px solid #0000FF;
	border-top:none;
	border-left:none;
	border-right:none;
	height: 30px;
	padding: 0 10px;
	width: 50%;
	margin-bottom:40px;
}
form#contact_form textarea {
	border-bottom:1px solid #0000FF;
	border-top:none;
	border-left:none;
	border-right:none;
	width: 100%;
	margin-bottom:20px;
}
form#contact_form label {
	font-size: 12px;
	text-transform: uppercase;
}
form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover, form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover {
	border-bottom:1px solid #2E2E2E;
}
form#contact_form input[type="submit"] {
        border-bottom:1px solid #2E2E2E;
        border-top:none;
        border-left:none;
        border-right:none;
        background:none;
        letter-spacing:0.4em;
        text-transform:uppercase;
        font-size:0.9em;
        margin-left:-20px;
}
.team {
	margin: 20px 0 80px 0;
}
.team img {
	float: left;
	margin-right: 10px;
}
input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    color: #000000;
}

/****************************** 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;
}
/* #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 {
width: 100%;
}
#navigation {
float: right;
width: 40%;
margin-top:-75px;
}
.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:-75px;
}
.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:-75px;
}
.caption, .caption1 {
display:none;
}
.intro h1 {
	line-height:1.4em;
}
h3 {
	line-height:1.4em;
}
}
/* Responsive Menu
================================================== */
	
ul#nav {
	visibility: visible;
}
#responsive-menu {
	display: none;
}
 @media only screen and (max-width: 767px) {
ul#nav {
visibility: hidden;
height: 0;
}
 #responsive-menu {
display: inline-block;
width: 100%;
margin-top: 20px;
}
}
