/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 479px) {
.container{		
	width:310px;
	padding:0 5px;
	overflow:hidden;
}
body{
    -webkit-text-size-adjust: none;
}
.row.project_list_pad {
    width: 100%;
}

/* ===================== Home Page ================== */

.logo_section {
    display: none;
}
.mob_logo {
    width: 150px;
    float: left;
    margin-top: 7px;
    margin-left: 8px;
}
.advice_btn {
    float: none;
    height: auto;
    display: block;
    text-align: center;
    margin-top: 15px;
}
.mob_advice_btn{
	display: none;
}
#header {
    background-color: #111;
    height: 122px;
}
.main_banner .caption h1 {
    font-size: 20px;
    width: 100%;
    color: #f36f20;
}
.main_banner .caption .find_project {
    margin-top: 12px;
    width: calc(100% - 5px);
}
.main_banner .caption input[type=text] {
    height: 40px;
    border-radius: 7px;
    padding: 0 52px 0 12px;
    width: calc(100% - 70px);
    font-size: 14px;
    border: 3px solid #f36f20;
}

.main_banner > img{
    display: block;
}

.main_banner .caption {
    position: absolute;
    margin-top: 40px;
     top: auto;
     transform: none;
}

.main_banner .caption input[type=submit] {
    font-size: 14px;
    height: 46px;
    line-height: 45px;
    padding: 0 20px;
}
.btn, input[type=submit] {
    border-radius: 7px;
}
.main_banner .caption select {
    height: 44px;
    border-radius: 7px;
    font-size: 14px;
    padding: 0 20px;
    width: 100%;
}
.main_banner {
    /* height: calc(40vh); */
    background: none;
}
.only-text h1 {
    font-size: 20px;
}
ul#menu-main-menu li:first-child{
    display: block;
}
.orange_strip {
    padding: 35px 0;
}
.orange_strip h1 {
    font-size: 20px;
}
.service_list .column {
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 15px;
}
.founder_section .intro {
    width: 100%;
    float: none;
}
.founder_section .intro h1 {
    font-size: 19px;
    margin-bottom: 20px;
}
.founder_section {
    padding: 45px 0 87px 0;
    padding-top: 280px;
    background-position: left top;
    background-size: 100%;
}
.founder_section .intro p {
    font-size: 14px;
}
.founder_section .intro a {
    width: calc(100% - 4px);
    text-align: center;
    margin-top: 20px;
    padding: 0;
}
.founder_section .intro a.learn_more_btn {
    margin-left: 0;
}
.home_article_section h1 {
    font-size: 28px;
    margin-bottom: 10px;
}
.home_article_section .container > p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.5em;
}
.article_list .article_item {
    width: 100%;
    float: none;
    margin-bottom: 30px;
}
.article_list .article_item .article_desc .post_date {
    margin-bottom: 10px;
}
.article_list .article_item .article_img {
    height: 180px;
}
.home_article_section {
    padding: 43px 0 20px 0;
    margin-top: -24px;
}
.testimonial_section {
    padding: 35px 0 0 0;
}
.testimonial_section .testimonial h1 {
    font-size: 24px;
    margin-bottom: 25px;
}
.testimonial_section .testimonial {
    width: 100%;
    margin-right: 0;
    float: none;
}
#testimonial_slider .slide .message {
    border: 2px solid #f36f20;
    padding: 20px 20px 20px 20px;
}
#testimonial_slider .slide blockquote {
    padding-left: 40px;
}
#testimonial_slider .slide blockquote:before {
    width: 25px;
    height: 20px;
    background-size: 100%;
}
#testimonial_slider .slide p {
    line-height: 1.5em;
}
#testimonial_slider .slide .author .author_img {
    width: 50px;
}
#testimonial_slider .slide .author .author_desc {
    margin-left: 16px;
}
#testimonial_slider .slide .author .author_desc h5 {
    font-size: 14px;
    margin-bottom: 3px;
}
#testimonial_slider .slide .author .author_desc p {
    font-size: 12px;
}
.testimonial_section .testimonial .bx-controls .bx-pager {
    bottom: 60px;
}
.testimonial_section .testimonial .bx-controls .bx-pager .bx-pager-item a {
    height: 3px;
    width: 14px;
}
.brand_section {
    padding: 25px 25px 25px 25px;
    float: none;
    margin-top: 35px;
}
.brand_section h1 {
    font-size: 22px;
    margin-bottom: 16px;
}
.brand_section h2 {
    font-size: 18px;
    margin-bottom: 22px;
}
.brand_section a {
    font-size: 16px;
}
footer {
    margin-top: 40px;
    padding: 44px 0 45px 0;
}
footer .top_footer {
    display: block;
}
footer .top_footer .footer_about {
    width: 100%;
}
footer .top_footer .footer_about img{
	width: 230px;
}
footer .top_footer .column {
    float: none;
    margin-right: 0;
    margin-bottom: 35px;
}
footer .top_footer .column h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
footer .top_footer .column ul li a {
    font-size: 14px;
}
footer .top_footer .column h4 {
    margin-bottom: 25px;
}
footer .bottom_footer .social_media {
    height: 44px;
    width: 80%;
}
footer .bottom_footer .social_media:after {
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}
footer .bottom_footer .social_media ul li {
    margin-left: 20px;
}


/* ====================== About Page ========================== */

.about_content {
    padding: 40px 0 0 0;
}
.about_content h1 {
    font-size: 30px;
    margin-bottom: 50px;
}
.about_intro .left_about_content {
    width: 100%;
    float: none;
}
.about_intro .left_about_content h2 {
    font-size: 15px;
}
.about_intro .left_about_content h2 {
    font-size: 16px;
}
.about_intro .left_about_content p {
    margin-top: 22px;
    font-size: 14px;
}
.about_intro .right_about_content {
    float: none;
    text-align: center;
    margin-top: 25px;
}
.about_intro .right_about_content a {
    font-size: 16px;
    margin-top: 15px;
    padding: 8px 10px;
    line-height: 1.4em;
    width: calc(100% - 24px);
}


/* ====================== Category Page ========================== */

.category_section {
    padding-top: 45px;
	padding-bottom: 0;
}
.category_section > .container > h1 {
    font-size: 22px;
    margin-bottom: 30px;
}
.category_section h2 {
    font-size: 22px;
}
.category_listing .category_item {
    float: none;
    width: 100%;
    margin-right: 0;
}
.category_listing .category_item .category_img {
    height: 164px;
}
.category_listing .category_item .category_desc h1 {
    font-size: 16px;
}
.category_listing .category_item .category_desc {
    height: 46px;
    margin-top: -10px;
    width: calc(100% - 60px);
}
.category_listing .category_item .category_desc .hexagon:before {
    right: -21px;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
    border-left: 21px solid #111111;
}
.category_listing .category_item .category_desc .hexagon:after {
    left: -21px;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-right: 21px solid #111;
}
.category_listing .category_item .category_desc .hexagon {
    width: 45px;
    height: 73px;
}

/* ====================== Contact Page ========================== */

.title_banner {
    height: 25vh;
    margin-bottom: 40px;
}
.title_banner .caption h1 {
    font-size: 27px;
}
.contact_section .left_desc {
    float: none;
    width: 100%;
}
.contact_section .left_desc h1 {
    font-size: 25px;
    margin-bottom: 20px;
}
.contact_section .left_desc h2 {
    font-size: 24px;
    margin-bottom: 25px;
}
.contact_section .left_desc h5 {
    font-size: 15px;
    margin-bottom: 20px;
}
.contact_section .left_desc p {
    margin-bottom: 16px;
    font-size: 14px;
}
.contact_section .contact_form {
    float: none;
    width: 100%;
    margin-top: 30px;
}
.contact_section .contact_form .one_half .row {
    width: 100%;
    float: none;
    margin-right: 0;
}
.contact_section .contact_form input[type=submit] {
    font-size: 16px;
}
input:not([type="submit"]), textarea {
    border: 0;
    border: 2px solid #dddddd;
    padding: 9px;
    width: calc(100% - 22px);
    font-weight: normal;
}

/* ====================== Project Page ========================== */

.breadcrumb {
    padding-top: 30px;
}
.breadcrumb ul li a {
    font-size: 14px;
}
.project_content_section > .project_list > h1 {
    font-size: 18px;
}
.project_content_section .project_list {
    float: none;
    width: 100%;
}
.project_content_section > .project_list > a {
    float: right;
    width: 26px;
}
.project_content_section {
    padding-top: 32px;
}
.video_section .video {
    height: 180px;
}
.video_section .video_desc {
    margin-top: 25px;
}
.video_section .video_desc .left, .video_section .video_desc .right {
    float: none;
    width: 100%;
    margin-bottom: 20px;
}
.video_section .video_desc h1 {
    font-size: 22px;
    margin-bottom: 8px;
}
.video_section .video_desc p {
    font-size: 16px;
}
.video_section {
    margin-bottom: 20px;
}
.project_content_section .project_list .steps h1 {
    font-size: 18px;
    margin-bottom: 15px;
}
.project_content_section .project_list .steps p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 24px;
}
.project_content_section .project_list .steps .step_img {
    height: 190px;
}
.project_content_section .project_list .steps {
    margin-bottom: 35px;
}
.steps a.btn{
	font-size: 12px;
    width: 100%;
    padding: 0;
    text-align: center;
}
.project_content_section .project_list .steps .share_project {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 6px;
}
.project_content_section .project_list .steps .print_btn p {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}
.project_content_section .project_list .steps .print_btn p a {
    top: 7px;
    margin-left: 10px;
    width: 24px;
}
.project_content_section .project_list .steps .share_project ul li {
    margin-left: 3px;
    font-size: 14px;
}
.project_content_section .project_list .steps .share_project ul li:nth-child(1) {
    margin-right: 6px;
}
.project_content_section .project_list .steps .share_project ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.project_content_section .project_list .steps .share_project ul li a i {
    line-height: 30px;
}

.sidebar {
    width: 100%;
    float: none;
}
.sidebar .share_project {
    display: none;
}
.sidebar h3 {
    font-size: 20px;
    padding-bottom: 10px;
}
.sidebar .post_listing .post_item {
    padding: 10px 0;
}
.sidebar .post_listing .post_item .post_desc {
    width: 240px;
}
.sidebar .post_listing .post_item .post_desc h5 {
    margin-bottom: 5px;
}
.sidebar .post_listing .post_item .post_desc p {
    font-size: 12px;
}
.sidebar .post_listing {
    margin-bottom: 30px;
}
.sidebar .tags ul li {
    margin-right: 2px;
    margin-bottom: 6px;
}
.sidebar .tags ul li a {
    font-size: 12px;
    padding: 7px 8px;
}

/* ====================== Sponsorship Page ========================== */

.sponsor_section {
    padding-top: 0;
}

/* ====================== Video Service Page ========================== */

.book_call_section {
    padding-top: 40px;
    padding-bottom: 45px;
    background: none;
}
.book_call_section h1 {
    font-size: 28px;
    margin-bottom: 55px;
}
.book_call_section .book_call {
    float: none;
    width: 100%;
}
.book_call_section .book_call h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.book_call_section .book_call p {
    line-height: 20px;
    font-size: 14px;
}
.how_work {
    padding: 25px 0;
    margin-top: 0;
}
.how_work h1 {
    font-size: 16px;
}
.payment_section {
    padding-top: 35px;
}
.payment_section .payment_method {
    margin-bottom: 25px;
    width: 100%;
    margin-right: 0;
    float: none;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}
.payment_section .payment_method .method_img {
    margin-bottom: 20px;
    height: 70px;
}
.payment_section .payment_method .method_img img {
    max-height: 100%;
}
.payment_section .payment_method .method_desc h3 {
    font-size: 20px;
    margin-bottom: 14px;
}
.payment_section .payment_method .method_desc p {
    font-size: 16px;
}
.payment_options {
    margin-bottom: 20px;
}
.payment_section .book_btn h1 {
    font-size: 23px;
    margin-bottom: 20px;
}
.payment_section .book_btn a {
    padding: 0 20px;
    font-size: 16px;
}





}


@media only screen
and (min-width : 480px){
    .book_call.founder_section{
        background-image: none;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 480px)
and (max-width : 767px) {

.container{
	width:470px;
	padding:0 5px;
	overflow:hidden;
}
body{
    -webkit-text-size-adjust: none;
}

/* ===================== Home Page ================== */

.logo_section {
    display: none;
}
.mob_logo {
    width: 180px;
    float: left;
    margin-top: 8px;
    margin-left: 8px;
}
.advice_btn {
    display: none;
}
.mob_advice_btn {
    display: block;
    height: auto;
    margin-top: 5px;
    margin-right: 70px;
}
.mean-container .mean-bar {
    min-height: 50px;
}
.mean-container a.meanmenu-reveal {
    top: 2px;
}
.mean-container .mean-nav {
    top: 58px;
}
#header {
    height: auto;
}
.main_banner .caption h1 {
    font-size: 23px;
    width: 100%;
    color: #f36f20;
}
.main_banner .caption .find_project {
    margin-top: 12px;
    width: calc(100% - 5px);
}
.main_banner .caption input[type=text] {
    height: 40px;
    border-radius: 7px;
    padding: 0 52px 0 12px;
    width: calc(100% - 70px);
    font-size: 14px;
    border: 3px solid #f36f20;
}
.main_banner .caption input[type=submit] {
    font-size: 14px;
    height: 46px;
    line-height: 45px;
    padding: 0 20px;
}
.btn, input[type=submit] {
    border-radius: 7px;
}
.main_banner .caption select {
    height: 44px;
    border-radius: 7px;
    font-size: 14px;
    padding: 0 20px;
    width: 100%;
}
.main_banner {
    height: calc(100vh - 115px);
    /*background: none;*/ 
}
ul#menu-main-menu li:first-child{
    display: block;
}
.orange_strip {
    padding: 35px 0;
}
.orange_strip h1 {
    font-size: 20px;
}
.service_list .column {
    text-align: center;
    margin-bottom: 0;
}
.service_list .column p {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
}
.founder_section .intro {
    width: 100%;
    float: none;
}
.founder_section .intro h1 {
    font-size: 22px;
    margin-bottom: 20px;
}
.founder_section {
    padding: 45px 0 87px 0;
	background: none;
}
.founder_section .intro p {
    font-size: 14px;
	margin-bottom: 10px;
}
.founder_section .intro a {
    padding: 0;
}
.founder_section .intro a.learn_more_btn {
    margin-left: 0;
}
.home_article_section h1 {
    font-size: 28px;
    margin-bottom: 10px;
}
.home_article_section .container > p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.5em;
}
.article_list .article_item {
    width: 230px;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
.article_list .article_item:nth-child(2n){
	margin-right: 0;
}
.article_list .article_item .article_desc a {
    font-size: 13px;
}
.article_list .article_item .article_desc .post_date {
    margin-bottom: 10px;
	padding: 9px 10px;
	margin-top: -16px;
}
.article_list .article_item .article_desc .post_date p {
    font-size: 12px;
    margin-right: 30px;
}
.article_list .article_item .article_desc .post_date:after {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
	border-left: 11px solid #fff;
    right: -11px;
}
.article_list .article_item .article_img {
    height: 180px;
}
.home_article_section {
    padding: 43px 0 20px 0;
}
.testimonial_section {
    padding: 35px 0 0 0;
}
.testimonial_section .testimonial h1 {
    font-size: 24px;
    margin-bottom: 25px;
}
.testimonial_section .testimonial {
    width: 100%;
    margin-right: 0;
    float: none;
}
#testimonial_slider .slide .message {
    border: 2px solid #f36f20;
    padding: 20px 20px 20px 20px;
}
#testimonial_slider .slide blockquote {
    padding-left: 40px;
}
#testimonial_slider .slide blockquote:before {
    width: 25px;
    height: 20px;
    background-size: 100%;
}
#testimonial_slider .slide p {
    line-height: 1.5em;
}
#testimonial_slider .slide .author .author_img {
    width: 50px;
}
#testimonial_slider .slide .author .author_desc {
    margin-left: 16px;
}
#testimonial_slider .slide .author .author_desc h5 {
    font-size: 14px;
    margin-bottom: 3px;
}
#testimonial_slider .slide .author .author_desc p {
    font-size: 12px;
}
.testimonial_section .testimonial .bx-controls .bx-pager .bx-pager-item a {
    height: 4px;
    width: 24px;
}
.brand_section {
    padding: 25px 25px 25px 25px;
    float: none;
    margin-top: 35px;
}
.brand_section h1 {
    font-size: 22px;
    margin-bottom: 16px;
}
.brand_section h2 {
    font-size: 18px;
    margin-bottom: 22px;
}
.brand_section a {
    font-size: 16px;
}
footer {
    margin-top: 40px;
    padding: 44px 0 45px 0;
}
footer .top_footer .footer_about p {
    margin-top: 24px;
    line-height: 20px;
}
footer .top_footer {
    display: block;
}
footer .top_footer .column.footer_about {
    width: 100%;
}
footer .top_footer .column.footer_about img{
	width: 240px;
}
footer .top_footer .column {
    width: 150px;
	margin-right: 10px;
    margin-bottom: 35px;
}
footer .top_footer .column h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
footer .top_footer .column ul li a {
    font-size: 14px;
}
footer .top_footer .column h4 {
    margin-bottom: 25px;
	font-size: 18px;
}
footer .bottom_footer {
    margin-top: 14px;
}
footer .bottom_footer .social_media {
    width: 80%;
}
footer .bottom_footer .social_media ul li {
    margin-left: 20px;
}


/* ====================== About Page ========================== */

.about_content {
    padding: 40px 0 0 0;
}
.about_content h1 {
    font-size: 30px;
    margin-bottom: 50px;
}
.about_intro .left_about_content {
    width: 100%;
    float: none;
}
.about_intro .left_about_content h2 {
    font-size: 15px;
}
.about_intro .left_about_content h2 {
    font-size: 16px;
}
.about_intro .left_about_content p {
    margin-top: 22px;
    font-size: 14px;
}
.about_intro .right_about_content {
    float: none;
    text-align: center;
    margin-top: 25px;
}
.about_intro .right_about_content a {
    font-size: 16px;
    margin-top: 15px;
    padding: 8px 10px;
    line-height: 1.4em;
    width: calc(100% - 24px);
}


/* ====================== Category Page ========================== */

.category_section {
    padding-top: 45px;
	padding-bottom: 0;
}
.category_section > .container > h1 {
    font-size: 28px;
    margin-bottom: 30px;
}
.category_section h2 {
    font-size: 28px;
}
.category_listing .category_item {
    width: 230px;
    margin-right: 10px;
}
.category_listing .category_item:nth-child(2n){
	margin-right: 0;
}
.category_listing .category_item:nth-child(3n){
	margin-right: 10px;
}
.category_listing .category_item:last-child{
	margin-right: 0;
}
.category_listing .category_item .category_img {
    height: 134px;
}
.category_listing .category_item .category_desc h1 {
    font-size: 14px;
}
.category_listing .category_item .category_desc {
    height: 46px;
    margin-top: -15px;
	width: calc(100% - 45px);
	padding: 0 10px;
}
.category_listing .category_item .category_desc .hexagon:before {
    right: -18px;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 18px solid #111111;
}
.category_listing .category_item .category_desc .hexagon:after {
    left: -18px;
    border-top: 32px solid transparent;
    border-bottom: 31px solid transparent;
    border-right: 18px solid #111;
}
.category_listing .category_item .category_desc .hexagon {
    width: 35px;
    height: 63px;
}

/* ====================== Contact Page ========================== */

.title_banner {
    height: 40vh;
    margin-bottom: 40px;
}
.title_banner .caption h1 {
    font-size: 27px;
}
.contact_section .left_desc {
    float: none;
    width: 100%;
}
.contact_section .left_desc h1 {
    font-size: 25px;
    margin-bottom: 20px;
}
.contact_section .left_desc h2 {
    font-size: 24px;
    margin-bottom: 25px;
}
.contact_section .left_desc h5 {
    font-size: 15px;
    margin-bottom: 20px;
}
.contact_section .left_desc p {
    margin-bottom: 16px;
    font-size: 14px;
}
.contact_section .contact_form {
    float: none;
    width: 100%;
    margin-top: 30px;
}
.contact_section .contact_form .one_half .row {
    width: 100%;
    float: none;
    margin-right: 0;
}
.contact_section .contact_form input[type=submit] {
    font-size: 16px;
}
input:not([type="submit"]), textarea {
    border: 0;
    border: 2px solid #dddddd;
    padding: 9px;
    width: calc(100% - 22px);
    font-weight: normal;
}

/* ====================== Project Page ========================== */

.breadcrumb {
    padding-top: 30px;
}
.breadcrumb ul li a {
    font-size: 14px;
}
.project_content_section > .project_list > h1 {
    font-size: 22px;
}
.project_content_section .project_list {
    float: none;
    width: 100%;
}
.project_content_section > .project_list > a {
    float: right;
    width: 26px;
}
.project_content_section {
    padding-top: 32px;
}
.video_section .video {
    height: 260px;
}
.video_section .video_desc {
    margin-top: 25px;
}
.video_section .video_desc .left {
    width: 226px;
}
.video_section .video_desc .right {
    float: right;
    width: 226px;
}
.video_section .video_desc h1 {
    font-size: 22px;
    margin-bottom: 8px;
}
.video_section .video_desc p {
    font-size: 16px;
}
.video_section {
    margin-bottom: 35px;
}
.project_content_section .project_list .steps h1 {
    font-size: 20px;
    margin-bottom: 15px;
}
.project_content_section .project_list .steps p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 24px;
}
.project_content_section .project_list .steps .step_img {
    height: 250px;
}
.project_content_section .project_list .steps {
    margin-bottom: 45px;
}
.steps a.btn{
	font-size: 12px;
    width: 100%;
    padding: 0;
    text-align: center;
}
.project_content_section .project_list .steps .share_project {
    margin-top: 6px;
}
.project_content_section .project_list .steps .print_btn p {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}
.project_content_section .project_list .steps .print_btn p a {
    top: 7px;
    margin-left: 10px;
    width: 24px;
}
.project_content_section .project_list .steps .share_project ul li {
    margin-left: 3px;
    font-size: 14px;
}
.project_content_section .project_list .steps .share_project ul li:nth-child(1) {
    margin-right: 6px;
}
.project_content_section .project_list .steps .share_project ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.project_content_section .project_list .steps .share_project ul li a i {
    line-height: 30px;
}
.print_btn{
	float: left;
}

.sidebar {
    width: 100%;
    float: none;
}
.sidebar .share_project {
    display: none;
}
.sidebar h3 {
    font-size: 20px;
    padding-bottom: 10px;
}
.sidebar .post_listing .post_item {
    padding: 10px 0;
}
.sidebar .post_listing .post_item .post_desc {
    width: 240px;
}
.sidebar .post_listing .post_item .post_desc h5 {
    margin-bottom: 5px;
}
.sidebar .post_listing .post_item .post_desc p {
    font-size: 12px;
}
.sidebar .post_listing {
    margin-bottom: 30px;
}

/* ====================== Sponsorship Page ========================== */

.sponsor_section {
    padding-top: 0;
}

/* ====================== Video Service Page ========================== */

.book_call_section {
    padding-top: 40px;
    padding-bottom: 45px;
    background: none;
}
.book_call_section h1 {
    font-size: 28px;
    margin-bottom: 35px;
}
.book_call_section .book_call {
    float: none;
    width: 100%;
}
.book_call_section .book_call h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.book_call_section .book_call p {
    line-height: 20px;
    font-size: 14px;
}
.how_work {
    padding: 25px 0;
    margin-top: 0;
}
.how_work h1 {
    font-size: 25px;
}
.payment_section {
    padding-top: 35px;
}
.payment_section .payment_method {
    margin-bottom: 25px;
    width: 100%;
    margin-right: 0;
    float: none;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}
.payment_section .payment_method .method_img {
    margin-bottom: 20px;
    height: 70px;
}
.payment_section .payment_method .method_img img {
    max-height: 100%;
}
.payment_section .payment_method .method_desc h3 {
    font-size: 20px;
    margin-bottom: 14px;
}
.payment_section .payment_method .method_desc p {
    font-size: 16px;
}
.payment_options {
    margin-bottom: 20px;
}
.payment_section .book_btn h1 {
    font-size: 23px;
    margin-bottom: 20px;
}
.payment_section .book_btn a {
    padding: 0 20px;
    font-size: 16px;
}
.book_call_section .book_call a {
    font-size: 18px;
    padding: 0px 22px;
}





}

/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
.container{
	width: 748px;
	padding:0 10px;
	overflow:hidden;
}
body{
    -webkit-text-size-adjust: none;
}

/* ===================== Home Page ================== */

.logo_section {
    display: none;
}
.mob_logo {
    width: 188px;
    float: left;
    margin-top: 7px;
    margin-left: 8px;
}
.advice_btn {
    display: none;
}
.mob_advice_btn {
    display: block;
    height: auto;
    margin-top: 5px;
    margin-right: 70px;
}
.mean-container .mean-bar {
    min-height: 50px;
}
.mean-container a.meanmenu-reveal {
    top: 2px;
}
.mean-container .mean-nav {
    top: 58px;
}
#header {
    height: auto;
}
.btn, input[type=submit] {
    border-radius: 7px;
}
.orange_strip {
    padding: 35px 0;
}
.service_list .column {
    text-align: center;
    margin-bottom: 0;
}
.service_list .column p {
    margin-left: 6px;
}
.founder_section .intro {
	width: 410px;
}
.founder_section .intro h1 {
    font-size: 22px;
    margin-bottom: 20px;
}
.btn{
	height: 37px;
    line-height: 37px;
}
.founder_section {
    padding: 45px 0 80px 0;
    background-size: 50%;
}
.founder_section .intro p {
    font-size: 14px;
	margin-bottom: 10px;
}
.founder_section .intro a {
    padding: 0;
	width: 190px;
}
.founder_section .intro a.learn_more_btn {
    margin-left: 0;
}
.home_article_section h1 {
    font-size: 28px;
    margin-bottom: 10px;
}
.home_article_section .container > p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.5em;
}
.article_list .article_item {
    width: 240px;
    float: left;
    margin-right: 14px;
    margin-bottom: 20px;
}
.article_list .article_item:nth-child(3n){
	margin-right: 0;
}
.article_list .article_item .article_desc a {
    font-size: 13px;
}
.article_list .article_item .article_desc .post_date {
    margin-bottom: 10px;
	padding: 9px 10px;
	margin-top: -16px;
}
.article_list .article_item .article_desc .post_date p {
    font-size: 12px;
    margin-right: 30px;
}
.article_list .article_item .article_desc .post_date:after {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
	border-left: 11px solid #fff;
    right: -11px;
}
.article_list .article_item .article_img {
    height: 180px;
}
.home_article_section {
    padding: 43px 0 20px 0;
	margin-top: -29px;
}
.testimonial_section .testimonial .bx-controls .bx-pager {
    bottom: 62px;
}
.testimonial_section {
    padding: 35px 0 0 0;
}
.testimonial_section .testimonial h1 {
    font-size: 24px;
    margin-bottom: 25px;
}
.testimonial_section .testimonial {
    width: 360px;
}
#testimonial_slider .slide .message {
    border: 2px solid #f36f20;
    padding: 20px 20px 20px 20px;
}
#testimonial_slider .slide blockquote {
    padding-left: 40px;
}
#testimonial_slider .slide blockquote:before {
    width: 25px;
    height: 20px;
    background-size: 100%;
}
#testimonial_slider .slide p {
    line-height: 1.5em;
}
#testimonial_slider .slide .author .author_img {
    width: 50px;
}
#testimonial_slider .slide .author .author_desc {
    margin-left: 16px;
}
#testimonial_slider .slide .author .author_desc h5 {
    font-size: 14px;
    margin-bottom: 3px;
}
#testimonial_slider .slide .author .author_desc p {
    font-size: 12px;
}
.testimonial_section .testimonial .bx-controls .bx-pager .bx-pager-item a {
    height: 4px;
    width: 24px;
}
.brand_section {
    padding: 25px 25px 25px 25px;
    width: 308px;
}
.brand_section h1 {
    font-size: 22px;
    margin-bottom: 16px;
}
.brand_section h2 {
    font-size: 18px;
    margin-bottom: 22px;
}
.brand_section a {
    font-size: 16px;
}
footer {
    margin-top: 40px;
    padding: 44px 0 45px 0;
}
footer .top_footer .footer_about p {
    margin-top: 24px;
    line-height: 20px;
}
footer .top_footer {
    display: block;
}
footer .top_footer .column.footer_about {
    width: 100%;
}
footer .top_footer .column.footer_about img{
	width: 300px;
}
footer .top_footer .column {
    width: 242px;
    margin-right: 10px;
    margin-bottom: 35px;
}
footer .top_footer .column h4 {
    margin-bottom: 25px;
	font-size: 18px;
}
footer .bottom_footer {
    margin-top: 14px;
}
footer .bottom_footer .social_media ul li {
    margin-left: 20px;
}


/* ====================== About Page ========================== */

.about_content {
    padding: 60px 0 20px 0;
}
.about_content h1 {
    font-size: 36px;
    margin-bottom: 60px;
}
.about_intro .left_about_content {
    width: 440px;
}
.about_intro .right_about_content {
    width: 270px;
}
.about_intro .left_about_content h2 {
    font-size: 18px;
}
.about_intro .left_about_content p {
    margin-top: 24px;
    font-size: 14px;
}
.about_intro .right_about_content a {
    font-size: 18px;
    padding: 14px 38px;
	line-height: 20px;
}
.about_intro .left_about_content h5 {
    font-size: 24px;
}


/* ====================== Category Page ========================== */

.category_section {
    padding-top: 45px;
	padding-bottom: 0;
}
.category_section > .container > h1 {
    font-size: 28px;
    margin-bottom: 30px;
}
.category_section h2 {
    font-size: 28px;
}
.category_listing .category_item {
    width: 230px;
    margin-right: 10px;
}
.category_listing .category_item:nth-child(3n){
	margin-right: 0;
}
.category_listing .category_item:last-child{
	margin-right: 0;
}
.category_listing .category_item .category_img {
    height: 134px;
}
.category_listing .category_item .category_desc h1 {
    font-size: 14px;
}
.category_listing .category_item .category_desc {
    height: 46px;
    margin-top: -15px;
	width: calc(100% - 45px);
	padding: 0 10px;
}
.category_listing .category_item .category_desc .hexagon:before {
    right: -18px;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 18px solid #111111;
}
.category_listing .category_item .category_desc .hexagon:after {
    left: -18px;
    border-top: 32px solid transparent;
    border-bottom: 31px solid transparent;
    border-right: 18px solid #111;
}
.category_listing .category_item .category_desc .hexagon {
    width: 35px;
    height: 63px;
}

/* ====================== Contact Page ========================== */

.title_banner {
    height: 28vh;
    margin-bottom: 40px;
}
.title_banner .caption h1 {
    font-size: 40px;
}
.contact_section .left_desc {
    float: none;
    width: 100%;
}
.contact_section .left_desc h1 {
    font-size: 30px;
    margin-bottom: 25px;
}
.contact_section .left_desc h2 {
    font-size: 30px;
    margin-bottom: 25px;
}
.contact_section .left_desc h5 {
    margin-bottom: 30px;
}
.contact_section .contact_form {
    float: none;
    width: 100%;
    margin-top: 50px;
}
.contact_section .contact_form .one_half .row {
    width: 369px;
}
.contact_section .contact_form input[type=submit] {
    font-size: 16px;
}

/* ====================== Project Page ========================== */

.breadcrumb {
    padding-top: 30px;
}
.breadcrumb ul li a {
    font-size: 14px;
}
.project_content_section > .project_list > h1 {
    font-size: 22px;
}
.project_content_section .project_list {
    width: 470px;
}
.project_content_section > .project_list > a {
    float: right;
    width: 26px;
}
.project_content_section {
    padding-top: 32px;
}
.video_section .video {
    height: 260px;
}
.video_section .video_desc {
    margin-top: 25px;
}
.video_section .video_desc .left {
    width: 226px;
}
.video_section .video_desc .right {
    float: right;
    width: 226px;
}
.video_section .video_desc h1 {
    font-size: 22px;
    margin-bottom: 8px;
}
.video_section .video_desc p {
    font-size: 16px;
}
.video_section {
    margin-bottom: 35px;
}
.project_content_section .project_list .steps h1 {
    font-size: 20px;
    margin-bottom: 15px;
}
.project_content_section .project_list .steps p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 24px;
}
.project_content_section .project_list .steps .step_img {
    height: 250px;
}
.project_content_section .project_list .steps {
    margin-bottom: 45px;
}
.steps a.btn{
	font-size: 12px;
    width: 100%;
    padding: 0;
    text-align: center;
}
.project_content_section .project_list .steps .share_project {
    margin-top: 6px;
}
.project_content_section .project_list .steps .print_btn p {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}
.project_content_section .project_list .steps .print_btn p a {
    top: 7px;
    margin-left: 10px;
    width: 24px;
}
.project_content_section .project_list .steps .share_project ul li {
    margin-left: 3px;
    font-size: 14px;
}
.project_content_section .project_list .steps .share_project ul li:nth-child(1) {
    margin-right: 6px;
}
.project_content_section .project_list .steps .share_project ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.project_content_section .project_list .steps .share_project ul li a i {
    line-height: 30px;
}
.print_btn{
	float: left;
}
.sidebar {
    width: 250px;
}
.sidebar .share_project {
	display: none;
}
.sidebar h3 {
    font-size: 18px;
    padding-bottom: 15px;
}
.sidebar .post_listing .post_item {
    padding: 14px 0;
}
.sidebar .post_listing .post_item .post_desc {
    width: 192px;
}
.sidebar .post_listing .post_item .post_img {
    width: 48px;
    margin-right: 10px;
}
.breadcrumb ul li {
    font-size: 14px;
}
.sidebar .post_listing .post_item .post_desc h5 {
    margin-bottom: 5px;
	font-size: 13px;
}
.sidebar .post_listing .post_item .post_desc p {
    font-size: 12px;
}
.sidebar .post_listing {
    margin-bottom: 30px;
}
.sidebar .tags ul li {
    margin-right: 3px;
    margin-bottom: 7px;
}
.sidebar .tags ul li a {
    padding: 8px 8px;
}

/* ====================== Sponsorship Page ========================== */

.sponsor_section {
    padding-top: 15px;
}

/* ====================== Video Service Page ========================== */

.book_call_section {
    padding-top: 50px;
    background-size: 50%;
    padding-bottom: 75px;
}
.book_call_section h1 {
    font-size: 45px;
    margin-bottom: 75px;
}
.book_call_section .book_call {
    width: 375px;
}
.book_call_section .book_call h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.book_call_section .book_call p {
    line-height: 20px;
    font-size: 14px;
}
.how_work {
    padding: 35px 0;
	margin-top: -30px;
}
.how_work h1 {
    font-size: 36px;
}
.payment_section {
    padding-top: 35px;
}
.payment_section .payment_method {
    text-align: center;
    width: 215px;
    margin-right: 51px;
    float: left;
}
.payment_section .payment_method .method_img {
    margin-bottom: 30px;
    height: 70px;
}
.payment_section .payment_method .method_img img {
    max-height: 100%;
}
.payment_section .payment_method .method_desc h3 {
    font-size: 20px;
    margin-bottom: 14px;
}
.payment_section .payment_method .method_desc p {
    font-size: 16px;
}
.payment_options {
    margin-bottom: 60px;
}
.payment_section .book_btn h1 {
    font-size: 34px;
    margin-bottom: 30px;
}
.payment_section .book_btn a {
    padding: 8px 20px;
    font-size: 22px;
}
.book_call_section .book_call a {
    font-size: 20px;
    padding: 4px 22px;
}




}


/* iPads (landscape) ----------- */
@media only screen
and (min-width : 1025px)
and (max-width : 1180px){
.container{
	width: 1000px;
}
body{
    -webkit-text-size-adjust: none;
}

.logo_section a{
	width: 270px;
}
#header {
    height: 110px;
}
.logo_section {
    height: 110px;
    width: 270px;
}
#main-nav {
    height: 110px;
}
.advice_btn {
    height: 110px;
}
.main_banner {
    height: calc(100vh - 110px);
}
.article_list .article_item {
    width: 235px;
    margin-right: 20px;
}
.article_list .article_item .article_desc .post_date p {
    font-size: 13px;
    margin-right: 30px;
}
.article_list .article_item .article_desc .post_date {
    padding: 11px 12px;
}
.article_list .article_item .article_desc a {
    font-size: 14px;
}
.home_article_section {
    padding: 43px 0 50px 0;
}
.testimonial_section {
    padding: 50px 0 0 0;
}
.testimonial_section .testimonial {
    width: 520px;
}
.testimonial_section .testimonial h1 {
    font-size: 30px;
    margin-bottom: 35px;
}
.brand_section {
    padding: 30px 35px 35px 30px;
    width: 385px;
}
.brand_section h1 {
    font-size: 30px;
    margin-bottom: 25px;
}
.brand_section h2 {
    font-size: 24px;
    margin-bottom: 28px;
}
#testimonial_slider .slide .message {
    padding: 25px 30px 25px 25px;
}
#testimonial_slider .slide blockquote:before {
    width: 35px;
    background-size: 100%;
}
#testimonial_slider .slide blockquote {
    padding-left: 60px;
}
footer {
    padding: 44px 0 55px 0;
	margin-top: 50px;
}
footer .bottom_footer .social_media {
    width: 34%;
}
footer .top_footer .column {
    margin-right: 40px;
}


/* ====================== About Page ========================== */

.about_content {
    padding: 60px 0 20px 0;
}
.about_content h1 {
    font-size: 36px;
    margin-bottom: 60px;
}
.about_intro .left_about_content {
    width: 510px;
}
.about_intro .right_about_content {
    width: 465px;
}
.about_intro .left_about_content h2 {
    font-size: 22px;
}
.about_intro .left_about_content p {
    margin-top: 34px;
}
.about_intro .right_about_content a {
    font-size: 28px;
	padding: 14px 63px;
}


/* ====================== Category Page ========================== */

.category_listing .category_item {
    width: 316px;
    margin-right: 25px;
}
.category_section > .container > h1 {
    font-size: 36px;
    margin-bottom: 40px;
}
.category_section h2 {
    font-size: 36px;
}
.category_section {
    padding-top: 50px;
    padding-bottom: 0;
}
.category_listing .category_item .category_desc {
    height: 50px;
    width: calc(100% - 70px);
    padding: 0 15px;
    margin-top: -11px;
}
.category_listing .category_item .category_desc h1 {
    font-size: 18px;
}
.category_listing .category_item .category_desc .hexagon {
    width: 46px;
    height: 74px;
}
.category_listing .category_item .category_desc .hexagon:before {
    right: -19px;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    border-left: 19px solid #111111;
}
.category_listing .category_item .category_desc .hexagon:after {
    left: -20px;
    border-top: 37px solid transparent;
    border-bottom: 37px solid transparent;
    border-right: 20px solid #111;
}

/* ====================== Contact Page ========================== */

.contact_section .contact_form {
    width: 600px;
    margin-top: 70px;
}
.contact_section .contact_form .one_half .row {
    width: 295px;
}
.title_banner {
    margin-bottom: 50px;
	height: 40vh;
}
.title_banner .caption h1 {
    font-size: 50px;
}

/* ====================== Project Page ========================== */

.project_content_section > .project_list > h1 {
    font-size: 32px;
}
.project_content_section .project_list {
    width: 670px;
}
.project_content_section {
    padding-top: 32px;
}
.video_section .video {
    height: 390px;
}
.video_section .video_desc {
    margin-top: 25px;
}
.video_section {
    margin-bottom: 35px;
}
.project_content_section .project_list .steps h1 {
    font-size: 25px;
    margin-bottom: 20px;
}
.project_content_section .project_list .steps p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 28px;
}
.project_content_section .project_list .steps {
    margin-bottom: 60px;
}
.sidebar .share_project {
    margin-bottom: 60px;
}
.sidebar h3 {
    padding-bottom: 25px;
}
.sidebar .post_listing .post_item {
    padding: 16px 0;
}
.sidebar .post_listing .post_item .post_desc {
    width: 192px;
}
.sidebar .post_listing {
    margin-bottom: 30px;
}

/* ====================== Sponsorship Page ========================== */

.sponsor_section .contact_form {
	margin-top: 0;
}

/* ====================== Video Page ========================== */

.book_call_section {
    padding-top: 50px;
}
.book_call_section h1 {
    font-size: 46px;
    margin-bottom: 135px;
}
.book_call_section .book_call {
    width: 550px;
}
.book_call_section .book_call h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.book_call_section .book_call a {
    font-size: 20px;
    padding: 2px 22px;
}
.how_work h1 {
    font-size: 42px;
}
.payment_section .payment_method {
    margin-right: 132px;
}
.payment_section .payment_method .method_img {
    height: 150px;
}
.payment_section .payment_method .method_desc h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.payment_section .book_btn a {
    padding: 6px 20px;
    font-size: 20px;
}



}



@media only screen and (min-width: 768px) and (max-width: 990px){

.main_banner {
    height: calc(50vh);
    background-attachment: inherit;
}
  
.row.project_list_pad{
     width: 100%;

}
}


@media only screen and (min-width: 991px) and (max-width: 1024px){
.main_banner {
    height: calc(70vh);
    background-attachment: inherit;
}
}