@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
/* font-family: 'Open Sans', sans-serif; */
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic);
/* font-family: 'Droid Serif', serif; */

/*-----------------------------------------------------------------------------------*/
/*	1.	Global properties (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body {
	/*background: #fee6c6 url('../images/stripes.png') 20% 0;*/
    background: #fee6c6 url('../images/noise.png') 30% 0;
   /* background: #fee6c6;*/
    font-family: 'Open Sans', sans-serif;
}
img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

figure {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: top;
}
.last {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.clear {clear: both;}
.alignleft {float: left !important;}
.alignright {float: right !important;}
.aligncenter {text-align: center !important;}
ul, ol {margin-left: 0;}

/* Headers */
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {font-weight: 400;}
h3 {
	color: #f88b3d;
}

p {}
* p:last-child {margin-bottom: 0 !important;}

.color {color: #555;}
.color2 {color: #111;}

/* Link Styles */
a {color: #f88b3d; text-decoration: none;}
a:hover {color: #1257A2; text-decoration: none;}
.title {
    font-family: 'Droid Serif', serif;
    font-style: italic;
}
.title a {}
.title a:hover {}

hr {
    /*border-top-color: #e9e9e9;*/
    border-bottom-color: silver;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Header, Navigation & Menus

/*-----------------------------------------------------------------------------------*/
#cult {
position: absolute;
	top: 12%;
	left: 65%;
	opacity: 0.4;
	z-index: 9008;	
}

/* Top Menu */
/*-----------------------------------------------------------------------------------*/

#top-menu {
    font-size: 10px;
    line-height: 10px;
    padding: 2px 0 0px 0;
    background: transparent /*url('../images/stripes.png') 50% 0*/;
    border-top: 5px solid #ffffff;
    /*border-bottom: 1px solid #f9f2e1;*/
}
#top-menu ul.top-menu {margin-left: 0; margin-top: 3px;}
#top-menu ul.top-menu li {margin-right: 10px;}
#top-menu li {float: left; list-style: none;}
#top-menu a{
    color: #323232;
    padding-right: 8px;
    text-decoration: none;
}
#top-menu a:hover {color: #d83f28;}
#top-menu .last {padding-right: 0;}


#header {}
#header > .container {
/*    border-bottom: solid 1px #ffffff;*/
    margin-bottom: 33px;
}

#hr {
	border: solid 1px #ffffff;
}
/* Logo */
/*-----------------------------------------------------------------------------------*/

.logo {padding-top: 10px;}
.logo .site-title,
.logo .site-title a {
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 5px 0;
    text-decoration: none;
    color: #555555;
    text-shadow: 2px 2px 0 rgba(125, 125, 125, 0.25);
}
.logo .sub-title {
    font-weight: 900;
    font-size: 11px;
    line-height: 11px;
    text-transform: capitalize;
    color: #d83f28;
    margin: 0;
    padding-left: 2px;
}

/* Main Menu */
/*-----------------------------------------------------------------------------------*/

.res-menu {display: none;}
.res-menu {width: 100%;}
#menu {}
#menu a {
    text-shadow: 1px 1px #ffffff;
    text-decoration: none;
}
#menu ul {margin-left:9px;}
#menu > ul{
    display: block;
    margin-left: 0;
}
#menu > ul > li{
    list-style: none;
    float: left;
    position: relative;
}
#menu > ul > li.first,
#menu > ul > li:first-child {margin-left: 0;}
#menu > ul > li > a {
    display: block;
    padding: 17px 20px;
    border-left: solid 1px transparent;
    border-right: solid 1px transparent;
    -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;
}
#menu > ul > li > a .name {display: block; color: #4c4c4c; font-weight: 600; font-size: 13px; line-height: 14px;}
#menu > ul > li > a .desc {display: block; color: #808080; line-height: 12px}
#menu > ul > li > a:hover {
	background: #fef2ca /*url('../images/noise.png') 0 0*/;
	/*opacity: 1*/;
    /*background: #ffffff /*url('../images/noise.png') 0 0*!/;*/
/*    border-left: solid 1px #e9e9e9;
    border-right: solid 1px #e9e9e9;*/
}
#menu > ul a:hover .name,
#menu .current .name {color: #d60252 !important;}
/*#menu .current .name {color: #d83f28 !important;}*/
#menu ul ul{
    position: absolute;
    width: 160px;
    padding: 10px 10px;
    background: #ffffff/* url('../images/noise.png') 0 0*/;
/*    border: solid 1px #e9e9e9;*/
}
#menu ul ul ul {}
#menu > ul > li > ul{margin-left:-22px;}
#menu ul ul li {
    list-style: none;
    padding: 5px 0;
    position: relative;
    border-bottom: 1px dotted #cfcfcf;
}
#menu ul ul li.last{
    border-bottom: none !important
}
#menu ul ul li.menu-last{border-bottom: none;}
#menu ul ul a{
    display: block;
    padding: 5px 0;
    color: #717171;
    font-size: 12px;
}
#menu ul ul a:hover{color: #d83f28;}
#menu li:hover {visibility: inherit;}
#menu li:hover ul,
#menu li.sfHover ul {
    left: 22px;
    top: 86px;
    z-index: 99;
}
#menu li li:hover ul,
#menu li li.sfHover ul {
    left: 171px;
    top: -6px;
}

#newsletters {}
#newsletters img {width: 30%; margin-right: 15px; float: left;}

/* Search Form */
/*-----------------------------------------------------------------------------------*/

#search {
    float: right;
    position: relative;
}
#search input[type="text"] {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
#search input[type="text"]:focus,
#search input[type="text"]:hover {}
#search .search-bt {
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    position: absolute;
    border: none !important;
    cursor: pointer;
    background: url('../images/search-bt.png') no-repeat center center;
}

/* Breadcrumbs */
/*-----------------------------------------------------------------------------------*/

.noised {background: url('../images/stripes.png') 50% 0;}
.page-header {border-bottom: solid 4px #d83f28; }
.page-header h1 {
    font-family: 'Droid Serif', serif;
    text-shadow: 2px 2px 0 rgba(125, 125, 125, 0.25);
    margin-bottom: 0;
}
.page-header div {
    font-size: 10px;
}

.breadcrumbs {position: relative; padding: 40px 0;}
.breadcrumbs h1 {font-size: 30px; text-transform: capitalize !important;}
.breadcrumbs div {color: #717171; display: inline-block;}
.breadcrumbs a {color: #333333; display: inline-block;}
.breadcrumbs a:hover {color: #111;}

/*-----------------------------------------------------------------------------------*/
/*	3.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

.container {position: relative;}
#container {position: relative;}
#container .container {padding-bottom: 30px;}
/*#container .container > .row {margin-bottom: 10px;}*/
#container .row.last {margin-bottom: 30px;}
.row.da-thumbs {margin-bottom: 0 !important;}


.container2 {position: relative;  background-color: #000000;}


/* Google maps */
/*-----------------------------------------------------------------------------------*/
.gmap {
    max-width: 100%;
    border: solid 3px #ffffff;
    -webkit-box-shadow: 0 3px 5px #999999;
    -moz-box-shadow:    0 3px 5px #999999;
    box-shadow:         0 3px 5px #999999;
}


/* Flex Slider */
/*-----------------------------------------------------------------------------------*/

.flexslider {position: relative; border-top: solid 1px #ffffff; border-bottom: solid 1px #ffffff;}
.slides li {position: relative;}
.slides li a:hover {color: #79A60E !important;}
.slides .slide-title {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    position: absolute;
    bottom: 47%;    
    left: -18%;
    width: 100%;
    text-align: center;
    text-shadow: 2px 2px 1px #000000;
}
.slides .slide-title span {
    color: #ffffff;
    padding: 20px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    width: 50%;
}
.slides .slide-caption {
    bottom: 30px;
    color: #ffffff;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
}
.slides .slide-caption span{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    width: 50%;
}
.flex-direction-nav {
    position: absolute;
    left: 0;
    top: 49%;
    width: 100%;
    opacity: 0.7;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}
/*.flexslider:hover .flex-direction-nav {
    opacity: 1;
}*/
.flex-direction-nav li {
    float: left;
    margin-left: 1px;
    list-style: none;
}
.flex-direction-nav a {
    display: inline-block;
    width: 30px;
    height: 30px;
    opacity: 0.7;
    text-indent: -9999px;
    position: absolute;
}
.flex-direction-nav .flex-prev {background: url('../images/arrow-slider-left2.png') no-repeat bottom right; left: 20px;}
.flex-direction-nav .flex-next {background: url('../images/arrow-slider-right2.png') no-repeat bottom right; right: 20px;}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity = 30);
    cursor: default;
}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 14px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
/* * */

.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.no-js .slides > li:first-child {display: block;}
.flexslider {
    position: relative;
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
    .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}



/* Bootstrap Carousel */
/*-----------------------------------------------------------------------------------*/

.carousel {position: relative;}
.carousel-wrapper {
    overflow: hidden;
}
.carousel-wrapper ul {display: none;}
.carousel-wrapper ul li {
    height: 100%;
    float: left;
    display: block;
}
.btleft .es-nav {
    position: absolute;
    top: 10px;
    left: -63px;
}
.bttop .es-nav {
    position: absolute;
    top: -50px;
    right: 0;
}
.es-nav span {
    float: left;
    width: 17px;
    height: 17px;
    display: block;
    top: 1px;
    right: 0;
    text-indent: -9999px;
}
.es-nav .es-nav-prev {background: url('../images/arrow-left.png') no-repeat right top; right: 17px;}
.es-nav .es-nav-next {background: url('../images/arrow-right.png') no-repeat left top;}
.es-nav .es-nav-next:hover {background-position: -17px 0;}
.es-nav .es-nav-prev:hover {background-position: 0 0;}

/* Our Projects */
/*-----------------------------------------------------------------------------------*/

.our-projects article {margin-bottom: 30px;}
.our-projects article img {display: block;}
.our-projects article h4 {margin-bottom: 0;}
.our-projects article:nth-last-child(-n+4) {margin-bottom: 0 !important;}

/* Our Blog */
/*-----------------------------------------------------------------------------------*/

.our-blog article p.l-meta {
    width: 100%;
    font-size: 12px;
    color: #b6b6b6;
    padding: 5px 0;
    margin: 0;
    background-color: #1d1d1c;
    font-weight: 100;
    margin-bottom: 20px;
}
.our-blog p {margin-bottom: 10px}
.our-blog article p.l-meta span {display: block; padding: 0 10px;}
.our-blog article p.l-meta a {color: #b6b6b6;}
.our-blog article p.l-meta a:hover {color: #d83f28;}
.our-blog img {}

/* Our News */
/*-----------------------------------------------------------------------------------*/

.our-news {position: relative;}
.our-news p {margin-bottom: 10px;}
.our-news .news-data {
    float: left;
    width: 60px;
    height: 50px;
    color: #333333;
    text-align: left;
    font-family: 'Droid Serif', serif;
    text-shadow: 2px 2px 0 rgba(125, 125, 125, 0.25);
    text-transform: uppercase;
    font-size: 20px;
}
.our-news .news-data span {
    display: block;
    font-weight: 900;
    font-size: 42px;
    line-height: 42px;
}
.our-news .title {margin-bottom: 5px !important;}
.divider-blok {
    border-bottom: 1px dashed #efefef;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
article.span3 h4 {margin-top: 0;}
article.span2 h4 {margin-top: 0;}

/* Our Services */
/*-----------------------------------------------------------------------------------*/

.accordion-group {border: 0;}
.accordion .accordion-toggle {
    font-weight: 900;
    color: #fff;
    padding: 5px 10px;
    background-color: #b6b6b6;
    position: relative;
    border: 1px solid #b6b6b6;
    text-shadow: 1px 1px #aaa;
}
.accordion .accordion-toggle:hover {
    background-color: #cdcdcd;
    border-color: #cdcdcd;
    text-shadow: 1px 1px #bbb;
}
.accordion .accordion-toggle span {
    right: 10px;
    top: 5px;
    width: 16px;
    height: 16px;
    position: absolute;
}
.accordion .accordion-inner {
    margin-top: 1px;
    border: 0;
    background: #ffffff url('../images/noise.png') 50% 0;
}
.accordion .acc-block {padding: 20px 10px;}
.accordion h4 {color: #707070; text-transform: none;}
.accordion li {padding-left: 15px; margin-bottom: 10px;}
.accordion i.pull-right {margin: 3px 0 0 0;}

/* Testimonials */
/*-----------------------------------------------------------------------------------*/

.testimonials p {margin-left: 70px}
.testimonials h4 {margin-left: 70px;}
.testimonials img {
    float: left;
    margin-bottom: 10px;
}
.testimonials small {
    display: block;
    font-size: 11px;
}


.btn,
.well,
.accordion-group {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.well {
    background: #ffffff url('../images/noise.png') 50% 0;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
    position: relative;
    padding-bottom: 50px;
    background: #d60252 url('../images/stripes.png') 50% 0;
    /*border-top: solid 2px #dddddd;*/
    color: #a4a4a4a;
}
#footer > .container {
    padding-top: 20px;
/*    border-top: solid 4px #D83F28;*/
    margin-top: 50px;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: #a4a4a4a;
/*    font-family: 'Droid Serif', serif;*/
/*    text-shadow: 2px 2px 0 rgba(125, 125, 125, 0.25);*/
}


/* Address icons */
[class^="myicon-"],
[class*=" myicon-"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    *margin-right: .3em;
    line-height: 18px;
    margin-right: 12px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-top: 1px;
}
.myicon-adress {background-image: url('../images/ort.png'); opacity: 0.63;
}
.myicon-phone {background-image: url('../images/telefon.png'); opacity: 0.63;
}
.myicon-fax {background-image: url('../images/fax.png'); opacity: 1;
}
.myicon-mail {background-image: url('../images/mail.png'); opacity: 0.7;
} 
.myicon-internet {background-image: url('../images/internet.png'); opacity: 0.7;
}

/* Footer Menu */
/*-----------------------------------------------------------------------------------*/

#footer-menu {
    color: #999999;
    font-size: 10px;
    background: #12386f url('../images/stripes.png') 50% 0;
    border-top: solid 1px #111111;
    border-bottom: solid 5px #111111;
    padding-top: 10px;
    padding-bottom: 40px;
}
#footer-menu ul {list-style-type: none;}
#footer-menu li {float: left; margin-left: 10px;}
#footer-menu a {color: #666666; text-decoration: none;}
#footer-menu a:hover {color: #d83f28;}



/*-----------------------------------------------------------------------------------*/
/*	5.	Post/Portfolio Content Styles
/*-----------------------------------------------------------------------------------*/

/* Categories */
/*-----------------------------------------------------------------------------------*/

#filtrable {margin-bottom: 30px; float: right;}
#filtrable li {float: left; margin-left: 10px; list-style: none;}
#filtrable a {
    padding: 4px 10px;
    background-color: transparent;
    border: 1px solid #ececec;
    display: inline-block;
}
#filtrable a:hover,
#filtrable .current a {
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #787878;
}
.p-view, .p-link {
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    opacity: 0.8;
    -webkit-transition: opacity 0.35s linear;
    -moz-transition: opacity 0.35s linear;
    -o-transition: opacity 0.35s linear;
}
.p-view:hover, .p-link:hover {opacity: 1;}
.p-view {
    left: 50%;
    margin-left: -39px;
    background: url(../images/view.png);
}
.p-link {
    right: 50%;
    margin-right: -39px;
    background: url(../images/link.png);
}

/* Portfolio */
/*-----------------------------------------------------------------------------------*/

.portfolio h4:last-child {margin-bottom: 0 !important;}
.portfolio article {margin-bottom: 30px;}
.portfolio img {display: block;}
.portfolio h4 a {
    color: #444;
    text-align: center;
    padding: 7px 10px;
    display: block;
    text-transform: none;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eeeeee;
}
.portfolio h3 {
    margin-top: 20px;
    border-bottom: 1px dashed #efefef;
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 16px;
}
.portfolio .read-more {margin-bottom: 30px;}
.read-more [class^="icon-"],
.read-more [class*=" icon-"] {margin-right: 0;}

/* Pagination */
/*-----------------------------------------------------------------------------------*/

.pagination li {margin-right: 5px; display: inline-block;}
.pagination a {border-left-width: 1px;}

/* Sidebar */
/*-----------------------------------------------------------------------------------*/

#sidebar .nav-tabs {
    margin-bottom: 0;
    border-bottom: none;
}
#sidebar .nav-tabs li {border: none; padding-bottom: 0; margin-bottom: 0;}
#sidebar .nav-tabs li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 600;
}
#sidebar .nav-tabs > li > a {
    background-color: #eee;
    border-color: #ddd;
    border-bottom: none;
}
#sidebar .nav-tabs > li > a:hover {
    background-color: #ddd;
    border-color: #ddd;
    border-bottom: none;
}
#sidebar .nav-tabs > .active > a,
#sidebar .nav-tabs > .active > a:hover {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom: none;
}
#sidebar .tab-content {
    -webkit-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow:    0px 0px 0px rgba(50, 50, 50, 0);
    box-shadow:         0px 0px 0px rgba(50, 50, 50, 0);
    padding-top: 5px;
}

/* */

#sidebar h4 {}
#sidebar .title-divider {}
#sidebar .divider-arrow {}

#sidebar li {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #181818;
}
#sidebar li:last-child,
#sidebar li.last {border-bottom: none;}
#sidebar section {margin-bottom: 50px;}
#sidebar section:last-child {margin-bottom: 0;}
#sidebar .ul-col2 {width: 110.9489051094891%;}
#sidebar .ul-col2 li {
    float: left;
    width: 40.13157894736842%;
    margin-right: 09.86842105263158%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #f2f2f2;
}
#sidebar .ul-col2 a {color: #888;}
#sidebar .ul-col2 a:hover {color: #222;}

/*-----------------------------------------------------------------------------------*/
/*	6.	Widgets & Widget Area
/*-----------------------------------------------------------------------------------*/

/* Popular Posts Widget */
/*-----------------------------------------------------------------------------------*/

.post-widget img {
    float: left;
    margin-right: 15px;
    display: inline-block;
}
.post-widget a {}
.post-widget p {}
.post-widget li:last-child {margin-bottom: 0 !important;}

/* Tags Widget */
/*-----------------------------------------------------------------------------------*/

#tags a {
    color: #888;
    font-size: 12px;
    padding: 2px 5px;
    margin: 0 5px 5px 0;
    display: inline-block;
    border: 1px solid #e8e8e8;
}

#tags a:hover {
    color: #fff;
    border-color: #ffa071;
    background-color: #ffaf88;
}

/* Flickr Widget */
/*-----------------------------------------------------------------------------------*/

.sidebar-flickr ul {
    width: 110.9489051094891%;
}

.sidebar-flickr li {
    border: 0;
    float: left;
    padding: 0 !important;
    border-bottom: none !important;
    margin-bottom: 03.28947368421053% !important;
    margin-right: 03.28947368421053% !important;
    height: 20.06578947368421%;
    width: 20.06578947368421%;
}

/* Latest Projects Widget */
/*-----------------------------------------------------------------------------------*/

.carousel {margin-bottom: 0;}
.carousel-control {
    border: none;
    position: absolute;
    top: inherit;
    left: inherit;
    bottom: 0;
    width: 17px;
    height: 17px;
}
.carousel-control.post {top: 50%;}
.carousel-control.left.post {left: 0;}
.carousel-control.left {
    right: 17px;
    background: url('../images/arrow-blog-left.png') no-repeat center center;
}
.carousel-control.right {
    right: 0;
    background: url('../images/arrow-blog-right.png') no-repeat center center;
}

/* Comments Widget */
/*-----------------------------------------------------------------------------------*/

.comment-sidebar li:last-child {margin-bottom: 0 !important;}



/* About Us Block */
/*-----------------------------------------------------------------------------------*/

.aboutus {}
.aboutus h3 {
    font-family: 'Droid Serif', serif;
    font-style: italic;
    text-shadow: 2px 2px 0 rgba(125, 125, 125, 0.25);
    margin-top: 0;
    margin-bottom: 0;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
}

/* Services Block */
/*-----------------------------------------------------------------------------------*/

.ident-bot-2 {margin-bottom: 17px;}
.figure-1 a.left-image {margin-right: 17px;}
.lightbox-image {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.lightbox-image img {position: relative; z-index: 2;}
.img-border-bg {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 0 1px #E7E7E7 inset;
    display: inline-block;
    padding: 5px;
}
.img-border {width: 100%;}
.lightbox-image span {
    background: url("../images/magnify.png") no-repeat scroll 50% 50% transparent;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.service {margin: 0 5px 10px 0;}

/*-----------------------------------------------------------------------------------*/
/*	8.	Forms
/*-----------------------------------------------------------------------------------*/

select, textarea, input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"], input[type="url"],
input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#af-form input[type="text"] {}
#af-form input[type="text"],
#af-form textarea {}
#af-form input[type="text"]:focus,
#af-form textarea:focus {}
#af-form textarea {
    height: 160px !important;
    overflow: auto;
    resize: none;
}
.af-outer {margin-bottom: 15px;}
label.error,
label.ferror {color: #dc3f35; font-size: 13px;}
#af-form input.error,
textarea.error {border: 1px solid #ff3f3f;}
#progress {margin-top: 15px;}

/*-----------------------------------------------------------------------------------*/
/*	9.	Comments
/*-----------------------------------------------------------------------------------*/

.comments .textarea {
    border: 1px solid #EDEDED;
    margin-bottom: 40px;
    margin-left: 94px;
    padding: 10px 20px;
    position: relative;
}
.comments .avatar {
    position: relative;
    float: left;
    margin-right: -5px;
}
.comments .comments-list {
    list-style: none !important;
}
.comments .comments-list ul {
    margin-left: 30px;
    margin-bottom: 20px;
}
.comments .meta {
    font: 12px 'Open Sans', serif;
    color: #666666;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px dotted #e2e2e2;
}
.comments ul ul .textarea {
    margin-top: -20px;
}

/*-----------------------------------------------------------------------------------*/
/*	10.  Thumbnails
/*-----------------------------------------------------------------------------------*/

.da-thumbs li,
.da-thumbs article,
.da-thumbs.portfolio span {
    overflow: hidden;
    position: relative;
}
.da-thumbs li img,
.da-thumbs.portfolio span {
    display: block;
    position: relative;
}
.da-thumbs li div,
.da-thumbs article div {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.da-thumbs li div.da-animate,
.da-thumbs article div.da-animate {
    -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;
}
.da-slideFromTop {left: 0; top: -100%;}
.da-slideFromBottom {left: 0; top: 100%;}
.da-slideFromLeft {top: 0; left: -100%;}
.da-slideFromRight {top: 0; left: 100%;}
.da-slideTop {top: 0;}
.da-slideLeft {left: 0;}

/*-----------------------------------------------------------------------------------*/
/*	11.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/

/* Divider */
/*-----------------------------------------------------------------------------------*/

#container hr {margin: 25px 0 35px 0;}
#container hr.soft {margin: 10px 0;}
#container .portfolio-single hr,
#container .blog-single hr {margin-top: 10px; margin-bottom: 15px;}

/* Portfolio */
/*-----------------------------------------------------------------------------------*/

.portfolio h4 a {
    color: #444;
    text-align: center;
    padding: 7px 10px;
    display: block;
    text-transform: none;
    background-color: #fcfcfc;
    border-bottom: 1px solid #eeeeee;
}

.portfolio h4 a:hover {
    color: #fff;
    background-color: #ffaf88;
    border-bottom: 1px solid #f79f73;
}

/* Back to Top */
/*-----------------------------------------------------------------------------------*/

#toTop {
    background: url('../images/ui.totop.png') no-repeat scroll left top transparent;
    border: medium none;
    position: fixed;
    right: 15px;
    bottom: 60px;
    display: none;
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -999px;
}

#toTopHover {
    background: url('../images/ui.totop.png') no-repeat scroll left -40px transparent;
    display: block;
    float: left;
    height: 40px;
    opacity: 0;
    overflow: hidden;
    width: 40px;
}

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

/* Others */
/*-----------------------------------------------------------------------------------*/

.dropcap {
    width: 38px;
    height: 38px;
    line-height: 38px;
    float: left;
    margin-right: 15px;
    text-align: center;
    display: block;
    font-size: 22px;
}

blockquote {border-color: #181818;}
blockquote p {font-style: italic;}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 30px;
    height: 0;
    overflow: hidden;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	12.	Responsive Fixes
/*-----------------------------------------------------------------------------------*/

@media only screen and (min-width: 980px)  and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 979px) {
    #menu > ul > li > a {padding-left: 10px; padding-right: 10px;}
    #welcome {padding: 0 50px;}
}

@media (max-width: 767px) {
    body {padding-left: 0; padding-right: 0;}
    .container {padding-left: 20px; padding-right: 20px; }
    .logo{text-align:center; margin-bottom: 20px;}
    #menu {float: none;}
    #menu ul {display: none;}
    .res-menu{display: block;}
    #welcome {padding: 0;}
    .alignleft,
    .alignright,
    .pull-right,
    .pull-left {float: none !important;}
}

@media (max-width: 480px) {

}
