/* 
Theme Name: Think Theme 
URI: http://utheme.net/ 
Author: Thana C. 
Author URI: http://utheme.net/ 
Description: All Responsive Magazine portfolio/blog. theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, Make it yours with a custom menu, header image, and background. 
Version: 1.0 
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Tags: light, white, theme-options, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats Text 
Domain: uTheme
*/

@import url('https://fonts.googleapis.com/css?family=Mitr:400');
@import url('https://fonts.googleapis.com/css?family=Pridi:400,700');
@import url('https://fonts.googleapis.com/css?family=Pattaya');
/* -------------------------------------------------------------------*/


/* Import other css */

@import url('css/zerogrid.css');
@import url('css/widget-footer.css');
@import url('css/wp-calendar.css');
@import url('css/contactfrom7.css');

/* ---------------------Reset----------------------- */

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table,
table td,
table tr {
    padding: 0;
    font-size: 14px;
    border-width: 0;
    border-collapse: collapse;
}

img {
    vertical-align: top;
}

embed {
    vertical-align: top;
}

mark,
rp,
rt,
ruby,
summary,
time {
    display: inline;
}


/* Photography */

html,
body {
    font-family: 'Pridi', serif !important;
}

.sidebar-heading span,
.panel .widget-title,
.contactline {
    font-family: 'Bitter', serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
dt,
.bar,
.text-on .textdeep .titles,
.popular_postz .title,
.readmore,
.meta,
#wp-calendar,
.current_calendar .mont,
blockquote cite,
.my-default-review,
.cat-content1 .titles { 
}


/*------------------------------------------------------------------ [HTML BODY]*/

html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    color: #353535;
    font-size: 16px;
}

html {
    background-color: #222222;
}

.indesign {
    background: #E7E8E3;
}


/*------------------------------------------------------------------ [Default Makup]*/


/* MAKEUP HEADER */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 56px;
    color: #121212;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


/* MAKEUP Strong,Dt */

strong,
dt {
    font-weight: 600;
}


/* MAKEUP P */

p {
    margin: 20px 0;
}


/* MAKEUP A HREF */

a {
    font-size: 14px;
    color: #707070;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #FFA700;
}

a:focus {
    outline: 0;
}


/* MAKEUP IMAGE */

img {
    max-width: 100%;
}

a,
img,
li {
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

li {
    list-style-position: inside;
}


/*------------------------------------------------------------------ [BLOCK QUOTE]*/

blockquote {
    font-style: italic;
    margin: 0.5em 0;
    padding: 0.05em 20px;
    margin-left: 20px;
    position: relative;
    color: #777777;
    font-size: 1.4em;
    line-height: 32px;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -26px;
    top: 22px;
    font-family: Georgia, Times, serif;
    color: #7a7a7a;
}

blockquote cite {
    color: #707070;
    text-decoration: underline;
    font-size: 14px;
    display: block;
    text-align: right;
    font-weight: 700;
}

blockquote cite:before {
    content: "\2014 \2009";
}


/*------------------------------------------------------------------ [POST CONTENT]*/

#content {
    margin-bottom: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.meta {
    font-size: 10px;
    line-height: 26px;
    padding: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 400;
    text-transform: uppercase;
}


/*------------------------------------------------------------------ [Social Share]*/

.socialshare {
    position: relative;
    margin-top: 25px;
    font-family: "Arial Black", Gadget, sans-serif;
}

.socialshare a .texts {
    width: 70px;
    height: 0;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    position: absolute;
    text-align: center;
    margin-left: -54px;
    font-size: 12px;
    margin-top: 25px;
}

.socialshare a:hover .texts {
    height: 30px;
    overflow: hidden;
    z-index: 99;
    border-bottom: 1px solid #232323;
}

.socialshare .head {
    font-weight: 700;
    position: absolute;
    z-index: 99;
    font-size: 14px;
    padding: 0px 10px;
    display: inline-block;
    margin-top: -18px;
    margin-left: 18px;
    color: #121212;
    display: none;
}

.socialshare a i {
    font-size: 24px;
}

.socialshare .icons {
    border: 1px solid #EAEAEA;
    padding: 20px;
    padding-bottom: 15px;
}

.socialshare .icase i {
    display: block;
    border-left: 1px solid #EDEDED;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    padding: 20px 20px;
    font-size: 20px;
}

.socialshare .icase .text {
    width: 0px;
    overflow: hidden;
    display: inline-block;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    float: right;
    text-align: right;
}

.socialshare .icase:hover .text {
    width: 58px;
    overflow: hidden;
    z-index: 99;
}


/*------------------------------------------------------------------ [Single Content]*/

.single-page {}

.main-content-single-clear,
.main-content-page-clear {
    padding-bottom: 30px;
    border-top: 1px solid rgba(0, 0, 0, .04);
}

.main-content-footer-clear {
    padding-bottom: 40px;
}

.main-content {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 24px;
}

.main-content .postview {
    display: inline-block;
    line-height: 16px;
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 59px;
    text-align: center;
    margin-right: 0px;
}

.main-content p {
    padding: 0;
    margin: 0;
}

.main-content .singleclear {
    margin-bottom: 20px;
}

.main-content article {
    border-top-width: 0;
    padding-bottom: 0;
    line-height: 36px;
    /*     -webkit-box-shadow: 0px 0px 6px -3px rgba(0,0,0,0.4);     -moz-box-shadow: 0px 0px 6px -3px rgba(0,0,0,0.4);     box-shadow: 0px 0px 6px -3px rgba(0,0,0,0.4);    */
}

.main-content .headcontent {
    color: #000000;
    font-weight: 700;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    text-transform: uppercase;
}

.main-content .headcontent h2 {
    line-height: 24px;
}

.main-content .headcontent h2 a {
    font-size: 20px;
}

.main-content .line {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, .8);
    margin: 20px 0; 
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.main-content i {
    margin-right: 5px;
    margin-right: 0;
    font-size: 11px;
}

.main-content .thetitlecate {
    z-index: 99;
    overflow: hidden;
    font-size: 11px;
}

.main-content .thetitlecate ul {
    padding: 0;
    margin: 0;
    text-align: left;
}

.main-content .thetitlecate li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-content .thetitlecate li a {
    font-size: 14px;
    padding: 0;
    border-radius: 2px;
    font-size: 11px;
}

.main-content .head img {
    width: 100%;
}

.main-content .content {
    padding: 0;
}

.main-content .content .highlight {
    background: rgba(172, 219, 226, .3);
    padding: 4px 5px;
    color: #FFFFFF;
}

.main-content .content .descript a {
    text-decoration: underline;
}

.main-content .content a:hover {
    opacity: .8;
    text-decoration: none;
}

.main-content .content img {
    margin-bottom: 10px;
}

.main-content .footer {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.main-content .footer .shared {
    display: inline-block;
    line-height: 12px;
    border-radius: 3px;
}

.main-content .footer .shared i {
    font-size: 16px;
}

.main-content .footer .shared a {}

.main-content .footer a {
    text-decoration: none;
}

.main-content .edit {
    display: inline-block;
    padding: 1px 5px;
    float: right;
}

.main-content .edit a {
    padding: 0 5px;
    text-decoration: none;
}

.main-content ol {
    margin: 0 10px;
    margin-right: 0;
    padding: 0 10px;
    padding-right: 0;
    list-style: decimal;
}

.main-content ul {
    margin: 0 10px;
    margin-right: 0;
    padding: 0 10px;
    padding-right: 0;
    list-style: disc;
}


/*------------------------------------------------------------------ [WP REVIEWS]*/

.my-default-review {
    line-height: 14px;
    padding: 0;
    margin: 0;
    display: inline-block;
    height: 16px;
    overflow: hidden;
    margin-top: 3px;
}

.my-default-review .review-type-star,
.my-default-review .review-type-point,
.my-default-review .review-type-percentage {
    background: rgba(0, 0, 0, 0);
    border-width: 0;
    padding: 0;
}


/* -- */

.the-teview-style5 {
    display: inline-block;
    float: right;
    margin-top: -2px;
    margin-right: 10px;
    font-size: 14px;
}

.the-teview-style5 .review-type-point,
.the-teview-style5 .review-type-star,
.the-teview-style5 .review-type-percentage {
    background: rgba(0, 0, 0, 0);
    padding: 0;
}

.the-teview-style4 {
    position: absolute;
    z-index: 99;
    line-height: 20px;
    margin: 10px;
    color: #FFFFFF;
}

.the-teview-style4 .review-type-point,
.the-teview-style4 .review-type-star,
.the-teview-style4 .review-type-percentage {
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, .9);
    padding: 0 5px;
    border-radius: 1px;
}


/*------------------------------------------------------------------ [Archive]*/

.archiveheader {
    padding: 40px 0;
    background: #FFFFFF;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.archiveheader h1 {
    color: #000000;
    font-weight: 700;
}

.archive {
    border-width: 0;
    line-height: 26px;
}

.archive article {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 4px solid rgba(0, 0, 0, .1);
}

.archive .footer {
    border-width: 0;
    padding: 0;
    margin: 0;
}

.archive .archivetitlecate {
    float: none;
    padding: 0;
    margin: 0;
}

.archive h4 a:hover {
    text-decoration: underline;
}

.archive .archivetitlecate ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.archive .archivetitlecate ul .li {
    margin-right: 10px;
}

.archive .imgcate {
    float: left;
    margin-right: 30px;
    width: 50%;
}

.archive h4 {
    line-height: 24px;
}

.archive h4 a {
    font-size: 24px;
}


/*------------------------------------------------------------------ [Catrgory Header Pages]*/

.catpages {
    padding-bottom: 20px;
    text-align: center;
    padding: 0 20px;
    background: #6BA91B;
    padding-top: 20px;
}

.catpages h1 {
    line-height: 38px;
    font-size: 32px;
    padding: 0;
    margin: 0;
    padding: 0 10px;
    padding-right: 0;
    display: inline-block;
    font-family: 'Pridi', serif !important;
    font-weight: normal;
}

.catpages span {
    padding: 0 10px;
}

.cate-second {
    padding: 0;
    margin: 0;
    line-height: 16px;
}



/*------------------------------------------------------------------ [More Link]*/

a.more-link {
    padding: 0 10px;
    border-radius: 1px;
    clear: bold;
}

a.more-link:hover {
    opacity: .6;
}

a.more-link:after {
    content: ' \2192';
}


/*------------------------------------------------------------------ [CAPTION]*/

.wp-caption {
    border: 1px solid rgba(0, 0, 0, .1);
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 10px 5px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/*------------------------------------------------------------------ [Previous and Next]*/

.nav-single {
    border-bottom: 2px solid #D6D6D6;
    padding-bottom: 30px;
}

.nav-single .previous {
    width: 50%;
    float: left;
    margin-top: 10px;
    -webkit-box-shadow: inset -1px 0px 0px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset -1px 0px 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset -1px 0px 0px 0px rgba(0, 0, 0, 0.05);
}

.nav-single .previous i {
    font-size: 32px;
    position: relative;
    float: left;
    margin-top: -4px;
    margin-left: -11px;
    opacity: .9;
}

.nav-single .next {
    width: 50%;
    float: right;
    margin-top: 10px;
    text-align: right;
    -webkit-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.05);
    box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.05);
}

.nav-single .next i {
    font-size: 32px;
    position: relative;
    float: right;
    margin-top: -4px;
    margin-right: -12px;
    opacity: .9;
}


/*------------------------------------------------------------------ [SIDEBAR]*/

.sidebar {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: 1px solid #DFDFDF;
    padding-left: 30px;
}

.sidebar .section {
    margin-right: 0px;
    margin-bottom: 20px;
    line-height: 26px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.sidebar li {}

.sidebar-heading {
    position: relative;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 1em;
    margin-bottom: 15px;
    letter-spacing: -.03em;
    margin-top: 0;
}

.sidebar-heading:before {
    content: "";
    display: block;
    border-top: solid 1px #D8D8D8;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.sidebar-heading span {
    background: #F2F2F0;
    padding-right: 15px;
    position: relative;
    z-index: 5;
    color: #444444;
}

.sidebar .content img {
    float: left;
    margin: 5px;
    margin-right: 10px;
    padding: 5px;
}

.sidebar .content h4 {
    font-weight: normal;
    font-style: italic;
    margin-top: 5px;
    font-size: 11px;
}

.sidebar .post-time {
    text-transform: capitalize;
    margin: 0;
    font-size: 12px;
}


/*------------------------------------------------------------------ [FOOTER]*/

footer {
    border-top: 1px solid rgba(0, 0, 0, .05);
    background: rgba(255, 255, 255, .05);
}


/*-------------copyright*/

#copyright { 
    text-align: center;
    background: #ABD08A;
    display: inline-block;
    width: 100%; 
} 
#copyright p{
    text-align: center;
    padding: 20px 0; 
    margin: 0 auto;
    margin-top: 16px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    background: #4E883E !important;
    border-bottom: 0;
}
.realfooter { 
    margin-top: 0px;
}
.realfooter .socialm {
    width: 100%;
    text-align: center; 
    display: block !important;
    float: none !important;
    padding-top: 20px; 
}

.realfooter .socialm ul {
    display: block !important;
    float: none !important;
    width: 100%; 
    text-align: center;
    position: static;
    padding: 0 !important;
    margin: 0 !important;
}

.realfooter .socialm li { 
    width: 36px;
    height: 36px; 
    border: 1px solid #487F39;
    border-radius: 36px;
    text-align: center;
    overflow: hidden;
    background: #549642;
    position: relative;
    margin: 0 10px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 9px -1px rgba(41,76,36,0.72);
    -moz-box-shadow: 0px 0px 9px -1px rgba(41,76,36,0.72);
    box-shadow: 0px 0px 9px -1px rgba(41,76,36,0.72);
    display: inline-block !important;
    float: none !important; 
}

.realfooter .socialm li:last-child {
    margin-right: 0;
}

.realfooter .socialm li a {
    font-size: 18px;
    padding: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;  
}

.realfooter .socialm li i {}

.realfooter .socialm li:hover {
    opacity: 1;
    background: rgba(0,0,0,.22);
}


/*------------------------------------------------------------------ [HEADER]*/

header {
    width: 100%;
    background-repeat: repeat-x;
    background-position: bottom center;
    z-index: 99;
    position: fixed;
    height: 94px;
    /* border-top: 6px solid #DA3434; */
}

.headertop {
    padding-top: 94px;
}

.header-second {
    padding: 20px 0;
    padding-bottom: 0;
    font-size: 14px;
    position: relative;
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.contactline {
    display: inline-block;
    float: left;
}


/*------------------------------------------------------------------ [LOGO]*/

.logo {
    float: left;
    height: 94px;
    overflow: hidden;
}

.logo img {
    max-height: 100% !important;
    padding: 15px 0;
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-box-sizing: border-box;
    /* Safari, Chrome et al */
    -moz-box-sizing: border-box;
    /* Firefox */
}

.logo a {}


/*------------------------------------------------------------------ [Top Ads]*/

.ads {
    margin-top: 20px;
    float: right;
    text-decoration: none;
    border-radius: 1px;
    border: 1px solid rgba(0, 0, 0, .2);
    width: 468px;
    overflow: hidden;
    max-height: 100%;
}

.imgads {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-box-sizing: border-box;
    /* Safari, Chrome et al */
    -moz-box-sizing: border-box;
    /* Firefox */
}


/*------------------------------------------------------------------ [WRAPPER]*/

.wrapper {
    padding: 0;
    margin: 0 auto;
    width: 1100px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
}

.wrap-col {}

#boxed {
    width: 1160px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

#boxed .wrapper {
    width: 100%;
    padding: 0 20px;
}

#boxed .bar {
    width: 65%;
}

#boxed header {
    width: 1160px;
    /* border-top: 6px solid #DA3434; */
}

#boxed .blogsearch {
    margin-right: 20px;
    margin-top: 28px;
}

#boxed .blogsearch input {
    background-color: #FFFFFF;
    border-radius: 36px;
}

#boxed .blogsearch input:focus {
    outline: 0;
}


/*------------------------------------------------------------------ [Feature Images]*/

#feature-images {
    position: relative;
    text-align: center;
    background: #202020;
    padding: 200px 0;
    -webkit-box-shadow: inset 0px 8px 11px -4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0px 8px 11px -4px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 8px 11px -4px rgba(0, 0, 0, 0.08);
}

#feature-images:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.52); 
    z-index: 9;
    left: 0;
    top: 0;
}

#feature-images img {
    max-width: 100%;
    position: relative;
    z-index: 10;
}

#feature-images h2 {
    font-size: 42px;
    font-weight: 400;
    color: #EAEAEA;
    font-family: 'Pattaya', sans-serif;
    position: relative;
    z-index: 10;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .32);
}

#feature-images .desc {
    color: #989898;
    font-size: 22px; 
    position: relative;
    z-index: 10;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 8px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .32);
}

/*------------------------------------------------------------------ [Module Section]*/

.section1s {
    margin-top: 0;
    background: #FFFFFF;
}

.section1s .text-on {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: rgba(0, 0, 0, 0);
}

.section1s .text-on:hover {
    border-width: 0;
}

.section1s .text-on .background-on {
    background: rgba(0, 0, 0, 0.2);
}

.section1s .text-on:hover .background-on {
    background: rgba(0, 0, 0, 0.3);
}

.section1s img {
    width: 100%;
    height: 100%;
}

.section1s .text-on .background-on:after {
    content: "";
    display: none;
}

.section1s .text-on .textdeep {
    text-align: center;
    margin: 0;
    padding: 0;
}

.section1s .text-on .background-on:before {
    content: "";
    display: none;
}

.section1s .text-on .textdeep .titles {
    font-size: 32px;
    line-height: 36px;
}

.cat-content1 .imgbgs {
    height: 420px;
    width: 100%;
    background-size: cover;
}


/*------------------------------------------------------------------ [Module Post Content]*/


/* category 1 */

.cat-content1 {
    color: #323232;
    border-radius: 1px;
    text-align: center;
}

.cat-content1 .shortline {
    width: 10%;
    height: 3px;
    margin: 10px auto;
    overflow: hidden;
    background: #FFA700;
}

.cat-content1 .heading {
    position: relative;
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 1em;
    letter-spacing: -.03em;
}

.cat-content1 .heading:before {
    content: "";
    display: block;
    border-top: solid 1px #F1F1F1;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.cat-content1 .heading span {
    background: #FFFFFF;
    color: #000000;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
}

.cat-content1 .inblog {}

.cat-content1 .item {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cat-content1 .item .img {
    text-align: center;
}


/* category 2 */

.cat-content2 {
    background: #151515;
}

.cat-content2 .imgbgs {
    height: 300px;
    width: 100%;
    background-size: cover;
}


/*------------------------------------------------------------------ [Responsive Menu]*/

.scrollheader i {
    line-height: 14px;
    width: 24px;
    top: 45px;
    left: 0px;
    overflow: hidden;
    position: absolute;
}

.menu-item i._before,
.rtl .menu-item i._after { 
    color: #717578;
}

.small i {
    top: 28px !important;
} 
.response-menu {
    position: relative;
    z-index: 99;
    padding: 20px;
    display: none;
    text-align: center;
}

.response-menu select {
    width: 100%;
    padding: 15px;
    margin: 0;
    background: #FBFBFB;
    border: 1px solid rgba(0, 0, 0, .3);
    color: #888;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
}


/*------------------------------------------------------------------ [SELECT]*/

select {
    width: 100%;
    padding: 10px;
    margin: 0;
    border: 1px solid #D8D8D8;
    color: #888;
    outline: none;
    cursor: pointer;
}


/*------------------------------------------------------------------ [Top Bar]*/

.topbar {
    padding: 1px 0;
    background: rgba(0, 0, 0, .05);
    position: relative;
    z-index: 9;
    position: absolute;
    text-align: center;
    width: 100%;
}

.topbar .inner {
    margin: 0 auto;
    width: 1100px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.05);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.05);
}


/*------------------------------------------------------------------ [Bar]*/

.bar {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}


/*------------------------------------------------------------------ [Tag Cloud]*/

.tagcloud {
    display: inline-block;
}

.tagcloud a {
    margin: 3px;
    line-height: 32px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 1px;
}


/*------------------------------------------------------------------ [Socail Media Makup]*/

.socialm {
    float: right;
    display: inline-block;
    font-size: 8px;
}

.socialm ul {
    display: block;
    display: inline-block;
}

.socialm li {
    float: left;
    margin-left: 14px;
    width: 30px;
    height: 30px;
    border-radius: 36px;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #93DB1E;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.12);
    top: -9px; 
}
.socialm li:hover{
    background: #6BA91B;
    -webkit-box-shadow: inset 0px 0px 13px 0px rgba(0,0,0,0.12),0px 0px 0px 4px rgba(255,255,255,0.12);
    -moz-box-shadow: inset 0px 0px 13px 0px rgba(0,0,0,0.12),0px 0px 0px 4px rgba(255,255,255,0.12);
    box-shadow: inset 0px 0px 13px 0px rgba(0,0,0,0.12),0px 0px 0px 4px rgba(255,255,255,0.12);
}
.socialm li:last-child {
    margin-right: 0;
}

.socialm li a {
    font-size: 15px;
    padding: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.socialm li i {}

.socialm li a:hover {
    opacity: .6;
}


/*------------------------------------------------------------------ [TOP SEARCH BAR]*/

.searchtxt {
    width: 0px;
    outline: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 6px 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
    line-height: 24px;
    width: 100%;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-image: url(images/basics-search.png);
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    background-color: #F6F6F6;
}

.searchtxt:focus {
    border: 1px solid #999999;
    color: #000000;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
    outline-color: #999999;
}

.searchbtn {
    margin-top: 1px;
    color: #010101;
    width: 15%;
    height: 15%;
    padding: 6px 0;
    cursor: pointer;
    background-color: #000000;
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    float: right;
    border-radius: 2px;
    display: none;
}

.searchbtn:hover {
    background-color: #F6F6F6;
}


/* Responsive menu */

#respond {
    background: #FFFFFF;
    padding: 10px;
    border-radius: 3px;
}


/*------------------------------------------------------------------ [SEARCH]*/

#search {
    text-align: center;
    color: #2E3639;
}

#search input {
    border: 0;
}

#search [class ^='search-'] {
    display: inline-block;
}

#search .searchtxt {
    width: 100%;
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-box-sizing: border-box;
    /* Safari, Chrome et al */
    -moz-box-sizing: border-box;
    /* Firefox */
}

#search .searchbton {
    position: absolute;
    right: 1px;
    padding: 9px 10px;
    padding-bottom: 10px;
    margin-top: -36px;
    border-left: 1px solid #EAEAEA;
    border-radius: 0;
    background-color: #F5F5F5;
    color: #000000;
    display: none;
}


/*------------------------------------------------------------------ [Navigation]*/

.navigation {
    padding-bottom: 20px;
}

.navigation .next-posts {
    float: left;
}

.navigation .prev-posts {
    float: right;
}

.navigation a {
    padding: 5px 10px;
    border-radius: 3px;
    background: #EAEAEA;
    color: #707070;
}

.navigation a:hover {
    padding: 5px 10px;
    background: #707070;
    color: #FFFFFF;
}


/*------------------------------------------------------------------ [Page Link]*/

.page-links a {
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 2px;
    padding: 0 5px;
}

.page-links a:hover {
    background-color: #EAEAEA;
    color: #000000;
}


/*------------------------------------------------------------------ [Text On Images]*/

.text-on {
    line-height: 24px;
    color: #363838;
    background: #111111;
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-box-sizing: border-box;
    /* Safari, Chrome et al */
    -moz-box-sizing: border-box;
    /* Firefox */
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.text-on .img img {
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.text-on:hover img {
    transform: rotate(0) scale(1.4) skew(1deg) translate(0px);
    -webkit-transform: rotate(0) scale(1.4) skew(1deg) translate(0px);
    -moz-transform: rotate(0) scale(1.4) skew(1deg) translate(0px);
    -o-transform: rotate(0) scale(1.4) skew(1deg) translate(0px);
    -ms-transform: rotate(0) scale(1.4) skew(1deg) translate(0px);
}

.text-on .inner {
    position: absolute;
    top: 0px;
    /* position will be on bottom */
    width: 100%;
    height: 100%;
    /* styling bellow */
    font-size: 20px;
    color: white;
    z-index: 9;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    text-align: center;
    display: table-cell;
    right: 0;
}

.text-on .more {
    border-radius: 1px;
    color: #FFA700;
    padding: 0 5px;
    position: absolute;
    z-index: 99;
    font-size: 10px;
    right: 23px;
    bottom: 19px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
}

.text-on .more a {
    color: #FFA700;
    text-decoration: none;
}

.text-on:hover .more {
    opacity: 1;
}

.text-on .background-on {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*     box-shadow: inset 0 0 80px rgba(0,0,0,.86);     -moz-box-shadow: inset 0 0 80px rgba(0,0,0,.86);     -webkit-box-shadow: inset 0 0 80px rgba(0,0,0,.86);    */
    -webkit-transition: all 800ms ease-out;
    -moz-transition: all 800ms ease-out;
    -o-transition: all 800ms ease-out;
    -ms-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
    overflow: hidden;
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-box-sizing: border-box;
    /* Safari, Chrome et al */
    -moz-box-sizing: border-box;
    /* Firefox */
    background: rgba(9, 10, 14, .32);
}

.text-on .background-on:hover {
    background: rgba(0, 0, 0, .65);
}

.text-on .background-on:before {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border: 4px solid rgba(255, 255, 255, .2);
    margin: 30px;
    opacity: 0.25;
    -webkit-transition: all 800ms ease-out;
    -moz-transition: all 800ms ease-out;
    -o-transition: all 800ms ease-out;
    -ms-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
}

.text-on:hover .background-on:before {
    box-shadow: none;
    opacity: .8;
}

.text-on .background-on:after {
    position: absolute;
    z-index: 9;
    bottom: 22px;
    right: 22px;
    width: 20px;
    height: 20px;
    content: "";
    background-color: #000;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 100%;
    background-image: url(images/rightarrow.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3;
}

.text-on:hover .background-on:after {}

.text-on p {
    width: 80%;
    margin: auto;
    color: #FBFBFB;
    font-size: 12px;
}

.text-on h4 {
    color: #FFFFFF;
    text-transform: capitalize;
}

.text-on .textdeep {
    position: absolute;
    padding: 25px 20px;
    z-index: 999 !important;
    color: #FFFFFF;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-box-sizing: border-box;
    /* Safari, Chrome et al */
    -moz-box-sizing: border-box;
    /* Firefox */
    background-repeat: repeat-x;
    background-position: center bottom;
    margin: auto;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.text-on .textdeep:after {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    /*     -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);     -moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);     box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.15);     border: 1px solid rgba(255,255,255,0.8);    */
    margin: 6px;
}

.text-on .desc {
    line-height: 17px;
    color: #D9D9D9;
    width: 80%;
}

.text-on .featured span {}

.text-on .textdeep span {}

.text-on .textdeep i {
    font-size: 5px;
    line-height: 5px;
}

.text-on .textdeep a {
    color: #FFFFFF;
    text-decoration: none;
}

.text-on .onhover .textdeep {
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.text-on .onhover:hover .textdeep {
    opacity: 1;
}

.text-on .textdeep .titles {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    z-index: 999;
    padding: 0;
    padding-right: 0px;
    margin-bottom: 8px;
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-box-sizing: border-box;
    /* Safari, Chrome et al */
    -moz-box-sizing: border-box;
    /* Firefox */
    font-weight: 800;
}

.text-on .background-on .readmore a {
    font-family: Georgia, Times, serif;
    position: absolute;
    padding: 0 5px;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #CFCFCF;
    margin: 0px 40px 40px 0px;
    font-style: italic;
}

.text-on .view-single {
    color: #FFF;
    position: absolute;
    text-align: right;
    display: inline-block;
    top: 15px;
    right: 15px;
    background-color: rgba(255, 255, 255, .2);
    padding: 2px 10px;
    border-radius: 36px;
    margin-bottom: 15px;
    font-size: 14px;
}

.text-on .bioline {
    font-size: 12px;
    padding: 2px 0;
    margin-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #DFDFDF;
}

.text-on .post-date {
    font-size: 12px;
    padding-right: 10px;
    padding-top: 6px;
    margin-top: 6px;
    color: #FFFFFF;
    display: inline-block;
    border-top: 2px solid rgba(255, 255, 255, .25);
}


/*------------------------------------------------------------------ [Formats]*/

.format-aside .descript {
    padding: 20px 25px;
    border-width: 0;
    border: 1px solid #F2F2F2;
    background-image: url('images/format/asides.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.format-audio .descript {
    border-width: 0;
    background-image: url('images/format/audioimg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.format-quote .descript {
    border-width: 0;
    padding: 20px;
    background: #D6D6D6 !important;
    border-radius: 6px;
}

.format-quote .descript blockquote,
.format-quote blockquote:before,
.format-quote blockquote cite {
    color: #555555;
}

.format-link .descript {
    border-width: 0;
    background-image: url('images/format/links.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.format-link .descript a {
    font-size: 18px;
    text-decoration: none;
    font-style: italic;
    font-family: Georgia, Times, serif;
}

.format-chat .descript {
    border-width: 0;
    border-left: 4px solid #EDEDED;
    padding-left: 20px;
    background-image: url('images/format/chat.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.format-video .descript {
    border-width: 0;
    background-image: url('images/format/play.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.format-status .descript {
    padding: 20px 25px;
    border-width: 0;
    border-radius: 4px;
    border: 2px solid #F2F2F2;
    background-image: url('images/format/asides.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-bottom: 30px;
}

.format-status .descript:after {
    content: "";
    position: absolute;
    z-index: 99;
    padding: 8px;
    background: #D6D6D6;
    margin-top: 30px;
    right: 80px;
    border-radius: 100%;
}

.format-status .author {
    text-align: right;
}

.format-status .author img {
    border-radius: 100%;
    padding: 8px;
}

.format-status .author:before {
    content: "";
    position: absolute;
    z-index: 99;
    padding: 4px;
    background: #D6D6D6;
    border-radius: 100%;
    margin-top: 0;
    margin-left: 10px;
}


/* .sticky { } .sticky:after { content: ''; background-image: url('images/format/sticky.png'); background-repeat: no-repeat; background-position: center; width: 22px; height: 22px; margin-top: -10px; } .format-chat:after { content: ''; background-image: url('images/format/chat.png'); background-repeat: no-repeat; background-position: center; width: 22px; height: 22px; float: left; margin-top: -10px; } .format-status { padding: 20px; border-radius: 3px; } .format-status .content { padding: 20px 30px; background: #707070; color: #D6D6D6; border-radius: 3px; border-width: 0; } .format-status .content:before { content: ''; background-image: url('images/format/status.png'); background-repeat: no-repeat; background-position: center; width: 72px; height: 72px; border-radius: 36px; background-color: #FAFAFA; position: absolute; bottom: 80px; right: 30px; }*/


/*------------------------------------------------------------------ [OTHER]*/

.slidepostview {
    background: #212121;
    display: inline-block;
    padding: 0 5px;
    line-height: 16px;
    margin-right: 6px;
}

.blogs {
    padding: 0;
}

.free-boder-and-padding {
    border-width: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
}


/* Related Post */

.related-post ul {
    list-style: none;
    padding: 0;
    margin: 4% 0;
    text-align: center;
}

.related-post li {
    position: relative;
    float: left;
    width: 30.5%;
    margin-right: 4.25%;
    text-align: center;
}

.related-post li:last-child {
    margin-right: 0;
}

.related-post li a img {
    float: left;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 1;
    display: block;
}

.related-post h5 {
    line-height: 22px;
}

.related-post h2 {
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DFDFDF;
    text-transform: capitalize;
}

.related-post .epad {
    padding: 10px 0;
    background-color: #D6D6D6;
}

.related-post .imgbgs {
    height: 280px;
    width: 100%;
    background-size: cover;
    background-position: center;
}


/* Stream */

.stream {}

.stream img {
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    /* Opera/IE 8+ */
    -webkit-box-sizing: border-box;
    /* Safari, Chrome et al */
    -moz-box-sizing: border-box;
    /* Firefox */
    width: 25%;
    height: 25%;
}


/* CLEARFIX */

.clearfix {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

.featuresp {
    position: relative;
    text-align: center;
    background: #FFFFFF;
    padding: 164px 0;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .32);
}

.featuresp:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%; 
    z-index: 9;
    left: 0;
    top: 0;  
    /*opacity: .8;*/
    background-color: rgba(0,0,0,.42);
    /*background-image: url(images/dot2.png);*/
}

.featuresp img {
    max-width: 100%;
    position: relative;
    z-index: 10;
}

.featuresp .animgif {
    position: relative;
    /*    margin-top: 16px;*/
    /*margin-left: 0;*/
    z-index: 9;
    /*    top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);*/
}
.featuresp h2 b span{
    font-family: sans-serif, cursive;
}
.featuresp h2 {
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: 'Pattaya', sans-serif;
    position: relative;
    z-index: 10;   
    letter-spacing: 0;
    text-shadow: 0 0 1px rgba(0,0,0,.32) 
        ,0 2px 8px rgba(45,35,3,.42)
        ,0 2px 8px rgba(45,35,3,.62);
}

.featuresp .desc {
    font-size: 18px;
    color: #FFFFFF;
    font-size: 20px; 
    position: relative;
    z-index: 10;
    text-shadow: 0 0 3px rgba(0,0,0,.24)
        , 0 0 2px rgba(0,0,0,.62)
        ,0 0px 8px rgba(0,0,0,.62); 
    /*    text-shadow: 0 0 3px rgba(0,0,0,.24)
            , 0 0 2px rgba(0,0,0,.82)
            ,0 0 2px rgba(0,0,0,.82)
            ,0 0 2px rgba(0,0,0,.82)
            ,0 0 2px rgba(0,0,0,.82)
            ,0 0 2px rgba(0,0,0,.82)
            ,0 0 2px rgba(0,0,0,.82)
            ,0 0 2px rgba(0,0,0,.82)
            ,0 0px 8px rgba(0,0,0,.82); */

}

.reletivez {
    position: relative;
    z-index: 10;
}

.indexcontact .wpcf7 input[type="text"],
.indexcontact .wpcf7 input[type="email"],
.indexcontact .wpcf7 textarea {
    background-color: #EFEFEF;
    color: #000;
    width: auto;
    padding: 10px 20px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #E1E6EC;
    margin-bottom: 2%;
    margin-top: 5px;
    font-size: 1em;
    outline: 0;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



/* MEDIA PRINT */

.page-print {
    width: 22cm;
    padding: 2cm;
    margin: 1cm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@page {
    size: A4;
    margin: 0;
}

@media print {
    html,
    body {
        width: 210mm;
        height: 297mm;
        background: #FFFFFF;
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
    .scrollheader,
    .headertop,
    .realfooter,
    #totop {
        display: none !important;
    }
    .end-cite {
        visibility: visible;
    }
    .page-print {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
        padding-top: 0px;
    }
    .page-print:last-child {
        page-break-after: auto;
    }
    /*
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
    */
    /* ... the rest of the rules ... */
}

@page {
    size: A4;
    margin: 0;
}

.lireponsive ,.lireponsive ul {
    padding: 0 !important;
    margin: 0 !important;
}

.lireponsive li {
    position: relative;
    z-index: 9;
    line-height: 36px !important;
    list-style-position: outside;
    list-style: none;
    padding-right: 40px;
    text-align: right; 
    margin: 0;
    text-shadow: 
        0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,
        0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,
        0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,
        0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,
        0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF;
}

.lireponsive li:before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 10px;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #FF4D94;
}

.lireponsive li:after {
    content: "\2740";
    position: absolute;
    z-index: -1;
    right: -3px;
    top: 8px;
    padding: 4px 3px;
    line-height: 12px;
    font-size: 26px;
    border-radius: 36px;
    color: #FFFFFF; 
    text-shadow: -1px 0 #FF4D94, 0 1px #FF4D94, 1px 0 #FF4D94, 0 -1px #FF4D94,-2px 0 #FF4D94, 0 2px #FF4D94, 2px 0 #FF4D94, 0 -2px #FF4D94;
}
/*
.lireponsive li:nth-child(1):after {
    color: #BFB641;
}
.lireponsive li:nth-child(2):after {
    color: #F7D537;
}

.lireponsive li:nth-child(3):after {
    color: #F88408;
}

.lireponsive li:nth-child(4):after {
    color: #E9360D;
}
*/

.quopaper {
    -moz-box-shadow: inset 0px 1px 0px 0px #a6827e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a6827e;
    box-shadow: inset 0px 1px 0px 0px #a6827e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7d5d3b), color-stop(1, #634b30));
    background: -moz-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
    background: -webkit-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
    background: -o-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
    background: -ms-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
    background: linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7d5d3b', endColorstr='#634b30', GradientType=0);
    background-color: #7d5d3b;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #54381e;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    padding: 6px 0;
    text-decoration: none;
    text-shadow: 0px 1px 0px #4d3534;
    width: 100%;
}

.quopaper:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #634b30), color-stop(1, #7d5d3b));
    background: -moz-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
    background: -webkit-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
    background: -o-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
    background: -ms-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
    background: linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#634b30', endColorstr='#7d5d3b', GradientType=0);
    background-color: #634b30;
}

.quopaper:active {
    position: relative;
    top: 1px;
}
.sale-script-desc li{
    position: relative;
}
.sale-script-desc li i {
    position: absolute; 
    margin-left: -30px !important; 
}
.footer-trust{
    text-align: center; 
    position: relative; 
    padding: 30px; 
    padding-top: 40px;
    margin-top: 0px; 
    color: #FFFFFF;
    border-width: 0 !important; 
}

.footer-trust img{
    max-height: 100%;
}
.pinkplan{ 
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 40px; 
    background-image: url(images/floral-bottom.png), url(images/floral-top.png);
    background-repeat: no-repeat;
    background-position: center bottom, center top;

}
.bankpreprint td{
    border:1px solid #DFDFDF;
    font-size: 20px;  
    text-align: center; 
    vertical-align: middle;
    padding: 0;
}
.bankpreprint img{
    width: 48px;
    height: 48px;
    padding: 10px 0 !important; 
    margin: 0 !important; 
}
.bankpreprint h4{
    font-family: 'Mitr', sans-serif;
    font-weight: 400;
}

.writernames{
    text-align: center;
    font-weight: normal;
    font-size: 44px;
    font-family: 'Mitr', cursive;
    color: #FFFFFF;
    letter-spacing: -1px;
}
.writernames i{
    font-size: 54px;
    position: relative;
    top: 10px;
    color: #FF8CB4; 
    color: rgba(0,0,0,.3);
    line-height: 42px;
}
.textpres{
    font-size: 16px !important; 
    font-weight: normal;
    letter-spacing: 1px;
    color:#FFFFFF; 
}

.protfoliox{
    background-image: url(images/xv.png);
    background-repeat: repeat-x; 
}
.protfoliox-sm{
    background-image: url(images/xv-sm.png);
    background-repeat: no-repeat !important; 
    background-position: top center;
}

.floralsm{
    position: relative;  
    bottom: -190px;
}

.mycat4 { 
    background: #FEF6F9;
    border: 1px solid #DFDFDF !important; 
    border-radius: 7px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.14);
}
.mycat4 img{
    width: 100% !important; 
    margin-bottom: 20px;
}

.mycat8 { 
    text-align: center;
    background: #FAFAFA;
    border: 1px solid #DFDFDF !important; 
    border-radius: 7px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.14);
}
.mycat8 img{
    width: 100% !important; 
    max-width: 520px;
    margin: 0 auto;
}
.wrap-col { 
}
.serviceshop{
    line-height: 28px !important; 
}
.serviceshop h5 {
    padding-bottom: 0 !important; 
    margin-bottom: 5px !important; 
}
.serviceshop h5 a{
    font-size: 18px !important; 
    font-family: 'Mitr', sans-serif;
    font-weight: normal;
    text-decoration: underline !important; 
}

.cat-items{
    width: 22.5%;
    float: left;
    margin: 0 1% !important; 
    display: inline-block; 
    border: 1px solid #D4D4D4 !important;  
    padding: 20px !important; 
    border-radius: 7px !important; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px !important;  
    background: #FAFAFA;
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.12);
}
.cat-items .cate-imgs{
    height: 200px;
    overflow: hidden !important;  
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    position: relative !important;  
    border-radius: 8px;
    background: #EFEFEF; 
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(50,50,50,.12);
    -moz-box-shadow: 0px 0px 0px 3px rgba(50,50,50,.12);
    box-shadow: 0px 0px 0px 3px rgba(50,50,50,.12);
}
.cat-items .cate-imgs img{
    position: absolute;  
    top: 50%;
    left: 50%;  
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} 
.cat-items h4 {
    margin-top: 10px !important; 
    height: 26px;
    overflow: hidden;
}
.cat-items h4 a{
    font-size: 16px !important; 
    font-weight: normal !important; 
    color: #55BC32;
    font-family: 'Pridi', serif !important;
}
.tsha{
    text-shadow: 0 2px 2px rgba(0, 0, 0, .82),0 -2px -2px rgba(0, 0, 0, .82),0 2px 2px rgba(0, 0, 0, .82),0 -2px -2px rgba(0, 0, 0, .82);
}
.featurespbt:before { 
    opacity: 1;
    background-color: rgba(42,9,39,.22); 
}


.begin-story{
    border-radius: 4px;
    padding: 60px 60px;
    background: rgba(255,255,255,.92); 
    border: 2px solid #FFFFFF;
    text-align: center;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(71,110,5,0.12),inset 0px 0px 79px -2px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.05),0 10px 0 -5px #FFFFFF,0 10px 1px -4px rgba(0,0,0,0.15),0 20px 0 -10px #FFFFFF,0 20px 1px -9px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 1px rgba(71,110,5,0.12),inset 0px 0px 79px -2px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.05),0 10px 0 -5px #FFFFFF,0 10px 1px -4px rgba(0,0,0,0.15),0 20px 0 -10px #FFFFFF,0 20px 1px -9px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 1px rgba(71,110,5,0.12),inset 0px 0px 79px -2px rgba(0,0,0,0.05), 0 1px 1px rgba(0,0,0,0.05),0 10px 0 -5px #FFFFFF,0 10px 1px -4px rgba(0,0,0,0.15),0 20px 0 -10px #FFFFFF,0 20px 1px -9px rgba(0,0,0,0.15);
    border: 1px solid #DCDCDC; 

}
.begin-story .subline{
    color: #2D2D2D;
}
.begin-story h3{
    font-size: 26px;
    font-family: 'Pattaya', sans-serif;
    font-weight: normal;
}
.begin-story .descp{
    color: #444444;
}

.human-present{
    color: #FFFFFF;
}
.human-present .hu-name{
    color: #FFFFFF;
    position: relative;
    margin-top: 90px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-weight: normal;
    font-family: 'Mitr', sans-serif;
}
.human-present .hu-name:before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 84px;
    height: 1px;
    background: #FFFFFF;
}
.human-present .hu-text{

}
.allhufeature{
    border: 3px solid #548;
    position: relative;
    top: -60px;
    background: #FFFFFF; 
    border-radius: 128px;
}
.feature-hu{
    line-height: 22px;
}
.feature-hu h5{
    font-size: 18px !important;
    margin-bottom: 7px !important;
    font-family: 'Mitr', sans-serif;
}
.feature-hu-rigth h5{
    font-size: 18px !important;
}
.feature-hu .sow-icon-container{ 
    margin: 0 !important; 
    margin-right: 20px !important; 
    margin-top: 30px !important; 
}

.feature-hu-rigth{
    line-height: 22px;
}
.feature-hu-rigth h5{
    margin-bottom: 7px !important;
    font-family: 'Mitr', sans-serif;
}
.feature-hu-rigth .sow-icon-container{ 
    margin: 0 !important; 
    margin-left: 20px !important; 
    margin-top: 30px !important; 
}

.planttable{ 
    height: 400px; 
    text-align: center;  

}
.planttable .sm{ 
    font-size: 16px;
    font-weight: normal; 
    color: #767676; 
}
.planttable .tbs{
    font-size: 22px;
    font-family: 'Pattaya', sans-serif;
    color: #454545; 
    text-shadow:1px 1px 0 #fff, 2px 2px 0 #EDEDED;

} 
.planttable table,.planttable tr,.planttable td{
    height: 400px;
    width: 100%;
    vertical-align: middle; 
    text-align: center;  
}
.bgpalne {
    text-align: center;
    position: relative;
}
.bgpalne:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.42);
    text-align: center;
    top: 0;
    left: 0;
    z-index: 9;
}
.bgpalne .sub{
    font-size: 22px;
    letter-spacing: 1px;
    color: #FFFFFF; 
    position: relative;
    z-index: 9; 
    padding: 0 20px;
}
.bgpalne h2{ 
    font-size: 34px;
    color: #FFFFFF;
    font-family: 'Pattaya', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    position: relative;
    z-index: 9; 
    display: inline-block;
    padding: 0 20px; 

}
.memberplane {
    text-align: center;
}
.memberplane h2{
    font-family: 'Mitr', sans-serif;
    font-size: 36px;
}
.memberplane .sub{ 
    color: #1D1D1D; 
}
.memberplane .desc{

}

.member-one{
    list-style: none;
    padding: 10px;
    width: 30%;
    height: 380px; 
    float: left;
    margin:1.66%;   
    margin-top: 0%;   
    margin-bottom: 60px;   
    border-radius: 3px; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    position: relative; 
    background: #FFFFFF;
    border-top: 1px solid #EFEFEF;  

    box-shadow:
        /* The top layer shadow */
        0 1px 1px rgba(0,0,0,0.20),
        /* The second layer */
        0 10px 0 -5px #FEFEFE,
        /* The second layer shadow */
        0 10px 1px -4px rgba(0,0,0,0.15),
        /* The third layer */
        0 20px 0 -10px #FAFAFA,
        /* The third layer shadow */
        0 20px 1px -9px rgba(0,0,0,0.15);
    /* Padding for demo purposes */ 
}
.member-one .styleimg{
    width: 100%; 
    height: 310px;
    background-position: top center;
    background-size: cover;   
    border-radius: 4px;
}
.member-one .inner{
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    padding: 10px 0;
    padding-bottom: 0;
    border-radius: 4px;
    position: relative;
    bottom: 71px;
    margin: 25px; 
    border: 1px solid #EFEFEF;
    -webkit-box-shadow: 0px 0px 29px -8px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 29px -8px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 29px -8px rgba(0,0,0,0.26); 
}
.member-one .names{
    font-family: 'Mitr', sans-serif;
    padding: 0 10px;
    padding-bottom: 0 !important; 
    margin-bottom: 0 !important; 
    color: #000000;
}
.member-one .names a{
    font-size: 18px;
}
.member-one .sub{ 
    color: #73D852; 
    padding: 0 !important; 
    margin: 0 !important; 
    line-height: 24px;
    margin-top: 10px !important;
    background: #FAFAFA; 
    border-top: 1px solid #F4F4F4;
}
.member-one .sub a{ 
    display: block;
    width: 100%;
}
.member-one .sub a i{ 
    color: #73D852;  
    font-size: 20px !important; 
} 
.member-one .desc-read{
    color: #777675;
    margin: 0; 
    padding: 0 15px;
    line-height: 26px;
    margin-top: 5px;
    max-height: 52px; 
    overflow: hidden;
    font-size: 14px;
}

.bgplane-bottom {
    text-align: center;
    color: #FFFFFF; 
    position: relative;
}
.bgplane-bottom:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.72);
}
.bgplane-bottom .inner{
    position: relative;
    z-index: 9;
}
.bgplane-bottom h2{
    font-family: 'Mitr', sans-serif;
    font-size: 36px;
    color: #FFFFFF; 
}
.bgplane-bottom .sub{  
}
.bgplane-bottom .desc{

}

.feedbacked{
    width: 620px !important; 
    margin: 0 auto;
    padding: 40px 70px;
    text-align: left;
    background-color: rgba(255,255,255,.12); 
    position: relative;
    left: 15px;
    border-radius: 5px;
    margin-top: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.feedbacked .descp{ 
    color: #BCBCBC; 
    line-height: 28px;
}
.feedbacked img{ 
    height: 100px;
    border-radius: 6px;
    background: rgba(255,255,255,.62);
    float: left;
    margin-top: -15px;
    margin-left: -104px;
    margin-right: 50px;
    margin-bottom: 40px;
}
.feedbacked .unames{
    font-weight: bold;
    color: #FFFFFF; 
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 5px; 
}
.feedbacked .ufeedback{
    color: #FAAC28; 
    margin-left: 22px;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: 'Mitr', sans-serif;
}
.feedbacked  b.righticon{ 
    float: right;
    font-weight: normal;
    color: #FAAC28; 
    position: relative;
    top: 5px; 
}
.feedbacked a{
    padding: 0 6px;
    border-radius: 4px;
    color: #EDEDED;
    background: rgba(0,0,0,.32);
}

.archivo-bg{
    background-color: #FFFFFF;  
    background-image: url('images/bgleaf.jpg'); 
    background-position: center; 
    background-repeat: repeat-x; 
    background-size: cover; 
}

#widgetfooter{
    background: #FFFFFF;
    background-image: url('images/bottom-farm.jpg'); 
    background-position: center bottom; 
    background-repeat: repeat-x;  
    background-size: cover;
}


.single-bg{
    background-color: #FFFFFF;  
    background-image: url('images/mangoleaf.png'); 
    background-position: center; 
    background-repeat: repeat-x; 
    background-size: cover; 
}
.singlebody{
    border-radius: 5px;
    padding: 20px !important; 
    background: rgba(255,255,255, .92);
    -webkit-box-shadow: 0px 0px 34px -4px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 34px -4px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 34px -4px rgba(0,0,0,0.26);
}
#gmap_canvas{
    border-radius: 8px; 
}
.singleheaderh2{
    font-family: 'Mitr', sans-serif;
    font-size: 30px !important; 
    font-weight: bold;
    padding-top: 20px;
} 

.export-mango {
    text-align: center;
    color: #FFFFFF; 
    position: relative;
    background-color: #FDB62F;
    text-shadow: 0 0px 5px rgba(0, 0, 0, 1),0 0px 5px rgba(0, 0, 0, .5);
}
.export-mango:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(100,30,0,.36);
}
.export-mango h2{
    padding-top: 40px; 
    font-weight: 400;
    font-size: 34px;
    color: #FFFFFF;
    position: relative;
    font-family: 'Pridi', serif !important;
}
.export-mango img{ 
    max-width: 100%;
    position: relative;
}
.ex-class{
    font-size: 24px;
    position: relative;
}
.contacttable{
}
.contacttable table{ 
}
.contacttable table tr,.contacttable table tr td{
    text-align: center !important; 
    vertical-align: middle !important; 
    border: 1px solid #D6D6D6;
    font-size: 17px;
}
.contacttable b{
    padding: 10px 0;
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
}

.ceonamest{
    display: inline-block;
    text-align: center;
    border-radius: 6px; 
    padding: 8px 12px;
    background-color: #DC258E;
    border-bottom: 4px solid rgba(0,0,0,.22);
    margin-bottom: 15px;
    margin-top: -11px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.46);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
}
.ceonamest h2{ 
    color: #FFFFFF;
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
    font-family: 'Mitr', serif !important;
    padding-bottom: 0;
    margin-bottom: 0;
}
.ceonamest h3{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    font-family: 'Mitr', serif !important;
}
.maptitle{
    background: #6ba91b;
    color: #FFFFFF; 
    border-radius: 3px; 
    font-size: 20px; 
    padding: 15px 0;
}