/*-----------------------------------------------------------------------
							RESPONSIVE STYLES
------------------------------------------------------------------------- */

@media only screen and (max-width: 4000px) {
    .parallaxbg {
        background-size:cover;
    }
}

@media only screen and (max-width: 3000px) {
    .parallaxbg {
        background-size:initial;
    }
}

@media only screen and (min-width: 2000px) {
    .PMP_page_header_h2,
    .Pageheader > .row h2 {
        font-size: 3.5em;
        font-weight: 300;
    }
    .PMP_CreateButtons_button > h2 {
        font-size: 3.25em;
        font-weight: 300;
    }
}

/* =========== MAX 1024PX =========== */
@media only screen and (max-width:1255px) {
    .PMP_MoreServices_service {
        background-size: 180px auto;
        width: 170px;
        height: 170px;
    }
    .PMP_MoreServices_Content_Half {
        height: 70%;
    }
    .PMP_subfooter_list > ul > li > a {
        padding: 30px 5px !important;
    }
    .PMP_target_service_inner_wrapper > div:first-child {
        height: 134px;
    }
    .PMP_target_service_inner_wrapper > div:first-child > i {
        line-height: 134px;
    }
}

@media only screen and (min-width: 991px) {
    #paper > svg {
        height: 900px !important;
    }
}

/* =========== MAX 991PX =========== */
@media only screen and (max-width:991px) {

    .PMP_investor_documents_hero > div {
        height: 200px;
    }

    .PMP_investor_documents_hero > div > img {
        height: 120px;
    }

    .PMP_investor_documents_hero_label {
        font-size: 1.2em;
    }

    .PMP_MoreServices_service {
        background-size: 210px auto;
        width: 210px;
        height: 210px;
        margin-bottom: 25px;
    }
    .PMP_MoreServices_Content_Half {
        height: 70%;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    /*------Navigation Bar-------*/
	.navbar-default .navbar-header p{
		clear:both;
		margin-left:15px;
	}
	.navbar-default .navbar-nav > li > a{
		padding:5px 10px;
        text-align: center;
	}

    .navbar-default .navbar-nav > li > div {
        color: #5086b9;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 5px 10px;
	    line-height: 50px;
	    outline:none;
    }

    .navbar-default .navbar-nav > li:hover > div > span {
        padding: 0px;
        border-bottom: none;
    }

    .navbar-default .navbar-nav > li {
        padding: 0px !important;
    }

    .open > div {
        background-color: #00bdf1;
        color: #fff !important;
        position: relative;
    }

    .open > div > .caret-custom-services:before,
    .open > div > .caret-custom-about::before {
        content: '';
        position: absolute;
        border-top: 5px solid #00bdf1;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        top: 42px;
    }

    .caret-custom-services,
    .caret-custom-about {
        position: relative;
        cursor: pointer;
    }

    .caret-custom-services:before,
    .caret-custom-about::before {
        content: '';
        position: absolute;
        border-top: 5px solid rgba(0, 196, 244, 0.3);
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

    .caret-custom-services:before {
        top: 30px;
        left: -43px;
    }

    .caret-custom-about::before {
        top:30px;
        left: -32px;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px;
    }

    .navbar-default .navbar-nav > li {
		padding:5px 10px;
        border-bottom:1px solid #e7e7e7;
	}

    .dropdown-menu{
        position:relative;
        float:none;
        box-shadow:none;
        border:none;
        text-align:center;
        padding: 0px 40px;
    }

    .dropdown-menu li {
        /*line-height: 50px;*/
        border-top: 1px solid #E7E7E7;
    }
    .dropdown-menu > li > a {
        line-height: 50px !important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        text-align: center;
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

	/*Animation*/
	.animated {
		visibility: visible !important;
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	/*------Features Section-------*/
	#features .features-left .feature-icon,#features .features-right .feature-icon{
		float:none;
	}
	#features .features-left i,#features .features-right i{
		margin:0 0 15px;
	}
	#features .feature{
		text-align:center;
	}
	#features .feature {
    	margin-top: 35px;
	}
	#features .features-image{
		padding:95px 15px;
	}
	#features i:after{
		display:none;
	}
	/*Team*/
	#team .thumbnail{
		margin-bottom:80px;
	}
	#team .thumbnail .caption{
		-webkit-transform: rotateX(-10deg);	
		-moz-transform: rotateX(-10deg);
		transform: rotateX(-10deg);
		border:1px solid;
		border-top:5px solid;
		position:relative;
	}
	/*Pricings section*/
	#pricings .pricing-table{
		margin: 0 auto 60px;
		width: 50%;
	}
	/*Working Section section*/
	#working .working-circle{
		height:120px;
		width:120px;
	}
	#working .working-circle{
		padding:33px;
	}
	#working .working-circle i{
    font-size: 45px;
	line-height:55px;
	}	
	/* Text Slider */
	.text-slider-container p {
		padding: 0 4%;
	}
    .services-top,.services-bottom{
	    margin-left:110px;
	    margin-right:110px;
    }
    .middle-line {
        margin: 0px 110px;
    }

    .PMP_companies_full_image {
        height: 100%;
    }

    .PMP_investor_text,
    .PMP_investor_child_text {
        width: 92%;
    }

    .PMP_investor_child_text {
        width: 100%;
        font-size: 1em;
        padding-left: 25px;
    }

    .PMP_subfooter_list > ul > li > a {
        padding: 10px 5px !important;
    }

    .MediaCentre_middle_container_position {
        margin-bottom: 32px;
        margin-top: 32px;
    }

    .MediaCentre_right_container {
        margin-top: 32px;
    }

    #paper > svg {
        height: 500px !important;
    }
}

/* =========== MAX 767PX =========== */
@media only screen and (max-width:767px) {
	
	/*------Features Section-------*/
	#features .features-left,#features .features-right,#features .features-image{
		width:100%;
	}
	.features-title{
		display:block;
	}
	#features .features-image{
		margin-top:5%;
	}
	#features .features-image > img{
		margin:0 auto;
	}
	#features .features-image {
    	padding: 0 15px;
	}
	/*------Counter Section-------*/
	#counter .counter-block{
		width:100%;
	}
	/*------Services Section-------*/
	.services-top, .services-bottom{
		margin:0 -15px;
	}
	.middle-line,.service-block.left:after,.service-block.left:before{
		display:none;
	}
	.service-block.left{
		border:none;
	}
	.services-bottom .service-block p{
		margin-bottom:10px;
	}
	.service-block,.services-bottom .service-block{
		padding-top:0;
	}
	/*Working Section section*/
	#working .working-circle{
		height:120px;
		width:120px;
	}
	#working .working-circle{
		padding:33px;
	}
	#working .working-circle i{
    font-size: 45px;
	}	
	/*pricings section*/
	#pricings .pricing-table{
		margin: 0 auto 60px;
		width: 100%;
	}
	/*portfolio*/
	.project-grid .grid-sizer,.project-grid .mini-item ,.project-grid .mini-item.w2 {
		width:100%;
	}
	/*Footer*/
	#footer p{
		text-align:center;
		margin-bottom:0;
	}
	#footer ul{
		float:none;
	}
    .PMP_investor_icon {
        width: 14%;
    }
    .PMP_investor_text {
        width: 86%;
    }

    .PMP_investor_child_text {
        width: 100%;
        font-size: 1em;
        padding-left: 7px;
    }

    a.navbar-brand {height:100%;}

    .Pageheader > .row h2 {
        font-size: 2.6em;
    }

    h2 {
        font-size: 2em;
    }

    .PMP_target_service_inner_wrapper > div:first-child {
        width: 174px;
        margin-left: auto;
        margin-right: auto;
    }

    .PMP_investor_documents_hero > div {
        height: 250px;
        width: 250px;
        margin-right: auto;
        margin-left: auto;
    }

    .PMP_investor_documents_hero > div > img {
        height: 170px;
    }

    .PMP_investor_documents_hero_label {
        font-size: 1.3em;
    }

    /* Map View */
    #paper > svg {
        height: 500px !important;
    }

    .PMP_target_service_item_description {
        width: 200px;
        margin: 10px auto;
    }

    .PMP_target_service_inner_wrapper {
        min-height: 212px;
    }

    .project-grid .grid-sizer, .project-grid .mini-item-member {
        width: 100%;
    }
    .portfolio-grid .grid-sizer, .project-grid .mini-item-member {
        width: 100%;
    }
    .portfolio-grid .mini-item {
        width: 100%;
    }
}
/* =========== MAX 480PX =========== */
@media screen and (max-width:480px) {
    .PMP_statement_section > h2 {
        font-size: 1.8em;
    }

    .PMP_subfooter_list > ul > li > a {
        padding: 10px 5px !important;
    }
    /*------Text Slider-------*/
    .slider-text .item h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .slider-text .item p {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .Grey_Template .PMP_twoColumn_header {
        font-size: 1.8em;
    }

    .PMP_CreateButtons_button > h2 {
        font-size: 1.5em;
        margin: 15px 0px;
    }

    .PMP_CreateButtons_BackgroundColor {
        bottom: 0px;
    }

    .PMP_CreateButtons_line {
        margin-top: 0px;
    }

    .PMP_CreateButtons_button > p {
        font-size: 1em;
        line-height: 30px;
    }

    .LightBlue_Header .Pageheader > .row p,
    .Pageheader > .row p {
        font-size: 1.5em;
        font-weight: 300;
    }

    .PMP_packaging_container > div > h1,
    .PMP_photography_container > div > h1,
    .PMP_digital_services_container > div > h1 {
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.8em;
        line-height: 30px;
    }

    p {
        font-size: 1em;
    }

    ul, ol {
        font-size: 1em;
    }

    .rightPanel {
        border: none;
    }

    .parralax_ctrl {
        font-size: 1.8em;
    }

    .PMP_companies_container p {
        font-weight: 300;
        line-height: 35px;
        font-size: 1.2em;
    }

    .Grey_Template .PMP_companies_viewMore,
    .White_Template .PMP_companies_viewMore {
        font-size: 1em;
    }

    .Black_Template h2 {
        font-size: 1.8em;
    }

    .Blue_Description > p {
        font-size: 1.2em;
    }

    .Pageheader > .row h2 {
        font-size: 2em;
    }

    .Pageheader > .row > div {
        /*height: 100px;*/
    }

    .PMP_photography_item {
        font-size: 0.95em;
    }

    .PMP_packaging_item_description_right,
    .PMP_photography_item_description,
    .PMP_packaging_item_description_right {
        font-size: 14px;
        font-weight: 400;
    }

    .PMP_design_item {
        font-size: 0.85em;
    }

        .PMP_design_item > i {
            font-size: 2.2em;
        }

        .PMP_design_item > span {
            line-height: 60px;
        }

    .PMP_packaging_item_icon,
    .PMP_photography_item > div:first-child,
    .PMP_packaging_item_icon {
        font-size: 0.6em;
    }

    .PMP_packaging_item {
        white-space: initial;
        font-size: 0.85em;
    }

        .PMP_packaging_item > i {
            font-size: 2.1em;
        }

        .PMP_packaging_item > span {
            float: left;
            line-height: 20px;
            width: 200px;
            margin-left: 15px;
        }

    .PMP_target_service_inner_wrapper > div:first-child {
        width: 80px;
        margin-left: auto;
        margin-right: auto;
        height: 80px;
    }

        .PMP_target_service_inner_wrapper > div:first-child > i {
            line-height: 80px;
            font-size: 2em;
        }

    .PMP_investor_child_text {
        font-size: 0.64em;
        padding: 0px;
    }

    .PMP_investor_text {
        width: 80%;
        font-size: 0.84em;
    }

    .PMP_investor_child_text > span {
        float: initial;
    }

    .Yellow_Template .PMP_packaging_item_description_right {
        font-size: 14px;
    }

    .PMP_target_service_inner_wrapper {
        min-height: 200px;
    }

    .PMP_design_item > span {
        width: 180px;
    }

    .PMP_investor_icon {
        width: 20%;
    }

    .PMP_investor_text > span {
        padding-left: 15px;
    }

    .PMP_page_header_h2 {
        width: 130px !important;
    }

    .PMP_packaging_item > i {
        margin: 0px;
        width: 44px;
    }

    .Statement_Small {
        font-size: 1.3em !important;
    }

    .PMP_statement_section > h2 {
        font-size: 1.3em;
    }

}

/* =========== MAX 320PX =========== */
@media only screen and (max-width:320px) {
	h2{
        font-size: 20px;
    }
    p{
        font-size:13px;
    }

}