/* main */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Lato', sans-serif;
    color: #777777;
    font-size: 16px;
    background: #f7f7fa;
}
h1 {
    color: #515e6c;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 15px;
}
h2 {
    color: #515e6c;
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 15px;
}
h3 {
    color: #515e6c;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 15px;
}
h4 {
    color: #515e6c;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 15px;
}
h5 {
    color: #515e6c;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 15px;
}
h6 {
    color: #515e6c;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 15px;
}
h1 a {
    color: #515e6c;
    text-decoration: none;
}
p {
    line-height: 24px;
    margin: 0 0 24px;
}
a, .tfp_post_meta a {
    color: #222222;
}
a:hover {
    color: #f89935;
}
.tfp_post_content a {
    color: #63676b;
    font-size: 16px;
    text-decoration: none;
    border-bottom: #dee1e6 2px solid;
    padding-bottom: 3px;
}
.tfp_post_content a:hover {
    color: #f89935;
    border-bottom: #f79016 2px solid;
}
.tfp_post_content ul, .tfp_post_content ol {
    line-height: 23px;
}
.tfp_post_content ul li a, .tfp_post_content ol li a {
    color: #99a1a9;
    font-size: 16px;
    border-bottom: #dee1e6 2px solid;
    padding-bottom: 0;
}
.tfp_post_content ul li a:hover, .tfp_post_content ol li a:hover {
    color: #f89935;
    font-size: 16px;
    border-bottom: #f79016 2px solid;
    padding-bottom: 0;
}
#tfp_content ul {
    list-style: disc;
    padding: 0 0 20px 20px;
    line-height: 24px;
}
#tfp_content ol {
    list-style: decimal;
    padding: 0 0 20px 24px;
    line-height: 24px;
}
.tfp_red_post h1 a:hover {
    color: #ec111a;
}
.tfp_yellow_post h1 a:hover {
    color: #ffd400;
}
.tfp_inner {
    width: 1349px;
    margin: 0 auto;
}
img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
/* header */
/*top bar*/
#tfp_topbar {
    position:fixed;
    top:0;
    background: #222222;
    height: 40px;
    clear: both;
    z-index: 10000;
    width: 100%;
}
#tfp_topbar .tfp_social_icon {
    float: left;
    margin-left: 10px;
}
.tfp_social_icon a {
    color: #fff;
    display: block;
    margin: 9px 18px 0 0px;
    float: left;
}
.tfp_social_icon a:hover {
    color: #f7941e;
}
#tfp_secondary_nav {
    float: right;
}
#tfp_secondary_nav ul {
    margin-top: 0;
}
#tfp_secondary_nav ul li {
    list-style: none;
    float: left;
    background: url(../images/menu-sep.png) right no-repeat;
    padding: 0 20px 0 10px;
    margin-top: 9px;
    background-position: 97% 78%;
}
#tfp_secondary_nav ul li:last-child {
    background: none;
}
#tfp_secondary_nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
#tfp_secondary_nav ul li a:hover {
    color: #f7941e;
}
.tfp_search {
    width: 237px;
    height: 40px;
    background: #f29016;
    float: right;
    margin-left: 40px;
}
.tfp_search input[type=text] {
    color: #fff;
    font-size: 14px;
    background: #f29016;
    border: 0;
    width: 151px;
    height: 40px;
    padding: 0 25px 0;
    outline: none;
    float: left;
}
.tfp_search ::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}
.tfp_search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    font-size: 14px;
}
.tfp_search ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    font-size: 14px;;
}
.tfp_search :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
    font-size: 14px;
}
::-webkit-input-placeholder {
    color: #99a1a9;
    font-size: 13px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #99a1a9;
    font-size: 13px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #99a1a9;
    font-size: 13px;;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #99a1a9;
    font-size: 13px;
}
.tfp_search button {
    float: right;
    background: #f29016;
    color: #fff;
    outline: none;
    border: 0;
    width: 36px;
    height: 40px;
    cursor: pointer;
    padding-right: 13px;
    font-size: 18px;
}
header {
    padding-top: 0px;
    height: 83px;
    background: #fff;
    top: 40px;
    position: fixed;
    clear: both;
    width: 100%;
    z-index: 1;
}
header .tfp_inner {
    padding: 20px 0 10px;
}
header h1 {
    margin: 0;
    float: left;
}
#tfp_logo {
    background: url(../images/img-logo.jpg) no-repeat;
    display: block;
    width: 402px;
    height: 47px;
    text-indent: -9000px;
}
header nav {
    float: right;
    position: relative;
}
header nav ul {
    padding: 17px 0 0;
    list-style: none;
    font-size: 14px;
    position: relative;
}
header nav ul li {
    float: left;
    margin: 0 22px;
    position: relative;
    text-transform: capitalize;
}
header nav ul li a {
    padding: 0 3px 4px;
    text-decoration: none;
    color: #515e6c;
    display: block;
    border-bottom: #fff 2px solid;
}
header nav ul li a:hover, header nav ul li:hover > a {
    color: #f79016;
    border-bottom: #f79016 2px solid;
}
header nav ul ul {
    border-top: #f79016 2px solid;
    background: #ffffff;
    width: 260px;
    position: absolute;
    left: -10px;
    padding: 0 20px 0;
    margin: 29px 0 0;
    display: none;
}
header nav ul ul li {
    float: none;
    border-bottom: #f2f2f2 1px solid;
    margin: 0;
    padding: 0;
}
header nav ul ul li a {
    display: block;
    padding: 15px 0;
    border-bottom: none;
    color: #99a1a9;
}
header nav ul ul li a:hover, header nav ul ul li:hover > a {
    border-bottom: none;
}
header nav ul ul ul {
    left: 281px;
    top: 0;
    margin: 0;
}
/* content */
.flickr-frame a, .flickr-frame a:hover {
    border: 0;
    padding-bottom: 0;
}
#tfp_content {
    padding: 77px 0 50px;
    overflow: hidden;
    clear: both;
    margin-top: 100px;
    min-width: 1429px;
}
.tfp_post_content h1 a {
    color: #515e6c;
    font-size: 30px;
    border: none;
}
.tfp_post_content h1 a:hover {
    font-size: 30px;
    border: none;
}
.tfp_ft_img img, .tfp_post_content img {
    max-width: 100%;
    height: auto;
}
#tfp_left_col {
    width: 890px;
    float: left;
}
#tfp_left_col article {
    border-top: #000 4px solid;
    background: #fff;
    margin: 0 0 80px;
}
.tfp_post_content {
    padding: 20px 40px 1px;
    overflow: hidden;
}
.tfp_post_content h1 {
    text-align: center;
}
.tfp_sep {
    line-height: 0;
    font-size: 0;
    background: #edeff0;
    height: 1px;
    clear: both;
    display: block;
    margin: 0 0 15px;
}
.tfp_sep span {
    display: block;
    height: 1px;
    background: #000;
    width: 80px;
    margin: 0 auto;
}
.tfp_btn_readmore {
    line-height: 40px;
    background: #000;
    width: 150px;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    border: none;
    font-size: 14px;
}
.tfp_btn_readmore:hover, .tfp_post_content .tfp_btn_readmore:hover {
    background: #222222 !important;
    color: #fff;
    border: none;
}
.tfp_post_content .tfp_btn_readmore {
    border: none;
    font-size: 14px;
    padding-bottom: 0;
    color: #fff;
}
.tfp_tags a {
    border: none;
    font-size: 14px !important;
    padding-bottom: 0
}
.tfp_tags a:hover {
    border: none;
    font-size: 14px;
    padding-bottom: 0
}
.tfp_post_meta {
    font-size: 14px;
    text-align: center;
    padding: 0 0 15px;
}
.tfp_post_meta i {
    margin: 0 5px;
    color: #000;
}
.tfp_post_meta a {
    color: #99a1a9;
    text-decoration: none;
    border: none;
    font-size: 14px;
    padding-bottom: 0;
}
.tfp_post_meta a:hover {
    color: #222222;
    padding-bottom: 0;
    border: none;
}
.tfp_post_content a img {
    padding-bottom: 0;
    border: none;
}
/*Meta slider*/

#tfp_content ul.flex-direction-nav {
    padding: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 68px;
    height: 30px;
}
#tfp_content .flex-direction-nav a.flex-prev {
    width: 30px;
    height: 31px;
    position: absolute;
    bottom: 20px;
    left: 0;
    background: url(../images/img-btn-prev.png) no-repeat;
    display: block;
    opacity: 1;
}
#tfp_content .flex-direction-nav a.flex-next {
    width: 30px;
    height: 31px;
    position: absolute;
    bottom: 20px;
    left: 34px;
    background: url(../images/img-btn-next.png) no-repeat;
    display: block;
    opacity: 1;
}
/* orange post */
.tfp_orange_post {
    border-top: #f79623 4px solid !important;
}
.tfp_orange_post .tfp_post_meta i {
    color: #f79623;
}
.tfp_orange_post .tfp_btn_readmore, .tfp_orange_post .tfp_sep span {
    background: #f79623;
}
/* yellow post */
.tfp_yellow_post {
    border-top: #ffd400 4px solid !important;
}
.tfp_yellow_post .tfp_post_meta i {
    color: #ffd400;
}
.tfp_yellow_post .tfp_btn_readmore, .tfp_yellow_post .tfp_sep span {
    background: #ffd400;
}
/* red post */
.tfp_red_post {
    border-top: #ec111a 4px solid !important;/*line-height: 50px;
text-align: center;
text-transform: uppercase;*/
}
.tfp_quote_post {
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}
.tfp_quote_post .tfp_post_content {
    padding: 40px 40px 30px;
}
.tfp_quote_post p {
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 15px;
    color: #515e6c;
    line-height: 50px;
}
.tfp_quote_post h1 {
    font-size: 18px;
    color: #515e6c;
}
.tfp_red_post .tfp_post_meta i {
    color: #ec111a;
}
.tfp_red_post .tfp_btn_readmore, .tfp_red .tfp_sep span {
    background: #ec111a;
}
aside {
    width: 428px;
    float: right;
}
/* Sidebar */


.tfp_center {
    text-align: center;
}
.widget {
    margin: 0 0 50px;
    overflow: hidden;
}
.tfp_widget {
    width: 428px;
    float: left;
    list-style: none;
}
#tfp_content .tfp_widget ul, #tfp_content .tfp_widget ol {
    list-style: none;
}
.tfp_about_person_img {
    width: 428px;
    height: 224px;
    overflow: hidden;
}
.tfp_widget .tfp_widget_data {
    width: 372px;
    padding: 34px 28px 0;
    background: #ffffff;
    float: left;
}
.tfp_widget h3 {
    font-size: 22px;
    line-height: 24px;
    color: #515e6c;
    margin-bottom: 15px;
    font-weight: bold;
}
.tfp_widget p {
    font-size: 16px;
    line-height: 24px;
    color: #99a1a9;
}
.tfp_widget .tfp_btn_readmore {
    background: #f79623;
}
.tfp_widget h4 {
    font-size: 16px;
    color: #515e6c;
    background: #ffffff;
    border-bottom: #dcdfe2 3px solid;
    margin: 0 0 10px;
    padding: 14px 19px;
    text-transform: uppercase;
}
#tfp_content aside ul {
    list-style: none;
    padding: 0;
}
#tfp_content aside .tfp_follow_me ul li img {
    float: left;
    margin: 0 20px 0 0;
}
#tfp_content aside .tfp_follow_me ul li {
    background: #ffffff;
    margin-bottom: 10px;
    display: block;
    height: 40px;
    line-height: 40px;
}
#tfp_content aside .tfp_follow_me ul li:last-child {
    margin: 0;
}
#tfp_content aside .tfp_follow_me span:first-child {
    font-size: 18px;
}
aside .tfp_follow_me span:last-child {
    font-size: 14px;
}
aside .tfp_posts_bar {
    background: #ffffff;
    margin: 0 0 10px;
    float: left;
}
aside .tfp_posts_bar a, #tfp_content .wpt_widget_content .tab_title a {
    text-transform: uppercase;
    color: #515e6c;
    font-size: 16px;
    border-bottom: #ffffff 3px solid;
    border-left: none;
    display: block;
    float: left;
    text-decoration: none;
    width: 214px;
    text-align: center;
    background: #ffffff;
    line-height: 49px;
}
aside .tfp_posts_bar a:hover, .tfp_posts_bar a.tab_open, #tfp_content .wpt_widget_content .tab_title.selected a {
    text-transform: uppercase;
    color: #f79016;
    font-size: 16px;
    border-bottom: #dcdfe2 3px solid;
}
.tfp_post_data, #tfp_content .wpt_widget_content .inside {
    width: 428px;
    float: left;
    background: #ffffff;
    padding: 10px 0;
}
.tfp_post {
    width: 388px;
    float: left;
    padding: 10px 20px;
}
.tfp_p_post {
    width: 288px;
    float: right;
}
.tfp_p_post h5, #tfp_content .wpt_widget_content .entry-title {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    text-decoration: none;
}
.tfp_p_post h5 a, #tfp_content .wpt_widget_content .entry-title a {
    color: #515e6c;
    text-decoration: none;
}
.tfp_p_post h5 a:hover, #tfp_content .wpt_widget_content .entry-title a:hover {
    color: #f79016;
}
.tfp_p_post h6, #tfp_content .wpt_widget_content .wpt-postmeta {
    color: #ced0d3;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
}
#tfp_content .wpt_excerpt {
    width: 390px;
}
.tfp_p_post p, #tfp_content .wpt_excerpt p {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}
#tfp_content .wpt_widget_content .tab-content li {
    border-bottom: 0;
    width: 426px;
    float: left;
    padding: 10px 20px;
}
#tfp_content .wpt_thumb_small {
    width: 80px;
    height: 80px;
}
#tfp_content .wpt_thumb_small img {
    width: 80px;
}
#tfp_content .wpt_widget_content {
    border: none;
}
#tfp_content ul.wpt-tabs {
    margin: 0 0 10px;
    overflow: hidden;
}
.tab2 {
    display: none;
}
.social-count-plus span {
    float: left;
}
#tfp_content .social-count-plus span.items, .social-count-plus .label {
    font-size: 14px !important;
    color: #99a1a9 !important;
    line-height: 40px !important;
}
.items span.count {
    margin-right: 5px;
}
#tfp_content .social-count-plus .vertical li, #tfp_content aside .social-count-plus li {
    background: #ffffff !important;
    margin-bottom: 10px;
    display: block !important;
    height: 40px !important;
    line-height: 40px !important;
    width: 100%;
    text-align: left !important;
    padding: 0 !important;
}
#tfp_content aside .social-count-plus li:last-child {
    margin-bottom: 0 !important;
}
#tfp_content .social-count-plus a {
    margin: 0 10px 0 0 !important;
    float: left;
}
#tfp_content .social-count-plus .count {
    margin: 7px 5px 0 0;
}
#tfp_content .social-count-plus .vertical .count {
    line-height: 26px;
}
.widget h2 {
    color: #515e6c;
    background: #ffffff;
    border-bottom: #dcdfe2 3px solid;
    margin: 0 0 10px;
    padding: 14px 30px 14px 19px;
    overflow: hidden;
    font-size: 16px;
    color: #515e6c;
    text-transform: uppercase;
}
/*top categories*/
aside .tfp-top_categories ul li {
    background: #ffffff;
    margin-bottom: 10px;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #99a1a9;
    text-align: right;
    position: relative;
}
aside .tfp-top_categories ul li a {
    text-decoration: none;
    color: #99a1a9;
    display: block;
    background: url(../images/top-cat-next-btn.png) #ffffff no-repeat;
    padding-left: 61px;
    text-align: left;
}
aside .tfp-top_categories ul li a:hover {
    background: url(../images/top-cat-next-btn-hover.png) #ffffff no-repeat;
    color: #f79016;
}
aside .tfp-top_categories ul li:hover span {
    background: #f79016;
}
aside .tfp-top_categories span {
    background: #99a1a9;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    float: right;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.tfp-top_categories ul li:last-child, #tfp_content .social-count-plus .vertical li:last-child {
    margin: 0;
}
/*instagram*/
aside .tfp-instagram ul {
    background: #ffffff;
    margin-bottom: 10px;
    display: block;
    height: 48px;
    line-height: 40px;
    font-size: 14px;
    color: #99a1a9;
    margin-top: 10px;
    border-bottom: 3px solid #dcdfe2;
}
aside .tfp-instagram ul li {
    float: left;
    margin-right: 29px;
}
aside .tfp-instagram span {
    color: #515e6c;
    font-weight: bold;
    padding: 0px 5px 0 24px;
    line-height: 48px;
}
/* Instagram image slider */
#widget {
    height: 442px !important;
}
iframe #widget #footer {
    display: none !important;
    color: #fff !important;
}
/* Social count plus */
.social-count-plus .custom .count-facebook a {
    background: url(../images/icon-fb-widget.jpg) no-repeat left;
    display: block;
    width: 40px;
    height: 40px;
}
.social-count-plus .custom .count-twitter a {
    background: url(../images/icon-twitter-widget.jpg) no-repeat left;
    display: block;
    width: 40px;
    height: 40px;
}
.social-count-plus .custom .count-googleplus a {
    background: url(../images/icon-gtalk-widget.jpg) no-repeat left;
    display: block;
    width: 40px;
    height: 40px;
}
.social-count-plus .custom .count-instagram a {
    background: url(../images/icon-instagram-widget.jpg) no-repeat left;
    display: block;
    width: 40px;
    height: 40px;
}
/*inner*/
#tfp_content blockquote {
    background: url(../images/quotes-img.png) no-repeat 25px 24px #f9f9f9;
    border-left: 3px solid #f79016;
    padding: 15px 32px 25px 75px;
    line-height: 24px;
    margin: 35px 0 35px;
    color: #99a1a9;
}
.tfp_tags {
}
.tfp_tags {
    font-size: 14px;
    line-height: 18px;
}
.tfp_tags span {
    float: right;
}
.tfp_tags i {
    color: #f79016;
    margin-right: 6px;
}
.tfp_tags a {
    color: #99a1a9;
    text-decoration: none;
}
/* Pagionation */
.wp-pagenavi span.pages {
    display: none !important;
}
.tfp_pagination, .wp-pagenavi {
    text-align: center;
}
.tfp_pagination a, .wp-pagenavi a {
    padding: 8px 13px !important;
    font-size: 16px;
    color: #ffffff;
    background: #99a1a9;
    display: inline-block;
    text-decoration: none;
    margin: 0 5px;
    text-transform: capitalize;
    border: none !important;
}
.tfp_pagination a:hover, .wp-pagenavi a:hover, .wp-pagenavi .current {
    background: #f79016 !important;
    color: #ffffff !important;
    padding: 8px 13px !important;
    border: none !important;
}
/* Comment area */
.tfp_comment_area {
    margin-bottom: 27px;
}
.tfp_title {
    color: #515e6c;
    background: #ffffff;
    border-bottom: #dcdfe2 3px solid;
    margin: 0 0 30px;
    padding: 14px 30px 14px 19px;
    overflow: hidden;
}
.tfp_title h3 {
    color: #515e6c;
    font-size: 18px;
    font-weight: normal;
    float: left;
    margin-bottom: 0;
}
.tfp_title h3 a {
    text-decoration: none;
    color: #515e6c;
}
.tfp_title span {
    font-size: 13px;
    color: #99a1a9;
    float: right;
    background: url(../images/bg-comment1.png) no-repeat left;
    padding-left: 25px;
    margin-top: 4px;
}
#tfp_content .tfp_comment_area ol {
    list-style: none;
    padding: 0;
}
#tfp_content .tfp_comment_area ol li {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.tfp_comment_box, .comment-body {
    border-bottom: #e2e2e2 1px solid;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.tfp_comment_area .tfp_author, #tfp_content .commentlist li .avatar {
    float: left;
    width: 83px;
    height: 83px;
    overflow: hidden;
    margin: 0 20px 20px 0;
    background: none;
    border: none;
}
.tfp_comment_area .tfp_author img {
    float: left;
    padding: 0;
    line-height: 0;
}
.tfp_comment_area section .tfp_comment_content h6, #tfp_content .commentlist cite, .commentlist cite a {
    font-size: 15px;
    color: #f79016;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}
.says {
    display: none;
}
.tfp_comment_content p, #tfp_content .commentlist p {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}
.tfp_reply, #tfp_content .commentmetadata {
    float: right;
    font-size: 12px;
    color: #999999;
    margin-top: -17px;
    margin-right: 49px;
    font-family: 'Lato', sans-serif;
}
.tfp_reply span.tfp_time_date, #tfp_content .commentmetadata a {
    font-size: 12px;
    color: #cfcfcf;
    text-decoration: none;
}
.tfp_reply_link, .reply {
    color: #f79016;
    float: right;
    font-family: 'Lato', sans-serif;
    background: url(../images/bg-reply.png) no-repeat left 6px;
    padding-left: 12px;
    position: absolute;
    right: 0;
    top: -2px;
}
.reply a {
    color: #f79016;
    font-size: 12px;
    font-weight: normal;
}
#tfp_content .tfp_comment_area ol li ul {
    padding: 0 0 0 105px;
}
/* Form*/
input[type=text] {
    width: 255px;
    padding: 10px 47px 10px 10px;
    border: #dddddd 1px solid;
    font-size: 13px;
    color: #99a1a9;
    margin: 0 0 10px 0;
    outline: none;
}
input#author {
    background: url(../images/icon-yourname.png) no-repeat 280px #ffffff;
}
input#email {
    background: url(../images/icon-youremail.png) no-repeat 280px #ffffff;
}
input[type=email] {
    width: 255px;
    padding: 10px 47px 10px 10px;
    border: #dddddd 1px solid;
    font-size: 13px;
    color: #99a1a9;
    margin: 0 0 10px 0;
    outline: none;
}
.tfp_subject, input#url {
    background: url(../images/icon-subject.png) no-repeat 280px #ffffff !important;
}
#tfp_content #commentform input {
    width: 255px;
    padding: 10px 47px 10px 10px;
    margin: 0 0 10px 0
}
#tfp_content #commentform {
    margin: 0;
}
#tfp_content #commentform .tfp_left_box p {
    margin: 0;
}
.tfp_left_box {
    float: left;
    width: 312px;
    margin: 0 35px 0 0;
}
.tfp_textarea {
    width: 543px;
    float: left;
}
textarea, #tfp_content #commentform textarea {
    width: 521px;
    height: 114px;
    padding: 10px 10px;
    border: #dddddd 1px solid;
    background: #ffffff;
    color: #99a1a9;
    resize: none;
    margin-bottom: 20px;
    outline: none;
    font-family: 'Lato', sans-serif;
}
input[type=submit], #tfp_content #commentform #submit {
    padding: 12px 39px;
    float: right;
    border: 0;
    background: #f79016;
    font-size: 13px;
    color: #ffffff;
    cursor: pointer;
    outline: none;
}
#tfp_content #commentform #submit {
    width: 123px;
}
#tfp_content #commentform #submit:hover {
    background: #000000;
}
/* Share plugin */
.tfp_share_this {
    width: 872px;
    float: left;
    padding: 0 0 0 18px;
    margin: 0 0 36px;
    height: 43px;
}
.tfp_share_this h3 {
    font-size: 18px;
    color: #535353;
    float: left;
    font-weight: normal;
    line-height: 40px;
    margin: 0 26px 0 0;
}
.tfp_share_this a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    float: left;
}
.tfp_inner_content #tfp_left_col article {
    margin: 0 0 38px;
}
/*Shareholic plugin */
.shareaholic-share-buttons-heading img {
    display: none;
}
.shareaholic-canvas {
    width: 400px;
    float: left;
    clear: none !important;
    line-height: 40px;
    margin-top: -15px;
}
/* footer */
footer {
    background: #222222;
    height: 40px;
    bottom: -50px;
    position: relative;
}
footer .tfp_social_icon {
    float: right;
    margin-left: 10px;
}
footer p {
    color: #fff;
    font-size: 12px;
    float: left;
    margin: 9px 0 0;
}
.filmstrip {
    display: none !important;
}
ul.slides {
    padding: 0 !important;
}
/* Caption */

figure {
    margin: 0;
    padding: 0;
    border: 0 none;
    display: block;
    width: 100% !important;
}
span.adaptive_content {
    display: block;
}
.content-image, .wp-caption {
    margin-bottom: 10px;
}
figcaption.caption, figcaption.wp-caption-text {
    text-align: left;
    font-size: 90%;
    display: block;
    color: #666;
    line-height: 24px;
}
/* Visibilties */
.visible_phone {
    visibility: hidden;
    display: none;
}
.visible_desktop {
    visibility: visible;
}
section.for_mobile {
    display: none;
}
section.tfp_secondary_nav {
    background: #000;
    padding: 15px 0px;
}
.tfp_secondary_nav ul li {
    display: inline;
    background: url(../images/menu-sep.png) right no-repeat;
    padding: 0px 5px;
}
.tfp_secondary_nav ul li:last-child {
    background: none;
}
.tfp_secondary_nav ul li a {
    color: #fff;
    text-decoration: none;
    padding-right: 15px;
}
.tfp_secondary_nav ul li a:hover {
    color: #f7941e;
}
section.tfp_secondary_nav ul {
    text-align: center;
}
.tfp_nav-single {
    margin-bottom: 25px;
    overflow: hidden;
}
.tfp_nav-previous {
    float: left;
}
.tfp_nav-previous a {
    background: none repeat scroll 0 0 #f79623;
    width: 150px;
    color: #fff;
    display: block;
    margin: 0 13px 0 0;
    line-height: 40px;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    text-transform: none;
    text-decoration: none;
}
.tfp_nav-next {
    float: right;
}
.tfp_nav-previous a:hover {
    background: none repeat scroll 0 0 #222222;
}
.tfp_nav-next a {
    background: none repeat scroll 0 0 #f79623;
    width: 150px;
    color: #fff;
    display: block;
    margin: 0 13px 0 0;
    line-height: 40px;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    text-transform: none;
    text-decoration: none;
}
.tfp_nav-next a:hover {
    background: none repeat scroll 0 0 #222222;
}
.tfp_ft_img img {
    width: 100%;
}

/*==- Class for image link -==*/
.tfp_img_link {
    border-bottom: 0px !important;
    text-decoration: none !important;
}

/* ============================= */
/* ! Layout for phone version   */
/* ============================= */

/*Rsponsive layout 1024*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .visible_phone {
        visibility: visible;
        display: inherit;
    }
    .visible_desktop {
        visibility: hidden;
        display: none;
    }
    #tfp_topbar .tfp_inner {
        margin: 0 auto;
        width: 100%;
    }
    header {
        height:95px;
    }
    header .tfp_inner {
        padding: 21px 0 22px;
        width: 95%;
        position: relative;
    }
    .tfp_mobile_menu {
        width: 221px;
        height: 38px;
        /*border: 2px solid #d5d8da;*/
        /*border-radius: 1px;*/
        line-height: 36px;
        color: #404041;
        text-decoration: none;
        /*padding: 0 0 0 19px;*/
        /*background: url(../images/mobile_btn.png) no-repeat 198px center;*/
        position: absolute;
        right: 0;
        top: 24px;
    }
    .tfp_mobile_menu select {
        width: 221px;
    }
    /*.tfp_mobile_menu:hover {
            color: #404041;
    }*/
    header nav {
        float: right;
        width: 204px;
        padding: 0 17px 0 19px;
        border: 2px solid #d5d8da;
        border-top: 0;
        background: #fff;
        position: absolute;
        top: 66px;
        right: 0;
        display: none;
        height: 100px;
        overflow: auto;
    }
    header nav ul {
        font-size: 14px;
        list-style: none outside none;
        padding: 0;
    }
    header nav ul li {
        float: none;
        margin: 0;
        padding: 0px;
        position: relative;
        text-transform: capitalize;
    }
    header nav ul li a {
        border-bottom: 1px solid #f2f2f2;
        color: #99a1a9;
        display: block;
        padding: 0;
        line-height: 52px;
        text-decoration: none;
    }
    header nav ul li a:hover {
        border-bottom: 1px solid #f2f2f2;
        color: #f79016;
    }
    header nav ul ul {
        display: none !important;
    }
    #tfp_content {
        padding: 81px 0 50px;
        min-width: 100%;
    }
    #tfp_content .tfp_inner {
        width: 100%;
    }
    #tfp_left_col {
        float: none;
        margin: 0 auto 25px;
        width: 95%;
    }
    aside {
        float: none;
        margin: 0 auto;
        overflow: hidden;
        width: 600px;
    }
    .tfp_widget {
        float: left;
        margin: 0 0 60px;
        width: 100%;
    }
    .tfp_about_person_img {
        height: auto;
        overflow: hidden;
        width: 100%;
    }
    .tfp_about_person_img img {
        height: auto;
        vertical-align: top;
        width: 100%;
    }
    .tfp_widget .tfp_widget_data {
        background: none repeat scroll 0 0 #ffffff;
        float: left;
        padding: 34px 6px 0;
        width: 600px;
    }
    .tfp-instagram img {
        width: 100%;
        height: auto;
    }
    aside .tfp_posts_bar {
        background: none repeat scroll 0 0 #ffffff;
        float: left;
        margin: 0 0 10px;
        width: 100%;
    }
    aside .tfp_posts_bar a {
        background: none repeat scroll 0 0 #ffffff;
        border-bottom: 3px solid #ffffff;
        color: #515e6c;
        display: block;
        float: left;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 50%;
    }
    .tfp_post_data {
        background: none repeat scroll 0 0 #ffffff;
        float: left;
        padding: 10px 0;
        width: 512px;
    }
    .tfp_post {
        float: left;
        padding: 10px 20px;
        width: 472px;
    }
    .tfp_p_post {
        float: right;
        width: 370px;
    }
    footer .tfp_inner {
        margin: 0 auto;
        width: 98%;
    }
    .tfp_share_this {
        float: left;
        margin: 0 0 36px;
        padding: 0;
        width: 100%;
    }
    #tfp_left_col .tfp_comment_area ol {
        padding-left: 0;
    }
    #tfp_left_col .tfp_comment_area ol li ol {
        padding-left: 35px;
    }
    .tfp_left_box {
        float: none;
        margin: 0 auto;
        width: 512px;
    }
    input[type="text"] {
        background: url("../images/icon-yourname.png") no-repeat scroll 484px center #ffffff;
        border: 1px solid #dddddd;
        color: #99a1a9;
        font-size: 13px;
        margin: 0 0 10px;
        outline: medium none;
        padding: 10px 47px 10px 10px;
        width: 453px;
    }
    input[type="email"] {
        background: url("../images/icon-youremail.png") no-repeat scroll 482px center #ffffff;
        border: 1px solid #dddddd;
        color: #99a1a9;
        font-size: 13px;
        margin: 0 0 10px;
        outline: medium none;
        padding: 10px 47px 10px 10px;
        width: 453px;
    }
    .tfp_subject {
        background: url("../images/icon-subject.png") no-repeat scroll 482px center #ffffff !important;
    }
    .tfp_textarea {
        width: 512px;
        margin: 0 auto;
    }
    textarea {
        background: none repeat scroll 0 0 #ffffff;
        border: 1px solid #dddddd;
        height: 94px;
        margin-bottom: 20px;
        outline: medium none;
        padding: 20px 10px;
        resize: none;
        width: 490px;
    }
    input[type="submit"] {
        background: none repeat scroll 0 0 #f79016;
        border: 0 none;
        color: #ffffff;
        cursor: pointer;
        float: none;
        font-size: 13px;
        left: 50%;
        margin-left: -60px;
        padding: 12px 39px;
        position: relative;
    }
    aside .tfp_posts_bar a, #tfp_content .wpt_widget_content .tab_title a {
        background: none repeat scroll 0 0 #ffffff;
        border-bottom: 3px solid #ffffff;
        border-left: medium none;
        color: #515e6c;
        display: block;
        float: left;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
    }
    .tfp_post_data, #tfp_content .wpt_widget_content .inside {
        background: none repeat scroll 0 0 #ffffff;
        float: left;
        padding: 10px 0;
        width: 100%;
    }
    #tfp_content .wpt_excerpt {
        width: 465px;
    }
    .statigram-widget {
        margin: 0 auto;
        width: 428px;
    }
    #wgmpmap {
        width: 100% !important;
    }
    #tfp_secondary_nav {
        float: none;
        position: absolute;
        left: 21%;
    }
    section.for_mobile {
        display: none;
    }
    #tfp_secondary_nav ul li {
        padding: 0 20px 0 10px;
    }
    .tfp_nav-single {
        margin-bottom: 25px;
        overflow: hidden;
    }
    .tfp_nav-previous {
        float: left;
    }
    .tfp_nav-previous a {
        background: none repeat scroll 0 0 #f79623;
        width: 150px;
        color: #fff;
        display: block;
        margin: 0 13px 0 0;
        border-radius: 20px;
        font-size: 14px;
        text-align: center;
        text-transform: none;
        text-decoration: none;
    }
    .tfp_nav-next {
        float: right;
    }
    .tfp_nav-previous a:hover {
        background: none repeat scroll 0 0 #222222;
    }
    .tfp_nav-next a {
        background: none repeat scroll 0 0 #f79623;
        width: 150px;
        color: #fff;
        display: block;
        border-radius: 20px;
        font-size: 14px;
        text-transform: none;
        text-align: center;
        text-decoration: none;
    }
    .tfp_nav-next a:hover {
        background: none repeat scroll 0 0 #222222;
    }

}
/*Rsponsive layout 768*/
@media screen and (min-width: 641px) and (max-width: 768px) {

    .visible_phone {
        visibility: visible;
        display: inherit;
    }
    .visible_desktop {
        visibility: hidden;
        display: none;
    }
    #tfp_topbar #tfp_secondary_nav {
        display:none;	
    }
    #tfp_topbar .tfp_inner {
        margin: 0 auto;
        width: 100%;
    }
    header {
        height:132px;
    }
    header .tfp_inner {
        padding: 21px 0 22px;
        width: 95%;
        position: relative;
    } 
    #tfp_logo {
        background: url("../images/img-logo.jpg") no-repeat;
        display: block;
        height: 41px;
        text-indent: -9000px;
        width: 355px;
    }
    .tfp_mobile_menu {
        width: 221px;
        height: 38px;

        line-height: 36px;
        color: #404041;
        text-decoration: none;

        /*background: url(../images/mobile_btn.png) no-repeat 198px center;*/
        position: absolute;
        right: 0;
        top: 24px;
    }
    .tfp_mobile_menu select {
        width: 221px;
    }
    /*.tfp_mobile_menu:hover {
            color: #404041;
    }*/
    header nav {
        float: right;
        width: 204px;
        padding: 0 17px 0 19px;
        border: 2px solid #d5d8da;
        border-top: 0;
        background: #fff;
        position: absolute;
        top: 66px;
        right: 0;
        display: none;
        height: 100px;
        overflow: auto;
    }
    header nav ul {
        font-size: 14px;
        list-style: none outside none;
        padding: 0;
    }
    header nav ul li {
        float: none;
        margin: 0;
        padding: 0px;
        position: relative;
        text-transform: capitalize;
    }
    header nav ul li a {
        border-bottom: 1px solid #f2f2f2;
        color: #99a1a9;
        display: block;
        padding: 0;
        line-height: 52px;
        text-decoration: none;
    }
    header nav ul li a:hover {
        border-bottom: 1px solid #f2f2f2;
        color: #f79016;
    }
    header nav ul ul {
        display: none !important;
    }
    #tfp_content {
        min-width: 100%;
        padding: 100px 0 50px;
    }
    #tfp_content .tfp_inner {
        width: 100%;
    }
    #tfp_topbar .tfp_social_icon {
        float: left;
        margin-left: 12px;
    }
    #tfp_left_col {
        float: none;
        margin: 0 auto 25px;
        width: 96%;
    }
    aside {
        float: none;
        margin: 0 auto;
        overflow: hidden;
        width: 512px;
    }
    .tfp_widget {
        float: left;
        margin: 0 0 60px;
        width: 100%;
    }
    .tfp_about_person_img {
        height: auto;
        overflow: hidden;
        width: 100%;
    }
    .tfp_about_person_img img {
        height: auto;
        vertical-align: top;
        width: 100%;
    }
    .tfp_widget .tfp_widget_data {
        background: none repeat scroll 0 0 #ffffff;
        float: left;
        padding: 34px 28px 0;
        width: 456px;
    }
    .tfp-instagram img {
        width: 100%;
        height: auto;
    }
    aside .tfp_posts_bar {
        background: none repeat scroll 0 0 #ffffff;
        float: left;
        margin: 0 0 10px;
        width: 100%;
    }
    aside .tfp_posts_bar a {
        background: none repeat scroll 0 0 #ffffff;
        border-bottom: 3px solid #ffffff;
        color: #515e6c;
        display: block;
        float: left;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 50%;
    }
    .tfp_post_data {
        background: none repeat scroll 0 0 #ffffff;
        float: left;
        padding: 10px 0;
        width: 512px;
    }
    .tfp_post {
        float: left;
        padding: 10px 20px;
        width: 472px;
    }
    .tfp_p_post {
        float: right;
        width: 370px;
    }
    footer .tfp_inner {
        margin: 0 auto;
        width: 98%;
    }
    .tfp_share_this {
        float: left;
        margin: 0 0 36px;
        padding: 0;
        width: 100%;
    }
    #tfp_left_col .tfp_comment_area ol {
        padding-left: 0;
    }
    .tfp_comment_box {
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 20px;
        overflow: hidden;
        padding: 0 15px;
    }
    #tfp_left_col .tfp_comment_area ol li ol {
        padding-left: 25px;
    }
    .tfp_left_box {
        float: none;
        margin: 0 auto;
        width: 512px;
    }
    input[type="text"] {
        background: url("../images/icon-yourname.png") no-repeat scroll 484px center #ffffff;
        border: 1px solid #dddddd;
        color: #99a1a9;
        font-size: 13px;
        margin: 0 0 10px;
        outline: medium none;
        padding: 10px 47px 10px 10px;
        width: 453px;
    }
    input[type="email"] {
        background: url("../images/icon-youremail.png") no-repeat scroll 482px center #ffffff;
        border: 1px solid #dddddd;
        color: #99a1a9;
        font-size: 13px;
        margin: 0 0 10px;
        outline: medium none;
        padding: 10px 47px 10px 10px;
        width: 453px;
    }
    .tfp_subject {
        background: url("../images/icon-subject.png") no-repeat scroll 482px center #ffffff !important;
    }
    .tfp_textarea {
        width: 512px;
        margin: 0 auto;
    }
    textarea {
        background: none repeat scroll 0 0 #ffffff;
        border: 1px solid #dddddd;
        height: 94px;
        margin-bottom: 20px;
        outline: medium none;
        padding: 20px 10px;
        resize: none;
        width: 490px;
    }
    input[type="submit"] {
        background: none repeat scroll 0 0 #f79016;
        border: 0 none;
        color: #ffffff;
        cursor: pointer;
        float: none;
        font-size: 13px;
        left: 50%;
        margin-left: -60px;
        padding: 12px 39px;
        position: relative;
    }
    aside .tfp_posts_bar a, #tfp_content .wpt_widget_content .tab_title a {
        background: none repeat scroll 0 0 #ffffff;
        border-bottom: 3px solid #ffffff;
        border-left: medium none;
        color: #515e6c;
        display: block;
        float: left;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
    }
    .tfp_post_data, #tfp_content .wpt_widget_content .inside {
        background: none repeat scroll 0 0 #ffffff;
        float: left;
        padding: 10px 0;
        width: 100%;
    }
    #tfp_content .wpt_excerpt {
        width: 465px;
    }
    .statigram-widget {
        margin: 0 auto;
        width: 428px;
    }
    #wgmpmap {
        width: 100% !important;
        height: 300px !important;
    }
    .for_mobile {
        display: block !important;
    }
    .pagetitle {
        padding-top: 10px !important;
    }
    .tfp_nav-single {
        margin-bottom: 25px;
        overflow: hidden;
    }
    .tfp_nav-previous {
        float: left;
    }
    .tfp_nav-previous a {
        background: none repeat scroll 0 0 #f79623;
        width: 150px;
        color: #fff;
        display: block;
        margin: 0 13px 0 0;
        border-radius: 20px;
        font-size: 14px;
        text-align: center;
        text-transform: none;
        text-decoration: none;
    }
    .tfp_nav-next {
        float: right;
    }
    .tfp_nav-previous a:hover {
        background: none repeat scroll 0 0 #222222;
    }
    .tfp_nav-next a {
        background: none repeat scroll 0 0 #f79623;
        width: 150px;
        color: #fff;
        display: block;
        border-radius: 20px;
        font-size: 14px;
        text-transform: none;
        text-align: center;
        text-decoration: none;
    }
    .tfp_nav-next a:hover {
        background: none repeat scroll 0 0 #222222;
    }
    #rpwe_widget-3 {
        width: 44% !important;
        float: left !important;
    }
    #rpwe_widget-2 {
        width: 44% !important;
        float: right;
        margin-top: 0px;
    }
    #rpwe_widget-2 h2{
        padding: 14px 0px 14px 8px !important;
    }
}
/*Rsponsive layout 640*/
@media screen and (min-width: 481px) and (max-width: 640px) {
    .visible_phone {
        visibility: visible;
        display: inherit;
    }
    .visible_desktop {
        visibility: hidden;
        display: none;
    }
    #tfp_topbar #tfp_secondary_nav {
        display:none;	
    }
    #tfp_topbar{
        height:49px;
    }
    #tfp_topbar .tfp_inner {
        margin: 0 auto;
        width: 100%;
    }
    header {
        background: none repeat scroll 0 0 #fff;
        height: 150px;
    }
    header .tfp_inner {
        padding: 8px 0 22px;
        position: relative;
        width: 100%;
    }
    header h1 {
        float: none;
        margin: 0 auto;
        width: 355px;
    }
    #tfp_logo {
        background: url("../images/img-logo.jpg") no-repeat;
        display: block;
        height: 41px;
        text-indent: -9000px;
        width: 355px;
    }
    .tfp_mobile_menu {
        /*background: url("../images/mobile_btn.png") no-repeat scroll 198px center rgba(0, 0, 0, 0);*/

        color: #404041;
        height: 38px;
        line-height: 36px;
        margin-right: -120px;

        position: absolute;
        right: 45%;
        text-decoration: none;
        top: 48px;
        width: 221px;
    }
    .tfp_mobile_menu select {
        width: 221px;
    }
    /*.tfp_mobile_menu:hover {
            color: #404041;
    }*/
    header nav {
        background: none repeat scroll 0 0 #fff;
        border: 2px solid #d5d8da;
        border-top: 0;
        display: none;
        float: right;
        margin-right: -120px;
        padding: 0 17px 0 19px;
        position: absolute;
        right: 45%;
        top: 89px;
        width: 204px;
        height: 100px;
        overflow: auto;
    }
    header nav ul {
        font-size: 14px;
        list-style: none outside none;
        padding: 0;
    }
    header nav ul li {
        float: none;
        margin: 0;
        padding: 0px;
        position: relative;
        text-transform: capitalize;
    }
    header nav ul li a {
        border-bottom: 1px solid #f2f2f2;
        color: #99a1a9;
        display: block;
        padding: 0;
        line-height: 52px;
        text-decoration: none;
    }
    header nav ul li a:hover {
        border-bottom: 1px solid #f2f2f2;
        color: #f79016;
    }
    header nav ul ul {
        display: none !important;
    }
    #tfp_content .tfp_inner {
        width: 100%;
    }
    #tfp_content {
        padding: 125px 0 50px;
    }
    #tfp_topbar .tfp_social_icon {
        float: left;
        margin-left: 12px;
    }
    #tfp_left_col {
        float: none;
        margin: 0 auto 25px;
        width: 96%;
    }
    aside {
        float: none;
        margin: 0 auto;
        overflow: hidden;
        width: 465px;
    }
    .tfp_widget {
        float: left;
        margin: 0 0 60px;
        width: 100%;
    }
    .tfp_about_person_img {
        height: auto;
        overflow: hidden;
        width: 100%;
    }
    .tfp_about_person_img img {
        height: auto;
        vertical-align: top;
        width: 100%;
    }
    .tfp_widget .tfp_widget_data {
        background: none repeat scroll 0 0 #ffffff;
        float: left;
        padding: 34px 28px 0;
        width: 408px;
    }
    .tfp-instagram img {
        width: 100%;
        height: auto;
    }
    aside .tfp_posts_bar {
        background: none repeat scroll 0 0 #ffffff;
        float: left;
        margin: 0 0 10px;
        width: 100%;
    }
    aside .tfp_posts_bar a {
        background: none repeat scroll 0 0 #ffffff;
        border-bottom: 3px solid #ffffff;
        color: #515e6c;
        display: block;
        float: left;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 50%;
    }
    .tfp_post_data {
        background: none repeat scroll 0 0 #ffffff;
        float: left;
        padding: 10px 0;
        width: 465px;
    }
    .tfp_post {
        float: left;
        padding: 10px 20px;
        width: 425px;
    }
    .tfp_p_post {
        float: right;
        width: 330px;
    }
    footer .tfp_inner {
        margin: 0 auto;
        width: 98%;
    }
    .tfp_share_this {
        float: left;
        margin: 0 0 36px;
        padding: 0;
        width: 100%;
    }
    #tfp_left_col .tfp_comment_area ol {
        padding-left: 0;
    }
    .tfp_comment_box {
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 20px;
        overflow: hidden;
        padding: 0 15px;
    }
    #tfp_left_col .tfp_comment_area ol li ol {
        padding-left: 25px;
    }
    .tfp_left_box {
        float: none;
        margin: 0 auto;
        width: 465px;
    }
    input[type="text"] {
        background: url("../images/icon-yourname.png") no-repeat scroll 438px center #ffffff;
        border: 1px solid #dddddd;
        color: #99a1a9;
        font-size: 13px;
        margin: 0 0 10px;
        outline: medium none;
        padding: 10px 47px 10px 10px;
        width: 406px;
    }
    input[type="email"] {
        background: url("../images/icon-youremail.png") no-repeat scroll 438px center #ffffff;
        border: 1px solid #dddddd;
        color: #99a1a9;
        font-size: 13px;
        margin: 0 0 10px;
        outline: medium none;
        padding: 10px 47px 10px 10px;
        width: 406px;
    }
    .tfp_subject {
        background: url("../images/icon-subject.png") no-repeat scroll 438px center #ffffff !important;
    }
    .tfp_textarea {
        width: 465px;
        margin: 0 auto;
    }
    textarea {
        background: none repeat scroll 0 0 #ffffff;
        border: 1px solid #dddddd;
        height: 94px;
        margin-bottom: 20px;
        outline: medium none;
        padding: 20px 10px;
        resize: none;
        width: 445px;
    }
    input[type="submit"] {
        background: none repeat scroll 0 0 #f79016;
        border: 0 none;
        color: #ffffff;
        cursor: pointer;
        float: none;
        font-size: 13px;
        left: 50%;
        margin-left: -60px;
        padding: 12px 39px;
        position: relative;
    }
    .tfp_tags {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
    .tfp_tags span {
        display: block;
        float: none;
        margin-top: 10px;
    }
    aside .tfp_posts_bar a, #tfp_content .wpt_widget_content .tab_title a {
        background: none repeat scroll 0 0 #ffffff;
        border-bottom: 3px solid #ffffff;
        border-left: medium none;
        color: #515e6c;
        display: block;
        float: left;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
    }
    .tfp_post_data, #tfp_content .wpt_widget_content .inside {
        background: none repeat scroll 0 0 #ffffff;
        float: left;
        padding: 10px 0;
        width: 100%;
    }
    #tfp_content .wpt_excerpt {
        width: 465px;
    }
    .statigram-widget {
        margin: 0 auto;
        width: 428px;
    }
    #tfp_content .wpt_excerpt {
        width: 440px;
    }
    #wgmpmap {
        width: 100% !important;
        height: 200px !important;
    }
    .for_mobile {
        display: block !important;
    }
    .tfp_nav-single {
        margin-bottom: 25px;
        overflow: hidden;
    }
    .tfp_nav-previous {
        float: none;
    }
    .tfp_nav-previous a {
        background: none repeat scroll 0 0 #f79623;
        width: 150px;
        color: #fff;
        display: block;
        margin: 0 13px 0 0;
        border-radius: 20px;
        font-size: 14px;
        text-align: center;
        text-transform: none;
        text-decoration: none;
    }
    .tfp_nav-next {
        float: none;
    }
    .tfp_nav-previous a:hover {
        background: none repeat scroll 0 0 #222222;
    }
    .tfp_nav-next a {
        background: none repeat scroll 0 0 #f79623;
        width: 150px;
        color: #fff;
        display: block;
        border-radius: 20px;
        font-size: 14px;
        text-transform: none;
        text-align: center;
        text-decoration: none;
        float: right;
    }
    .tfp_nav-next a:hover {
        background: none repeat scroll 0 0 #222222;
    }
    div#rpwe_widget-3 {
        width: 45% !important;
        float: left !important;
    }
    #rpwe_widget-2 {
        width: 45% !important;
        float: right !important;
        margin-top: -19px !important;
    }
}
/*Rsponsive layout 480*/
@media screen and (min-width: 320px) and (max-width: 480px) {
    .for_mobile {
        display: block !important;
    }
    .tfp_secondary_nav ul li a {
        color: #fff;
        font-size: 13px;
        padding-right: 9px;
        text-decoration: none;
    }
    .visible_phone {
        visibility: visible;
        display: inherit;
    }
    .visible_desktop {
        visibility: hidden;
        display: none;
    }
    #tfp_topbar {
        height:49px;
        position:fixed;
    }
    #tfp_topbar .tfp_inner {
        width: 100%;
        margin: 0 auto;
    }
    header {
        background: none repeat scroll 0 0 #fff;
        height: 173px;
    }
    header .tfp_inner {
        padding: 8px 0 22px;
        position: relative;
        width: 100%;
    }
    header h1 {
        float: none;
        margin: 0 auto;
        width: 236px;
    }
    #tfp_logo {
        background: url("../images/logo_mobile.png") no-repeat;
        display: block;
        height: 49px;
        text-indent: -9000px;
        width: 236px;
    }
    .tfp_mobile_menu {
        /*background: url("../images/mobile_btn.png") no-repeat scroll 198px center #fff;*/

        color: #404041;
        height: 38px;
        line-height: 36px;
        margin-right: -120px;

        position: absolute;
        right: 50%;
        text-decoration: none;
        top: 60px;
        width: 221px;
    }
    .tfp_mobile_menu select {
        width: 221px;
    }
    /*.tfp_mobile_menu:hover {
            color: #404041;
    }*/
    header nav {
        background: none repeat scroll 0 0 #fff;
        border: 2px solid #d5d8da;
        border-top: 0;
        display: none;
        float: right;
        margin-right: -120px;
        padding: 0 17px 0 19px;
        position: absolute;
        right: 50%;
        top: 102px;
        width: 204px;
    }
    header nav ul {
        font-size: 14px;
        list-style: none outside none;
        padding: 0;
    }
    header nav ul li {
        float: none;
        margin: 0;
        padding: 0px;
        position: relative;
        text-transform: capitalize;
    }
    header nav ul li a {
        border-bottom: 1px solid #f2f2f2;
        color: #99a1a9;
        display: block;
        padding: 0;
        line-height: 37px;
        text-decoration: none;
    }
    header nav ul li a:hover {
        border-bottom: 1px solid #f2f2f2;
        color: #f79016;
    }
    header nav ul ul {
        display: none !important;
    }
    #tfp_content {
        min-width: 100%;
        padding: 149px 0 50px;
    }
    #tfp_content .tfp_inner {
        width: 100%;
    }
    .tfp_post_content {
        padding: 20px 20px 1px;
    }
    .tfp_post_meta {
        font-size: 14px;
        line-height: 30px;
        padding: 0 0 15px;
        text-align: center;
    }
    .tfp_red_post h1 {
        font-size: 28px;
        font-weight: normal;
        line-height: 36px;
    }
    #tfp_topbar .tfp_social_icon {
        float: left;
        margin-left: 12px;
        display: none;
    }
    .tfp_search {
        width: 237px;
        height: 40px;
        background: #f29016;
        float: none;
        margin: 0 auto;
    }
    #tfp_secondary_nav {
        display: none;
    }
    #tfp_left_col {
        float: none;
        margin: 0 auto 25px;
        width: 96%;
    }
    aside {
        float: none;
        margin: 0 auto;
        overflow: hidden;
        width: 96%;
    }
    .tfp_widget {
        float: left;
        margin: 0 0 60px;
        width: 100%;
    }
    .tfp_about_person_img {
        height: auto;
        overflow: hidden;
        width: 100%;
    }
    .tfp_about_person_img img {
        height: auto;
        vertical-align: top;
        width: 100%;
    }
    .tfp_widget .tfp_widget_data {
        background: none repeat scroll 0 0 #ffffff;
        float: left;
        padding: 34px 2% 0;
        width: 96%;
    }
    .tfp-instagram img {
        width: 100%;
        height: auto;
    }
    aside .tfp_posts_bar {
        background: none repeat scroll 0 0 #ffffff;
        float: left;
        margin: 0 0 10px;
        width: 100%;
    }
    aside .tfp_posts_bar a {
        background: none repeat scroll 0 0 #ffffff;
        border-bottom: 3px solid #ffffff;
        color: #515e6c;
        display: block;
        float: left;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 50%;
    }
    .tfp_post_data {
        background: none repeat scroll 0 0 #ffffff;
        float: left;
        padding: 10px 0;
        width: 100%;
    }
    .tfp_post {
        float: left;
        padding: 10px 3%;
        width: 94%;
    }
    .tfp_post img {
        float: left;
        margin: 0 15px 0 0;
    }
    .tfp_p_post {
        float: left;
        width: 67%;
    }
    .tfp_p_post h5 {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 0;
        margin-top: -4px;
        text-transform: capitalize;
    }
    .tfp_p_post h6 {
        color: #ced0d3;
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 3px;
    }
    .tfp_p_post p {
        font-size: 13px;
        line-height: 15px;
        margin: 0;
    }
    aside .tfp-instagram ul li {
        float: left;
        margin-right: 0;
    }
    aside .tfp-instagram span {
        color: #515e6c;
        font-weight: bold;
        line-height: 48px;
        padding: 0 5px 0 14px;
    }
    footer {
        background: none repeat scroll 0 0 #222222;
        height: 80px;
    }
    footer .tfp_inner {
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
        width: 98%;
    }
    footer p {
        color: #fff;
        float: none;
        font-size: 12px;
        margin: 0;
    }
    footer .tfp_social_icon {
        float: none;
        margin: 0 0 5px;
        text-align: center;
    }
    .tfp_social_icon a {
        color: #fff;
        display: inline-block;
        float: none;
        margin: 9px 18px 0 0;
    }
    blockquote {
        background: url("../images/quotes-img.png") no-repeat scroll 25px 24px #f9f9f9;
        border-left: 3px solid #f79016;
        color: #99a1a9;
        line-height: 24px;
        margin: 35px 0;
        padding: 15px 32px 25px 60px;
    }
    .tfp_share_this {
        float: left;
        margin: 0 0 36px;
        padding: 0;
        width: 100%;
    }
    #tfp_left_col .tfp_comment_area ol {
        padding-left: 0;
    }
    .tfp_comment_box {
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 20px;
        overflow: hidden;
        padding: 0 10px;
    }
    .tfp_comment_area .tfp_author {
        float: left;
        height: 83px;
        margin: 0 12px 5px 0;
        overflow: hidden;
        width: 83px;
    }
    .tfp_comment_area section .tfp_comment_content h6 {
        color: #f79016;
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 12px;
        text-transform: capitalize;
    }
    .tfp_reply {
        color: #999999;
        float: none;
        font-size: 12px;
        margin-top: 0;
    }
    #tfp_left_col .tfp_comment_area ol li ol {
        padding-left: 15px;
    }
    .tfp_left_box {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    input[type="text"] {
        background: url("../images/icon-yourname.png") no-repeat scroll 438px center #ffffff;
        border: 1px solid #dddddd;
        color: #99a1a9;
        font-size: 13px;
        margin: 0 0 10px;
        outline: medium none;
        padding: 10px 2%;
        width: 96%;
    }
    input[type="email"] {
        background: url("../images/icon-youremail.png") no-repeat scroll 438px center #ffffff;
        border: 1px solid #dddddd;
        color: #99a1a9;
        font-size: 13px;
        margin: 0 0 10px;
        outline: medium none;
        padding: 10px 2%;
        width: 96%;
    }
    .tfp_subject {
        background: url("../images/icon-subject.png") no-repeat scroll 438px center #ffffff !important;
    }
    .tfp_textarea {
        width: 100%;
        margin: 0 auto;
    }
    textarea {
        background: none repeat scroll 0 0 #ffffff;
        border: 1px solid #dddddd;
        height: 94px;
        margin-bottom: 20px;
        outline: medium none;
        padding: 20px 2%;
        resize: none;
        width: 96%;
    }
    input[type="submit"] {
        background: none repeat scroll 0 0 #f79016;
        border: 0 none;
        color: #ffffff;
        cursor: pointer;
        float: none;
        font-size: 13px;
        left: 50%;
        margin-left: -60px;
        padding: 12px 39px;
        position: relative;
    }
    .tfp_tags {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
    .tfp_tags span {
        display: block;
        float: none;
        margin-top: 10px;
    }
    .tfp_title {
        background: none repeat scroll 0 0 #ffffff;
        border-bottom: 3px solid #dcdfe2;
        color: #515e6c;
        margin: 0 0 30px;
        overflow: hidden;
        padding: 14px 15px;
    }
    .tfp_title h3 {
        color: #515e6c;
        float: left;
        font-size: 14px;
        font-weight: normal;
    }
    .tfp_title span {
        background: url("../images/bg-comment1.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        color: #99a1a9;
        float: right;
        font-size: 12px;
        margin-top: 4px;
        padding-left: 22px;
    }
    .tfp_quote_post p {
        color: #515e6c;
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
        margin: 0 0 15px;
    }
    aside .tfp_posts_bar a, #tfp_content .wpt_widget_content .tab_title a {
        background: none repeat scroll 0 0 #ffffff;
        border-bottom: 3px solid #ffffff;
        border-left: medium none;
        color: #515e6c;
        display: block;
        float: left;
        font-size: 16px;
        line-height: 49px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
    }
    .tfp_post_data, #tfp_content .wpt_widget_content .inside {
        background: none repeat scroll 0 0 #ffffff;
        float: left;
        padding: 10px 0;
        width: 100%;
    }
    #tfp_content .wpt_excerpt {
        width: 465px;
    }
    .statigram-widget {
        margin: 0 auto;
        width: 300px;
        display: none;
    }
    #tfp_content .wpt_excerpt {
        width: 100%;
    }
    #tfp_content .wpt_widget_content .tab-content li {
        border-bottom: 0 none;
        float: left;
        padding: 10px 3%;
        width: 94%;
    }
    #wgmpmap {
        width: 100% !important;
        height: 150px !important;
    }
    .tfp_nav-single {
        margin-bottom: 25px;
        overflow: hidden;
    }
    .tfp_nav-previous {
        float: none;
    }
    .tfp_nav-previous a {
        width: 120px;
        margin: 0 auto;
    }
    .tfp_nav-next {
        float: none;
    }
    .tfp_nav-previous a:hover {
        background: none repeat scroll 0 0 #222222;
    }
    .tfp_nav-next a {
        width: 120px;
        margin: 0 auto;
        margin-top: 10px;
    }
    .tfp_nav-next a:hover {
        background: none repeat scroll 0 0 #222222;
    }
}
#tfp_archives li {
    width: 200px;
    float: left;
    margin-bottom: 10px;
}
#tfp_archives li a {
    text-decoration: none;
    border-bottom: none;
}
/* Captions */
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
}
.wp-caption img {
    margin: 0 0 3px;
    padding: 0;
    border: 0 none;
    vertical-align: top;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */

.navigation {
    overflow: hidden;
}
.navigation a {
    line-height: 40px;
    display: block;
    background: #F79623;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    width: 150px;
    text-align: center;
    border-radius: 40px;
}
.navigation .alignleft {
    float: left;
}
.navigation .alignright {
    float: right;
}
.for_mobile {
    visibility: visible !important;
}
