	body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    position: relative;
}
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
a:hover {
    text-decoration: none;
}
input[type="button"],
input[type="submit"],
.port-grid,
.text p,
.text h3 {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
p {
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
}
label {
    margin: 0;
}
/*-----start-header----*/

.box {
    width: 100%;
    background: #fff;
    margin: 0;
    border-radius: 2px;
}
.css3-shadow {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.css3-shadow:after {
    content: "";
}
/*-------------*/

.logo {
    float: left;
    width: 25.5%;
    margin-top: 1.2em;
}
/* start h_menu */

.top-header {
    margin-top: 1.5em;
}
nav.top-nav {
    float: left;
}
.h_menu4 {
    float: left;
}
.t-Menu {
    display: none;
    background: #E46A3B;
    width: 100%;
    color: #FFF;
    font-size: 1.5em;
}
.nav {
    list-style: none;
    padding: 0 1em;
}
.nav ul {
    list-style: none;
    width: 13em;
    border: none;
    z-index: 888;
}
.nav li a {
    display: block;
    padding: 14.5px 23px;
    color: #3f5348;
    font-size: 1.1em;
    text-transform: capitalize;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
    border-top: 4px solid #fff;
}
.nav li a:hover {
    color: #fff;
}
.nav li {
    position: relative;
}
.nav li.active {} .nav > li {
    float: left;
}
.nav > li > a:hover {
    color: #00B0F0;
    background: -moz-linear-gradient(top, rgba(225, 225, 225, 0.6) 0%, rgba(225, 225, 225, 0.6) 35%, rgba(225, 225, 225, 0.56) 46%, rgba(225, 225, 225, 0.48) 54%, rgba(225, 225, 225, 0.2) 72%, rgba(225, 225, 225, 0.09) 81%, rgba(225, 225, 225, 0.04) 86%, rgba(225, 225, 225, 0) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(225, 225, 225, 0.6)), color-stop(35%, rgba(225, 225, 225, 0.6)), color-stop(46%, rgba(225, 225, 225, 0.56)), color-stop(54%, rgba(225, 225, 225, 0.48)), color-stop(72%, rgba(225, 225, 225, 0.2)), color-stop(81%, rgba(225, 225, 225, 0.09)), color-stop(86%, rgba(225, 225, 225, 0.04)), color-stop(100%, rgba(225, 225, 225, 0)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(top, rgba(225, 225, 225, 0.6) 0%, rgba(225, 225, 225, 0.6) 35%, rgba(225, 225, 225, 0.56) 46%, rgba(225, 225, 225, 0.48) 54%, rgba(225, 225, 225, 0.2) 72%, rgba(225, 225, 225, 0.09) 81%, rgba(225, 225, 225, 0.04) 86%, rgba(225, 225, 225, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(top, rgba(225, 225, 225, 0.6) 0%, rgba(225, 225, 225, 0.6) 35%, rgba(225, 225, 225, 0.56) 46%, rgba(225, 225, 225, 0.48) 54%, rgba(225, 225, 225, 0.2) 72%, rgba(225, 225, 225, 0.09) 81%, rgba(225, 225, 225, 0.04) 86%, rgba(225, 225, 225, 0) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(top, rgba(225, 225, 225, 0.6) 0%, rgba(225, 225, 225, 0.6) 35%, rgba(225, 225, 225, 0.56) 46%, rgba(225, 225, 225, 0.48) 54%, rgba(225, 225, 225, 0.2) 72%, rgba(225, 225, 225, 0.09) 81%, rgba(225, 225, 225, 0.04) 86%, rgba(225, 225, 225, 0) 100%);
    /* IE10+ */
    
    background: linear-gradient(to bottom, rgba(225, 225, 225, 0.6) 0%, rgba(225, 225, 225, 0.6) 35%, rgba(225, 225, 225, 0.56) 46%, rgba(225, 225, 225, 0.48) 54%, rgba(225, 225, 225, 0.2) 72%, rgba(225, 225, 225, 0.09) 81%, rgba(225, 225, 225, 0.04) 86%, rgba(225, 225, 225, 0) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#99e1e1e1', endColorstr='#00e1e1e1', GradientType=0);
    /* IE6-9 */
    
    border-top: 4px solid #00B0F0;
}
.nav > li.hover > ul {
    left: 0px;
    top: 80px;
}
.nav li li.hover ul {
    left: 100%;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -ms-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
}
.nav > li > li > a {
    font-size: 0.85em;
    padding: 10px 20px;
    display: block;
    color: #555;
    background: #fff;
    position: relative;
    z-index: 9999;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
    text-decoration: none;
    margin: 0;
    borde: none;
    text-transform: lowercase;
}
.nav li li {
    border-top: none;
}
.nav li li:hover {
    border-top: none;
}
.nav li li a {
    text-transform: capitalize;
    font-size: 1em;
    padding: 0.8em;
    color: #999;
    border-top: none;
    border-bottom: 2px ridge rgba(245, 245, 245, 0.13);
}
.nav li li a:hover {
    color: #000;
    padding: 0.8em;
    background: #fff;
}
.nav > li > ul {
    position: absolute;
    left: -9999px;
    padding: 0;
    z-index: 9999;
    background: #F4F4F4;
    padding: 0em 0;
    border-top: 4px solid #00B0F0;
}
a.toggleMenu {
    display: none;
}
/***** Media Quries *****/

@media screen and (max-width: 800px) {
    .logo {
        text-align: center;
        float: none;
        margin-top: 0.5em;
        margin-right: 0em;
    }
    .h_logo4 {
        text-align: center;
        float: none;
        margin: 4% 0;
    }
    .h_menu4 {
        float: none;
    }
    .t-Menu {
        padding: 5px 23px;
        width: 100%;
        display: block;
    }
    a.t-Menu {
        padding: 5px 23px;
        color: #fff;
        font-size: 19px;
        font-weight: 400;
        text-decoration: none;
    }
    .nav {
        margin-top: 0;
    }
    .nav li a {
        padding: 10px 15px;
    }
    .nav {
        background: #fff;
    }
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50% !important;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
    .nav > li.hover > ul,
    .nav li li.hover ul {
        position: static;
    }
    .header_bottom_right {
        float: right;
        width: 77%;
        text-align: center;
    }
    .h_menu4 {
        float: none;
        width: 100%;
        margin: 0.3em 0 0 0;
    }
    .social_icons {
        float: right;
        margin-top: 2em;
        display: none;
    }
}
/**************/

.logo a {
    display: block;
}
.social_icons {
    float: right;
    margin-top: 2em;
}
.social_icons i {
    width: 26px;
    height: 26px;
    background: url('../images/s-icons.png') no-repeat 0px 0px;
    display: inline-block;
}
.social_icons li {
    list-style: none;
    display: inline-block;
}
i.facebook {
    background-position: -241px -5px;
}
i.facebook:hover {
    background-position: -241px -44px;
}
i.twitter {
    background-position: -267px -5px;
}
i.twitter {
    background-position: -267px -44px;
}
i.rss {
    background-position: -293px -5px;
}
i.rss:hover {
    background-position: -293px -44px;
}
i.viemo {
    background-position: -318px -5px;
}
i.viemo:hover {
    background-position: -318px -44px;
}
i.youtube {
    background-position: -341px -5px;
}
i.youtube:hover {
    background-position: -341px -44px;
}
i.linkedin {
    background-position: -368px -5px;
}
i.linkedin:hover {
    background-position: -368px -44px;
}
.slider {
    position: relative;
    text-align: center;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides h3 {
    color: #fff;
    font-size: 3.5em;
    width: 73%;
    margin: 6em auto 0;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2em;
}
.rslides h3 span {
    color: #d6ff00;
}
.rslides p {
    color: #fff;
    font-size: 2.2em;
    font-weight: 300;
    text-align: center;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.callbacks_tabs a {
    visibility: hidden;
}
.callbacks_tabs li {
    display: inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
    position: absolute;
    bottom: 7.3%;
    z-index: 999;
    left: -76%;
    display: block;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 73%;
    left: 15%;
    opacity: 0.7;
    z-index: 3;
    margin-top: -45px;
    display: none;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 15%;
}
/*--- slider---*/

.slider-bg {
    background: url("../images/bg.jpg") no-repeat 0px 50px;
    padding: 5em 0 0 0;
    background-size: cover;
    -webkit-background-size: cover;
    -o- background-size: cover;
    -moz- background-size: cover;
    min-height: 520px;
}
.left-grid-1 {
    margin-top: 2em;
    float: left;
}
.right-grid-1 {
    float: right;
}
.left-grid-1 h1,
.left-grid-1 h2,
.left-grid-1 h3 {
    color: #fff;
    text-shadow: 2px 2px #000;
    padding: 0.2em 0.2em;
    width: 71%;
    font-size: 4em;
    border-bottom: 1px solid #fff;
    font-family: 'Oswald', sans-serif;
}
.left-grid-1 h2 {
    width: 60%;
    font-size: 4em;
    border: none;
}
.left-grid-1 h3 {
    border-top: 1px solid #fff;
    border-bottom: none;
}
/*---service-section----*/

.service-section {
    padding: 5em 0em;
}
.services-section-grid,
.services-section-grid.lost {
    /*background: url(../images/ser-bg.png)no-repeat 100% 100%;*/
    
    border: 2px solid #f8f8f8;
    background: #f6f5f5;
    padding: 0;
}
.services-section-grid.lost {
    margin: 0;
}
.service-icon {
    float: left;
    width: 18%;
    margin-right: 2%;
}
.service-icon-heading {
    float: left;
    width: 80%;
    padding: 1em 1em;
}
.services-section-grid p {
    color: #999;
    font-size: 0.9em;
    line-height: 1.6em;
    font-weight: 400;
}
.service-icon-heading h4 {
    color: #565252;
    font-size: 1.2em;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 0.5em 0;
}
i.rocket {
    width: 67px;
    height: 123px;
    background: url('../images/s-icons.png') no-repeat 18px 43px #00B0F0;
    display: inline-block;
}
i.plan {
    width: 67px;
    height: 123px;
    background: url('../images/s-icons.png') no-repeat -66px 43px #00B0F0;
    display: inline-block;
}
i.book {
    width: 67px;
    height: 123px;
    background: url('../images/s-icons.png') no-repeat -144px 43px #00B0F0;
    display: inline-block;
}
i.arrow {
    width: 67px;
    height: 123px;
    background: url('../images/s-icons.png') no-repeat 22px -74px #00B0F0;
    display: inline-block;
}
i.download {
    width: 67px;
    height: 123px;
    background: url('../images/s-icons.png') no-repeat -64px -69px #00B0F0;
    display: inline-block;
}
i.cloud {
    width: 67px;
    height: 123px;
    background: url('../images/s-icons.png') no-repeat -142px -69px #00B0F0;
    display: inline-block;
}
.serve-grids.two {
    margin-top: 1.4em;
}
/*----mid-section----*/

.mid-section {
    padding: 4em 0;
    border-top: double #ddd;
    border-bottom: double #ddd;
}
.mid-top {
    background: #eee;
    padding: 3em 1em;
    border: 1px solid #ddd;
    border-left: 5px solid #00B0F0;
}
.mid-text h3 {
    text-transform: uppercase;
    font-size: 1.15em;
    font-weight: 600;
    margin-bottom: 0.7em;
}
.mid-text p {
    color: #999;
    font-size: 0.95em;
}
.mid-text {
    float: left;
}
.mid-button {
    margin-top: 1em;
    padding: 0;
    float: right;
}
.mid-button a {
    padding: 1em 1em 1em 3em;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: none;
    -webkit-appearance: none;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    background: url(../images/windows.png) no-repeat 11px 14px #00B0F0;
    box-shadow: inset 0px -2px 11px #AB0F0F;
    -webkit-box-shadow: inset 0px -2px 11px #AB0F0F;
    -o-box-shadow: inset 0px -2px 11px #AB0F0F;
    -moz-box-shadow: inset 0px -2px 11px #AB0F0F;
}
.mid-button a:hover {
    opacity: 0.8;
}
h4.stories span a {
    display: block;
}
/*---portfolio-section-------*/

.port-section {
    padding: 3.5em 0 4em 0;
    position: relative;
}
.port-section h2 {
    position: absolute;
    left: 13.3%;
    top: -3%;
    background: #fff;
    padding: 0.3em 0.3em;
    font-size: 1.34em;
    font-weight: 700;
}
.port-grid {
    background: #fff;
    width: 32%;
    float: left;
    margin-right: 1.0%;
    padding: 1em 1em;
    position: relative;
    border-radius: 10px;
}
.port-grid.lost {
    margin-right: 0%;
}
.box_type {
    background: #00B0F0;
    padding: 5px 21px;
    position: absolute;
    bottom: 146px;
    color: #fff;
    left: 14px;
    font-size: 0.85em;
}
.box-hover {
    position: absolute;
    bottom: 141px;
    right: 13px;
}
ul.port-icons li {
    list-style: none;
    display: inline-block;
}
ul.port-icons li i.per {
    width: 27px;
    height: 27px;
    display: inline-block;
    background: url("../images/s-icons.png")-243px -83px no-repeat #00B0F0;
}
ul.port-icons li i.loca {
    width: 27px;
    height: 27px;
    display: inline-block;
    background: url("../images/s-icons.png")-277px -83px no-repeat #00B0F0;
}
.text a h3 {
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 1em;
    padding: 0em 0 0.8em 0;
    border-bottom: 2px ridge rgba(239, 240, 240, 0.08);
}
.text p {
    font-size: 0.95em;
    color: #999;
    line-height: 1.8em;
    margin: 0.5em 0;
}
.port-grid:hover .text,
.port-grid.lost:hover .text,
.port-grid.lost:hover .text h3,
.port-grid:hover .text h3 {
    color: #fff;
}
.port-grid:hover .text p {
    color: #fff;
}
.port-grid:hover .text h3 {
    border-bottom: 1px solid #fff;
}
/*----mid-section----*/

.bottom-section {
    padding: 4em 0;
    border-top: double #ddd;
    border-bottom: double #ddd;
}
.bottom-top {
    background: #eee;
    padding: 3em 1em;
    border: 1px solid #ddd;
    border-left: 5px solid #00B0F0;
}
.bottom-text h3 {
    text-transform: uppercase;
    font-size: 1.15em;
    font-weight: 600;
    margin-bottom: 0.7em;
}
.bottom-text p {
    color: #999;
    font-size: 1.2em;
}
.bottom-text {
    float: left;
}
.stories {
    position: relative;
    display: inline;
}
.stories span {
    position: absolute;
    width: 185px;
    background: #00B0F0;
    display: block;
    line-height: 1em;
    text-transform: uppercase;
    height: 130px;
    top: -42px;
    padding: 2.5em 1em 1em 6em;
}
.stories span:before {
    content: '';
    position: absolute;
    top: 14%;
    left: -11%;
    width: 0;
    height: 0;
    border-right: 132px solid #eee;
    border-top: 94px solid transparent;
    transform: rotate(-269deg);
    -webkit-transform: rotate(-269deg);
    -0- transform: rotate(-269deg);
    -moz- transform: rotate(-269deg);
}
/*----blog-section----*/

.blog-section {
    padding: 3em 0;
    position: relative;
}
.blog-section h3 {
    position: absolute;
    left: 13.3%;
    top: -3%;
    background: #fff;
    padding: 0.3em 0.3em;
    font-size: 1.34em;
    font-weight: 700;
}
.testimonal h3 {
    position: absolute;
    left: 0%;
    top: -17%;
    background: #fff;
    padding: 0.3em 0.3em;
    font-size: 1.34em;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-left {
    float: left;
    padding: 0;
    position: relative;
}
.testimonal {
    float: right;
}
.left-img a h4 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1em 0 0.4em 0;
}
.left-img p {
    font-size: 0.95em;
    color: #999;
    line-height: 1.8em;
    margin: 0.5em 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0.8em 0;
    width: 86%;
}
.left-img {
    position: relative;
    padding: 0;
}
ul.blog-icons {
    position: absolute;
    right: 39px;
    top: 214px;
}
ul.blog-icons li {
    display: inline-block;
    list-style: none;
}
ul.blog-icons li i.pencil,
ul.blog-icons li i.date,
ul.blog-icons li a i.cam,
ul.blog-icons li i.date2 {
    width: 42px;
    height: 41px;
    display: inline-block;
    background: url("../images/s-icons.png")-242px -168px no-repeat;
}
ul.blog-icons li a i.cam {
    background: url("../images/s-icons.png")-242px -122px no-repeat;
}
ul.blog-icons li i.date {
    background: url("../images/s-icons.png")-292px -121px no-repeat;
}
a.read {
    font-size: 1.1em;
    color: #000;
    font-weight: 500;
    padding: 0.8em 0.8em;
    background: #fff;
    margin-top: 0.8em;
    display: inline-block;
    border-radius: 0.3em;
    cursor: pointer;
}
a.read span {
    width: 18px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/s-icons.png")no-repeat -293px -182px;
}
a.read:hover {
    background: #00B0F0;
    padding: 0.8em 0.8em;
    text-decoration: none;
    box-shadow: inset 0px -2px 11px #AB0F0F;
    -o-box-shadow: inset 0px -2px 11px #AB0F0F;
    -moz-box-shadow: inset 0px -2px 11px #AB0F0F;
    color: #fff;
}
.test-text h4 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0.4em;
}
.test-text p {
    font-size: 1.1em;
    color: #000;
    line-height: 1.5em;
}
p.test {
    font-size: 0.95em;
    color: #999;
    line-height: 1.55em;
    margin-top: 0.4em;
    font-style: italic;
}
.test-text p a {
    font-size: 1em;
    color: #00B0F0;
}
.test-img {
    float: left;
    padding: 0;
}
.test-text {
    float: right;
}
p.test span {
    background: url(../images/quotes.png)0px 0px no-repeat;
    width: 25px;
    height: 14px;
    display: inline-block;
}
.test-grid.second {
    margin-top: 1.2em;
}
/*----single-------*/

.content {
    padding: 3em 0;
}
.print-main img {
    border: 6px solid #00B0F0;
}
.single {
    margin-top: 2em;
}
p.span {
    color: #798184;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0.5em 0;
}
p.likes {
    font-size: 0.95em;
    margin: 1em 0 1em 0;
    color: #999;
    font-weight: 400;
}
p.likes a {
    color: #00B0F0;
}
p.span a:hover,
p.likes a:hover {
    text-decoration: underline;
}
p.span a {
    color: #00B0F0;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0.5em 0;
}
#commentform input[type="text"] {
    padding: 8px 15px;
    width: 60%;
    color: #444;
    font-size: 1em;
    border: 1px solid #eee;
    background: #eee;
    outline: none;
    display: block;
}
.leave h4 {
    color: #282828;
    font-size: 1.85em;
    font-weight: 400;
    display: block;
    line-height: 1.25em;
    text-transform: uppercase;
}
#commentform label {
    display: block;
    font-size: 1.2em;
    color: #000;
    font-weight: 400;
}
#commentform span {
    color: #A60000;
    position: absolute;
}
#commentform input[type="text"] {
    padding: 8px 15px;
    width: 100%;
    color: #444;
    font-size: 1em;
    border: 1px solid #eee;
    background: #eee;
    outline: none;
    display: block;
}
#commentform textarea {
    padding: 13px 20px;
    width: 100%;
    color: #444;
    font-size: 0.85em;
    outline: none;
    height: 150px;
    display: block;
    resize: none;
    font-weight: 400;
    border: 1px solid #eee;
    background: #eee;
}
#commentform input[type="submit"] {
    padding: 0.8em 3em;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-appearance: none;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    background: #00B0F0;
    box-shadow: inset 0px -2px 11px #AB0F0F;
    -o-box-shadow: inset 0px -2px 11px #AB0F0F;
    -moz-box-shadow: inset 0px -2px 11px #AB0F0F;
    outline: none;
    border: none;
}
.comments1 {
    margin-top: 3em;
}
#commentform p {
    position: relative;
    padding: 8px 0;
    font-size: 1em;
}
.comments-main {
    border: 1px solid #D5D4D4;
    padding: 17px 0px;
    margin: 15px 0px 40px 0;
}
.cmnts-right a {
    padding: 0.6em 1.5em;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: none;
    -webkit-appearance: none;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    background: #00B0F0;
    box-shadow: inset 0px -2px 11px #AB0F0F;
    -o-box-shadow: inset 0px -2px 11px #AB0F0F;
    -moz-box-shadow: inset 0px -2px 11px #AB0F0F;
    text-transform: uppercase;
}
.cmnts-right a:hover,
#commentform input[type="submit"]:hover {
    opacity: 0.8;
    text-decoration: none;
}
.cmts-main-right h5,
.cmts-main-right a h5 {
    font-size: 1em;
    color: #4e4e4b;
    margin: 0px;
    font-weight: 600;
}
.comments1 h4 {
    color: #282828;
    font-size: 1.85em;
    font-weight: 400;
    display: block;
    line-height: 1.25em;
}
.cmts-main-right p {
    color: #333333;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.9em;
    opacity: 0.6;
    margin: 2px 0 15px 0px;
}
.print-main a h3,
.print-main h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4em;
}
p.ptext {
    line-height: 1.8em;
    font-size: 0.95em;
    color: #999;
}
.cmnts-left p {
    font-size: 13px;
    color: #999;
    font-weight: 600;
}
.single-content-left {
    padding: 2.5em;
}
.cmts-main-left img {
    width: 90%;
}
/*-------*/

.print-main {
    position: relative;
}
ul.single-icons li {
    list-style: none;
    display: inline-block;
}
ul.single-icons {
    position: absolute;
    right: 0px;
    top: 449px;
}
ul.single-icons li i.date2,
ul.single-icons li a i.penc {
    width: 42px;
    height: 41px;
    display: inline-block;
    background: url("../images/s-icons.png")-292px -121px no-repeat;
}
ul.single-icons li a i.penc {
    background: url("../images/s-icons.png")-242px -122px no-repeat;
}
.search {
    border: 1px solid #dbdbdb;
    background: none;
    position: relative;
    margin-bottom: 2em;
}
.search form input[type="text"] {
    padding: 12px 15px;
    font-weight: 400;
    font-size: 13px;
    color: #999;
    border: none;
    outline: none;
    width: 87%;
    background: none;
}
.search form input[type="submit"] {
    background: url('../images/search.png')no-repeat 0px 2px;
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 8px;
    right: 8px;
}
.right-content h5 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0;
    color: #000;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}
.sidebar-bottom h5 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0;
    color: #000;
    margin: 1em 0;
    text-transform: uppercase;
}
.sidebar-bottom ul li,
.categories ul li {
    list-style: none;
    display: block;
}
.sidebar-bottom ul li a,
.categories ul li a {
    font-size: 0.95em;
    margin: 0 0 1em 0;
    color: #999;
    line-height: 1.8em;
    text-decoration: none;
    padding-left: 2em;
    background: url(../images/b_arrow.png) no-repeat 0px 6px;
}
.sidebar-bottom ul li a:hover,
.categories ul li a:hover {
    padding-left: 3em;
}
.featured ul li {
    display: inline-block;
    width: 48%;
    padding: 4px;
}
.cmnts-left {
    padding: 0;
}
.featured img {
    width: 100%;
}
.featured h4,
.categories h4 {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin: 1em 0;
}
/*-------portfolio----------*/

.head-section h2 {
    font-size: 2.2em;
    color: #000;
    font-weight: 600;
    margin: 1em 0;
}
ul#filters {
    padding: 0px;
    text-align: center;
}
#filters {
    margin: 0 0 2%;
    padding: 0;
    list-style: none;
}
#filters li {
    display: inline-block;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -o-inline-box;
    display: -ms-inline-box;
    padding: 0 1em;
}
#filters li span {
    display: block;
    text-decoration: none;
    color: #222;
    cursor: pointer;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 600;
}
#filters li span:hover,
#filters li.active span {
    color: #E8270D;
}
.portfolio-content {
    padding: 3em 0;
}
.portfolio-section {
    padding: 4em 0;
    background: #fff;
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 25%;
    display: none;
    float: left;
    overflow: hidden;
    margin: 0;
}
div#portfoliolist {
    padding: 0px 0px;
    min-height: 535px;
}
.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    cursor: pointer;
}
.portfolio img {
    width: 100%;
    transition: all 300ms!important;
    -webkit-transition: all 300ms!important;
    -moz-transition: all 300ms!important;
}
.portfolio .label {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
}
.portfolio .label-bg {
    background: #22B4B8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}
.portfolio .text-category {
    display: block;
    font-size: 9px;
    font-size: 12px;
    text-transform: uppercase;
}
/* Self Clearing Goodness */

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.row:after,
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.zoom-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    border-radius: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.55s;
    -moz-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
}
.zoom-icon:after {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    top: 50%;
    bottom: 50%;
    width: 0;
    height: 0;
    content: "";
    background: url(../images/plus.png) 50% 50% no-repeat;
    border-radius: 0;
    z-index: 0;
    -webkit-transition: 0.45s;
    -moz-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
}
.zoom-icon:before {
    position: absolute;
    left: -50%;
    top: 48%;
    display: block;
    margin: 0;
    height: 0%;
    width: 200%;
    background: rgba(148, 22, 6, 0.57);
    content: "";
    border-radius: 0;
    overflow: hidden;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
    -webkit-transition: 0.65s;
    -moz-transition: 0.65s;
    -o-transition: 0.65s;
    transition: 0.65s;
}
#portfoliolist .portfolio a:hover .zoom-icon {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#portfoliolist .portfolio a:hover .zoom-icon:before {
    left: -60%;
    top: -35%;
    height: 200%;
    width: 200%;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
#portfoliolist .portfolio a:hover .zoom-icon:after {
    width: 44px;
    height: 63px;
    margin: -31px 0 0 -22px;
    -webkit-transition: 0.45;
    -moz-transition: 0.45;
    -o-transition: 0.45;
    transition: 0.45;
}
#portfoliolist .portfolio a:hover .zoom-icon {
    visibility: visible;
    border-radius: 0;
    overflow: hidden;
}
.entertain_box {
    margin-bottom: 3em;
}
.portfolio-botton {
    text-align: center;
    margin-top: 3em;
}
.portfolio-botton input[type="button"] {
    border: none;
    outline: none;
    padding: 0.5em 1em;
    color: #fff;
    background: #60B890;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 1px dashed #60B890;
}
.portfolio-botton input[type="button"]:hover {
    border: 1px dashed #fff;
    background: #F68367;
}
/*-----features-----*/

.features-section {
    padding: 3em 0 5em 0;
}
.awesome-grids.second {
    margin-top: 2em;
}
.eye,
.flag,
.msg,
.ok,
.load {
    width: 100px;
    height: 100px;
    background: url('../images/img-sprite.png') no-repeat 0px 0px;
    display: inline-block;
}
.flat-phone img {
    width: 100%;
}
.msg {
    background: url('../images/img-sprite.png') no-repeat -200px 0px;
}
.flag {
    background: url('../images/img-sprite.png') no-repeat -300px 0px;
}
.ok {
    background: url('../images/img-sprite.png') no-repeat -400px 0px;
}
.load {
    background: url('../images/img-sprite.png') no-repeat -100px 0px;
}
.awesome-grid:hover i.eye,
.awesome-grid:hover i.load,
.awesome-grid:hover i.ok,
.awesome-grid:hover i.flag,
.awesome-grid:hover i.msg {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.awesome-grid h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0.5em 0;
}
.awesome-grid p {
    color: 999;
    font-size: 0.95em;
    line-height: 1.8em;
    font-weight: 400;
}
.some {
    padding-top: 4em;
}
.Awesome-features h3,
.some h3 {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 1em 0;
    text-align: center;
}
.some h3 {
    margin: 1em 0 2em 0;
}
/*-------contact-----*/

form {
    padding: 0% 1%;
}
form li.first,
li.second {
    border: none;
    list-style: none;
    margin-bottom: 10px;
    width: 100%;
}
.icon3 {
    height: 55px;
    width: 55px;
    display: block;
    float: left;
    border-top-left-radius: 0.3em;
    -o-border-top-left-radius: 0.3em;
    -moz-border-top-left-radius: 0.3em;
    -webkit-border-top-left-radius: 0.3em;
    border-border-bottom-left-radius: 0.3em;
    -o-border-bottom-left-radius: 0.3em;
    -moz-border-bottom-left-radius: 0.3em;
    -webkit-border-bottom-left-radius: 0.3em;
}
.user {
    background: url(../images/icons.png) no-repeat 14px 15px #f79d29;
}
.email {
    background: url(../images/icons.png) no-repeat 15px -39px #f79d29;
}
.phone {
    background: url(../images/icons.png) no-repeat 15px -93px #f79d29;
}
.message {
    background: url(../images/msg.png) no-repeat 16px 16px #f79d29;
}
li.first:hover .user {
    background: url(../images/icons.png) no-repeat 14px 15px #DB2048;
}
li.first:hover .email {
    background: url(../images/icons.png) no-repeat 15px -39px #DB2048;
}
li.first:hover .phone {
    background: url(../images/icons.png) no-repeat 15px -93px #DB2048;
}
li.second:hover .message {
    background: url(../images/msg.png) no-repeat 16px 16px #DB2048;
}
/*-----contact------*/

.map {
    padding: 3em 0 1em 0;
}
.contact-section {
    padding: 4em 0;
}
.contact h3 {
    font-size: 2.2em;
    color: #000;
    font-weight: 600;
    margin: 1em 0;
}
.contact p {
    color: #999;
    font-size: 0.95em;
    font-weight: 500;
    line-height: 1.8em;
    margin: 0 auto;
    width: 81%;
}
.contact {
    text-align: center;
}
.contact input[type="text"],
.contact textarea {
    border: 1px solid #DCDCDF;
    color: #000;
    outline: none;
    padding: 0.8em 1em;
    margin-top: 2em;
    background: #EDEDED;
    -webkit-appearance: none;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -weblit-border-radius: 0.3em;
}
.contact textarea {
    resize: none;
    height: 250px;
    margin: 1.5em 0 0;
    width: 100%;
}
.subtn {
    margin: 2.5em 0 0;
}
.contac form input[type="text"]:nth-child(2) {
    margin: 0 0.092em;
}
.contact input[type="submit"] {
    padding: 1em 3em;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: none;
    -webkit-appearance: none;
    border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    background: #00B0F0;
    border: none;
    outline: none;
    box-shadow: inset 0px -2px 11px #AB0F0F;
    -webkit-box-shadow: inset 0px -2px 11px #AB0F0F;
    -o-box-shadow: inset 0px -2px 11px #AB0F0F;
    -moz-box-shadow: inset 0px -2px 11px #AB0F0F;
}
.contact input[type="submit"]:hover {
    opacity: 0.8;
}
.map iframe {
    width: 100%;
    height: 300px;
}
/*----footer--------*/

.footer-section {
    padding: 1em 0;
    background: #373737;
}
.footer-grid p,
p.sub {
    font-size: 0.95em;
    line-height: 1.8em;
    color: #A1A3AB;
}
.footer-grids {
    padding: 1em 0;
}
p.sub {
    margin-top: 1.3em;
}
ul.tag li {
    display: inline-block;
    list-style: none;
    margin: 15px 0px 6px -1px;
}
ul.tag li a {
    padding: 0.8em 0.8em;
    background: #232323;
    color: #A1A3AB;
    font-size: 0.9em;
}
ul.tag li a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.flickr-grid a img {
    width: 100%;
}
.flickr-grid {
    float: left;
    width: 32%;
    margin: 0 0.1em .2em;
}
.footer-grids h4 {
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.border2 {
    border-bottom: 2px ridge rgba(72, 72, 76, 0.88);
    padding: 0.5em 0 0.5em 0;
    width: 52%;
    margin-bottom: 1.3em;
}
ul.tw li {
    display: block;
    margin-bottom: 0.5em;
    font-size: 0.95em;
    line-height: 1.8em;
    color: #fff;
}
ul.tw p {
    float: left;
}
a i.square-3 {
    width: 20px;
    height: 20px;
    background: url("../images/tw.png") no-repeat 0px 0px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}
.icon-text p {
    color: #A1A3AB;
    font-size: 0.95em;
    line-height: 1.6em;
}
.icon-3-square {
    float: left;
    width: 10%;
    margin-right: 2%;
}
.icon-text {
    float: left;
    width: 86%;
}
.icon-text h5 {
    color: #fff;
    font-size: 0.95em;
    margin: 0.7em 0;
    text-transform: uppercase;
    font-weight: 600;
}
.icon-text a {
    color: #D7D7D8;
}
/*----copyright-------*/

.copyright {
    padding: 1em 0;
    background: #232323;
}
p.write {
    float: right;
    color: #fff;
    font-size: 0.98em;
    margin-top: 4px;
}
p.write a {
    color: #00B0F0;
}
.logo2 {
    float: left;
}
/*----top-move------*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 40px;
    height: 22px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}
/*--Starts-Responsive--*/

@media (max-width: 1440px) {
    .left-grid-1 h1,
    .left-grid-1 h2,
    .left-grid-1 h3 {
        width: 100%;
        font-size: 2.7em;
    }
    .left-grid-1 h2 {
        width: 60%;
        font-size: 3.5em;
        border: none;
    }
    .left-grid-1 {
        margin-top: 8em;
        float: left;
    }
    div#portfoliolist {
        min-height: 570px;
    }
    .blog-section h3 {
        position: absolute;
        left: 9.3%;
        top: -3%;
    }
    .port-section h2 {
        position: absolute;
        left: 9.3%;
    }
    .testimonal h3 {
        position: absolute;
        left: 0%;
        top: -17%;
    }
    .stories span {
        width: 199px;
        height: 131px;
    }
    .logo {
        float: left;
        width: 25%;
        margin-top: 1.35em;
    }
    .stories span:before {
        content: '';
        position: absolute;
        top: 14%;
        left: -12%;
        width: 0;
        height: 0;
        border-right: 137px solid #eee;
        border-top: 94px solid transparent;
        transform: rotate(-269deg);
        -webkit-transform: rotate(-269deg);
    }
}
@media (max-width: 1366px) {
    .port-section h2 {
        position: absolute;
        left: 7.3%;
    }
    .blog-section h3 {
        position: absolute;
        left: 7.3%;
        top: -3%;
    }
    .testimonal h3 {
        position: absolute;
        left: 0%;
        top: -17%;
    }
}
@media (max-width: 1280px) {
    .Awesome-features h3,
    .some h3 {
        font-size: 1.8em;
    }
    .port-section h2 {
        position: absolute;
        left: 4.3%;
    }
    .blog-section h3 {
        position: absolute;
        left: 4.3%;
        top: -3%;
    }
    .testimonal h3 {
        position: absolute;
        left: 0%;
        top: -17%;
    }
}
@media (max-width: 1024px) {
    .slider-bg {
        background: url("../images/bg.jpg") no-repeat 0px 0px;
        padding: 6em 0 0 0;
        min-height: 450px;
    }
    .logo {
        margin-right: 0;
        width: 18%;
    }
    .nav li a {
        display: block;
        padding: 29.5px 22px;
    }
    .services-section-grid,
    .services-section-grid.lost {
        /*background: url(../images/ser-bg.png)no-repeat 100% 100%;*/
        
        border: 2px solid #f8f8f8;
        background: #f6f5f5;
        width: 48%;
        margin-right: 2%;
        background-size: cover;
        -o- background-size: cover;
        -webkit- background-size: cover;
        -moz- background-size: cover;
        min-height: 162px;
    }
    i.rocket,
    i.arrow,
    i.download,
    i.plan {
        width: 81px;
        height: 151px;
        background: url('../images/s-icons.png') no-repeat 26px 60px #00B0F0;
        display: inline-block;
    }
    i.arrow {
        background: url('../images/s-icons.png') no-repeat 28px -57px #00B0F0;
    }
    i.download {
        background: url('../images/s-icons.png') no-repeat -57px -55px #00B0F0;
    }
    i.plan {
        background: url('../images/s-icons.png') no-repeat -60px 60px #00B0F0;
    }
    .service-icon-heading {
        float: left;
        width: 80%;
        padding: 2em 1em;
    }
    .services-section-grid.lost {
        display: none;
    }
    .mid-text h3 {
        font-size: 0.96em;
    }
    .mid-button a {
        padding: 1em 1em 1em 3em;
        font-size: 1em;
        background: url(../images/windows.png) no-repeat 6px 8px #00B0F0;
    }
    .stories span {
        width: 150px;
        height: 148px;
        top: -42px;
        padding: 2.5em 1em 1em 5em;
    }
    .test-text p {
        font-size: 0.9em;
    }
    .stories span:before {
        top: 21%;
        left: -21%;
        width: 0;
        height: 0;
        border-right: 150px solid #eee;
        border-top: 85px solid transparent;
    }
    .test-text h4 {
        font-size: 0.95em;
    }
    .left-img img {
        width: 95%;
    }
    .port-section h2 {
        position: absolute;
        left: 3.3%;
    }
    .blog-section h3 {
        position: absolute;
        left: 3.3%;
        top: -3%;
    }
    .testimonal h3 {
        position: absolute;
        left: 0%;
        top: -19%;
    }
    ul.blog-icons {
        position: absolute;
        right: 15px;
        top: 182px;
    }
    .flickr-grid {
        float: left;
        width: 31%;
        margin: 0 0.1em .2em;
    }
    .text a h3 {
        font-size: 1.03em;
    }
    .text p {
        font-size: 0.93em;
        line-height: 1.6em;
    }
    .box_type {
        background: #00B0F0;
        padding: 5px 21px;
        position: absolute;
        bottom: 130px;
    }
    .box-hover,
    .port-grid:hover .box-hover {
        bottom: 125px;
    }
    #portfoliolist .portfolio {
        width: 33.3%;
    }
    ul.single-icons {
        right: 0px;
        top: 372px;
    }
    .comments1 h4,
    .leave h4 {
        font-size: 1.5em;
    }
    #slider img {
        width: 90%;
    }
    .left-grid-1 {
        margin-top: 0em;
        float: left;
    }
    ul.callbacks_tabs.callbacks1_tabs {
        position: absolute;
        bottom: 5.3%;
        z-index: 999;
        left: -77%;
        display: block;
    }
    .left-grid-1 h1,
    .left-grid-1 h2,
    .left-grid-1 h3 {
        width: 69%;
        font-size: 3.3em;
    }
    .left-grid-1 h2 {
        width: 57%;
        font-size: 3.3em;
        border: none;
    }
    .stories span {
        position: absolute;
        width: 165px;
        height: 148px;
        top: -42px;
    }
}
@media (max-width: 768px) {
    .slider-bg {
        background: url("../images/bg.jpg") no-repeat 0px 0px;
        padding: 4.5em 0 0 0;
        min-height: 330px;
    }
    .toggleMenu {
        background: #00B0F0;
        text-align: center;
        font-weight: 600;
        font-size: 1.6em;
        color: #fff;
        padding: 0.3em 0;
        width: 100%;
        text-transform: uppercase;
        margin-top: 0.4em;
    }
    a.toggleMenu:hover,
    a.toggleMenu.active {
        text-decoration: none;
        color: #fff;
    }
    .logo {
        width: 100%;
        margin-top: 1em;
    }
    .nav li a {
        display: block;
        padding: 22.5px 21px;
        text-align: center;
    }
    .left-grid-1 {
        margin-top: 0em;
        float: left;
        width: 40%;
    }
    .right-grid-1 {
        float: right;
        width: 58%;
    }
    .left-grid-1 h1,
    .left-grid-1 h2,
    .left-grid-1 h3 {
        width: 75%;
        font-size: 2.7em;
    }
    .left-grid-1 h2 {
        width: 57%;
        font-size: 2.5em;
        border: none;
    }
    .text a h3 {
        font-size: 1em;
    }
    .callbacks_tabs a:after {
        width: 38px;
        height: 17px;
    }
    ul.callbacks_tabs.callbacks1_tabs {
        position: absolute;
        bottom: 2.3%;
        z-index: 999;
        left: -77%;
        display: block;
    }
    ul.callbacks_tabs.callbacks1_tabs {
        position: absolute;
        bottom: 2.3%;
        z-index: 999;
        left: -80%;
        display: block;
    }
    #slider img {
        width: 100%;
    }
    .services-section-grid,
    .services-section-grid.lost {
        background: url(../images/ser-bg.png)no-repeat 100% 100%;
        width: 48%;
        margin-right: 2%;
        background-size: cover;
        min-height: 106px;
        float: left;
    }
    i.rocket,
    i.arrow,
    i.download,
    i.plan {
        width: 64px;
        height: 107px;
        background: url('../images/s-icons.png') no-repeat 18px 35px #00B0F0;
        display: inline-block;
    }
    i.arrow {
        background: url('../images/s-icons.png') no-repeat 19px -82px #00B0F0;
    }
    i.download {
        background: url('../images/s-icons.png') no-repeat -64px -79px #00B0F0;
    }
    i.plan {
        background: url('../images/s-icons.png') no-repeat -69px 33px #00B0F0;
    }
    .service-icon-heading {
        float: left;
        width: 80%;
        padding: 1em 1em;
    }
    .services-section-grid p {
        width: 81%;
        overflow: hidden;
        height: 40px;
    }
    .service-icon-heading h4 {
        font-size: 1.2em;
        padding: 0.4em 0;
    }
    .serve-grids.two {
        margin-top: 1.5em;
    }
    .mid-text {
        float: left;
        width: 74%;
        margin-right: 1%;
    }
    .mid-text h3 {
        font-size: 0.96em;
        line-height: 1.6em;
    }
    .mid-top {
        padding: 2em 1em;
    }
    .mid-button {
        margin-top: 2.25em;
        width: 22%;
    }
    .port-section h2 {
        left: 4.3%;
        top: -3.5%;
    }
    .port-grid {
        width: 32.2%;
        float: left;
        margin-right: 1.0%;
        padding: 1em 1em;
    }
    .port-grid.lost {
        margin-right: 0%;
        display: none;
    }
    .bottom-text {
        float: left;
        width: 74%;
        margin-right: 1%;
    }
    .story {
        float: right;
        width: 25%;
    }
    .bottom-top {
        padding: 2em 1em;
    }
    .bottom-text h3 {
        font-size: 1.15em;
        line-height: 1.6em;
    }
    .stories span {
        position: absolute;
        width: 158px;
        height: 172px;
        top: -29px;
    }
    .stories span:before {
        top: 18%;
        left: -19.9%;
        width: 0;
        height: 0;
        border-right: 172px solid #eee;
        border-top: 113px solid transparent;
    }
    .blog-section h3 {
        left: 5.3%;
        top: -1.8%;
    }
    .left-img {
        width: 48%;
        float: left;
        margin: 0 1%;
    }
    .left-img.two {
        margin-right: 0;
    }
    .left-img img {
        width: 100%;
    }
    ul.blog-icons {
        right: -1px;
        top: 198px;
    }
    ul.single-icons {
        right: 0px;
        top: 351px;
    }
    .testimonal {
        float: right;
        margin-top: 5em;
    }
    .test-img {
        float: left;
        padding: 0;
        width: 19%;
    }
    .test-text {
        float: left;
        width: 52%;
    }
    .cmts-main-left {
        float: left;
        width: 30%;
    }
    .cmts-main-right {
        float: right;
        width: 70%;
    }
    .footer-grid.tags,
    .footer-grid.tweet,
    .footer-grid.flickr {
        margin-top: 1.5em;
    }
    .icon-3-square {
        width: 3%;
        margin-right: 2%;
    }
    .cmnts-left {
        padding: 0;
        float: left;
    }
    .cmnts-right {
        float: right;
    }
    .container {
        width: 694px;
    }
    .text h3 {
        font-size: 1em;
    }
    .box_type {
        padding: 5px 21px;
        bottom: 149px;
    }
    .box-hover {
        bottom: 144px;
        right: 14px;
    }
    .port-grid:hover .box-hover {
        bottom: 144px;
        right: 14px;
    }
    .serve-grids.two {
        margin-top: 0.5em;
    }
    .contact p {
        font-size: 0.95em;
        margin: 0 auto;
        width: 94%;
    }
    .contact input[type="text"],
    .contact textarea {
        padding: 0.8em 1em;
        margin-top: 1em;
        width: 32%;
        font-size: 15px;
    }
    .service-section {
        padding: 3em 0em;
    }
    .testimonal h3 {
        left: 1%;
        top: -14%;
    }
    .contac form input[type="text"]:nth-child(2) {
        margin: 0 0.7em;
    }
    .contact textarea {
        padding: 0.8em 1em;
        margin-top: 1em;
        width: 97%;
        font-size: 15px;
        height: 180px;
    }
    .contact-section,
    .portfolio-section {
        padding: 2em 0;
    }
    p.sub {
        margin-top: 0.5em;
    }
    .nav li a {
        display: block;
        padding: 10.5px 10px;
        text-align: center;
    }
    .contact h3 {
        font-size: 2em;
    }
    .flickr-grid {
        float: left;
        width: 12%;
        margin: 0 0.1em .2em;
    }
    .featured ul li {
        display: inline-block;
        width: 25%;
        padding: 4px;
    }
    .serve-grids.two {
        margin-top: 1.2em;
    }
}
@media (max-width: 640px) {
    .slider-bg {
        background: url("../images/bg.jpg") no-repeat 0px 0px;
        padding: 4.5em 0 0 0;
        min-height: 300px;
    }
    .container {
        width: 590px;
    }
    #portfoliolist .portfolio {
        width: 49.3%;
    }
    .left-grid-1 h1,
    .left-grid-1 h2,
    .left-grid-1 h3 {
        width: 90%;
        font-size: 2.7em;
    }
    .left-grid-1 h2 {
        width: 67%;
        font-size: 2.5em;
        border: none;
    }
    ul.callbacks_tabs.callbacks1_tabs {
        bottom: -8.7%;
        z-index: 999;
        left: -82%;
    }
    i.rocket,
    i.plan,
    i.arrow,
    i.download {
        width: 50px;
        height: 89px;
        background: url('../images/s-icons.png') no-repeat 12px 26px #00B0F0;
    }
    i.arrow {
        background: url('../images/s-icons.png') no-repeat 13px -93px #00B0F0;
    }
    i.download {
        background: url('../images/s-icons.png') no-repeat -70px -88px #00B0F0;
    }
    i.plan {
        background: url('../images/s-icons.png') no-repeat -74px 24px #00B0F0;
    }
    .service-icon-heading h4 {
        font-size: 1.1em;
        padding: 0.4em 0;
    }
    .service-icon-heading {
        width: 78%;
        padding: 0.6em 0.6em;
    }
    .service-section {
        padding: 2em 0em;
    }
    .mid-button a {
        padding: 1em 1em 1em 2em;
        font-size: 1em;
        background: url(../images/windows.png) no-repeat 1px 8px #00B0F0;
    }
    .services-section-grid p {
        width: 100%;
        overflow: hidden;
        height: 40px;
    }
    .port-grid {
        width: 48.2%;
        float: left;
        margin-right: 1.0%;
        margin-bottom: 0.5em;
        padding: 1em 1em;
    }
    .services-section-grid,
    .services-section-grid.lost {
        background: url(../images/ser-bg.png)no-repeat 100% 100%;
        width: 48%;
        margin-right: 2%;
        background-size: cover;
        min-height: 96px;
        float: left;
    }
    .port-grid.lost {
        margin-right: 0%;
        display: block;
    }
    .port-section h2 {
        left: 3.3%;
        top: -1.5%;
    }
    .port-grid:nth-child(2) {
        margin: 0px 0px 8px 0px
    }
    .stories span {
        width: 133px;
        height: 173px;
        top: -29px;
        padding: 2.5em 1em 1em 4em;
    }
    .stories span:before {
        top: 18.9%;
        left: -27.9%;
        width: 0;
        height: 0;
        border-right: 176px solid #eee;
        border-top: 108px solid transparent;
    }
    .box_type {
        padding: 5px 21px;
        bottom: 127px;
    }
    .box-hover,
    .port-grid:hover .box-hover {
        bottom: 123px;
        right: 14px;
    }
    .flickr ul li:nth-child(6) {
        display: none;
    }
    p.write {
        font-size: 0.95em;
    }
    ul.single-icons {
        right: 0px;
        top: 319px;
    }
    .contact p {
        font-size: 0.95em;
        margin: 0 auto;
        width: 83%;
    }
    .blog-section h3 {
        left: 2.9%;
        top: -1.8%;
    }
    .testimonal h3 {
        left: 0.9%;
        top: -14.8%;
    }
    .left-img a h4 {
        font-size: 1em;
    }
    ul.blog-icons {
        right: -1px;
        top: 163px;
    }
    .mid-text {
        float: left;
        width: 71%;
    }
    .mid-button {
        margin-top: 3.25em;
        width: 26%;
    }
    .head-section h2 {
        font-size: 1.8em;
    }
    #filters li span {
        font-size: 1em;
    }
    .contact input[type="submit"] {
        padding: 1em 3em;
        font-size: 1em;
    }
    .cmts-main-left img {
        width: 73%;
    }
    .print-main a h3,
    .print-main h3 {
        font-size: 1.2em;
        line-height: 1.5em;
    }
    .some {
        padding-top: 2em;
    }
    .Awesome-features h3,
    .some h3 {
        font-size: 1.65em;
    }
    .flickr-grid {
        float: left;
        width: 15%;
        margin: 0 0.1em .2em;
    }
}
@media (max-width: 480px) {
    .slider-bg {
        background: url("../images/bg.jpg") 0px 0px;
        padding: 8.2em 0 0 0;
        min-height: 153px;
    }
    .left-grid-1 {
        margin-top: 0em;
        float: left;
        width: 40%;
        padding: 0;
    }
    .right-grid-1 {
        float: right;
        width: 58%;
        padding: 0;
    }
    .mid-text {
        float: none;
        width: 100%;
    }
    .container {
        width: 433px;
    }
    .mid-button {
        margin: 2em 1em 1em 1em;
        width: 100%;
        float: none;
    }
    .mid-section {
        padding: 2em 0;
    }
    .port-grid {
        width: 100%;
        float: left;
        margin-right: 0%;
        margin-bottom: 0.5em;
    }
    .port-grid.lost {
        margin-right: 0%;
        display: none;
    }
    .left-img {
        width: 100%;
        margin: 0 0% 1% 0;
    }
    ul.blog-icons {
        right: -1px;
        top: 261px;
    }
    .logo2 {
        float: none;
        text-align: center;
    }
    p.write {
        font-size: 0.95em;
        float: none;
        margin-top: 10px;
        text-align: center;
    }
    .bottom-text h3 {
        font-size: 1.15em;
        overflow: hidden;
        height: 29px;
    }
    .bottom-text p {
        color: #999;
        font-size: 0.95em;
        overflow: hidden;
        height: 37px;
    }
    .stories span {
        width: 92px;
        height: 135px;
        top: -29px;
        padding: 2.5em 1em 1em 3em;
    }
    .stories span:before {
        top: 33.5%;
        left: -55%;
        width: 0;
        height: 0;
        border-right: 137px solid #eee;
        border-top: 44px solid transparent;
        transform: rotate(-268deg);
        -webkit-transform: rotate(-268deg);
    }
    .bottom-section {
        padding: 2em 0;
    }
    .port-section {
        padding: 2.5em 0 3em 0;
    }
    .box_type {
        padding: 5px 21px;
        bottom: 110px;
    }
    .port-section h2 {
        left: 4.3%;
        top: -1%;
    }
    .some h3 {
        margin: 0em 0 1em 0;
    }
    .Awesome-features h3,
    .some h3 {
        font-size: 1.4em;
    }
    .box-hover,
    .port-grid:hover .box-hover {
        bottom: 105px;
        right: 14px;
    }
    .blog-section h3 {
        left: 4.9%;
        top: -0.8%;
    }
    .testimonal h3 {
        left: 0.9%;
        top: -18.8%;
    }
    .services-section-grid {
        background: url(../images/ser-bg.png)no-repeat 0px 0px;
        padding: 0;
        width: 90%;
        float: none;
        min-height: 137px;
    }
    .services-section-grid p {
        width: 100%;
        overflow: hidden;
        height: 60px;
    }
    i.rocket,
    i.plan,
    i.arrow,
    i.download {
        width: 59px;
        height: 121px;
        background: url('../images/s-icons.png') no-repeat 16px 43px #00B0F0;
        display: inline-block;
    }
    i.arrow {
        background: url('../images/s-icons.png') no-repeat 18px -71px #00B0F0;
    }
    i.download {
        background: url('../images/s-icons.png') no-repeat -67px -73px #00B0F0;
    }
    i.plan {
        background: url('../images/s-icons.png') no-repeat -71px 36px #00B0F0;
    }
    .left-grid-1 h1,
    .left-grid-1 h2,
    .left-grid-1 h3 {
        width: 90%;
        font-size: 1.2em;
    }
    .left-grid-1 h2 {
        width: 70%;
        font-size: 1.8em;
        border: none;
    }
    .callbacks_tabs a:after {
        width: 24px;
        height: 9px;
        margin: 0;
    }
    ul.callbacks_tabs.callbacks1_tabs {
        bottom: -1.7%;
        z-index: 999;
        left: -76%;
    }
    .print-main a h3,
    .print-main h3 {
        font-size: 1.1em;
        line-height: 1.5em;
    }
    ul.single-icons {
        right: 0px;
        top: 259px;
    }
    .cmts-main-right p {
        font-size: 0.8em;
        opacity: 0.6;
        margin: 2px 0 0px 0px;
        overflow: hidden;
        height: 46px;
    }
    .cmnts-right a {
        padding: 0.6em 1em;
        font-size: 1em;
    }
    .cmnts-right a {
        padding: 0.5em 1em;
        font-size: 0.8em;
    }
    #commentform label {
        font-size: 1em;
    }
    #commentform input[type="submit"] {
        padding: 0.8em 3em;
        color: #fff;
        font-size: 1em;
    }
    .cmnts-right {
        float: right;
        margin-top: 0.5em;
    }
    .comments1 {
        margin-top: 1em;
    }
    p.ptext {
        line-height: 1.8em;
        font-size: 0.95em;
        color: #999;
        overflow: hidden;
        height: 72px;
    }
    .contact input[type="text"],
    .contact textarea {
        padding: 0.6em 1em;
        margin-top: 1em;
        width: 32%;
        font-size: 13px;
    }
    .contact textarea {
        padding: 0.6em 1em;
        margin-top: 1em;
        width: 97%;
        font-size: 13px;
        height: 139px;
        margin: 1.5em 0 1em;
    }
    .map iframe {
        width: 100%;
        height: 179px;
    }
    #filters li {
        padding: 0 0.5em;
    }
    #filters li span {
        font-size: 0.9em;
    }
    .contact h3 {
        font-size: 1.6em;
    }
    .flickr-grid {
        float: left;
        width: 25%;
        margin: 0 0.1em .2em;
    }
    .features-section {
        padding: 0em 0 1em 0;
    }
    .single {
        margin-top: 1em;
    }
    .cmts-main-left img {
        width: 100%;
    }
    a.read {
        margin-bottom: 1em;
    }
    .comments1 h4,
    .leave h4 {
        font-size: 1.3em;
    }
    .icon-3-square {
        width: 7%;
        margin-right: 2%;
    }
    div#portfoliolist {
        min-height: 527px;
    }
    .contact p {
        font-size: 0.95em;
        margin: 1em auto;
        width: 100%;
    }
}
@media (max-width: 320px) {
    .container {
        width: 300px;
    }
    .left-grid-1 h1,
    .left-grid-1 h2,
    .left-grid-1 h3 {
        width: 100%;
        font-size: 1em;
    }
    .left-grid-1 h2 {
        width: 85%;
        font-size: 1.3em;
        border: none;
    }
    .slider-bg {
        background: url("../images/bg.jpg") 0px 0px;
        padding: 8.2em 0 0 0;
        min-height: 153px;
    }
    ul.callbacks_tabs.callbacks1_tabs {
        bottom: -13.7%;
        left: -82%;
    }
    .callbacks_tabs a:after {
        width: 17px;
        height: 6px;
        margin: 0;
    }
    .contact-section,
    .portfolio-section {
        padding: 1em 0;
    }
    .contact input[type="text"],
    .contact textarea {
        padding: 0.6em 1em;
        margin-top: 0.4em;
        width: 100%;
        font-size: 13px;
    }
    .contact textarea {
        padding: 0.6em 1em;
        margin-top: 0.71em;
        width: 100%;
        font-size: 13px;
        height: 122px;
    }
    .contact input[type="submit"] {
        padding: 1em 3em;
        font-size: 0.9em;
    }
    .service-icon-heading h4 {
        font-size: 1em;
        padding: 0.4em 0;
    }
    .services-section-grid p {
        width: 94%;
        overflow: hidden;
        height: 35px;
    }
    i.rocket,
    i.plan,
    i.arrow,
    i.download {
        width: 59px;
        height: 86px;
        background: url('../images/s-icons.png') no-repeat 16px 22px #00B0F0;
        display: inline-block;
    }
    .service-icon {
        float: left;
        width: 25%;
        margin-right: 2%;
    }
    .service-icon-heading {
        float: left;
        width: 65%;
        padding: 0.6em 0.6em;
    }
    .toggleMenu {
        font-size: 1.3em;
    }
    .map iframe {
        width: 100%;
        height: 126px;
    }
    .services-section-grid {
        background: url(../images/ser-bg.png)no-repeat 100% 100%;
        padding: 0;
        width: 100%;
        float: none;
        min-height: 95px;
        margin: 1em 0;
    }
    i.arrow {
        background: url('../images/s-icons.png') no-repeat 18px -95px #00B0F0;
    }
    i.download {
        background: url('../images/s-icons.png') no-repeat -67px -89px #00B0F0;
    }
    i.plan {
        background: url('../images/s-icons.png') no-repeat -71px 21px #00B0F0;
    }
    .mid-top {
        padding: 2em 0em;
    }
    .box_type {
        padding: 5px 21px;
        bottom: 129px;
    }
    .box-hover,
    .port-grid:hover .box-hover {
        bottom: 124px;
        right: 13px;
    }
    .left-img a h4 {
        font-size: 1em;
    }
    ul.blog-icons {
        right: -2px;
        top: 161px;
    }
    .test-text {
        float: left;
        width: 80%;
    }
    .blog-section h3 {
        left: 4.9%;
        top: -1.3%;
        font-size: 1.2em;
    }
    .testimonal h3 {
        left: -0.1%;
        top: -15.8%;
        font-size: 1.2em;
    }
    .test-text h4 {
        font-size: 0.8em;
    }
    p.test {
        font-size: 0.87em;
    }
    .left-img p {
        font-size: 0.9em;
    }
    .flickr ul li:nth-child(4) {
        display: none;
    }
    .serve-grids.two {
        margin-top: 0em;
    }
    .services-section-grid.act {
        margin: 0 0 1em 0;
    }
    .stories span {
        width: 59px;
        height: 95px;
        top: -15px;
        padding: 1em 0.5em 0em 1.3em;
    }
    .stories span:before {
        top: 23.5%;
        left: -51.9%;
        width: 0;
        height: 0;
        border-right: 100px solid #eee;
        border-top: 47px solid transparent;
        transform: rotate(-268deg);
        -webkit-transform: rotate(-268deg);
    }
    .port-section h2 {
        left: 4.3%;
        top: -1.2%;
        font-size: 1.2em;
    }
    .bottom-top {
        padding: 1em 1em;
    }
    .bottom-text h3 {
        font-size: 1.1em;
        overflow: hidden;
        height: 18px;
    }
    .content {
        padding: 1em 0;
    }
    p.likes {
        font-size: 0.9em;
    }
    .print-main a h3,
    .print-main h3 {
        font-size: 0.9em;
    }
    p.span {
        color: #798184;
        font-size: 1em;
    }
    .footer-grid p,
    p.sub {
        font-size: 0.9em;
    }
    .footer-grids h4 {
        font-size: 1.15em;
    }
    .icon-text h5 {
        font-size: 0.8em;
    }
    .mid-button a {
        padding: 0.8em 1em 0.8em 3em;
        font-size: 0.9em;
        background: url(../images/windows.png) no-repeat 5px 4px #00B0F0;
    }
    .contact h3 {
        font-size: 1.2em;
    }
    p.write {
        font-size: 0.9em;
        line-height: 1.6em;
    }
    .Awesome-features h3,
    .some h3 {
        font-size: 1.17em;
        line-height: 1.5em;
    }
    .head-section h2 {
        font-size: 1.2em;
    }
    #filters li {
        padding: 0 0em;
    }
    #filters li {
        padding: 0 0em;
    }
    .awesome-grid h4 {
        text-transform: uppercase;
        font-weight: 600;
        margin: 0.5em 0;
        font-size: 1em;
    }
    #filters li span {
        font-size: 0.7em;
    }
    .service-section {
        padding: 1em 0em;
    }
    .port-section {
        padding: 2em 0 2em 0;
    }
    .border2 {
        margin-bottom: 0.5em;
    }
    .icon-3-square {
        width: 9%;
    }
    ul.single-icons {
        right: 0px;
        top: 198px;
    }
    #commentform p {
        padding: 3px 0;
    }
    .comments1 h4,
    .leave h4 {
        font-size: 1.2em;
    }
    #commentform input[type="submit"] {
        padding: 0.6em 2em;
    }
    .cmnts-left p {
        font-size: 0.7em;
        height: 26px;
    }
    .cmnts-right {
        float: left;
        padding: 0;
    }
    .mid-text h3 {
        font-size: 0.9em;
    }
    #commentform textarea {
        height: 110px;
    }
    .left-grid-1 {
        margin-top: 0em;
        float: left;
        width: 37%;
        padding: 0;
    }
    .right-grid-1 {
        float: right;
        width: 56%;
        padding: 0;
    }
    h4.stories img {
        width: 79%;
        margin: 0.2em;
    }
    .bottom-text {
        width: 74%;
        padding: 0;
    }
    .testimonal {
        float: right;
        margin-top: 3em;
        padding: 0;
    }
    .footer-grid {
        padding: 0;
        margin-bottom: 2em;
    }
}
.error {
    font-size: 11px;
    color: red;
    padding: 2px auto;
    margin: 0;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
    width: 25px;
}
.carousel-control.left {
    left: -25px;
}
.carousel-control.right {
    right: -25px;
}
.broun-block {
    padding-bottom: 34px;
}
.block-text {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #2c2222;
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
    height: 320px;
}
.block-text a {
    color: #7d4702;
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mark {
    padding: 12px 0;
    background: none;
}
.block-text p {
    color: #585858;
    font-family: Georgia;
    font-style: italic;
    line-height: 20px;
}
.sprite {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAeUCAYAAAAU3UTMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY1MzJERUNDRjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY1MzJERUNERjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjUzMkRFQ0FGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjUzMkRFQ0JGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4/ZdnrAAAydElEQVR42uydCbgUxbn3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');
}
.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
}
.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}
.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}
.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    color: #ffcc00;
    display: block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: underline;
}
.person-text i {
    color: #fff;
    font-family: Georgia;
    font-size: 13px;
}
.rel {
    position: relative;
}