/*
Theme Name: Klasik
Theme URI: http://klasik.umbrella.al/
Description: Klasik theme from Umbrella
Author: Umbrella
Author URI: http://umbrella.al/
Version: 1.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/
@charset "utf-8";

/* ############################################## */
/*   General HTML Rules are reseted by Bootstrap  */
/* ############################################## */

input {
    border-radius:0px !important;
    height:30px!important;
}

textarea {
    border-radius:0px !important;
}

p {
    line-height: 24px;
    color:#767575;
}

body {
    font-family: Georgia;
    /* width:100% !important; artmazi */
    position:relative;
    background:#ccc;
    height:100%;
}

/* fonts rufina */

.postsWrapper h5, .categoryWrapper h5, .tabsHeader, .accHeader,
nav, .title_text, h1, h2, h3, h4, h5, h6{
    font-family:'Rufina';
}


/* fonts rufina */


h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}


h1, h2, h3, h4, h5, h6{
    color:#333;
}


.container {
    padding: 0 60px;
    max-width:960px !important;
}

hr {
    clear:both;
    margin:0 auto;
}

.logo {
    margin:35px 0;
    float:left;
}

.header {
    height:95px;
}

.title {
    width:100%;
    text-align: center;
    overflow-y:hidden;
}

.home_title > .title_text {
    margin:70px auto 10px !important;
    color:#313131;
    font-size:38.5px !important;
}

.home_title > p > em {
    color:#6e6e6e;
}

.title > .title_text {
    margin:50px auto;
    color:#313131;
    font-weight:normal;
    font-size:32px;
}

.title p {
    margin:0 auto 40px;
}

.viewMode {
    float:right;
    margin-bottom:20px;
}

.viewMode i {
    color:#757676;
    margin-left:10px;
    cursor:pointer;
    font-size: 1.3em;
}

.content {
    margin: 45px auto;
 }

.theContent {
    display:block;
    margin:45px auto;
}

.theContent + .content {
    margin:0 auto 40px auto;
}

.left_widget + .theContent + .content + .loadMore,
.left_widget + .content + .loadMore {
     margin-left: 565px !important;
 }

.right_widget + .theContent + .content + .loadMore,
.right_widget + .content + .loadMore {
    margin-right: 565px !important;
}

.home_albums, .masonry_left {
    float:left;
    position:relative;
    margin:10px;
}

.home_albums{
    min-height:200px;
}

.home_albums img {
    display:block;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
	min-height:164px;
}

.home_album_text {
    position:absolute;
    display:none;
    top:10px;
    left:20px;
    right:20px;
    bottom:10px;
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */

    cursor:default;

    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

.home_album_text h3,
.home_album_text a {
    color:#fff;
}

.home_album_text a {
    font-style:italic;
    font-weight:normal;
}

.home_album_text a:hover {
    text-decoration:none;
}

.home_album_text p {
    color:#909090;
}

.home_album_text h4 {
    color:#fff;
    margin-bottom:20px;
    font-weight: normal;
}

.btn > span,
.home_album_text > a > span {
    font-size:1.3em;
    margin-left:5px;
    vertical-align:bottom;
}

@keyframes fadein {
    from { opacity:0; }
    to { opacity:1; }
}
@-moz-keyframes fadein { /* Firefox */
    from { opacity:0; }
    to { opacity:1; }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from { opacity:0; }
    to { opacity:1; }
}
@-o-keyframes fadein { /* Opera */
    from { opacity:0; }
    to { opacity:1; }
}




.hoverClass img{
    opacity:0.05;
}
.hoverClass .colorImg{
    opacity:0;
}

.hoverClass .home_album_text {
    display:block;
}



.imgHolder:hover img {
    opacity:0.05;
}

.imgHolder:hover .colorImg {
    opacity:0;
}

.colorImg:hover {
    opacity:0;
}

.imgHolder:hover .home_album_text {
    display:block;
}


.imgHolder {
    background:black;
    display:block;
}


/* reset bootstrap */

ul.inline > li, ol.inline > li {
    /*padding:0 !important;*/
}
/*
.nav-list > li:last-child > a {
    padding-right:0 !important;
}
*/

/*navigation menu */

.header nav {
    padding-top:40px;
}

.header nav a {
    text-shadow:none !important;
    font-weight:normal;
}

nav ul li {
    margin:0 10px;
}

nav ul li:last-child {
    margin-right:0;
}

nav ul li a {
    color:#4b4a4a;
    z-index:99;
}

nav > div > ul > li > a {
    padding-bottom:49px !important;
}

nav > ul > li {

}


nav ul li a:hover {
    background:none !important;
    border-bottom:solid 1px #9e9e9e;
    color:#000;
}

nav > div {
	background:none;
	display:block;
}


.parent {
    position: relative;
}
.parent:hover > ul {
    display:block;
}

li.parent:hover a{
    border:none !important;
}

nav ul li > ul {
    display:none;
    position:absolute;
    border:solid 1px #ccc;
    min-width:190px;
    top:80%;
    z-index: 9999;
    background: #fff;
	margin-left:0;
}

nav ul ul li {
    list-style: none;
    text-align: left;
    border-bottom:solid 1px #ccc;
    margin:0;
}



nav ul ul li:hover {
    background:#eaeaea;
}

nav ul ul li:last-child {
    border:none;
}

nav ul ul li a {
    line-height:40px;
    padding:20px;

}

nav ul ul li a:hover {
    text-decoration: none;
    border:none;
}

nav ul li > ul li > ul {
    display:none;
    position:absolute;
    border:solid 1px #ccc;
    min-width:190px;
    top:-1px;
    left:191px;
    z-index: 9999;
    background: #fff;
}

.hederline {
    z-index:-1;
}

footer {
    height:100px;
    line-height:100px;
}

footer > p {
    float:left;
    line-height:100px;
}

footer > p  a {
    text-decoration: none;
    font-weight: bold;
    color:#333333;
}

footer > p  a:hover {
    text-decoration: none;
    color:#000000;
}

.footer_social > a {
    background:#000;

    text-shadow: none;

    color:#fff;
    padding:12px;
    font-size:18px;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;

    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=80);
    /* Netscape */
    -moz-opacity: 0.8;
    /* Safari 1.x */
    -khtml-opacity: 0.8;
    /* Good browsers */
    opacity: 0.8;
}

.footer_social > a:hover {
    text-decoration:none;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;

}

.footer_social  .icon-facebook {
    padding:12px 19px !important;
}

.footer_social  .icon-tumblr, .footer_social  .icon-dribbble, .footer_social  .icon-youtube, 
.footer_social .icon-vimeo {
    vertical-align: -2px !important;
}

.footer_social .icon-google-plus, .footer_social .icon-tumblr, .footer_social .icon-dribbble,
.footer_social .icon-youtube, .footer_social .icon-vimeo, .footer_social .icon-twitter  {
    padding:12px 14px !important;
}

.footer_social .icon-pinterest,
.footer_social .icon-linkedin {
    padding:12px 15px !important;
}

.chevron {
    background:#000;
    color:#fff;
    padding:12px 14px;
    font-size:18px;
    float:right;
    margin:20px;

    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=80);
    /* Netscape */
    -moz-opacity: 0.8;
    /* Safari 1.x */
    -khtml-opacity: 0.8;
    /* Good browsers */
    opacity: 0.8;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icon-chevron-up:hover {
    text-decoration:none;
    color:white;

    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
}


.colorImg {
    width:100%;
    height:100%;
    background:black;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.titleInsideGallery table {
    width:100%;
}
.titleInsideGallery .title_text {
    margin: 60px 0;
}


.galleryImgs > a {
    /*margin:20px; artmazi*/
    margin:0px;
    cursor:pointer;
    text-decoration: none;
}

/* about */


.ourTeam {
    margin:12px !important;
    width:293px !important;
    height: 250px !important;
}

.contentFixed > .masonry_left {
    width:290px;
}

.ourTeam .imgHolder,
.ourTeam img,
.ourTeam .home_album_text{
    height: 250px !important;
}

.contentFixed {
    margin:45px auto !important;
    width:100%;
    overflow:hidden;
}

.contentMasonry{
    margin:25px auto !important;
    width:100%;
}

.ourTeam {
    float:left;
    position:relative;
}

.ourTeam img {
    display:block;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width:100%;
}

.smallSocial {
    color:#fff;
    font-size:20px;
    position:absolute;
    bottom:25px;
}

.smallSocial a {
    margin:0 1px;
    font-style:normal;
}

.icon-tumblr-2, .icon-dribbble-2, .icon-youtube-2, .icon-vimeo2 {
    vertical-align: -1px !important;
    font-size: 18px;
}


/* blog */
.postsWrapper h5,
.categoryWrapper h5 {
    float:left;
    margin:25px 0;
}

.postsWrapper a,
.categoryWrapper a {
    text-shadow: none;
    font-weight:normal;
}

.postsWrapper ul,
.categoryWrapper ul {
    float:left;
    margin:25px 20px;
    color:#6d6d6d;
}

.postsWrapper ul li,
.categoryWrapper ul li {
    margin:0 5px;
    font-size: 12px;
}

.postsWrapper ul li a,
.categoryWrapper ul li a {
    color:inherit !important;
    text-decoration: none;
}

.postsWrapper ul li a:hover,
.categoryWrapper ul li a:hover {
    color:#333333 !important;
}

.postsWrapper + .categoryWrapper h5 {
    margin-left:40px;
}

.likes  .icon-heart {
    font-size:24px;
    vertical-align:sub !important;
    margin-right:15px;
    cursor:pointer;
}


.liked {
    color:#ea0303;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.likes {
    margin: 0 !important;
}


.likes_value{
    margin-left:10px;
}

.bucket {
    border:solid 1px #e3e3e3;
    width:297px !important;
	min-height: 355px;
}

.bucket .blogImgHolder {
	margin:15px 15px 0 15px;
    width:267px;
    /*height:199px; artmazi */
	background:#000;
}

.bucket .blogImgHolder > a{
	background: #4f4f4f;
	position: absolute;
	top: 89px;
	left: 130px;
	text-align: center;
	padding: 15px;
	color: #fff;
	display: none;
	animation: fadein 1s;
	-moz-animation: fadein 1s;
	-webkit-animation: fadein 1s;
	-o-animation: fadein 1s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
	z-index:9999;
}

.bucket img {
    width:100%;
	
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.bucket h4 {
    color:#313131;
}

.bucket:hover  img{
	opacity:0.05;
}

.bucket:hover  a{
	display:block;
}

.bucket a:hover {
   text-decoration: none;
}

.bucket h4,
.bucket i {
    margin: 15px 20px 5px 20px;
}

.bucket p {
    margin:10px 20px 20px 20px;
}

.single-content {
    width:640px;
    margin:0 auto;
}

.single-content > img {
    width:100%;
    margin-bottom:20px;
}

.line_inside {
    margin: 30px 0;
}

.single-content > i,
.single-content > p {
    color:#333333;
}

#commentform > h4,
.latestComents {
    margin-bottom:30px;
    color:#313131;
}

#commentform > input,
#commentform > textarea {
    border-radius:0px;
    border:solid #d4d4d4 1px;
    color:#7c7c7c;
}


#commentform > textarea {
    max-width:619px;
    min-width:619px;
    min-height:150px;
    margin:15px 0 25px 0;
}
#commentform > input {
    height:50px !important;
    width:28% !important;
}

#commentform > input +  input {
    margin-left:24px !important;
}

.btn-default {
    background:#fff;
}

.btn {
    width:130px;
    height:50px;
    border:solid #d4d4d4 1px;
    border-radius:0px;
    margin:10px;
    font-family:inherit;
}

a.btn {
    line-height:50px;
}

a.btn-small {
    line-height:35px !important;
}

a.btn-block {
    line-height:38px !important;
}

.btn > a {
    color:#fff;
    line-height:40px;
}

.btn-default > a {
    color:#333333 !important;
}

.btn > a:hover {
    text-decoration:none;
}

.btn-default:link,
.btn-default:active,
.btn-default.active,
.btn-default:focus,
.btn-default:hover {
    background:#fff;
}

.btn-mini {
    width:70px;
    height: 25px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-mini:hover,
.btn-mini:focus,
.btn-mini:active,
.btn-mini.active,
.btn-mini.disabled,
.btn-mini[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.commentBody table tr td img {
    max-width:200px !important;
    margin:20px 0;

}

.commentBody table tr td {
    vertical-align: top;
}

.commentText {
    margin:20px;
}

.commentText > p > .commentTime,
.commentText p {
    color:#808080;
    font-size: 13px;
}

.commentText p:first-child {
    color:#313131;
    font-size: 14px;
}

.commentText p:first-child > a {
    color:#808080;
    font-size: 14px;
    text-decoration: none;
}

.commentText > p > .commentTime {
    margin:0 10px 0 20px;
}

.contactFields {
    display: inline-block;
    margin:0px 0;
}

.contactFields + .contactFields {
    margin-left:10px;
}

.contactFields input {
    width:212px;
}

.contactFields textarea {
    min-width:451px;
    max-width:451px;
    min-height:171px;
}
#contactName, #contactEmail {
	height:40px !important;
}

.map {
	float:right !important;
}

.contactFields label{
    color:#6c6c6c;
    margin:10px 0;
    cursor:default;
}

.btn-block {
    width:99%
}

.btn-inverse{
    background:#313131;
}

.btn-inverse:hover {
    background:#272626;
}

.contactForm button {
    margin:20px 0 !important;
}

.galleryImgs {
    width:220px;
    height:164px !important;
	min-height:164px !important;
	max-height:164px !important;
    background: #000;
}

.galleryImgs > img {
    width:100%;
    height:100%;
}

.loadBtn {
    margin:0 auto !important;
}

.loadMore {
    width:130px;
    margin:0 auto 40px auto;
}

.galleryImgs:hover img {
    opacity:0.05;
}

.galleryImgs {
    position: relative;
}
.galleryImgs > a {
    background:#4f4f4f;
    position:absolute;
    bottom:15px;
    right:15px;
    text-align: center;
    padding:15px;
    color:#fff;
    display:none;

    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */

    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

.galleryImgs > h4 {
    position:absolute;
    top:15px;
    left:15px;
    display:none;
    margin: 0;
    color: white;

    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */

    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

.galleryImgs:hover a {
    display:block;
}

.galleryImgs:hover h4 {
    display:block;
}

.box_skitter_gallery_inside_flip {
        display:none;       
}

.footerP {
    margin-left:0px !important;
    color:#777777;
}

.box_skitter_gallery_inside_flip img{
    width:450px;
    height:300px;       
}

.box_skitter_gallery_inside img {
    width:540px;
    height:366px;
}

.box_skitter_large img {
    width:800px;
    height:300px;
}

.box_skitter_inside_large img {
    width:960px;
    height:480px;
}

.box_skitter_medium img {
     width:500px;
     height:200px;
}

.box_skitter_small img {
    width:200px;
    height:100px;
}


.box_skitter {
    margin: 0 auto;
}


.box_skitter_gallery_inside,
.projectDescription {
    float: left;
    margin:40px 0px;
    width:100%;
}
.projectDescription > button {
    margin-top:20px;
    float:right;
}

.galleryColorImage {
    width:216px !important;
    height:159px !important;
}

.masonry_left {
    float:left;
    margin:22px;
}

.klasikContent {
    width:100%;
}

.bgImg {
    z-index: -1;
    padding-bottom:150px;
}

.um_left_top {
    background-position: left top;
    background-repeat: no-repeat;
}


.um_left_bottom {
    background-position: left bottom;
    background-repeat: no-repeat;
}


.um_right_top {
    background-position: right top;
    background-repeat: no-repeat;
}


.um_right_bottom {
    background-position: right bottom;
    background-repeat: no-repeat;
}


.um_center {
    background-size:100% 100%;
    background: center center fixed no-repeat;
}

.um_stretch {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment:fixed;
}

.um_repeat {
    background-repeat: repeat;
}

.none {
    background-image:none;
}

.cubes {
    background-image:url(patterns/cubes.png);
}
.mocha{
    background-image:url(patterns/mochaGrunge.png);
}
.noisy {
    background-image:url(patterns/noisy_grid.png);
}
.zebra  {
    background-image:url(patterns/subtle_zebra_3d.png);
}
.gray   {
    background-image:url(patterns/texturetastic_gray.png);
}
.wood    {
    background-image:url(patterns/tileable_wood_texture.png);
}
.vichy     {
    background-image:url(patterns/vichy.png);
}

.chevron {
    position: fixed;
    z-index:99;
    bottom:0;
    right:0;
}

.btn-small {
    width:90px !important;
    height: 35px !important;
}


.dg-prev span,
.dg-next span{
    margin:0 10px;
    vertical-align: top;
}


blockquote {
    padding: 20px 30px 20px 70px;
    position: relative;
    border:none;
    background:#e5e5e5;
    color:#787878;
    font-style: italic;
    display:inline-block;
}

blockquote p {
    font-size:14px;
}


blockquote:before {
    display: block;
    content: "\f10d";
    font-size: 35px;
    position: absolute;
    top:30px;
    left:20px;
    font-family: "fontawesome";
    color:#fff;
    font-style: normal;
}


blockquote:after {
    content:"\25bc";
    display:block;
    font-size: 25px;
    font-style: normal;
    color:#e5e5e5;
    position:absolute;
    bottom:-14px;
    left:20px;
}

.cite {
    margin-left:25px;
    color:#585858;
}

/* ####### tabs ########*/


.tabsHeader, .accHeader {
    width:100%;
    background: #e5e5e5;
    overflow:hidden;
}

.accHeader {
    background:url(../images/acordion_default_state.png) #e5e5e5 no-repeat 97% !important;
}

.tabs {
    width:100%;
    border:solid 1px #e5e5e5;
    font-family: 'georgia';
}

.tabsHeader .tab{
    color:#747474;
    float:left;
    font-weight: bold;
    line-height:50px;
    padding:0 55px;
    margin:0;
    background: #e5e5e5;

}

.tabsBody p {
    margin:20px;
    color:#747474;
}


.tab {
    border-right:solid 1px #cecece;
    cursor:pointer;
}

.tab:last-child {
    border:none;
}


.tab:hover {
    background:#fff;
}

.tabsHeader ul li{
    padding:0;
    margin:0;
}



/* ####### accordion ########*/

.accordion {
    width:99%;
    border-left:solid 1px #e5e5e5;
    border-right:solid 1px #e5e5e5;
}

.accHeader{
    border:solid 1px #cecece;
    line-height:50px;
    background: #e5e5e5;
    cursor:pointer;
}

.accHeader h5 {
    color:#565656;
    font-weight:bold;
    margin-left:20px;
    line-height:35px;
}

.accBody {
    background: #fff;
    height:100%;
}

.accBody p {
    padding: 20px 20px 10px 20px;
}

.accBody:last-child {
    border-bottom:solid 1px #e5e5e5;
}

.accHeader:focus {
    outline:0;
}

.row-fluid {
    margin:50px auto;
}

/* ####### END accordion ########*/


/* ################## shortcodes test ############################## */



.accordionTest ul {
    margin:0;
}

.accordionTest ul li div {
    display:none;
}

.accordionTest ul li div {
    padding:5px 20px;
}


.accordionTest ul li {
    border-top:solid 1px #cecece;
    border-left:solid 1px #cecece;
    border-right:solid 1px #cecece;
    list-style: none;
    font-family: inherit;
}

.accordionTest ul li:last-child {
    border-bottom:solid 1px #cecece;
}

.alert {
    line-height:35px;
}

.alert > i {
    float:right;
    font-family: Arial;
    color: #cccccc;
    font-weight: bold;
    cursor:pointer;
    font-style:normal;
}
.alert > i:hover {
    text-decoration: none;
}


/* ################## shortcodes test END ############################## */


/*lorik*/
.socialTags{
    position: relative;
	
}
.shereButton{
    display: inline;
    vertical-align: bottom;
    height: 61px;
    max-width: 58px;
    position: relative;
    margin: 0 8px;
}

.url{
    color:#000000 !important;
    font-size: 14px;
    text-decoration: none;
}
.url:hover {
    text-decoration: underline !important;
}

.comment_name{
    color:#000000 !important;
    font-size: 14px;
    text-decoration: none;
}
.commentText img{
    float:left;
    margin-right: 20px ;
}
.children{
    margin-left: 90px;
}
.commentBody > ul  li {
    list-style: none;
    margin-bottom: 50px;
    min-width: 300px;
}
.edit-link > a{
    margin-left: 10px;
    color:#808080 !important;
}
.edit-link > a :hover
.edit-link > a :focus{
    color:#808080 !important;
    text-decoration: underline !important;
}
#cancel-comment-reply-link{
    margin-left: 10px;
    color:#808080 !important;
}
#cancel-comment-reply-link:hover
#cancel-comment-reply-link:focus{
    color:#808080 !important;
    text-decoration: underline !important;
}
.logged-in-as a{

    color:#808080 !important;
}
.logged-in-as a:hover{
    color:#808080 !important;
    text-decoration: underline !important;
}

.commentText p > a {
    margin-left: 10px;
    color:#808080;
    font-size: 14px;
    text-decoration: none;
}
.commentText p > a:hover {
    color:#808080;
    font-size: 14px;
    text-decoration: underline !important;
}

.commentTime{
    margin-left: 20px;
}

.preppendHr{
    margin-bottom: 30px;
}


#commentform #submit {
    width:130px;
    height:50px !important;
    background:#fff;
    border:solid #d4d4d4 1px;
    border-radius:0px;
    font-family: inherit;
    color :#7c7c7c;
}

#commentform #submit:link,
#commentform #submit:active,
#commentform #submit.active,
#commentform #submit:focus,
#commentform #submit:hover {
    background:#fff;
}
.logo {
    text-decoration: none;
}
.logo > img{
    width: 80% !important;
}

.logo:hover {
    text-decoration: none;
}

/*lorik*/

.allButtons button {
    margin:5px;
}

/* widgets */

.widgets {
    overflow:hidden;
}

.textwidget  {
    line-height:24px;
}

.widget {
    margin:20px;
    display: inline-block;
    vertical-align: top;
}

.bottom_widget .widget {
    width:278px !important;
}

.left_widget .widget, .right_widget .widget  {
    width:238px !important;
}

.bottom_widget .widget {
    margin-left:0px !important;
    margin-right:60px;
}

.bottom_widget .widget:nth-child(3n+4) {
    margin-right:0px !important;
}

.bottom_widget .tweet {
    
}

.left_widget .tweet, .right_widget .tweet  {
    float:right;
    width:200px;
}

p.tweet {
	position:relative;
}

p.tweet > i {
	display:block;
	margin-right:20px;
	height:50px;
	position:absolute;
	top:-16px;
	left:-36px;
}

p.tweet:not(i) {
	display:block;
	float:right;
	width:240px;
}

.widget h4 {
    margin-bottom:20px;
}

.w_title {
    margin-bottom:20px;
}

.w_title a {
    font-weight:normal;
    color:#333333;
}

.widget i {
    color:#c2c2c2 !important;
}

.twitter_feed i, 
.twitter_feed_2 i{
    margin-top:20px;
    font-size:22px;
}

.bottom_widget {
    width:100%;
}

.tweet_sample p {
    display:inline;
}

.f_widget i {
    margin-right:20px;
}

.tagcloud a {
    /*
    border:solid 1px #d7d7d7;
    border-radius: 15px;
    font-size: 12px !important;
    display: inline-block;
    */

    margin:5px;
    text-transform: lowercase;
}

.tagcloud a:hover {
    text-decoration: none;
    color:#000;
}

.tagcloud a:hover span{
    background: #d7d7d7;
}

.tagcloud > a > span{
    width:4px;
    height:4px;
    border:solid 1px #d7d7d7;
    border-radius: 50%;
    display:inline-block;
    margin-right:8px;
    vertical-align: 1px;
}

.tagcloud {
    width:245px !important;
}

.widgetBody {
    font-family: inherit;
}

.widgetBody > p {
    color:#767575;
}

.widget ul {
    margin:0;
}

.widget ul li ul {
    padding: 10px 20px;
}

.widget ul li ul li:last-child{
    padding-bottom:0px;
}

.widget ul li{
    list-style: none;
    border-top: 1px dotted #d7d7d7;
}

.widget ul li,
.widget > ul > li > ul {
    padding:10px 0;
}

.widget a {
    color:#767575;
    cursor:pointer;
}

.widget ul li a:hover {
    color:#000;
}


.left_widget {
    width:260px !important;
    float:left;
    margin-top:15px;
}

.right_widget {
    width:260px !important;
    float:right;
    margin-right:20px;
    margin-top:15px;
}

.content-right {
    width:640px !important;
    float:right;
    margin-right:20px;
}

.content-left {
    width:640px !important;
    float:left;
    margin-left:20px;
}


#wp-calendar {
    width:200px;
}
#wp-calendar > caption{
    margin-top:10px;
    margin-bottom:10px;
}

#wp-calendar > tbody {
    text-align:center;
}

#wp-calendar > tfoot > tr > td > a{
    padding:20px 15px;
}

.widget select {
    border-radius:0;
}

#searchsubmit {
    width:100px;
    height:40px !important;
    border:solid #d4d4d4 1px;
    border-radius:0px;
    font-family: inherit;
    background:#fff;
}

#searchform > div > label {
    margin: 10px 0;
    font-family: inherit;
    font-weight: normal;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
    font-size: 17.5px;
}

/* widgets */



/* comment pagination */

.assistive-text {
    display:none;
}

#comment-nav-above,
#comment-nav-below{
    overflow:hidden;
    border-top:dotted 1px #d7d7d7;
    border-bottom:dotted 1px #d7d7d7;
}

#comment-nav-above a,
#comment-nav-below a{
    color:#767575;
}

.nav-next {
    float:right;
    padding:10px 20px;
}
.nav-previous {
    float:left;
    padding:10px 20px;
}


/* comment pagination */


/* turn colored images to grayscale */

.backToGrayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}



/* turn colored images to grayscale */


.tagcloud a[title="3 topics"],
.tagcloud a[title="2 topics"] {
    font-size: 16pt !important;
}



/* columns */

.half, .third, .quarter, .sixth {
    margin:20px;
    display:inline-block;
	vertical-align:top;
}

.half {
    width:45.5%;
}

.third {
    width:28.5%;
}

.quarter {
    width:20.5%;
}

.sixth {
    width:12.1%;
}

.left_widget + .contentFixed  .half,
.right_widget + .contentFixed  .half {
	width:43.5%;
}

.left_widget + .contentFixed  .third,
.right_widget + .contentFixed  .third {
	width:26.5%;
}

.left_widget + .contentFixed  .quarter,
.right_widget + .contentFixed  .quarter {
	width:18%;
}

.left_widget + .contentFixed  .sixth,
.right_widget + .contentFixed  .sixth {
	width:10%;
}

/* columns */



/* browser specific styles */

@-moz-document url-prefix() {
    .titleInsideGallery table{
        float:left;
    }
}

/* browser specific styles */


/* social chare buttons */

.pluginCountBox {
    padding: 8px 1px 5px 3px !important;
    height: 22px !important;
    font-size: 16px !important;
    font-family:Arial !important;
}

.shereButton # fb-root .pluginShareButton {
    padding-bottom: 5px !important;
}

/* social chare buttons */



/* post navigation */

.post_nav {
    overflow: hidden;
    margin-bottom: 30px;
    margin-top:-20px;
}


/* post navigation */


/* themecheck requirements */

.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor, .alignright,
.alignleft, .aligncenter {

}


/* themecheck requirements */



/* social shares */


.socialShareBtn {
	float: right;
	margin-top: -32px;
	border-bottom: dotted 1px #CCC;
	border-left: dotted 1px #CCC;
	border-right: dotted 1px #CCC;
	padding: 10px 22px;
	cursor:pointer;
}

.socialShareBtn a {
	color:#a8a8a8;
	text-shadow:none;
}

.socialShareBtn  a:hover{
	text-decoration:none;
}

.socialTags {
	display:none;
}

.socialLine {
	display:none;
}


/* social shares */

/* nav menu icon (shown only in responsive versions) */

.resMenuBtn {
	display:none !important;
}

.paragraphs{
    width:280px !important;
    margin:0 20px !important;
}


.dg-center {
    /*text-shadow: #565656 0px 1px;*/
    text-shadow:none;
}

.bucket h4 {
	text-shadow:none;
}

.sliderWrapper {
    height:450px;
    position:relative;
}

.sliderContent{
    width:720px;
    height:450px;
	background: #272626;
}


.sliderWrapper .menuButtons {
	position:absolute;
	bottom:0px;
	right:2px;
	z-index:999;
}

.sliderWrapper .menuButtons div{
	display:inline-block;
	background:#2f2f2f;
	width:10px;
	height:10px;
	margin:0;
	padding:20px;
	text-align:center;
	cursor:pointer;
	float:left;
	color:white;
}

.sliderWrapper .menuButtons div:hover{
	background:#494949;
}

.sliderWrapper .menuButtons div i{
	vertical-align:super;
}

.sliderContent .slide {
	display:none;
}

.sliderContent .slide .slideDescription {
    position:absolute;
    top:0;
    left:0;
    width:198px;
    height:460px;
    padding:20px;
    text-align: center;
}

.sliderContent .slide .slideDescription p{
    margin-top:180px;
}

.sliderContent .slide img {
    width:720px;
    height:450px;
}

.sliderContent, .sliderInfo {
    float:left;
}

.sliderInfo {
    width:238px;
    height:450px;
    background:#2f2f2f;
    color:#fff;
}

.slideDescription p {
    color: #fff;
    text-transform: uppercase;
}

.slideDescription a {
    color: #7c7c7c;
    text-shadow:none;
    text-decoration: none;
	font-weight:normal;
}

.slideDescription a > i{
    margin-left:10px;
}

.sliderWrapper {
	margin-top:25px;
}

.sliderWrapper, .servicesWrapper, .latestWorksWrapper, .blogPostWrapper {
    width:100%;
    overflow: hidden;
}

.servicesWrapper div, .latestWorksWrapper div, .blogPostWrapper div,
.servicesWrapper > a, .latestWorksWrapper > a, .blogPostWrapper > a {
    float:left;
    height:100%;
}

.servicesWrapper, .blogPostWrapper{
    height:190px;
}

.latestWorksWrapper {
    height:164px
}

.servicesWrapper div,  .blogPostWrapper div {
    padding-left: 40px;
    padding-top: 20px;
    height:130px;
}

.fixedService  > a{
	text-decoration:none;
}

.servicesWrapper div {
    width:200px;
}

.latestWorksWrapper > div {
    width:238px;
}

.blogPostWrapper div {
    width:318px;
}

.servicesWrapper > a, .latestWorksWrapper > a, .blogPostWrapper > a {
    text-align:center;
    text-decoration: none;
    color:#868686;
    text-shadow:none;
	width:238px;

    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.servicesWrapper > a > i, .blogPostWrapper > a > i{
    margin-top:55px;
    display:block;
}
.latestWorksWrapper > a > i {
    margin-top:60px;
    display:block;
}

.servicesWrapper > a , .latestWorksWrapper > a , .blogPostWrapper > a{
    text-transform: uppercase;
	color:#868686;
}

.latestWorksWrapper .galleryImgs > img {
    width:500px;

    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;

}

.servicesWrapper > a, .blogPostWrapper > a {
    background:#e2e2e2;
}

.servicesWrapper > a:hover, .latestWorksWrapper > a:hover, .blogPostWrapper > a:hover {
    background:#2f2f2f;
    color:#fff;
}

.servicesWrapper > a:hover  h6,
.latestWorksWrapper > a:hover  h6,
.blogPostWrapper > a:hover  h6 {
    color:#fff !important;
}

.servicesWrapper div a , .blogPostWrapper div a{
	font-weight:normal;
	text-decoration:none;
}

/* ###### services ###### */
.servicesFirst, .servicesSecond {
	float:left;
}


.servicesFirst i, .servicesSecond i {
	vertical-align:top;
	color:#868686;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
	
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
	
}

.servicesFirst div, .servicesSecond div{
	/*height:147px;*/
	max-width:655px;
	display:block;
	float:left;
}


.servicesFirst div a, .servicesSecond div a{
	font-weight:normal;
	font-style:italic;
	font-decoration:none;
}

.servicesFirst div h3, .servicesSecond div h3{
	margin:10px 0 0;
}

.servicesFirst div {
	padding: 0px 20px 0px 45px;
}

.servicesSecond div {
	padding: 0px 45px 0px 20px;
}

.servicesSecond div > h3{
	text-align:right;
}

.servicesSecond {
	border-top: dotted 1px #ccc;
}

.servicesFirst:nth-child(n+2){
	border-top: dotted 1px #ccc;
}

.servicesFirst > a, .servicesSecond  > a {
	text-decoration: none;
	width: 240px;
	height: 189px;
	display: block;
	background:#e2e2e2;
	float:left;
	
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
	
	position:relative;
	
}
.servicesFirst > a:hover, .servicesSecond > a:hover {
	background:#272626;
}

.servicesFirst > a:hover i, .servicesSecond  > a:hover  i{
	color:#fff;
}

.temp2 {
	border:none !important;
}

.fixedService {
	width:175px;
	margin:0;
	
	padding: 0 32px !important;
}

.partnersTitle {
	padding-top:45px;
}

.fixedService  h3{
	text-align:left !important;
}

.partnersWrapper {
	padding: 45px 0;
	overflow: hidden;
	clear:both;
}

.partnersWrapper a div {
	border:solid 1px #dadada;
}

.partnersWrapper a div img{
	width:183px;
	height:110px;
	margin: 10px;
	
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.partnersWrapper a:hover div img{
	margin:0px;
	width:203px;
	height:130px;
}

.partnersWrapper a {
	text-decoration:none;
	margin-left:40px;
	margin-top: 20px;
	display:inline-block;
}

.partnersWrapper a:first-child {
	margin-left:0px;
}

.partnersWrapper a:nth-child(4n+5) {
	margin-left:0px;
}

.line_inside_content {
	padding:45px 0;
}

.partnersTitle {
	padding-top:55px;
}

.load {
	text-align:center;
}

.load  i{
	margin-right:10px;
}

.viewMode > i  {
	position:relative;
}

.tabsWrapper .tabsBody {
	background:#fff;
}

.tabsBody div {
	padding: 20px;
}
