/* general */
body {
    position: relative;
    min-width: 768px !important;
    font: 300 100%/120% Arial, sans-serif;
    color: #464646;
    background: url("../images/body-bg.jpg") repeat;
}

.unordered li {
    position: relative;
    padding: 7px 0 7px 20px;
    border-bottom: 1px dashed #e9e9e9;
}

.unordered li:before {
    display: block;
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    margin: -1px 0 0;
    list-style-type: none;
    list-style: none;
    content: "●";
}

.portfolio_cat_list {
    width: 78%;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.portfolio_cat_list li {
    float: left;
    display: block;
    padding: 18px 13px 15px 0;
    position: relative;
}

.portfolio_cat_list li:after {
    content: '';
    display: block;
    width: 8px;
    height: 1px;
    border-bottom: 1px solid #d6d7d8;
    position: absolute;
    right: 5px;
    top: 26px;
}

.hgroup h1 {
    text-transform: uppercase;
    margin: 0;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
}

.hgroup {
    width: 630px;
    text-align: left;
    color: white;
    margin: 40px 0 0 0;
}

.portfolio_cat_list .last:after {
    display: none;
}

.portfolio_cat_list li a {
    color: #8e8e8e;
}

.portfolio_cat_list li .active {
    color: #ba3030;
    font-weight: 700;
}

.portfolio_cat_list li a:hover {
    color: #ba3030;
}

.clear {
    clear: both;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0 0 1em;
}

a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: color 1s ease-in-out, background-color 1s ease-in-out;
    -moz-transition: color 1s ease-in-out, background-color 1s ease-in-out;
    -o-transition: color 1s ease-in-out, background-color 1s ease-in-out;
    transition: color 1s ease-in-out, background-color 1s ease-in-out;
}

a:hover {
    color: #e85151;
    -webkit-transition: color 1s ease-in-out, background-color 1s ease-in-out;
    -moz-transition: color 1s ease-in-out, background-color 1s ease-in-out;
    -o-transition: color 1s ease-in-out, background-color 1s ease-in-out;
    transition: color 1s ease-in-out, background-color 1s ease-in-out;
}

.inner {
  /*  padding: 0px 4px 0px 4px;*/
    min-width: 480px;
    max-width: 960px;
    margin: 0 auto;
}

.inner .portfolio-items#isotope {
    min-height: 400px;
}

.inner:after {
    display: block;
    content: "";
    clear: both;
}

.header {
    position: relative;
    width: 100%;
    min-height: 300px;
    padding: 0 0 9px;
    background: url('../images/header-bg.jpg') repeat content-box, url("../images/header-pattern.png") repeat-x 0 100%;
}

.header:after {
    display: block;
    content: "";
    clear: both;
}

.header_center {
    position: relative;
    z-index: 10;
    height: 88px;
    background: url('../images/header-line.png') #fff left bottom repeat-x;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3);
}

.logo {
    width: 8%;
    padding: 4px 0% 0% 0.7%;
}

.logo a {
    display: block;
    height: 100%;
}

.logot {
    float: left;
    width: 285px;
    height: 70px;
    font-size: 16px;
    text-align: center;
    margin: 11px 0 0 0;
    overflow: hidden;
}

.logot .re strong {
    border-bottom: 1px dashed #e5e5e5;
}

.logot p strong {
    border-top: 1px dashed #e5e5e5;
    color: #909090;
    margin: 2px 0 0;
    text-align: center;
    font-size: 12px;
}

.logot a {
    display: block;
    height: 100%;
    color: #000000;
}

nav {
    float: right;
    width: 90.4%;
}

nav ul {
    position: relative;
    z-index: 100;
}

nav ul li.gen {
    width: 40%;
}

nav>ul>li {
    float: left;
    border-left: 1px solid #f7f7f7;
    width: 19.5%;
}

nav>ul>li>a {
    position: relative;
    z-index: 100;
    display: block;
    min-width: 100px;
    height: 66px;
    padding: 19px 0 3px 25px;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #464646;
    background: #fff;
}

nav>ul>li>a:hover {
    color: #464646;
    background: #f8f8f8;
}

nav>ul>.sub>a:hover {
    background: url("../images/nav-li-hover.png") #f8f8f8 95% 38px no-repeat;
}

nav>ul>li>a>strong {
    display: block;
}

nav>ul>li>a>span {
    float: left;
    margin: 5px 0 0 0;
    padding-right: 6px;
    color: #909090;
    font-size: 12px;
    border-top: 1px dashed #e5e5e5;
}

/* drop-down navigation */
nav ul ul {
    position: absolute;
    z-index: 99;
    top: -330px;
    margin: 0;
    padding: 0;
    width: 180px;
    background: #f8f8f8;

    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    -webkit-transition: top 500ms ease-in-out;
    -moz-transition: top 500ms ease-in-out;
    -o-transition: top 500ms ease-in-out;
    transition: top 500ms ease-in-out;
}

nav ul li:hover > ul {
    top: 85px;
}

nav ul ul li ul {
    top: 0;
    left: 181px;
}

nav ul ul li {
    font-family: Arial, sans-serif;
    width: 100%;
    border: 0 none;
    border-bottom: 1px solid #ededed;
}

nav ul ul li a {
    display: block;
    padding: 7px 15px;
    width: 150px;
    color: #464646;
    text-shadow: 1px 1px 0 #fff;
    text-decoration: none;
    background: none;
    border: 0 none;
    font-weight: 600;
    font-size: 14px;
}

nav ul ul li a:hover {
    background: #fff;
}

.header blockquote {
    margin-top: 35px;
    padding-bottom: 98px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.header blockquote q {
    display: block;
    margin-top: 25px;
    font-size: 16px;
    color: #d8d8d8;
    font-weight: normal;
}

/* slider-wrapper */
.slider-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    float: right;
    width: 100%;
    margin: -88px 0 0;
}

/* content */
.content, .bl_portfolio, .main_content {
    position: relative;
    margin: -57px auto 0;
    border: 1px solid #cecece;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px #d1d1d1;
    -moz-box-shadow: 0 2px 2px #d1d1d1;
    box-shadow: 0 2px 2px #d1d1d1;
}

.bl_portfolio:after,
.main_content:after {
    content: "";
    display: block;
    clear: both;
}

.bl_portfolio, .main_content {
    position: relative;
    margin: 10px 0 30px;
}

.footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #6e6f73;
    line-height: 16px;
    background: url("../images/header-bg.jpg") repeat;
}
.footer .inner {
margin-bottom: 25px;
}
.footer .copyright .inner {
    margin-bottom: 0px;
}
.footer .col {
    float: left;
    width: 220px;
    margin-left: 5%;
    padding-top: 35px;
    height: 190px;
}

.footer .col1 {
    float: left;
    width: 400px;
    margin-left: 2.08%;
    padding-top: 35px;
    height: 190px;
}

.footer .col:first-child {
    margin-left: 0;
}

.footer .col:last-child {
    width: 22%;
}

.footer h2 {
    width: 100%;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px dotted #3c3c3d;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.footer .footer_icon {
    display: block;
    color: #fff;
}

.footer .footer_icon img {
    width: 20px;
    height: 20px;
    float: left;
    margin: 0px 4px 0px 0px;
}

.statistic:before {
    background-position: 0 0;
}

.latest_posts:before {
    /*	background-position:-24px 0;*/
}

.portfolio:before {
    background-position: -48px 0;
}

.tweets:before {
    background-position: -72px 0;
}

.tweets_black:before {
    background-position: -94px 0;
    margin-right: 5px;
    float: left;
}

.footer .col p {
    line-height: 30px;
    font-family: Arial;
    font-size: 14px;
}

.footer .calendar_list {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
}

.footer .calendar_list a {
    color: #6e6f73;
}

.footer .calendar_list a:hover {
    color: #FFF;
}

.footer .calendar_list span {
    display: inline-block;
    min-width: 25px;
    margin-right: 5px;
    color: #fffdfd;
}

.footer .latest_posts_list {
    font-size: 14px;
    line-height: 12px;
}

.footer .latest_posts_list a {
    display: block;
    margin-top: 14px;
    color: #6e6f73;
}

.footer .latest_posts_list a:hover {
    color: #FFF;
}

.footer .portfolio_list {
    width: 100%;
    margin: 7px 0 0 5px;
}

.footer .portfolio_list>li {
    display: inline-block;
    margin: 0 10px 15px 0;
}

.nivoSlider1 img {
    height: 400px !important;
}

.footer .portfolio_list>li>a>img {
    display: block;
    border: 3px solid #1c1e21;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: border-color 1s ease-in-out;
    -moz-transition: border-color 1s ease-in-out;
    -o-transition: border-color 1s ease-in-out;
    transition: border-color 1s ease-in-out;
}

.footer .portfolio_list>li>a>img:hover {
    border: 3px solid #fff;
    -webkit-transition: border-color 1s ease-in-out;
    -moz-transition: border-color 1s ease-in-out;
    -o-transition: border-color 1s ease-in-out;
    transition: border-color 1s ease-in-out;
}

.tweets_conteiner {
    height: 160px; /* total visible tweets, in this case set to 5 */
    overflow: hidden;
}

.tweets_conteiner .tweets_list {
    position: relative;
    top: -80px;
    font-size: 12px;
    line-height: 14px;
}

.tweets_conteiner .tweets_list>li {
    position: relative;
    height: 68px;
    padding-top: 12px;
    border-bottom: 1px dashed #3c3c3d;
}

.tweets_conteiner .tweets_list>li>a {
    display: block;
    height: 42px;
    overflow: hidden;
    color: #6e6f73;
}

.tweets_black .tweets_blue {
    display: block;
    width: 20px;
    height: 18px;
    background: url("../images/foot-sprite.png") no-repeat -120px 0;
    position: absolute;
    top: 15px;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.tweets_black:hover .tweets_blue {
    opacity: 1;
}

.tweets_conteiner .tweets_list>li>a>span {
    color: #ccd1de;
}

.date {
    margin: 4px 0 8px 0;
    text-align: right;
}

.copyright {
    margin: 5px auto 0;
    font-size: 13px;
    line-height: 16px;
    color: #7c7c7c;
    background: url("../images/under-foot-bg.png") repeat;
}

.copyright span {
    display: block;
    margin: 15px 15px 15px 15px;
    float: left;
}


.outer_title {
    margin: 25px auto 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #7e7b7b;
    clear: both;
}

.outer_title span {
    margin: 0 auto;
    display: table;
    padding: 0 18px;
    position: relative;
    background: url("../images/body-bg.jpg") repeat;
    font-size: 20px;
}

.outer_title .devider {
    display: block;
    padding: 0;
    position: relative;
    bottom: -13px;
    height: 3px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #b3b4b4;
}

.features_list {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 0 0;
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
}

.features_list>li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 240px;
    height: 240px;
}

.features_list > li > a {
    position: relative;
    z-index: 10;
    display: block;
    width: 200px;
    height: 200px;
    margin: 25px auto 0;
    color: #464646;
}

.features_list > li > .bg-circle {
    position: absolute;
    z-index: 1;
    display: block;
    left: 50%;
    top: 12px;
    width: 195px;
    height: 195px;
    margin: 0 0 0 -100px;
    background: #fff;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

.features_list > li:hover > .bg-circle {
    top: 0;
    width: 224px;
    height: 224px;
    margin: 0 0 0 -118px;
    border: 5px solid #ba3030;

    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.features_list > li:not(:hover) > .bg-circle {
    top: 12px;
    width: 195px;
    height: 195px;
    margin: 0 0 0 -100px;
    border: 0 solid #ffffff;

    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.features_list>li>a:hover .features_h2 {
    color: #ba3030;
}

.features_list>li>a>.icon-photography,
.features_list>li>a>.icon-favourites,
.features_list>li>a>.icon-wireless,
.features_list>li>a>.icon-cloud {
    display: block;
    width: 40px;
    height: 32px;
    margin: 20px auto 0;
    margin-top: 30px;
    background-image: url("../images/features-sprite.png");
    background-position: 0 0;
}

.features_list>li>a>.icon-photography {
    background-position: 0 0;
}

.features_list>li>a>.icon-favourites {
    background-position: -42px 0;
}

.features_list>li>a>.icon-wireless {
    background-position: -84px 0;
}

.features_list>li>a>.icon-cloud {
    background-position: -124px 0;
}

.features_list>li>a:hover .icon-photography {
    background-position: -167px 0;
}

.features_list>li>a:hover .icon-favourites {
    background-position: -210px 0;
}

.features_list>li>a:hover .icon-wireless {
    background-position: -253px 0;
}

.features_list>li>a:hover .icon-cloud {
    background-position: -292px 0;
}

.features_list>li>a>h2 {
    display: block;
    margin-top: 18px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 16px;
    font-weight: bold;
}

.features_list>li>a>p {
    text-align: center;
    padding: 0 25px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
}

.bl_portfolio h2 {
    width: 20%;
}

.bl_portfolio h2, .main_content h2 {
    float: left;
    margin: 0;
    padding: 19px 0;
    margin-left: 13px;
    font-weight: bold;
    font-size: 18px;
    line-height: 17px;
}

.main_content h2 {
    width: 100%;
}

.portfolio-icon:before {
    content: '';
    float: left;
    width: 22px;
    height: 18px;
    margin-right: 10px;
    background: url('../images/content-sprite.png') no-repeat;
}

.port_list:before,
.port_grid:before {
    margin-right: 0;
    background-position: -28px 0;
    top: 3px;
}

.port_grid:before {
    background-position: -52px 0;
}

.icon_post:before {
    background-position: -70px 0;
}

.bl_portfolio .portfolio-items li  {
    float: right;
}

.bl_portfolio.portfolio_right_list li {
    float: left;
}

.bl_portfolio .portfolio_right_list li a {
    display: block;
    color: #464646;
    padding: 18px 20px 22px 20px;
    border-left: 1px dashed #ececec;
    font: 700 14px/17px Arial;
}

.bl_portfolio .portfolio_right_list li.active a,
.bl_portfolio .portfolio_right_list li a:hover {
    background: #fbfbfb;
}

.bl_portfolio .portfolio-items {
    clear: both;
    margin: 0 -1px 25px;
}

.bl_portfolio .portfolio-items:after {
    content: "";
    display: block;
    clear: both;
}

.bl_portfolio .portfolio-items li {
    position: relative;
    float: left;
    width: 25%;
    height: 147px;
}

.bl_portfolio .portfolio-items li > a {
    position: relative;
    display: block;
    height: 147px;
}

.bl_portfolio .portfolio-items li:hover > a {
    display: block;
    z-index: 20;
    width: 108%;
    height: 167px;
    margin: -8px 0 0 -8px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.45);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.45);
}

.bl_portfolio .portfolio-items li:not(:hover) > a {
    display: block;
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bl_portfolio .portfolio-items li img {
    width: 100%;
    height: 100%;
    display: block;
}

.bl_portfolio .portfolio-items .options {
    position: absolute;
    right: 0;
    bottom: 0;
}

.bl_portfolio .portfolio-items li:hover .options {
    z-index: 21;
    right: -8px;
    bottom: -12px;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
}

.bl_portfolio .portfolio-items li:not(:hover) .options {
    z-index: 1;
    right: 0;
    bottom: 0;
    -webkit-transition: all 550ms ease;
    -moz-transition: all 550ms ease;
    -o-transition: all 550ms ease;
    transition: all 550ms ease;
}

.portfolio-items .likes,
.portfolio-items .views,
.portfolio-items .zoom {
    position: relative;
    float: left;
    width: 40px;
    height: 30px;
}

.bl_portfolio .portfolio-items .options {
    z-index: 17;
}

.bl_portfolio .portfolio-items .options .likes {
    border-right: 1px solid #f2f2f2;
    background: #fff url("../images/options.png") no-repeat left bottom;
}

.bl_portfolio .portfolio-items .options .likes:hover {
    background: #fff url("../images/options.png") no-repeat center bottom;
}

.bl_portfolio .portfolio-items .options .views {
    background: #fff url("../images/options.png") no-repeat 0 0;
}

.bl_portfolio .portfolio-items .options .views:hover {
    background: #fff url("../images/options.png") no-repeat center top;
}

.bl_portfolio .portfolio-items .options .likes span,
.bl_portfolio .portfolio-items .options .views span {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    min-width: 29px;
    padding: 2px 5px 7px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background: url("../images/options.png") no-repeat right top;
}

.bl_portfolio .portfolio-items .options .likes:hover span,
.bl_portfolio .portfolio-items .options .views:hover span {
    display: block;
}

.bl_portfolio .portfolio-items .zoom {
    display: block;
    position: absolute;
    z-index: 25;
    left: 0;
    top: 0;
    text-indent: -9999px;
    overflow: hidden;
    background: #fff url("../images/options.png") no-repeat right bottom;
}

.bl_portfolio .portfolio-items li:hover .zoom {
    display: block;
}

.bl_portfolio .portfolio-items li:hover .zoom {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.bl_portfolio .portfolio-items li:not(:hover) .zoom {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main_content .articles {
    float: left;
    width: 70%;
    padding: 0 0 0px;
}

.post_list {
    display: block;
    float: left;
}

.post_list article {
    display: block;
    float: left;
    margin: 0 0 45px;
}

.post_list article .date {
    display: block;
    text-align: center;
    vertical-align: top;
    width: 47px;
    height: 53px;
    background: url("../images/post-date-bg.png") no-repeat;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.36);
    float: left;
    padding-top: 7px;
    z-index: 0;
    margin-left: -13px;
    position: absolute;
    margin-top: 10px;
}

.post_list article .post_title {
    margin: 0 0 13px;
    padding: 18px 20px 15px;
    border-bottom: 1px dashed #ebebeb;
}

.post_list article .post_title .count-comments {
    float: right;
    padding-left: 30px;
    margin: 0 5px 0 7px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    background: url("../images/post-comment-icon.png") no-repeat 0 7px;
}

.post_list article .post_title h3 {
    margin: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}

.post_list article .atricle-text {
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    margin: 0 20px 18px 20px;
    color: #444 !important;
}

.post_list article .atricle-text a {
    text-decoration: underline;
}

.post_list article .atricle-text a:hover {
    text-decoration: none;
}

.post_list article img {
    display: block;
    width: 100%;
}

.post_list .post_links {
    position: relative;
    overflow: hidden;
    margin: 15px 0 0;
    font-size: 12px;
    line-height: 18px;
    border-top: 1px dashed #e6e6e6;
    border-bottom: 1px dashed #e6e6e6;
    background: #fafafa;
}

.post_list .post_links a {
    color: #464646;
}

.post_list .post_links a:hover {
    color: #ba3030;
}

.post_list .post_links>* {
    position: relative;
    float: left;
    margin: 0 0 0 20px;
    padding: 5px 15px 5px 18px;
    color: #464646;
}

.post_list .post_links .icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: url("../images/post-links.png") no-repeat 0 0;
}

.post_list .post_links .label {
    cursor: default;
}

.post_list .post_links .list:before {
    width: 8px;
    height: 8px;
    background-position: 0 -30px;
}

.post_list .post_links .user:before {
    width: 12px;
    background-position: 0 -45px;
}

.post_list .post_links .more {
    float: right;
    padding: 5px 20px 5px 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #ba3030;
}

.post_list .post_links .more:before {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    background: url("../images/post-links.png") no-repeat 0 -15px;
}

.pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 58px;
    width: 70%;
    background: #fdfdfd;
    border-top: 1px dashed #ebebeb;

    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}

.pagination .left,
.pagination .right {
    display: block;
    height: 23px;
    margin-top: 16px;
    padding: 3px 40px;
    color: #464646;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}

.pagination .left {
    float: left;
    background: url("../images/pagination-btn.png") no-repeat 0 -30px;
    margin-left: 20px;
}

.pagination .right {
    float: right;
    background: url("../images/pagination-btn.png") no-repeat 100% 0;
    margin-right: 20px;
}

/*========================.sidebar*/
.main_content .sidebar {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    color: #c0c0c0;
    background: #3e4346;
    -moz-border-radius: 0 4px 4px 0;
}

.sidebar ::-webkit-input-placeholder {
    color: #cecfd0;
}

.sidebar :-moz-placeholder {
    color: #cecfd0;
}

.sidebar :-ms-input-placeholder {
    color: #cecfd0;
}

.sidebar form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    padding: 4px 2%;

    font: 400 13px/17px "Vollkorn";
    font-style: italic;
    color: #fff;
    background: #4d5154;
    border: 1px solid #5d6164;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* buttons */
button,
.button {
    display: inline-block;
    overflow: hidden;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
    border: 1px solid #962626;
    cursor: pointer;

    -moz-box-sizing: content-box;
    box-sizing: content-box;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 5px rgba(0, 0, 0, 0.4);

    background: #bb3131;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.0));
    -webkit-transition: background linear 1s;
    -moz-transition: background linear 1s;
    -o-transition: background linear 1s;
    transition: background linear 1s;
}

.button:hover {
    color: #fff;
    background-color: #ce5555;
}

.sidebar .searchform {
    margin: 12px 15px 15px 15px;
}

.sidebar .searchform  input {
    /*background:#4d5154 url("../images/search-img.png") no-repeat 215px center;*/
    background: #4d5154 url("../images/search-img.png") no-repeat 95% center;
    width: 100%;
    padding-right: 28px;
}

.sidebar .menu-title {
    height: 53px;
    background: #26282a;
    border-top: 1px solid #3b3f42;
    border-bottom: 1px dashed #3b3f42;
}

.sidebar .menu-title strong {
    color: #f9f9f9;
    text-shadow: 1px 1px 0 black;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    display: block;
    margin: 15px 0 0 15px;
}

/*========================main blocks*/
.sidebar .subscribe {
    /*background:#3e4346 url("../images/asid-tags.png") no-repeat 240px 0;*/
    background: #3e4346 url("../images/asid-tags.png") no-repeat 95% 0;
}

.sidebar .tags {
    /*background:#3e4346 url("../images/asid-tags.png") no-repeat 245px -57px;*/
    background: #3e4346 url("../images/asid-tags.png") no-repeat 95% -57px;
}

.sidebar .categories {
    /*background:#3e4346 url("../images/asid-tags.png") no-repeat 250px -159px;*/
    background: #3e4346 url("../images/asid-tags.png") no-repeat 95% -159px;
}

.sidebar .comment {
    /*background:#3e4346 url("../images/asid-tags.png") no-repeat 245px -106px;*/
    background: #3e4346 url("../images/asid-tags.png") no-repeat 95% -106px;
}

/*========================.sidebar categories menu*/
.sidebar .menu {
    margin: 0 15px 15px 20px;
}

.sidebar .menu li {
    border-bottom: 1px dashed #3b3f42;
}

.sidebar .menu li a {
    display: block;
    overflow: hidden;
    color: #dfe0e0;
    font-size: 14px;
    line-height: 35px;
    font-weight: 600;
}

.sidebar .menu li a span {
    float: right;
    margin: 5px 4px 0;
    color: #9a9c9e;
    font: 700 italic 12px/18px 'Vollkorn';
}

.sidebar .menu li a:hover {
    color: #e85151;
}

/*========================.sidebar comment list*/
.sidebar .comment-list {
    margin: 0 0 7px 0;
    font-size: 14px;
    line-height: 19px;
}

.sidebar .comment-list img {
    float: left;
    margin: 0 10px 0 0;
    border: 2px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px #b0b0b0;
    -moz-box-shadow: 0 1px 2px #b0b0b0;
    box-shadow: 0 1px 2px #b0b0b0;
}

.sidebar .comment-list li {
    overflow: hidden;
    border-top: 1px dashed #3b3f42;
    padding: 14px;
}

.sidebar .comment-list li:first-child {
    border: none !important;
}

.sidebar .comment-list li strong {
    display: block;
    color: #fff;
    font-weight: 700;
}

.sidebar .comment-list li a {
    color: #fff;
}

.sidebar .comment-list li a:hover {
    color: #e85151;
}

.sidebar .comment-list li p {
    margin-bottom: 0;
    font-weight: 500;
}

/*========================.sidebar tags list*/
.sidebar .tags-list {
    /*text-align: justify;*/
    font-size: 13px;
    line-height: 34px;
    margin: 18px 5px 18px 10px;
}

.sidebar .tags-list li {
    display: inline-block;
}

.sidebar .tags-list a {
    color: #ebebeb;
    background: #393d40;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 18px;
    margin: 4px 4px;
}

.sidebar .tags-list a:hover {
    color: #000;
    background: #FFF;
}

/*========================.sidebar advertise*/
.sidebar .advertise {
    overflow: hidden;
    margin: 20px 0 25px;
    border-top: 1px dashed #3b3f42;
    padding-top: 10px;
}

.sidebar .advertise li {
    float: left;
    margin: 14px 10px 15px 17px;
}

.sidebar .advertise li a {
    border: 1px solid #34373a;
    background: #393d40;
    width: 108px;
    height: 108px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.sidebar .advertise .big {
    margin-bottom: 35px;
    margin-top: 15px;
}

.sidebar .advertise .big a {
    width: 250px;
    height: 250px;
}

/*========================.sidebar subscribe*/
.sidebar .subscriber {
    font-size: 14px;
    line-height: 19px;
    margin: 7px 5px 22px 15px;
    color: #fff;
}

.sidebar .subscriber form {
    overflow: hidden;
    margin: 25px 0;
}

.sidebar .subscriber input {
    float: left;
    /*width:135px;*/
    width: 58%;
    margin: 2px 0;
}

.sidebar .subscriber .button {
    float: left;
    /*width:70px;*/
    min-width: 0;
    width: 25.3%;
    margin: 0 0 0 1.807%;
    line-height: 30px;
}

.clients_list {
    padding: 50px 0 60px;
    text-align: center;
    cursor: default;
}

.clients_list li {
    display: inline-block;
    margin: 0 24px 10px;
    vertical-align: middle;
    position: relative;
}

.clients_list li a .no-overlay {
    opacity: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.clients_list li .overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.clients_list li a:hover .overlay {
    opacity: 1;
}

.clients_list li a:hover .no-overlay {
    opacity: 0;
}

.white {
    border-left: 5px solid #e3e3e3 !important;
    color: #464646 !important;
    background: #efefef !important;
}

.white form input {
    color: #9e9e9e !important;
    background: #fff;
    border: 1px solid #dbdbdb;
}

.white .searchform  input {
    /*background:#fff url("../images/search-img.png") no-repeat 215px center;*/
    background: #fff url("../images/search-img.png") no-repeat 95% center;
    /*width:200px;*/
    width: 100%;
    padding-right: 24px;
}

/*========================main blocks*/
.white .menu-title {
    border-top: 1px dashed #bfbfbf;
    border-bottom: 1px dashed #bfbfbf;
}

.white .menu-title strong {
    color: #464646;
    text-shadow: 1px 1px 0 #fff;
}

.white .subscribe {
    background: #efefef url("../images/asid-tags-black.png") no-repeat 240px 0;
}

.white .tags {
    background: #efefef url("../images/asid-tags-black.png") no-repeat 240px -53px;
}

.white .categories {
    background: #EFEFEF url("../images/asid-tags-black.png") no-repeat 246px -161px;
}

.white .comment {
    background: #efefef url("../images/asid-tags-black.png") no-repeat 240px -106px;
}

/*========================.sidebar categories menu*/
.white .menu li {
    border-bottom: 1px dashed #bfbfbf;
}

.white .menu li a span {
    color: #ba3030;
}

.white .menu li a {
    color: #464646;
}

/*========================.sidebar comment list*/
.white .comment-list li {
    border-top: 1px dashed #bfbfbf;
}

.white .comment-list li a {
    color: #ba3030;
}

.white .comment-list li a:hover {
    color: #e85151;
}

.white .comment-list li p {
    color: #464646;
}

/*========================.sidebar tags list*/
.white .tags-list a {
    background: #ba3030;
}

.white .tags-list a {
    color: #fff;
}

/*========================.sidebar advertise*/
.white .advertise {
    border-top: 1px dashed #bfbfbf;
}

.white .advertise li a {
    border: 1px solid #cccccc;
    background: #ececec;
    color: #464646;
}

/*========================.sidebar subscribe*/
.white .subscriber {
    color: #464646;
}

#flex-slider {
    position: relative;
    overflow: hidden;
    min-height: 413px;
    margin-top: 150px;
}

#flex-slider .slides {
    position: relative;
    overflow: hidden;
    color: #fff;
}

#flex-slider .slides li {
    display: none;
}

#flex-slider .slides li>.holder {
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
}

#flex-slider .slides li img {
    float: left;
    margin-left: 40px;

}

#flex-slider .desc_slider {
    margin: 37px 0 0 20px;
    float: left;
    width: 560px;
}

#flex-slider .slides li h1 {
    font: 700 27px/35px Arial;
    text-transform: uppercase;
}

#flex-slider .slides li h2 {
    font: 600 27px/35px Arial;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#flex-slider .slides li p {
    font: 400 14px/20px Arial;
}

#flex-slider .flex-prev,
#flex-slider .flex-next {
    cursor: pointer;
    position: absolute;
    top: 85px;
    left: 0;
    height: 40px;
    width: 30px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/arrows.png") no-repeat 0 0;
    z-index: 6;
}

#flex-slider .flex-prev {
    left: auto;
    right: 0;
    background-position: -50px 0;
}

.paginationsv {
    position: absolute;
    top: 610px;
    overflow: hidden;
    margin-left: 393px;
    z-index: 6;
}

.paginationsv .current a {
    background: #FFF;
}

.paginationsv li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 4px;
}

.paginationsv  a {
    background: #838688;
    border-radius: 4px;
    display: block;
    width: 8px;
    height: 8px;
}

.desc_slider .button {
    text-align: left;
    margin-top: 5px;
    padding: 3px 10px 11px;
    font: 600 12px/14px "Vollkorn";
    font-style: italic;
    text-shadow: inset 1px 1px 1px #000;
    text-transform: none;
    position: relative;
}

.readdmore:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url("../images/read-more-ico.png") no-repeat left top;
    position: absolute;
    right: 5px;
    top: 8px;
}

.footer address {
    line-height: 30px;
}
.wrap ul{
    width: 48%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.wrap ul.col1{
     text-align: justify;
     margin: 10px 0px 18px 20px;
 }
.wrap ul.col2{
    text-align: justify;
    margin: 10px 7px 0px 0px;
}
.wrap ul li{
    width: 90%;
}
.note {

    width: 63%;
    position: relative;
    display: block;
    padding: 6px 25px 6px 12px;
    text-shadow: 0 1px #fff;
    font-weight: 500;
    background: #f8f8f8;
    border: 1px solid #e9e9e9;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.note.warning {
    background-color: #fcf7d9;
    border-color: #ddd187;
}

.note.information {
    background-color: #d8ecf5;
    border-color: #a5c3d0;
}

.note.success {
    display: none;
    background-color: #e3ebc6;
    border-color: #c9d4a1;
}

.note.error {
    display: none;
    background-color: #f9e5e6;
    border-color: #debabc;
}

.note.error2 {
    display: none;
    background-color: #f9e5e6;
    border-color: #debabc;
}

.note.warning:before,
.note.information:before,
.note.success:before,
.note.error:before {
    margin: -6px 0px 0px 0px;
    content: "warning";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 5px;
    top: 14px;
    text-indent: -999px;
    overflow: hidden;
    background: url("../images/note-sprite.png") no-repeat;
}

.note.information:before {
    content: "information";
    background-position: -25px 0;
}

.note.success:before {
    content: "success";
    background-position: 0 -25px;
}

.note.error:before {
    content: "error";
    background-position: -25px -25px;
}

/* clients_list */
.clients_list {
    padding: 40px 0 50px;
    text-align: center;
    cursor: default;
}

.clients_list li {
    display: inline-block;
    margin: 0 24px 10px;
    vertical-align: middle;
}

.tweets_conteiner {
    margin-top: -10px;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#wrap {
    min-height: 100%;
    margin-bottom: -275px;
}

* html .page-wrapper {
    height: 100%;
}

.page-buffer {
    height: 275px;
}

.shadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nivo-controlNav {
    margin: 10px 0 0 -35% !important;
}

.nivo-caption {
    margin: 0 0 -15px -36% !important;
}

@media (max-width:1000px) {
    .nivo-caption {
        font-size: 24px !important;
    }

    .portfolio_cat_list {
        width: 99%;
    }

    .footer .col1 {
        width: 280px;
        overflow: hidden;
    }

    .bl_portfolio .portfolio-items {
        height: 293px;
    }

}
@media (max-width:900px) {
    .features_list {
        font-size: 15px;
        line-height: 1.5;
    }
    .logo {
        padding: 10px 0% 0% 0.7%;
    }
}
@media (max-width:850px) {
    nav ul li.gen {
        width: 42%;
    }
    nav>ul>li{
        width: 18.5%;
    }
    nav>ul>li>a{
        padding: 19px 0 3px 20px;
    }
    .logo {
        padding: 13px 0% 0% 0.7%;
    }
}