/*------------------------------------------------------------------
[Master Stylesheet]

Project:        Ascend
Version:        1.0
Primary use:    http://www.themeapt.com/templates/ascend/
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
1. Body
    2. Header / #header
        2.1. Navigation / .navbar-wrapper
        2.2. Search Navigation

    3. Content 
        3.1. Slider / .slider 
        3.2. Main Content/

    4. Footer / #footer
        4.1. Copyright
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Color codes]

Background: #ffffff 
Content:    #94a3a8
Header h1:  #384047 
Header h2:  #384047
Footer:     #000000191

a (standard):   #ffffff 
a (visited):    #00975a 
a (active):     #00975a
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body copy:          14px / Open Sans, sans-serif;
Headers:            20px / Lato;
Input, textarea:    13px / Lato;
-------------------------------------------------------------------*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,800,800italic|Lato:400,300italic,400italic,700,700italic,900,900italic);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*============================================ GLOBAL  =================================================*/
body {
    font-family: "Open Sans";
    margin: 0 auto;
    padding: 0;
    line-height: 22px;
}

* {
    margin: 0;
    padding: 0;
}

*:focus {
    outline: none; /* removes ugly dotted border but may make template more unsuable, up to you
                                 if you want to keep it! */
}

form {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

/*** END OF GLOBAL  ***/

/*============================================ DEFAULT ELEMENT STYLES  =================================================*/

/* links */
a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none
}

img {
    max-width: 100%;
}

/* lists, blockquotes and paragraphs */
ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}

/*** END OF DEFAULT ELEMENT STYLES ***/

/*============================================ Custom STYLES  =================================================*/

/**********COLOR CSS*************/

/*Background Color*/
#listproducts,
#lists {
    float: left;
    width: 100%;
    position: relative;
}

.col-wrap {
    background: #f8fdfd;
}

.col-wrap2 {
}

/*Padding And Margin*/
.first {
    padding-left: 0px !important;
}

.other-title,
#loadmore {
    display: none
}

@media screen and (max-width:737px) {
    div#lists,
    #listproducts {
    }

    #lists.home-list .photography {
        position: unset !important;
        width: 100% !important;
        top: auto !important;
        left: 0px !important;
    }

}

.mt {
    margin-top: 25px;
}

.mb {
    margin-bottom: 25px;
}

.content_pt {

    /*padding-top: 25px;thangdc */
}

.content_pb {
    padding-bottom: 25px;
}

.pn {
    padding: 0px !important;
}

/*Font familly*/
.contact_form a.button {
    font-family: 'Open Sans', sans-serif;
}

.fun_facts_content p,
.blog_header_content span,
.pricing_table_content ul li,
.tweer_head span,
.footer_wrap .main_heading p,
.contact_form input,
.contact_form textarea,
.contact_address span.text,
.portfolio-link h2,
.creative_fields ul li a,
.latest_tweet h3,
.post_content p,
.post_content a,
.prm_tag ul li a,
.leave_a_reply h1 span,
.comments_content a,
.comments_content p,
.ui-tooltip-content,
.blog_content a.blog_comments {
    font-family: 'Lato', 'sans-serif';
}

/*Heading*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3 {
    font-size: 20px;
    font-weight: bold;
    color: #384047;
    line-height: 25px;
}

.main_heading h2 {
    font-size: 41px;
    color: #0a2434;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    border-bottom: 3px solid #e7e8ea;
    display: inline-block;
    padding-bottom: 17px;
    margin: 10px 0;
}

.main_heading h3 {
    font-size: 24px;
    margin: 20px 0px;
    color: #384047;
}

.default_heading h1 {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-size: 32px;
}

h4.sss,
h4.sss a {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

h4.sss {
    margin-left: 5px;
    color: red;
    border-bottom: 1px solid #ccc;
}

.mini_heading h1 {
    border-bottom: 3px solid #E7E8EA;
    display: inline-block;
    line-height: 35px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.follow_us_heading h1,
.skill_section_heading h1,
.team_member_heading h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 65px;
}

.sf-menu-bottom > li {
    float: left;
    margin-right: 5px;
    border-right: 1px solid #000;
    padding: 0 5px;
    line-height: 15px;
    margin: 5px 0;
}

/*Paragraph*/
p {
    font-size: 14px;
}

a {
    font-size: 14px;
    color: #2c3e50;
}

.photography.mix {
}

a:hover {
    color: #00975a;
}

.Oomenu >li:first-child {
}

a,
.team_section,
.member_information h1,
.member_information h2,
.member_information p,
.services_box,
.services_content h2,
.services_content h1,
.blog_header_content span.likes_icon,
.pricing_table_head h1,
.pricing_table2_head h1,
.contact_form a.button,
.mt,
.social_blog,
.s_button,
.menu .more_menu_potion li,
.leave_a_reply .contact_form input.button {
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}

.tp-bannertimer {
    display: none !important;
}

/* Main CSS */
.slider_menu {
    background: #000;
    top: 0;
    width: 100%;
    height: 90px;
    z-index: 9999;
    position: relative;
    display: block;
}

.sf-menu ul {
    background: #000;
    opacity: 0.98;
    border-top: 1px solid #3b9cf7
}

li.mega_menu {
    position: inherit !important;
}

li.mega_menu > ul {
    top: 100% !important;
    background: #000;
    opacity: 0.98;
    padding: 10px
}

li.mega_menu >ul >li {
    width: 220px !important;
    border-top: none !important
}

.menu > ul > li > a {
    text-transform: uppercase;
}

.slider_menu .menu ul li a {
    color: #fff;
    border-bottom: 3px solid transparent;
}

.slider_menu .menu ul li a:hover {
    color: #fff;
    border-bottom: 3px solid #fff;
}

.more_menu_potion > li > a {
    font-weight: normal !important;
}

.header_wrap {
    background: none repeat scroll 0 0 #000;
    position: fixed;
    top: 0;
    width: 100%;    /* height: 50px; */
    z-index: 99999;
    display: block;
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
}

#listNews p {
    text-align: justify;
}

#listNews .title {
    font-weight: bold;
}

.header_wrap.positive {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform .5s ease;
}

.header_wrap.negative {
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform .5s ease;
}

.slider_wrap {
}

.suport p {
    float: left;
    margin-bottom: 0 !important;
    padding-left: 5px;
    text-decoration: underline;
    width: 100%;
}

.nameSport > i {
    float: left;
    color: #fff;
    border-bottom: 2px dotted #ccc;
}

.suport.suport-online {
    float: left;
    width: 100%;
}

.nameSport,
.namee {
    float: left;
    width: 100%;
}

.nameSport,
.namee {
    float: left;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none !important;
    width: 100%;
}

.hotline {
    float: left;
    width: 100%;
}

.header_left {
    float: left;
    padding: 5px 0;
    position: absolute;
    width: auto;
    z-index: 9999999999999;
}

.header_right {
    width: auto;
    float: left;
}

.menu {
}

.menu ul {
}

.menu ul li {
    float: left;
}

.menu ul li a {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px 2px;
    display: block;
}

#content_header .header_left {
    display: none;
}

.menu ul li a:hover {
    color: #00975a;
}

.menu ul li.nav-active a,
.menu ul li a.nav-active {
    color: #00975a;
}

.more_menu {
    position: relative;
}

.more_menu_potion {
    background: #ffffff;
    left: 50px !important;
    right: 0;
    width: 20em;
}

.more_menu .mobnav-subarrow {
}

.more_menu strong {
    color: blue;
    font-weight: bold;
    margin-left: 5px;
}

.menu .more_menu_potion li:first-child {
    border-top: none;
}

.menu .more_menu_potion li {
    font-size: 14px;
    padding: 0 5px 0 14px;
    display: inline;
    border-top: 1px solid #ccc;
    width: 100%;
}

.menu .more_menu_potion li:hover,
.menu ul.more_menu_potion li a:hover {
    color: #00975a;
}

.menu ul.more_menu_potion li a:hover {
    border-bottom: none !important;
}

.menu ul.more_menu_potion li a {
    padding: 8px 0;
    color: #fff;
    border-bottom: none !important;
}

.positive .more_menu_potion {
}

.menu a {
    color: #8c8c8c
}

.serch_bar {
    color: #d0d0d2;
    cursor: pointer;
    float: right;
    font-size: 20px;
    padding: 30px 10px;
}

.search_box {
    display: none;
    background: none repeat scroll 0 0 #ffffff;
    border-top: 1px solid #000000;
    left: 0;
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 97;
}

.single_page_search {
}

.search_input_item {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #d4d4d4;
    float: left;
    font-size: 14px;
    height: 70px;
    width: 95%;
}

.search_submit {
    background: url("images/search-icon.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none;
    float: right;
    height: 70px;
    overflow: hidden;
    text-indent: -999px;
    width: 31px;
}

.slider img {
    width: 100%;
}

#wrapper {
    overflow: hidden;
}

.purchase_wrap {
    background-image: url("images/parallax/bg-01.png");
}

.parallax {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.img_purchase_left {
    display: inline-block;
    margin-right: 5%;
    vertical-align: middle;
}

.img_purchase_right {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}

.img_purchase_right h2 {
    color: #FFFFFF;
    line-height: 28px;
    text-transform: uppercase;
}

.img_purchase_right a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #2b995b;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    padding: 10px 25px;
}

.button {
    box-shadow: 0 1px 2px 0 #B2B2B2;
    padding: 10px 20px;
    color: #00975a;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
}

.button span {
    padding-right: 8px;
    vertical-align: middle;
}

.view_live .button span {
    background: url("images/icon-33.png") no-repeat scroll left -1.2px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 15px;
    width: 30px;
}

.view_live .button:hover span {
    background: url("images/icon-34.png") no-repeat scroll left -1.2px rgba(0, 0, 0, 0);
}

.button:hover,
.contact_form a.button:hover,
.leave_a_reply .contact_form input.button:hover {
    background: #00975A;
    color: #ffffff;
}

/*portfolio*/
.portfolio_wrap {
}

.dfm_heading .main_heading h3 {
    border: 1px solid #f0f0f0;
    font-weight: normal;
    background: #f8fdfd;
    font-size: 32px;
    line-height: 42px;
    margin: 40px 0;
    padding: 25px;
}

.portfolio-mask img {
    width: 100%;
}

.menu-i li img {
    width: 40%
}

.menu-i li h2 {
    color: green;
    font-size: 14px;
    display: inline;
}

.blog_content img {
    width: 100%
}

.menu-i > li {
    margin: 20px 0px;
}

.sortBy.inline.pull-left > a {
    display: inline-block;
    padding: 10px 0;
}

.portfolio_wrap  .main_heading h3 {
    text-transform: uppercase;
}

.pro .mix {
    margin-bottom: 15px;
}

.photography {
}

.portfolio-mask > a {
    overflow: hidden;
    height: auto;
    display: inline-block;
    width: 100%;
}

.portfolio-mask > h3,
.portfolio-mask h4 {
    padding: 5px 10px;
    color: #000;
    text-align: left !important;
    width: 100%;
    DISPLAY: INLINE-BLOCK;    /*position: relative;*/
    bottom: 0;
    left: 0;
    font-size: 12px;
    margin: 0;    /* background-color: #ccc; */
}

.filter_category {

    /*margin-bottom: 50px; thangdc*/
}

.filter_category ul {
    display: inline-block;
}

.filter_category ul li {
    float: left;
}

.filter_category ul li p {
    padding: 10px 15px;
    display: block;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.filter_category ul li p:hover,
.filter_category ul li p.active {
    color: green;
    border-bottom: 2px solid green;
}

.portfolio_image img {
    width: 100%;
}

.portfolio_image ul li {
    float: left;    /*margin: 0 12px;*/
    margin-bottom: 15px;
}

.icon_menu {
    background: url("images/right_arrow_hv.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 14px;
    width: 14px;
    display: inline-block;
    margin: 6px 4px 0 4px;
}

.portfolio_wrap .button {
}

/*Portfolio Image Hover*/
.portfolio-mask:hover img {

    /*opacity: 0.3;   */
}

.portfolio-mask {

    /* background: #00975a;  */
    display: block;
    outline: medium none;    /*position: relative;    */
    text-align: left;
    border: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

@media only screen and (min-width:737px) {
    #mobnav-btn{
        display: none !important
    }
}

.portfolio-link {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 250px;
    text-align: left;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    z-index: 2;
}

.portfolio-mask:hover .portfolio-link {
    opacity: 1;
    text-align: left;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.portfolio-link a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 89%;
    color: #00975A;
    display: inline-block;
    font-size: 22px;
    margin: 10px 5px 10px 0;
    padding: 14px 15px;
    border: 2px solid transparent;
}

.portfolio-link a:hover {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.portfolio-link h1 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}

.portfolio-link h2 {
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 20px;
}

.portfolio-link p {
    color: #ffffff;
    padding-bottom: 15px;
}

.icon-left {
    border-right: 2px solid #ffffff;
    padding-right: 11px !important;
}

/*flickr_mask*/
.flickr_mask.portfolio-mask {
    background: #000;
}

.flickr_mask .portfolio-link {
    left: 25%;
    top: 11%;
    width: auto;
}

.flickr_mask .portfolio-link a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
}

.cd-btn {
    float: left;
    font-size: 24px;
    margin: 6px 10px 0 0;
    cursor: pointer;
}

.flickr_mask .portfolio-link a:hover {
    border: 2px solid transparent;
}

/*About Us*/
.who_we_are {
}

.who_we_are h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
}

.who_we_are p {
    margin-bottom: 15px;
    text-align: justify
}

.why_choose_us .accordion {
}

.why_choose_us .accordion h3 {
    background: url("images/i-25.png") no-repeat scroll 97% center rgba(0, 0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    color: #384047;
    padding: 8.5px 22px;
}

.why_choose_us .accordion h3.ui-state-active {
    background: url("images/i-26.png") no-repeat scroll 97% center rgba(0, 0, 0, 0);
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    color: #00975a;
    padding: 15px 22px 2px;
}

.why_choose_us .accordion .accordion_content {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 5px;
}

.why_choose_us .accordion .accordion_content p {
    line-height: 24px;
    padding: 5px 0 10px;
    margin: 0px;
}

/*Gallery Slider*/
.gallery_content img {
    width: 100%;
}

.gallery_content a.carousel-control {
    background: none repeat scroll 0 0 #01441D;
    font-size: 22px;
    height: 23px;
    left: 90%;
    top: 18px;
    width: 31px;
    opacity: 1;
}

.gallery_content a.carousel-control:hover {
    color: #00975A;
}

.gallery_content a.left {
    border-radius: 44% 0 0 44%;
    left: 85%;
}

.gallery_content a.right {
    border-radius: 0 44% 44% 0;
}

/*Gallery Style1*/
.gallery_style {
}

.gallery_style img {
    width: 100%;
}

.gallery_style a.carousel-control {
    display: inline-block;
    height: 55px;
    opacity: 1;
    top: 77%;
    width: 55px;
}

.gallery_style1 a.left {
    left: 40%;
    background: url("images/arrow_left2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.gallery_style1 a.right {
    background: url("images/arrow_right2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    right: 38%;
}

/*Gallery Style 2*/
.gallery_style2 a.left {
    left: 5%;
    background: url("images/arrow_left2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.gallery_style2 a.right {
    background: url("images/arrow_right2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    right: 5%;
}

/*Skill*/

/*Skill Section*/

.skill_wrap {
    background-image: url("images/parallax/bg-09.png");
    padding: 80px 0;
}

.skill_section_heading {
}

/********* Skill Set *************/
.skillset {
    margin-bottom: 50px;
    width: 100%;
}

.skillset .skill_set_item .progress-bar {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    height: 25px;
    width: 100%;
}

.skill_set_item {
    margin-bottom: 10px;
}

.bar-outer {
    height: 25px;
    width: 100%;
}

.skillset .skill_set_item .progress-bar .progress-bar-content {
    height: 25px;
}

.skillset .skill_set_item .progress-bar .progress-bar-heading {
    background: none repeat scroll 0 0 #000000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 9px;
    margin-top: -33px;
    padding: 2px;
    text-align: center;
    width: 36px;
}

.skill_set_item p {
    padding-bottom: 5px;
}

.skill_set_item_skill p {
    line-height: 25px;
    position: absolute;
    right: 25px;
}

.skills {
    border: 9px solid #FFFFFF;
    border-radius: 100%;
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
    padding: 8px;
    position: relative;
}

/*Skill Section*/
.skillset {
    margin-bottom: 25px;
}

.skillset .skill_set_item {
    margin-bottom: 18px;
}

.skillset .skill_set_item h3 {
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    color: #384047;
}

.skillset .skill_set_item .progress-bar {
    background: #ebebeb;
    width: 90%;
    height: 10px;
    border: none;
    border-radius: 0px;
}

.skillset .skill_set_item .progress-bar .progress-bar-content {
    height: 10px;
    position: relative;
}

.skillset .skill_set_item .progress-bar .progress-bar-heading {
    background: url("images/i-15.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    color: #384047;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: -35px;
    padding: 2px 2px 3px;
    text-align: center;
    width: 36px;
}

/*Blog Section*/
#blog_section {
    width: 100%;
}

.prm_blog {
    background: url("images/00_05.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
    width: 47.5%;
    float: left;
}

.prm_blog_icon {
    padding-bottom: 15px;
}

.blog_header_content {
    padding-bottom: 25px;
    z-index: -999999;
}

.blog_header_content a.blog_header_content_heading,
.blog_header_content h1 {
    font-size: 24px;
    padding: 10px 40px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.blog_header_content span {
    color: #b1b1b1;
    font-size: 13px;
    padding: 0 8px;
}

.blog_header_content span.likes_icon {
    font-family: 'icomoon';
    font-size: 18px;
    padding: 0;
    vertical-align: text-top;
}

.s_portfolio_content_right .blog_header_content a.likes_icon_wrap {
    margin-left: 45px;
}

.blog_header_content span.blog_header_content_icon {
    display: inline-block;
    height: 20px;
    vertical-align: top;
    width: 18px;
}

.blog_header_content span.date_icon {
    background: url("images/icon-35.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}

.blog_header_content span.likes_icon {
    background: url("images/icon-36.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}

.blog_header_content a.likes_icon_wrap:hover span.likes_icon {
    background: url("images/icon-36-hv.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}

.blog_header_content span.likes_text {
    padding-left: 5px;
}

.blog_image img {
    width: 100%;
}

.blog_content {
    border: 1px solid #f4f4f4;
    padding: 30px;
    text-align: left;
}

.blog_content p {
    padding-bottom: 25px;
}

.blog_content a.blog_button {
    color: #384047;
    font-weight: bold;
}

.blog_content a.blog_comments {
    float: right;
    color: #b1b1b1;
    font-size: 13px;
}

.blog_content a.blog_comments span {
    font-size: 18px;
    padding-right: 6px;
    vertical-align: text-top;
}

.masonry:after {
    content: '';
    display: block;
    clear: both;
}

.masonry:before {
    content: '';
    display: block;
    clear: both;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Blog Hover*/
.prm_blog:hover {
    background: url("images/00_04.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}

.prm_blog:hover .blog_header_content h1 {
    color: #00975a;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}

.blog_content a:hover {
    color: #00975a;
}

.social_blog {
    background: none repeat scroll 0 0 #f8fdfd;
    border: 1px solid #e3e3e3;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 30px;
    width: 40px;
}

.s_portfolio_content_right .social_blog {
    top: 22px;
}

.s_portfolio_full_content_wrap .social_blog {
    top: 6px;
}

.share-icon {
    background-color: transparent;
    background-image: url("images/bs-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 28px;
    width: 37px;
}

.social_blog:hover .share-icon {
    background-image: url("images/bs-icon-hover.png");
}

.follower {
}

.follow-list {
    display: none;
    left: 0;
    overflow: hidden;
    padding-top: 13px;
    position: absolute;
    text-align: center;
    top: 28px;
    width: 40px;
    z-index: 99999;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}

.social_blog:hover .follow-list {
    display: block;
}

.follow_arrow li {
    padding: 0px 5px;
}

.follow_arrow a {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    height: 33px;
    background-position: center center;
    background-repeat: no-repeat;
}

.follow_arrow li:hover a {
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    -webkit-transform: rotateY(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotateY(360deg);  /* IE 9 */
    transform: rotateY(360deg);  /* Firefox 16+, IE 10+, Opera */
}

.follow_arrow li:last-child a {
    border-bottom: none;
}

.follow_arrow a.facebook {
    background-image: url("images/social-icon/facebook.png");
}

.follow_arrow a.facebook:hover {
    background-image: url("images/social-icon/facebook-hv.png");
}

.follow_arrow a.twitter {
    background-image: url("images/social-icon/twitter.png");
}

.follow_arrow a.twitter:hover {
    background-image: url("images/social-icon/twitter-hv.png");
}

.follow_arrow a.stumbleupon {
    background-image: url("images/social-icon/stumbleupon.png");
}

.follow_arrow a.stumbleupon:hover {
    background-image: url("images/social-icon/stumbleupon-hv.png");
}

.follow_arrow a.linkedin {
    background-image: url("images/social-icon/linkedin.png");
}

.follow_arrow a.linkedin:hover {
    background-image: url("images/social-icon/linkedin-hv.png");
}

.follow_arrow a.google-plus {
    background-image: url("images/social-icon/google-plus.png");
}

.follow_arrow a.google-plus:hover {
    background-image: url("images/social-icon/google-plus-hv.png");
}

.follow_arrow {
    position: relative;
    background: #fff;
    border: 1px solid #e3e3e3;
}

.follow_arrow:after,
.follow_arrow:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.follow_arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    margin-left: -5px;
}

.follow_arrow:before {
    border-color: rgba(227, 227, 227, 0);
    border-bottom-color: #e3e3e3;
    border-width: 6px;
    margin-left: -6px;
}

/*fullwidth_blog*/
.prm_fullwidth_blog {
    width: 100%;
}

.prm_fullwidth_blog .blog_content {
    padding: 25px 0 50px;
    border-bottom: 1px solid #e8e8e8;
    border-top: none;
    border-left: none;
    border-right: none;
}

.prm_fullwidth_blog .blog_content p {
    padding-bottom: 5px;
}

.prm_fullwidth_blog p.blockquote {
    padding: 15px 25px;
    border-left: 4px solid #00975a;
    background: #f9f9f9;
    color: #384047;
}

/*Subscribe Newsletter*/
.subscribe_newsletter {
}

.content_heading h1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    padding-bottom: 10px;
}

.subscribe_newsletter p {
    padding-bottom: 10px;
}

.subscribe_newsletter input {
    background: none repeat scroll 0 0 #f8fdfd;
    border: medium none;
    font-size: 14px;
    color: #9d9d9d;
    height: 40px;
    margin: 15px 0 30px;
    padding: 10px 15px;
    width: 85%;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}

/*Testimonial*/
.testimonial_content {
    padding-top: 25px;
}

.testimonial_image {
    display: inline-block;
    margin-right: 5%;
}

.testimonial_person {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
}

.testimonial_person h1 {
    padding-bottom: 3px;
}

.testimonial_person h2 {
    font-size: 13px;
    color: #384047;
}

.testimonial_content {
}

.testimonial_content p {
    padding: 10px 0;
}

.testimonial_arrow_left {
    background: url("images/i-13.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 19px;
    width: 26px;
    padding-bottom: 30px;
}

.testimonial_arrow_right {
    background: url("images/i-14.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 19px;
    width: 26px;
    float: right;
    padding-top: 30px;
}

.testimonial {
    position: relative;
}

.testimonial .carousel-indicators {
    left: 100%;
    right: 0;
    top: 103px;
}

.testimonial .carousel-indicators li {
    background: #c1c1c1;
    border: 1px solid #c1c1c1;
}

.testimonial .carousel-indicators li.active {
    background: #00975A;
    border: 1px solid #00975A;
    height: 10px;
    width: 10px;
}

/*Clients Section*/
.client_wrap {
    background-image: url("images/parallax/bg-05.png");
    padding: 70px 0 50px;
}

.client_slider {
}

.client_slider ul {
    text-align: center;
}

.client_slider ul li {
    display: inline-block;
    margin: 0 10px 30px;
}

.client_slider ul li:last-child {
    margin-right: 0px;
}

.client_slider ul li a.client_logo {
    display: block;
    height: 68px;
    width: 166px;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.client_slider ul li:hover a {
    -moz-transition: all .9s ease-out;
    -webkit-transition: all .9s ease-out;
    -o-transition: all .9s ease-out;
    -webkit-transform: rotateY(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotateY(360deg);  /* IE 9 */
    transform: rotateY(360deg);  /* Firefox 16+, IE 10+, Opera */
}

.client_slider ul li a.client_logo:hover {
}

.client_slider ul li a.client1 {
    background-image: url("images/clients/00_01.png");
}

.client_slider ul li a.client2 {
    background-image: url("images/clients/00_02.png");
}

.client_slider ul li a.client3 {
    background-image: url("images/clients/00_03.png");
}

.client_slider ul li a.client4 {
    background-image: url("images/clients/00_04.png");
}

.client_slider ul li a.client5 {
    background-image: url("images/clients/00_05.png");
}

.client_slider ul li a.client6 {
    background-image: url("images/clients/00_06.png");
}

.client_slider ul li a.client1:hover {
    background-image: url("images/clients/00_01_1.png");
}

.client_slider ul li a.client2:hover {
    background-image: url("images/clients/00_02_1.png");
}

.client_slider ul li a.client3:hover {
    background-image: url("images/clients/00_03_1.png");
}

.client_slider ul li a.client4:hover {
    background-image: url("images/clients/00_04_1.png");
}

.client_slider ul li a.client5:hover {
    background-image: url("images/clients/00_05_1.png");
}

.client_slider ul li a.client6:hover {
    background-image: url("images/clients/00_06_1.png");
}

.follow_us {
}

.follow_us ul {
    padding-top: 25px;
}

.follow_us ul li {
    float: left;
    padding: 10px 15px;
}

.follow_us ul li a {
    background-attachment: scroll;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    display: block;
    height: 45px;
    width: 45px;
}

.follow_us ul li a:hover {
    background-color: #ffffff;
    border: 1px solid #E4E4E4;
    box-shadow: 0 1px 2px 0 #E4E4E4;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);  /* IE 9 */
    transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
}

.follow_us ul li a.twitter {
    background-image: url("images/social-icon/00_01.png");
}

.follow_us ul li a.twitter:hover {
    background-image: url("images/social-icon/00_01_1.png");
}

.follow_us ul li a.facebook {
    background-image: url("images/social-icon/00_02.png");
}

.follow_us ul li a.facebook:hover {
    background-image: url("images/social-icon/00_02_1.png");
}

.follow_us ul li a.dribbble {
    background-image: url("images/social-icon/00_03.png");
}

.follow_us ul li a.dribbble:hover {
    background-image: url("images/social-icon/00_03_1.png");
}

.follow_us ul li a.envato {
    background-image: url("images/social-icon/00_04.png");
}

.follow_us ul li a.envato:hover {
    background-image: url("images/social-icon/00_04_1.png");
}

.follow_us ul li a.pinterest {
    background-image: url("images/social-icon/00_05.png");
}

.follow_us ul li a.pinterest:hover {
    background-image: url("images/social-icon/00_05_1.png");
}

.tweet_wrap {
    position: relative;
}

.tweer_head {
}

.tweet_arrow {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 11;
}

.tweet_arrow a {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 11px;
    margin: 0 5px;
    width: 15px;
}

.tweet_wrap .carousel {
    padding-top: 15px;
}

.tweer_head span.icon {
    font-family: 'icomoon';
    font-size: 30px;
    color: #00975a;
    margin-right: 10px;
}

.tweer_head span {
    font-size: 14px;
    vertical-align: text-bottom;
}

.tweet_slider_arrow_left {
    background-image: url("images/left_arrow.png");
}

.tweet_slider_arrow_left:hover {
    background-image: url("images/left_arrow_hv.png");
}

.tweet_slider_arrow_right {
    background-image: url("images/right_arrow.png");
}

.tweet_slider_arrow_right:hover {
    background-image: url("images/right_arrow_hv.png");
}

.tweer_content {
    padding-top: 10px;
}

.tweer_content p {
    text-align: justify;
}

.tweer_content p a {
    color: #00975a;
}

.tweer_content h2 {
    color: #384047;
    font-size: 14px;
    padding: 10px 0;
}

/*Footer*/
.footer_wrap {
    padding: 25px 0 0;
}

.footer_wrap .main_heading p {
    padding: 10px 0;
}

#map_canvas {
    width: 100%;
    height: 350px;
}

.contact_form {
}

.contact_form input {
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #f0f0f0;
    background: #f8fdfd;
    font-size: 13px;
    color: #949494;
    width: 100%;
    margin-bottom: 25px;
}

.contact_form input.s_button {
    background: none;
    color: #00975a;
    height: auto;
    padding: 20px 75px;
}

.contact_form input.s_button:hover {
    background: #00975a;
    color: #ffffff;
}

.contact_form textarea {
    height: 170px;
    padding: 10px 15px;
    border: 1px solid #f0f0f0;
    background: #f8fdfd;
    font-size: 13px;
    color: #949494;
    width: 100%;
    margin-bottom: 20px;
}

.contact_form a.button {
    background: #ffffff;
    box-shadow: 0px 2px 3px 2px #eaeaea;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    color: #00975a;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    width: 100%;
}

.contact_form a.button span {
    background: url("images/submit_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 35px;
    height: 20px;
    display: inline-block;
}

.contact_form a.button:hover span {
    background: url("images/submit_icon_hover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.contact_address span.icon {
    font-size: 18px;
    color: #00975a;
    vertical-align: top;
    padding-right: 6px;
}

.contact_address span.text,
.contact_address span.text a {
    font-size: 11px;
    color: #949494;
    text-transform: uppercase;
}

.contact_address span.text,
.contact_address span {
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    padding-left: 25px;
}

.contact_address span.text_address {
    background-image: url(images/i-27.png);
}

.contact_address span.text_fax {
    background-image: url(images/i-28.png);
}

.contact_address span.text_phone {
    background-image: url(images/i-29.png);
}

.contact_address span.text_mail {
    background-image: url(images/i-30.png);
}

.google_map iframe {
    display: block;
}

.copyright {
    background: #000000;
    padding: 50px 25px 10px;
}

.copyright p {
    color: #ffffff;
}

.copyright p a {
    color: #00975a;
    font-weight: bold;
}

/*singale_page_wrap*/
.singale_page_wrap {
}

.singale_page_header_wrap {
    background-image: url("images/parallax/bg-06.png");
    padding: 120px 0px;
}

.s_portfolio_arrow {
    padding: 25px 0
}

.sh_portfolio .s_portfolio_arrow {
    padding-top: 0px;
}

.singale_page_header_wrap h1 {
    color: #FFFFFF;
    font-size: 45px;
    line-height: 55px;
    text-transform: uppercase;
}

.s_portfolio_arrow a {
    display: inline-block;
    height: 34px;
    width: 46px;
}

.s_portfolio_arrow a.s_portfolio_arrow_left {
    background: url("images/icon-31.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.s_portfolio_arrow a.s_portfolio_arrow_right {
    background: url("images/icon-32.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: -2px;
}

.s_portfolio_image {
    margin-bottom: 50px;
}

.s_portfolio_image img {
    width: 100%;
}

.s_portfolio_content {
    float: left;
    margin-right: 2%;
    width: 68%;
}

.s_portfolio_content h1 {
    color: #00975A;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    padding-bottom: 15px;
}

.s_portfolio_content_right {
    float: left;
    position: relative;
    width: 29%;
}

.sh_portfolio .s_portfolio_content_right,
.sh_portfolio .s_portfolio_content {
    width: 100%;
}

.s_portfolio_content_right .blog_header_content {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    padding-top: 28px;
    margin-bottom: 22px;
}

.s_portfolio_full_content_wrap .blog_header_content {
    padding-top: 12px;
}

.social_blog:hover {
    background: #00975a;
    color: #ffffff;
    border: 1px solid #00975a;
}

.creative_fields {
    padding-top: 5px;
    margin-bottom: 35px;
}

.creative_fields h1 {
    color: #00975A;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.creative_fields > ul > li >ul >li {
    margin-left: 18px
}

.creative_fields > ul > li {
    border-bottom: 1px solid #f3f3f3;
    line-height: 35px;
    padding-bottom: 3px;
}

.mini_heading-1 {
    margin-top: 10px;
    margin-left: 14px;
}

.mini_heading-1 h1 {
    border-bottom: 3px solid #e7e8ea;
    display: inline-block;
    line-height: 35px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.creative_fields ul li a {
    font-size: 14px;
    color: #384047;
}

.creative_fields ul li a:hover {
    color: #00975a;
}

.view_live a.button {
    font-weight: normal;
    text-transform: none;
}

.related_project_title {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 35px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.related_project ul li {
    margin: 0px;
    width: 25%;
}

.related_project .portfolio-link {
    top: 25px;
    left: 25px;
}

/*Single Blog Post*/
.single_page_header h1 {
    color: #ffffff;
    font-size: 45px;
    line-height: 58px;
    text-transform: uppercase;
}

.s_blog_header_wrap {
    background-attachment: scroll;
    background-image: url("images/parallax/bg-07.png");
    padding: 40px 0;
    display: none;
}

.prm_sidebar {
}

.prm_sidebar .search_bar {
    position: relative;
}

.suport p {
    margin: 0;
    padding-left: 5px;
    text-decoration: underline;
}

.suport h5 {
    color: red;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    padding: 3px 0;
    text-align: center;
}

.hotline {
    background: url("images/contact.png") no-repeat scroll 0 0 / auto 100% rgba(0, 0, 0, 0);
    padding-bottom: 5px;
    padding-left: 30px;
}

.nameSport,
.namee {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none !important;
}

.suport-online a {
    float: left;
    padding: 10px !important;
    width: 50%;
}

.suportOnline a {
    text-align: center;
}

.suport.suport-online {
    border-bottom: medium none !important;
    border-left: 2px dotted #ccc;
    margin: 15px 10px;
}

.prm_sidebar .search_bar input {
    background: none repeat scroll 0 0 #Fff;
    border: 1px solid #f0f0f0;
    font-size: 11px;
    padding: 10px 15px;
    width: 100%;
}

.titleMenuleft {
    background: none repeat scroll 0 0 / 100% auto #fb8401;
    padding: 8px 0 12px 10px;
}

#menuLeft ul,
.quangcao {
    background: none repeat scroll 0 0 #2a2a2a;
    padding: 7px;
}

.pro-filter-list li {
    border-bottom: 1px solid #ccc;
}

.suport.suport-online {
    border-bottom: medium none !important;
    border-left: 2px dotted #ccc;
    margin: 15px 10px;
}

.prm_sidebar .search_bar button.search_submit {
    background-attachment: scroll;
    background-image: url("images/i-21.png");
    background-color: #ffffff;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 16px;
    position: absolute;
    right: 12px;
    text-indent: -88888px;
    top: 11px;
    width: 16px;
}

.prm_siderbar_widget {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.prm_siderbar_widget h1 {
    color: #00975A;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.post_content {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.post_content a {
    text-transform: uppercase;
    font-size: 14px;
    color: #384047;
}

.post_content p {
    font-size: 13px;
    color: #b1b1b1;
}

.latest_tweet {
    border-bottom: 1px solid #F3F3F3;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.latest_tweet p {
    background: url("images/i-22.png") no-repeat scroll left 6px rgba(0, 0, 0, 0);
    padding-left: 25px;
    color: #384047;
}

.latest_tweet p a {
    color: #00975A;
}

.latest_tweet h3 {
    font-size: 13px;
    color: #b1b1b1;
    padding-left: 25px;
}

.content_last {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.flickr_wrap {
}

.flickr_wrap ul {
}

.flickr_wrap ul li {
    display: inline-block;
    margin: 0 15px 15px 0;
}

.prm_tag ul li {
    display: inline-block;
    margin: 0 15px 15px 0;
}

.prm_tag ul li a {
    background: #fbfbfb;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    display: block;
    padding: 6px 25px;
    font-size: 14px;
}

/*Comment Section*/
.comments_wrap {
}

.author_post {
    margin-bottom: 30px;
}

.author_post h1 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 25px;
}

.author_post h1 span {
    margin-right: 25px;
}

.author_post p a {
    color: #00975a;
}

.prm_comments_heading {
    margin-bottom: 30px;
}

.prm_comments_heading h1 {
    background: url("images/i-24.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #E8E8E8;
    font-size: 24px;
    padding-bottom: 30px;
    padding-left: 33px;
}

.prm_comments {
}

.comments_icon {
    float: left;
    width: 60px;
    margin-right: 15px;
}

.comments_content_wrap {
    float: left;
    width: 85%;
}

.comments_content {
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.comments_content h1 {
    font-size: 20px;
    font-weight: 600;
    color: #384047;
}

.comments_content span {
    color: #8B8B8B;
    display: inline-block;
    font-size: 13px;
    padding: 5px 0 10px;
}

.comments_content a {
    font-size: 13px;
    color: #00975A;
}

.prm_comments .bn {
    border: none;
}

/*Leave a Replay*/
.leave_a_reply {
    padding-top: 50px;
}

.leave_a_reply h1 {
    background: url("images/i-23.png") no-repeat scroll left 8px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #e8e8e8;
    line-height: 32px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    padding-left: 35px;
}

.leave_a_reply h1 span {
    font-size: 13px;
    color: #8b8b8b;
    font-weight: normal;
    padding-left: 25px;
}

.leave_a_reply .contact_form input {
    float: left;
    margin-right: 2%;
    width: 49%;
    background: #ffffff;
}

.leave_a_reply .contact_form textarea {
    background: #ffffff;
    margin-bottom: 50px;
}

.leave_a_reply .contact_form input.last {
    margin-right: 0px;
}

.leave_a_reply .contact_form input.button {
    width: 100%;
}

.ui-tooltip {
    border: 1px solid #000000;
}

.ui-tooltip-content {
    font-size: 12px;
    color: #00975a;
}

.ui-tooltip {
    position: relative;
    background: #fff;
    border: 2px solid #00975a;
}

.ui-tooltip:after,
.ui-tooltip:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
}

.ui-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.ui-tooltip:before {
    border-color: rgba(0, 151, 90, 0);
    border-top-color: #00975a;
    border-width: 11px;
    margin-left: -11px;
}

.w-toplink {
    background: url("images/00_47.png") no-repeat scroll 13px 12px transparent;
    border: 2px solid #f0f1f3;
    border-radius: 500px;
    bottom: 20px;
    display: inline-block;
    height: 54px;
    opacity: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 54px;
    z-index: 999999999;
}

.font16 {
    font-size: 16px
}

.w-toplink {
}

.w-toplink:hover {
    background: url("images/00_47.png") no-repeat scroll 13px -48px #00975A;
}

/*Button*/
.small_button_style ul li {
    display: inline-block;
    width: auto;
    margin-right: 20px;
    margin-bottom: 40px;
}

.small_button_style ul li:first-child {
    margin-left: 0px;
}

.small_button_style.extra_large li {
    width: 100%;
    margin-right: 0px;
    text-align: center;
}

.s_button {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.s_button span {
    margin-right: 15px;
}

.small_button {
    padding: 11px 20px;
}

.medium_button {
    padding: 16px 36px;
}

.large_button {
    padding: 20px 75px;
}

.seagreen {
    box-shadow: 0 2px 0 1px #F8F8F8;
    color: #00975a;
}

.seagreen:hover {
    background: #00975a;
    color: #ffffff;
}

.skyblue {
    border: 1px solid #ebebeb;
    color: #1c97bb;
}

.skyblue:hover {
    background: #1c97bb;
    color: #ffffff;
}

.pink {
    color: #e36091;
    background: #fceff4;
    border: 1px solid #e36091;
}

.pink:hover {
    background: #e36091;
    color: #ffffff;
}

.violet {
    color: #8260e3;
    border: 2px solid #8260e3;
}

.violet:hover {
    background: #8260e3;
    color: #ffffff;
}

.yellow {
    color: #e3c660;
    border-bottom: 1px solid #e3c660;
}

.yellow:hover {
    background: #e3c660;
    color: #ffffff;
}

.lightcoral {
    color: #e37960;
    background: #fcf3f1;
}

.lightcoral:hover {
    background: #e37960;
    color: #ffffff;
}

.sky {
    background: #7b94ff;
    border: 1px solid #708af7;
    color: #ffffff;
}

.sky:hover {
    background: #6b84ef;
    color: #ffffff;
}

.green.large_button {
    padding: 20px 62px;
}

.green {
    color: #5ab963;
    border: 1px solid #5ab963;
}

.green:hover {
    background: #5ab963;
    color: #ffffff;
}

/*Shortcode Page*/
.shortcode_banner {
    background: url("images/parallax/shortcode_banner.png") no-repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);
    padding: 80px 0;
}

.single_page_heading h1 {
    color: #ffffff;
    font-size: 41px;
    text-transform: uppercase;
    line-height: 35px;
    padding: 20px 0px;
}

.item_heading {
    padding-bottom: 42px;
}

.item_heading h1 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #384047;
}

/*Services Style 1*/
.services_filter {
}

.tabs.services_filter ul {
    padding-bottom: 20px;
    padding-top: 25px;
    text-align: center;
}

.tabs.services_filter ul li {
    display: inline-block;
    margin-bottom: 20px;
    float: none;
}

.tabs.services_filter ul li.ui-tabs-active {
    margin-bottom: 20px;
}

.services_filter ul a {
    display: inline-block;
    height: 26px;
    margin: 0 15px;
    text-indent: -8888px;
    width: 27px;
}

.services_filter ul a:hover {
    -moz-transition: all .99s ease-out;
    -webkit-transition: all .99s ease-out;
    -o-transition: all .99s ease-out;
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);  /* IE 9 */
    transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
}

.services_filter ul a.filter1 {
    background: url("images/i-16.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.services_filter ul li.active a.filter1,
.services_filter ul a.filter1:hover {
    background: url("images/i-16-1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.services_filter ul a.filter2 {
    background: url("images/i-17.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.services_filter ul li.active a.filter2,
.services_filter ul a.filter2:hover {
    background: url("images/i-17-1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.services_filter ul a.filter3 {
    background: url("images/i-18.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 35px;
}

.services_filter ul li.active a.filter3,
.services_filter ul a.filter3:hover {
    background: url("images/i-18-1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.services_filter ul a.filter4 {
    background: url("images/i-19.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.services_filter ul li.active a.filter4,
.services_filter ul a.filter4:hover {
    background: url("images/i-19-1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.services_filter ul a.filter5 {
    background: url("images/i-20.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.services_filter ul li.active a.filter5,
.services_filter ul a.filter5:hover {
    background: url("images/i-20-1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/*Services End*/

/*Services*/

.services_box .services_icon {
    margin-bottom: 25px;
    padding-top: 30px;
}

.icon_first {
    background-image: url("images/i-08.png");
}

.icon_second {
    background-image: url("images/i-09.png");
}

.icon_third {
    background-image: url("images/i-10.png");
}

.icon_fourth {
    background-image: url("images/i-11.png");
}

.icon_image {
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 3px solid #384047;
    display: inline-block;
    height: 24px;
    padding: 20px 0;
    width: 60px;
}

.services_box .services_icon span {
    background: #000;
    padding: 10px;
}

.services_content h1 {
    background: none repeat scroll 0 0 #F8FDFD;
    border: 1px solid #EDF5F7;
    text-transform: uppercase;
    display: block;
    margin: 15px 0;
    padding: 10px 0;
}

.services_slider_arrow {
}

.services_slider_arrow a {
    background-attachment: scroll;
    background-color: #F8FDFD;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #E9E9E9;
    color: #676767;
    display: inline-block;
    font-size: 18px;
    height: 32px;
    margin: 0 5px;
    width: 44px;
}

.services_slider_arrow a.left {
    background-image: url("../../../../www.themeapt.com/templates/ascend/v1/images/arrow_left3.html");
}

.services_slider_arrow a.right {
    background-image: url("images/arrow_right3.png");
}

/* Hover */
.services_box:hover .services_icon {
}

.services_box:hover .services_content h1 {
    color: #ffffff;
    background: #00975a;
}

.services_box:hover .icon_image {
    border-bottom: 3px solid #00975a;
    -moz-transition: all .95s ease-out;
    -webkit-transition: all .95s ease-out;
    -o-transition: all .95s ease-out;
    -webkit-transform: rotateY(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotateY(360deg);  /* IE 9 */
    transform: rotateY(360deg);  /* Firefox 16+, IE 10+, Opera */
}

.services_box:hover .icon_first {
    background-image: url("images/i-08-1.png");
}

.services_box:hover .icon_second {
    background-image: url("images/i-09-1.png");
}

.services_box:hover .icon_third {
    background-image: url("images/i-10-1.png");
}

.services_box:hover .icon_fourth {
    background-image: url("images/i-11-1.png");
}

/*Services End*/

/*Services style 1*/

.services_box1 .services_box .services_icon {
    background: url("images/00_01.png") no-repeat scroll left top #F8F8F8;
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px 0;
    width: 100px;
}

.services_box1 .icon_first {
    background-image: url("images/i-08.png");
}

.services_box1 .icon_second {
    background-image: url("images/i-09.png");
}

.services_box1 .icon_third {
    background-image: url("images/i-10.png");
}

.services_box1 .icon_fourth {
    background-image: url("images/i-11.png");
}

.services_box1 .icon_image {
    display: block;
    height: 24px;
    border-bottom: none;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.services_box1 .services_box .services_icon span {
    background: #000;
    padding: 10px;
}

.services_box1 .services_content h2 {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #384047;
    line-height: 25px;
}

/* Hover */
.services_box1 .services_box:hover .services_icon {
    background: url("images/00_01-1.png") no-repeat scroll left top #F8F8F8;
    -moz-transition: all .9s ease-out;
    -webkit-transition: all .9s ease-out;
    -o-transition: all .9s ease-out;
    -webkit-transform: rotateY(366deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotateY(366deg);  /* IE 9 */
    transform: rotateY(366deg);  /* Firefox 16+, IE 10+, Opera */
}

.services_box1 .services_box:hover .services_content h2 {
    color: #00975a;
}

.services_box1 .services_box:hover .icon_image {
    border-bottom: none;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transform: rotate(359deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(359deg);  /* IE 9 */
    transform: rotate(359deg);  /* Firefox 16+, IE 10+, Opera */
}

.services_box1 .services_box:hover .icon_first {
    background-image: url("images/i-08-1.png");
}

.services_box1 .services_box:hover .icon_second {
    background-image: url("images/i-09-1.png");
}

.services_box1 .services_box:hover .icon_third {
    background-image: url("images/i-10-1.png");
}

.services_box1 .services_box:hover .icon_fourth {
    background-image: url("images/i-11-1.png");
}

/*Services End*/

/*Color Guide*/

.color_guide {
}

.color_guide ul {
}

.color_guide ul li {
    display: inline-block;
    margin: 0 20px 20px;
    width: auto;
    text-align: center;
}

.color_guide ul li:last-child {
    margin-right: 0px;
}

.color_guide ul li:first-child {
    margin-left: 0px;
}

.color_guide ul li span {
    display: block;
}

.color_guide ul li span.color_view {
    border-radius: 55%;
    height: 68px;
    width: 68px;
    margin-bottom: 15px;
}

.color_guide ul li span.color_name {
    font-size: 14px;
    font-weight: bold;
}

/*Tab Style*/

/*Vtabs*/

#vtabs2 ul {
    text-align: center;
    width: 20%;
    position: relative;
    float: left;
    padding: 0px;
}

#vtabs2 ul li {
    background: none repeat scroll 0 0 #00975a;
    margin: 0 0 2px;
    clear: left;
    text-align: center;
}

#vtabs2.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #027235;
}

#vtabs2 ul li a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    padding: 13px 30px;
    width: 100%;
}

#vtabs2 .vtabs {
    border: none;
}

#vtabs2 .vtabs_content {
    padding: 0 5px;
}

/*Vtabs*/
.vtab_wrap #vtabs ul {
    text-align: center;
    width: 20%;
    position: relative;
    float: left;
    padding: 0px;
}

.vtab_wrap #vtabs ul li {
    background: none repeat scroll 0 0 #f7f7f7;
    margin: 0 0 2px;
    clear: left;
    text-align: left;
    width: 98%;
}

.vtab_wrap #vtabs ul li a {
    color: #191919;
    display: block;
    font-size: 16px;
    padding: 13px 30px;
    width: 100%;
}

.vtab_wrap .ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 98%;
}

.vtab_wrap #vtabs .vtabs_content {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 20px 15px 20px 20px;
}

.vtab_wrap .vtabs {
    border: 1px solid #47d9bf;
    float: left;
    width: 79%;
    margin-left: -2px;
}

.vtab_wrap #vtabs .ui-tabs-active {
    border-left: 1px solid #47d9bf;
    border-top: 1px solid #47d9bf;
    border-bottom: 1px solid #47d9bf;
    width: 106%;
    border-right: none;
    margin: 0 0 0 -8px;
    background: #ffffff;
}

.vtab_wrap #vtabs .ui-tabs-active {
    border-left: 1px solid #47D9BF;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    width: 106%;
}

.vtab_wrap .vtabs_content h1 {
    border-bottom: 1px solid #DCDCDC;
    color: #384047;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    padding-bottom: 6px;
}

.vtab_wrap .vtabs_content img {
    width: 100%;
    padding-bottom: 10px;
}

/*Tabs Style 2*/
.tabs.ui-tabs {
}

.tabs.ui-tabs ul {
    padding: 0px
}

.tabs.ui-tabs ul li {
    background: #00975a;
    background: none repeat scroll 0 0 #00975a;
    margin: 0 4px 4px 0;
}

.tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #027235;
    padding: 0px;
}

.tabs.ui-tabs ul li a {
    color: #ffffff;
    padding: 17px 35px;
}

.tabs.ui-tabs .tabs_content {
    padding: 0;
}

.tabs.ui-tabs .tabs_content p {
    padding-top: 15px;
    line-height: 25px;
}

/*Latest Tweet*/
.tweet_wrap {
    position: relative;
}

.tweet_style1_content {
}

.tweet_style1_arrow {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 11;
}

.tweet_style1_arrow a {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 11px;
    margin: 0 5px;
    width: 15px;
}

.tweet_style1_content p {
    text-align: justify;
}

.tweet_wrap .carousel {
    padding-top: 15px;
}

.tweet_style1_content span.icon {
    font-family: 'icomoon';
    font-size: 30px;
    color: #00975a;
    margin-right: 10px;
}

.tweet_style1_content span {
    font-size: 14px;
    vertical-align: text-bottom;
}

.tweet_style1_arrow_left {
    background-image: url("images/left_arrow.png");
}

.tweet_style1_arrow_left:hover {
    background-image: url("images/left_arrow_hv.png");
}

.tweet_style1_arrow_right {
    background-image: url("images/right_arrow.png");
}

.tweet_style1_arrow_right:hover {
    background-image: url("images/right_arrow_hv.png");
}

.tweet_wrap .tweet_style1_content {
    padding-top: 10px;
}

.tweet_wrap .tweet_style1_content p a {
    color: #00975a;
}

.tweet_wrap .tweet_style1_content h2 {
    color: #384047;
    font-size: 14px;
    padding: 10px 0;
}

/*Style 2*/
.tweet_main_wrap {
    background-image: url("images/parallax/bg-10.png");
    padding: 55px 0;
}

.tweet_wrap {
    position: relative;
}

.tweer_head {
    margin-bottom: 20px;
}

.tweet_arrow {
    z-index: 11;
    width: 100%;
}

.tweet_arrow a {
    background-attachment: scroll;
    background-repeat: no-repeat;
    display: block;
    height: 61px;
    margin: 0 5px;
    position: absolute;
    top: 38%;
    width: 42px;
    z-index: 99;
}

.tweet_arrow a.ar_left {
    left: 0;
    background: url("../../../../www.themeapt.com/templates/ascend/v1/images/arrow_left.png");
}

.tweet_arrow a.ar_right {
    right: 0;
    background: url("../../../../www.themeapt.com/templates/ascend/v1/images/arrow_right.html");
}

.tweet_arrow2 {
    z-index: 11;
    width: 100%;
}

.tweet_arrow2 a {
    background-attachment: scroll;
    background-repeat: no-repeat;
    display: block;
    height: 55px;
    margin: 0 5px;
    position: absolute;
    top: 38%;
    width: 55px;
    z-index: 99;
}

.tweet_arrow2 a.ar_left {
    left: 0;
    background-image: url("images/arrow_left2.png");
}

.tweet_arrow2 a.ar_right {
    right: 0;
    background-image: url("images/arrow_right2.png");
}

.tweet_wrap .carousel {
    padding-top: 15px;
}

.tweer_head span.icon {
    font-family: 'icomoon';
    font-size: 30px;
    color: #fff;
    display: block;
}

.tweer_head span {
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    vertical-align: bottom;
}

.tweer_content_wrap {
}

.tweer_content {
    padding-top: 10px;
}

#tweet_slider .tweer_content p {
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.follow_us_button.button {
    border-color: #ffffff;
    color: #ffffff;
}

.follow_us_button.button.follow_button_default {
    background: #ffffff;
    color: #00975a;
    border: none;
}

.follow_us_button.button.follow_button_default:hover {
    background: #00975a;
    color: #ffffff;
}

.tweer_content h2 {
    color: #384047;
    font-size: 14px;
    padding: 10px 0;
}

/*Promo Box*/
.promo_box1_wrap {
    background: #eef6f6;
    padding: 30px 0px;
}

.promo_box1 {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 10px solid #00975a;
    padding: 30px 35px;
}

.promo_box1 h1 {
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    line-height: 46px;
    vertical-align: middle;
    width: 80%;
}

.promo_box1 a {
    background: none repeat scroll 0 0 #00975a;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 17px 50px;
    width: auto;
}

.promo_box1 a:hover {
    background: #027235;
}

/*Team Member Style 1*/
.team_member_wrap {
    background-image: url("images/parallax/bg-08.png");
    padding: 90px 0px;
}

.team_member_content_wrap {
    text-align: center;
}

.team_member_content {
    width: 360px;
    display: inline-block;
    margin: 0 12px;
    vertical-align: top;
}

.member_description {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #F0F0F0;
    line-height: 25px;
    padding: 25px 19px;
}

.team_member_heading {
    text-align: center;
}

.view_icon.highlight span {
    background: #00975a;
    border: 1px solid #00975a;
    color: #ffffff;
}

.highlight .icon-plus-3,
.view_icon span.icon-minus-3 {
    display: none;
}

.highlight.view_icon span.icon-minus-3 {
    display: block;
}

.member_description1,
.member_description2,
.member_description3 {
    display: none;
}

.team_member_head {
    width: 360px;
}

.member_image {
    display: inline-block;
    width: 150px;
}

.member_image img {
    width: 100%;
}

.member_detail {
    background: rgba(255, 255, 255, .5);
    display: inline-block;
    padding: 12px 15px;
    vertical-align: bottom;
    margin-left: -2px;
    width: 209px;
}

.member_detail h1 {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

.member_detail h3 {
    font-size: 13px;
    color: #ffffff;
}

.team_bottom {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 30px 20px;
}

.member_social_icon {
    float: left;
    width: auto;
    padding-top: 10px;
}

.member_social_icon ul {
}

.member_social_icon ul li {
    float: left;
}

.member_social_icon ul li a {
    padding: 0 8px;
    color: #9e9e9e;
}

.member_social_icon ul li a:hover {
    color: #00975a;
}

.view_icon {
    float: right;
    width: auto;
}

.view_icon span {
    border: 1px solid #eaeaea;
    display: block;
    font-size: 20px;
    cursor: pointer;
    color: #a4a4a4;
    padding: 8px 10px;
}

/*Team Member Style 2*/
.team_style_wrap {
    background: #eef6f6;
}

.team_wrap {
    background-image: url("images/parallax/bg-03.png");
    padding: 90px 0px;
}

.team_section {
    background: none repeat scroll 0 0 #eaeaea;
    margin-top: 100px;
    padding: 35px;
}

.member_icon {
    position: absolute;
    right: 35px;
    top: 20px;
}

.member_information h1 {
}

.member_information h2 {
    font-size: 13px;
    font-weight: bold;
    color: #384047;
    padding-bottom: 10px;
}

.member_information p {
    padding-bottom: 20px;
}

.member_information ul li {
    float: left;
    margin-right: 10px;
}

.member_information ul li a {
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 52px;
    display: block;
    padding: 8px;
}

.member_information ul li a:hover {
    border: 2px solid #ffffff;
}

.team_section:hover .member_information ul li a {
    color: #ffffff;
}

.team_section:hover {
    background: rgba(0, 151, 90, .6);
}

.team_section:hover .member_information p {
    color: #ffffff
}

.team_section:hover .member_information h1 {
    color: #ffffff;
}

.team_section:hover .member_information h2 {
    color: #ffffff;
}

/*Pricing Table Style 1*/
.pricing_table_wrap {
    background-image: url("images/parallax/bg-04.png");
    padding: 90px 0;
}

.pricing_table_style1_wrap {
    background: #f5fafa;
}

.pricing_table_head {
}

.pricing_table_heading h1 {
    border-bottom: 3px solid;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
}

.pricing_table_head h1 {
    font-size: 24px;
    font-weight: bold;
    color: #0a2434;
    background: #ffffff;
    padding: 25px 0;
    text-transform: uppercase;
}

.pricing_table_head span.montg {
    background: none repeat scroll 0 0 #f8fdfd;
    color: #4B5866;
    font-size: 14px;
}

.pricing_table_head span.rate {
    background: none repeat scroll 0 0 #0A2434;
    color: #FFFFFF;
    font-size: 41px;
    width: 50%;
}

.pricing_table_head span.montg,
.pricing_table_head span.rate {
    text-align: center;
    width: 50%;
    font-weight: bold;
    float: left;
    display: block;
    padding: 20px 0;
}

.pricing_table_content {
    padding: 10px 23px;
    background: #ffffff;
}

.pricing_table_content ul {
    text-align: center;
}

.pricing_table_content ul li {
    border-bottom: 1px dashed #e2e2e2;
    color: #646464;
    font-size: 16px;
    padding: 15px 0;
}

.pricing_table_content ul li:last-child {
    border-bottom: none;
}

.pricing_table_button {
    background: #f8fdfd;
    padding: 20px 0;
}

.pricing_table_button a {
    display: inline-block;
}

.pricing_table:hover .pricing_table_head h1 {
    background: #00975a;
    color: #ffffff;
}

/*Pricing Table Style 2*/
.pricing_table2_wrap {
    background-image: url("images/parallax/bg-11.png");
    padding: 90px 0 80px;
}

.pricing_table2_heading h1 {
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
    border-bottom: 3px solid;
    display: inline-block;
}

.pricing_table2_head h1 {
    font-size: 24px;
    font-weight: bold;
    color: #0a2434;
    background: #ffffff;
    padding: 25px 0;
    text-transform: uppercase;
}

.pricing_table2_head span.montg {
    background: none repeat scroll 0 0 #f0f0f0;
    color: #4B5866;
    font-size: 14px;
}

.pricing_table2_head span.rate {
    background: none repeat scroll 0 0 #0A2434;
    color: #FFFFFF;
    font-size: 41px;
    width: 50%;
}

.pricing_table2_head span.montg,
.pricing_table2_head span.rate {
    text-align: center;
    width: 50%;
    font-weight: bold;
    float: left;
    display: block;
    padding: 20px 0;
}

.pricing_table2_content {
    padding: 10px 23px;
}

.pricing_table2_content ul {
    text-align: center;
}

.pricing_table2_content ul li {
    border-bottom: 1px dashed #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    padding: 15px 0;
}

.pricing_table2_content ul li:last-child {
    border-bottom: none;
}

.pricing_table2_button {
    background: #f8fdfd;
    padding: 20px 0;
}

.pricing_table2_button a {
    display: inline-block;
    border: none;
    box-shadow: 0 1px 2px 0 #B2B2B2;
    color: #00975a;
    display: inline-block;
    font-weight: bold;
    padding: 10px 20px;
    text-transform: uppercase;
}

.pricing_table2:hover .pricing_table2_head h1 {
    background: #00975a;
    color: #ffffff;
}

/*Clients Section Style 1*/

/*Clients Section*/

.client_slider_style1_wrap {
    background-image: url("images/parallax/bg-05.png");
    padding: 70px 0 50px;
}

/*Fun Facts Style1*/
.fun_facts_wrap {
    background-image: url("images/parallax/bg-02.png");
    padding: 90px 0;
}

.counter_style1_wrap {
    background: #cacaca;
}

.fun_facts_item {
}

.fun_facts_img {
    background: url("images/00_03.png") no-repeat scroll left top rgba(255, 255, 255, 0.3);
    padding: 70px 0 50px;
    border: 3px solid #ffffff;
}

.counter_style1_wrap .fun_facts_img {
    background-color: #d7d7d7;
}

.fun_facts_item:hover .fun_facts_img {
    background: #9ec6c4;
}

.fun_facts_item:hover .fun_facts_img {
    background: url("images/00_04.png") no-repeat scroll left top rgba(0, 0, 0, 0.3);
    border: 3px solid #00975a;
    -moz-transition: all .99s ease-out;
    -webkit-transition: all .99s ease-out;
    -o-transition: all .99s ease-out;
    -webkit-transform: rotateY(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotateY(360deg);  /* IE 9 */
    transform: rotateY(360deg);  /* Firefox 16+, IE 10+, Opera */
}

.fun_facts_content h1 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #00975a;
    display: block;
    font-size: 45px;
    margin-bottom: 30px;
    padding: 25px 0;
}

.fun_facts_item:hover .fun_facts_content h1 {
    background: #00975a;
    color: #ffffff;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
}

.fun_facts_content p {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

/*Fun Facts Style 2*/
.counter_style2_wrap {
    background-image: url("images/parallax/bg-12.png");
    padding: 90px 0;
}

.fun_facts_item2 {
}

.fun_facts_img2 {
    background: url("images/00_03.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    padding-top: 70px;
}

.fun_facts_item2:hover .fun_facts_img2 {
    background: url("images/00_04.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    -moz-transition: all .99s ease-out;
    -webkit-transition: all .99s ease-out;
    -o-transition: all .99s ease-out;
    -webkit-transform: rotateY(368deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotateY(368deg);  /* IE 9 */
    transform: rotateY(368deg);  /* Firefox 16+, IE 10+, Opera */
}

.fun_facts_content2 h1 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #00975a;
    display: block;
    font-size: 45px;
    margin: 35px 0;
    padding: 25px 0;
}

.fun_facts_content2 p {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

/*Follow us style 1*/
.follow_wrap_style1 {
    background: none repeat scroll 0 0 #f8f8f8;
}

.follow_us_style1 {
}

.follow_us_style1 ul {
    padding-top: 25px;
}

.follow_us_style1 ul li {
    float: left;
    padding: 10px 15px;
}

.follow_us_style2 ul {
    padding-top: 0px;
}

.follow_us_style1 ul li a {
    background-attachment: scroll;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 45px;
    width: 45px;
}

.follow_us_style1 ul li a:hover {
    background-color: #ffffff;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);  /* IE 9 */
    transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
}

.follow_us_style1 ul li a.twitter {
    background-image: url("images/social-icon1/00_01.png");
}

.follow_us_style1 ul li a.twitter:hover {
    background-image: url("images/social-icon1/00_01_1.png");
}

.follow_us_style1 ul li a.facebook {
    background-image: url("images/social-icon1/00_02.png");
}

.follow_us_style1 ul li a.facebook:hover {
    background-image: url("images/social-icon1/00_02_1.png");
}

.follow_us_style1 ul li a.dribbble {
    background-image: url("images/social-icon1/00_03.png");
}

.follow_us_style1 ul li a.dribbble:hover {
    background-image: url("images/social-icon1/00_03_1.png");
}

.follow_us_style1 ul li a.envato {
    background-image: url("images/social-icon1/00_04.png");
}

.follow_us_style1 ul li a.envato:hover {
    background-image: url("images/social-icon1/00_04_1.png");
}

.follow_us_style1 ul li a.pinterest {
    background-image: url("images/social-icon1/00_05.png");
}

.follow_us_style1 ul li a.pinterest:hover {
    background-image: url("images/social-icon1/00_05_1.png");
}

/* follow Us Style 3*/
.follow_us_wrap3 {
    background: #072627;
}

.follow_us ul li a.i1 {
    background-image: url("images/social-icon/style-3/00_01.png");
}

.follow_us ul li a.i2 {
    background-image: url("images/social-icon/style-3/00_02.png");
}

.follow_us ul li a.i3 {
    background-image: url("images/social-icon/style-3/00_03.png");
}

.follow_us ul li a.i4 {
    background-image: url("images/social-icon/style-3/00_04.png");
}

.follow_us ul li a.i5 {
    background-image: url("images/social-icon/style-3/00_05.png");
}

.follow_us ul li a.i6 {
    background-image: url("images/social-icon/style-3/00_06.png");
}

.follow_us ul li a.i7 {
    background-image: url("images/social-icon/style-3/00_07.png");
}

.follow_us ul li a.i8 {
    background-image: url("images/social-icon/style-3/00_08.png");
}

.follow_us ul li a.i9 {
    background-image: url("images/social-icon/style-3/00_09.png");
}

.follow_us ul li a.i10 {
    background-image: url("images/social-icon/style-3/00_10.png");
}

.follow_us ul li a.i11 {
    background-image: url("images/social-icon/style-3/00_11.png");
}

.follow_us_style3 ul li {
    display: inline-block;
    padding: 10px 15px;
    width: 8.8%;
}

.follow_us_style3 ul li a:hover {
    background-color: #3c4445;
    border: 2px solid #ffffff;
    box-shadow: none;
}

.cd-main-content {
    text-align: center;
}

.cd-main-content h1 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #64788c;
    padding: 4em 0;
}

.cd-main-content .cd-btn {
    position: relative;
    display: inline-block;
    padding: 1em 2em;
    background-color: #89ba2c;
    color: #ffffff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.no-touch .cd-main-content .cd-btn:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width:1170px) {
    .cd-main-content h1 {
        font-size: 32px;
        font-size: 2rem;
    }

}

.cd-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    -moz-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
    z-index: 9998
}

.cd-panel::after {

    /* overlay layer */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}

.cd-panel.is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}

.cd-panel.is-visible::after {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: background 0.3s 0s;
    -moz-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
}

.cd-panel.is-visible .cd-panel-close::before {
    -webkit-animation: cd-close-1 0.6s 0.3s;
    -moz-animation: cd-close-1 0.6s 0.3s;
    animation: cd-close-1 0.6s 0.3s;
}

.cd-panel.is-visible .cd-panel-close::after {
    -webkit-animation: cd-close-2 0.6s 0.3s;
    -moz-animation: cd-close-2 0.6s 0.3s;
    animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
    0%,
    50% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }

}

@-moz-keyframes cd-close-1 {
    0%,
    50% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(45deg);
    }

}

@keyframes cd-close-1 {
    0%,
    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

}

@-webkit-keyframes cd-close-2 {
    0%,
    50% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-45deg);
    }

}

@-moz-keyframes cd-close-2 {
    0%,
    50% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(-45deg);
    }

}

@keyframes cd-close-2 {
    0%,
    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

}

.cd-panel-header {
    position: fixed;
    width: 100%;
    line-height: 50px;
    background: #000;
    z-index: 2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: top 0.3s 0s;
    -moz-transition: top 0.3s 0s;
    transition: top 0.3s 0s;
    z-index: 999999999
}

.cd-panel-header h1 {
    font-weight: bold;
    color: #89ba2c;
    padding-left: 5%;
}

.from-right .cd-panel-header,
.from-left .cd-panel-header {
    top: -80px;
}

.from-right .cd-panel-header {
    right: 0;
}

.from-top .cd-panel-header,
.from-left .cd-panel-header {
    top: -50px;
}

.from-top .cd-panel-header {
    top: 0;
}

.from-left .cd-panel-header {
    left: 0;
}

.is-visible .cd-panel-header {
    top: 0;
    -webkit-transition: top 0.3s 0.3s;
    -moz-transition: top 0.3s 0.3s;
    transition: top 0.3s 0.3s;
}

@media only screen and (min-width:768px) {
    .cd-panel-header {
        width: 100%;
    }

}

@media only screen and (min-width:1170px) {
    .cd-panel-header {
        width: 100%;
    }

}

.cd-panel .mini_heading h1 {
    margin-bottom: 0px
}

.header_left img {
    height: 100%;
    padding: 10px 0;
}

.mb.wow.menu-in-destop h3 {
    text-transform: uppercase;
}

@media only screen and (min-width:960px) {
    .header_left.bg-banner.container {
        height: 110px
    }

}

.cd-panel-close {
    background: url("images/close.png") no-repeat scroll 87% 6px / 30% 30% rgba(0, 0, 0, 0);
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: 100%;
    top: 0;
    white-space: nowrap;
    width: 60px;
}

.cd-panel-close::before,
.cd-panel-close::after {

    /* close icon created in CSS */
    position: absolute;
    top: 22px;
    left: 20px;
    height: 3px;
    width: 20px;
    background-color: #424f5c;  /* this fixes a bug where pseudo elements are slighty off position */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-panel-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-panel-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.no-touch .cd-panel-close:hover {
    background-color: #424f5c;
}

.no-touch .cd-panel-close:hover::before,
.no-touch .cd-panel-close:hover::after {
    background-color: #ffffff;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.no-touch .cd-panel-close:hover::before {
    -webkit-transform: rotate(220deg);
    -moz-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    -o-transform: rotate(220deg);
    transform: rotate(220deg);
}

.no-touch .cd-panel-close:hover::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-panel-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
    z-index: 9999999;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.from-top .cd-panel-container {
    top: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.from-right .cd-panel-container {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.from-left .cd-panel-container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.is-visible .cd-panel-container {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

@media only screen and (min-width:768px) {
    .cd-panel-container {
        width: 70%;
    }

}

@media only screen and (min-width:1170px) {
    .cd-panel-container {
        width: 50%;
    }

}

.mini_heading-1 .cd-btn {
    display: none;
}

.cd-panel-close span {
    padding-right: 10px;
}

.cd-panel-close span {
    font-size: 30px;
}

.cd-panel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 90px 5% 10px 5%;
    overflow: auto;  /* smooth scrolling on touch devices */
    -webkit-overflow-scrolling: touch;
}

.cd-panel-content p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #424f5c;
    line-height: 1.4;
    margin: 2em 0;
}

.cd-panel-content p:first-of-type {
    margin-top: 0;
}

@media only screen and (min-width:768px) {
    .cd-panel-content p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.6;
    }

}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Icon Fonts
*********************************/

/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.slider_title_vi {
    background: none repeat scroll 0 0 #000;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0.93;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    z-index: 280
}

.slider_title_vi h4 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.flexslider {
    margin: 0;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    content: '\f001';
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

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

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }

}

.social {
}

body {
    position: relative;
}

.mobile-menu {
    text-align: center;
    padding-top: 10px
}

#thumbsMenuMobile > li {
    border-radius: 3px;
    box-shadow: 2px 1px 3px #999;
    display: inline-block;
    font-weight: bold;
    margin: 2px;
    padding: 12px 10px;
    text-transform: uppercase;
    height: 60px;
    width: 30%;
    position: relative;
}

#thumbsMenuMobile > li > a {
    float: left;
    font-size: 10px;
    width: 100%;
    line-height: 15px;
    display: table;
    height: 100%;
}

#thumbsMenuMobile > li > a > span {
    display: table-cell;
    vertical-align: middle;
}

.img-post {
    float: left;
    width: 150px;
    margin-right: 15px;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0
}

.readmore {
    width: 100%;
    float: right;
    text-align: right;
}

.pro_description {
    padding: 0px 10px 5px;
}

.pro_tag {

    /* border-bottom: 1px solid #ccc; */

    padding: 0 10px;
}

.pro_tag a {
    font-size: inherit;
}

.social {
    padding: 5px;
    left: 0;
    border-radius: 0px 4px 4px 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #000;
}

.social li a {
    color: #fff;
}

.social li {

    /* margin: 3px; */
    border-bottom: 1px solid;
    padding: 5px 3px;
    display: inline-block;
}

.social li:last-child {

    /*border-bottom: none;*/
}

.pro_tag > p {
    display: inline;
}

.sky-icon {
    float: right;
    width: 50%;
    position: relative;
}

.sky-icon a {
    float: none;
    width: 50%;
    padding: 0 !important;
    display: inline-block;
}

.sky-icon p {
    position: absolute;
    text-align: center;
}

.sky-icon p img {
    margin: 0 !important;
    width: 100%;
}

@media screen and (max-width:860px) {
    div#lists,
    #listproducts {
        -moz-column-count: 1;
        -moz-column-gap: 10px;
        -webkit-column-count: 1;
        -webkit-column-gap: 10px;
        column-count: 1;
        column-gap: 10px;
    }

}

@media screen and (min-width:860px) {
    .slider_menu .header_left {
        position: relative;
        margin: 0 auto;
        float: none;
    }

    .slider_menu .header_right {
        background: none repeat scroll 0 0 #000;
        width: 100%;
    }

    .slider_menu {
        height: auto;
        background-color: #fff;
    }

    .slider_menu > .container {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0
    }

    .slider_menu .bg-banner {
        background: url("images/banner.png");
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .header_wrap {
    }

}

@media (max-width:900px) {
    .header_left,
    .header_right {
        width: 50% !important
    }

    .header_right {
        float: right;
        right: 0;
        left: auto !important;
    }

}

.content_pt.content_pb .mini_heading-1,
.content_pt .mini_heading {
    margin: 15px 0
}

.content_pt .mini_heading-1 h2 {
    text-transform: uppercase;
}