@media only screen and (min-width: 1080px) and (max-width: 1310px) {
	.boxed_body_wrapper,
	.boxed_body_wrapper #abdev_main_header {
	    width: 1060px;
	}

	.boxed_body_wrapper #abdev_main_slider .rev_slider_wrapper{
		width: 1060px !important;
		left: 0 !important;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1079px) {
	.container,
	.dnd_container,
	.dnd_team_member_modal .dnd_container,
	.tcvpb_container,
	.tcvpb_team_member_modal .tcvpb_container{
		width: 960px;
	}

	.boxed_body_wrapper,
	.boxed_body_wrapper #abdev_main_header {
	    width: 960px;
	}

	.boxed_body_wrapper #abdev_main_slider .rev_slider_wrapper{
		width: 960px !important;
		left: 0 !important;
	}

	.revelance-small-with-lines:before{
		left: -175px;
		width: 150px;
	}

	.revelance-small-with-lines:after{
		right: -175px;
		width: 150px;
	}

	.portfolio_item_4 {
		width: 33.3%;
	}

}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.container,
	.dnd_container,
	.dnd_team_member_modal .dnd_container,
	.tcvpb_container,
	.tcvpb_team_member_modal .tcvpb_container{
		width: 748px;
	}

	.boxed_body_wrapper,
	.boxed_body_wrapper #abdev_main_header {
	    width: 748px;
	}

	.boxed_body_wrapper #abdev_main_slider .rev_slider_wrapper{
		width: 748px !important;
		left: 0 !important;
	}

	body.admin-bar #abdev_main_header{
		margin-top: 21px;
	}

	#abdev_main_header{
		text-align: center;
		margin-bottom: 0;
	}

	#logo{
		display: inline-block;
		float: none;
	}

	#inversed_logo{
		display: none;
	}

	nav .menu_social{
		float: none;
		display: inline-block;
		margin: 20px 3px !important;
	}

	nav > ul{
		float: none;
		width: 100%;
		text-align: center;
	}

	nav > ul > li{
		float: none;
		display: inline-block;
	}

	nav > ul ul{
		margin-top: 22px;
	}

	nav > ul > li > ul:before{
		height: 22px;
		top: -22px;
	}

	nav > ul > li > a {
		margin-left: 10px;
		margin-right: 10px;
	}

	section.page_main_section:first-of-type {
		margin-top: 0px;
	}

	.revelance-small-with-lines:before,
	.revelance-small-with-lines:after{
		display: none;
	}

	.portfolio_item_4 {
		width: 49.99%;
	}

	.dnd_team_member_style_2 .dnd_overlayed .dnd_overlay p,
	.tcvpb_team_member_style_2 .tcvpb_overlayed .tcvpb_overlay p{
		top: 30%;
	}

	.dnd_pricebox_monthly,
	.tcvpb_pricebox_monthly{
		display: block;
		padding-top: 0;
		padding-bottom: 20px;
	}

	.spacer_responsive_hide_tablet{
		display: none!important;
	}

}

@media only screen and (max-width: 767px){
	.container,
	.dnd_container,
	.dnd_team_member_modal .dnd_container,
	.tcvpb_container,
	.tcvpb_team_member_modal .tcvpb_container{
		width: 95%;
	}

	.dnd_container [class*="column_dd_span"],
	.tcvpb_container [class*="column_tc_span"]{
		margin-left: 0;
		width: 100%;
	}

	.row > [class*="span"]{
		width: 100%;
		margin-bottom: 20px;
		margin-left: 0;
	}

	.boxed_body_wrapper{
	    width: 95%;
	}

	.boxed_body_wrapper #abdev_main_header{
		width: 100%;
	}

	.boxed_body_wrapper #abdev_main_slider .rev_slider_wrapper{
		width: 100% !important;
		left: 0 !important;
	}

	#abdev_main_header{
		text-align: center;
	}

	#logo{
		display: inline-block;
		float: none;
	}

	#inversed_logo{
		display: none;
	}

	#ABdev_menu_toggle{
		display: block;
		height: 50px;
		width: 50px;
		position: fixed;
		right: 5px;
		top: 5px;
		z-index: 9999999;
		color: #fff;
		font-size: 30px;
		line-height: 50px;
		text-align: center;
		background: rgba(0,0,0,0.5);
	}

	#abdev_main_header nav{
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		background: #222;
		z-index: 100000;
		overflow-y: scroll;
		overflow-x: hidden;
		display: none;
	}

	#abdev_main_header nav .menu_social{
		display: none;
	}

	#abdev_main_header nav > ul{
		clear: both;
		padding-left: 30px;
		padding-right: 20px;
	}

	#abdev_main_header nav > ul > li{
		display: block;
		float: none;
		text-align: left;
	}

	#abdev_main_header nav > ul ul{
		display: block;
		background: #222;
		position: static;
		border: none;
		margin: 0;
		padding: 0 0 0 15px;
	}

	#abdev_main_header nav > ul ul:before{
		display: none;
	}

	#abdev_main_header nav li:hover{
		background: none;
	}

	#abdev_main_header nav a{
		color: #fff;
		margin: 0;
		padding: 5px 0 5px 0;
	}

	#abdev_main_header nav a:hover,
	#abdev_main_header nav .current-menu-item > a{
		color: #e42382;
		background: none;
	}

	aside.sidebar_right,
	aside.sidebar_left{
		padding: 0px;
		margin: 0;
	}

	.dnd_section_dd header p,
	.tcvpb_section_tc header p {
		padding: 0px;
	}

	.revelance-small-with-lines:before,
	.revelance-small-with-lines:after{
		display: none;
	}

	.portfolio_item_4 {
		width: 100%;
	}

	.dnd_pricing-table-1.dnd_popular-plan,
	.tcvpb_pricing-table-1.tcvpb_popular-plan{
		top: 0;
		margin-bottom: 20px;
	}

	section.page_main_section:first-of-type {
		margin-top: 0;
	}

	#page404 .big_404 {
		font-size: 100px;
		line-height: 100px;
	}

	.spacer_responsive_hide_mobile{
		display: none!important;
	}
	
	/* Header */
	.sticky #main_logo{display: block!important;
    position: absolute;
    top: 20px;
    left: 30px;
    width: 40%;
  }
	
	/* Purpose */
	.tcvpb_section_tc#about {min-height:0px;padding-top:0px;}
	.tcvpb_section_tc#about header h3{font-size: 37px;}
	.tcvpb_section_tc#about header p{padding: 0 30px;font-size: 14px;line-height: 20px;}
	header .tcvpb_container:before{margin: 20px auto 0px;transform: scale(0.7);}
	.tcvpb_section_tc#about header p:before{top: -43px;left: -41px;transform: scale(.3);}
	
	/* Targeted Sectors */
	.tcvpb_section_tc#targetedsectors {height: auto;}
	.tcvpb_section_tc#targetedsectors header h3{font-size: 37px;line-height: 37px;}
	.tcvpb_section_tc#targetedsectors header .tcvpb_container:before{margin-top: 60px;}
	.tcvpb_section_tc#targetedsectors header p{font-size: 14px;line-height: 20px;padding: 0 30px;margin-bottom: 0px;}
	.tcvpb_section_tc#targetedsectors .tcvpb_service_box{padding-top: 40px;margin-bottom:0px;}
	#targetedsectors .tcvpb_service_box_header h3{font-size: 22px;margin-bottom: 20px;}
	#targetedsectors .tcvpb_service_box .p_tc{font-size: 14px;margin-bottom: 9px;line-height: 16px;}
	
	/* Our team */
	.tcvpb_section_tc#our_team header h3{font-size: 37px;line-height: 37px;}
	.tcvpb_section_tc#our_team header .tcvpb_container:before{margin-top: 80px;}
	.tcvpb_section_tc#our_team .tcvpb_column_tc_span3,.tcvpb_section_tc#our_team .tcvpb_column_tc_span2{width:100%}
	.tcvpb_team_member .tcvpb_team_member_name{height:auto;}
	
	/* Key Investors */
	.tcvpb_section_tc#keyinvestors {height: auto;padding-bottom:5px}
	.tcvpb_section_tc#keyinvestors header h3{font-size: 37px;line-height: 37px;}
	#keyinvestors header .tcvpb_container:before{margin-top: 60px;}
	#keyinvestors .tcvpb_blockquote .p_tc{height:auto;font-size: 18px;line-height: 20px;}
	#keyinvestors #ki_logomob{display:block;}
	#keyinvestors #ki_logodesk{display:none;}
	
	/* Experts Advisors */
	.tcvpb_section_tc#expertsadv {padding:0px;}
	.tcvpb_section_tc#expertsadv header .tcvpb_container:before{margin-top: 60px;}
	.tcvpb_section_tc#expertsadv header h3{font-size: 37px;line-height: 37px;}
	.tcvpb_section_tc#expertsadv .tcvpb_column_tc_span3, .tcvpb_section_tc#expertsadv .tcvpb_column_tc_span2{width:100%}

	/* Investment Strategy */
	.tcvpb_section_tc#investmentstrat header h3{font-size: 37px;line-height: 37px;}
	.tcvpb_section_tc#investmentstrat .tcvpb_column_tc_span4 {width:100%;}
	#investmentstrat .tcvpb_section_content .tcvpb_container{padding-top:0px;}
	.tcvpb_section_tc#investmentstrat .tcvpb_column_tc_span4#is_fosc{margin: 70px auto 20px;}
	.is_subline{margin: 15px auto 15px;}
	.tcvpb_section_tc#investmentstrat h4{margin-bottom: 7px;}
	
	/* Terms */
	.tcvpb_section_tc#terms{padding:27px 0px 18px 0px;}
  .tcvpb_section_tc#terms header p{font-size: 17px;line-height: 23px;}

  /* Contact */
  .tcvpb_section_tc#contact header h3{font-size: 37px;line-height: 37px;padding-bottom: 90px;}
  #contact header .tcvpb_container:before{margin-top: 60px;}
  .tcvpb_section_tc#contact header p{font-size: 16px;margin-bottom: 45px;}
  #contact .tcvpb_section_content{padding-bottom: 23px;}

  /* Portfolio */
  .tcvpb_section_tc#whatwelooksectors header h3{font-size: 37px;line-height: 37px;}
  .tcvpb_section_tc#whatwelooksectors{padding-bottom:0px;}
  
  /* Financing */
  .tcvpb_section_tc#financing_section header h3{font-size: 37px;line-height: 37px;}

  /* Footer Home */
  .tcvpb_section_tc#footersect .tcvpb-image {padding-top: 57px;}
  .tcvpb_section_tc#footersect img{max-width: 100px;}
  .tcvpb_section_tc#footersect .p_tc{font-size: 16px;}
  
  /* Footer */
  #abdev_main_footer li{padding: 8px 0px;display:block;}
  #abdev_main_footer{padding: 9px 0 11px 0;display:none;}
  
  /* Portfolio */
  .tcvpb_section_tc#portfolio_head header h3{font-size: 37px;line-height: 37px;}
  .portfolio_contact_g,.portfolio_founded_g,.portfolio_location_g,
  .portfolio_contact_b,.portfolio_founded_b,.portfolio_location_b{display: block;width: 100%;}
  .portfolio_contact_g .p_tc,.portfolio_founded_g .p_tc,.portfolio_location_g .p_tc,
  .portfolio_contact_b .p_tc,.portfolio_founded_b .p_tc,.portfolio_location_b .p_tc{font-size:19px;}
  
  /* Apply */
  .tcvpb_section_tc#apply_head header h3{font-size: 37px;line-height: 37px;}
  .tcvpb_section_tc#apply_head header p {
    color: #5021CD;
    font-size: 23px;
    padding: 0px 20px;
    line-height: 30px;
  }

  .tcvpb_section_tc#footersect #footer_info .p_tc{font-size: 9px;}
  .tcvpb_section_tc#footersect .tcvpb-image#footer_logo img{max-width:200px;}
  
  .tcvpb_section_tc#footersect .tcvpb-image#footer_logo1{display:block;padding-bottom: 15px;}
  .tcvpb_section_tc#footersect .tcvpb-image#footer_logo2{display:block;padding-top: 10px;padding-bottom: 15px;}
  .tcvpb_section_tc#footersect .tcvpb-image#footer_logo3{display:block;padding-top: 10px;}
  .tcvpb_section_tc#footersect .tcvpb-image#footer_logo1 img{max-width:90%;}
  .tcvpb_section_tc#footersect .tcvpb-image#footer_logo2 img{max-width:90%;}
  .tcvpb_section_tc#footersect .tcvpb-image#footer_logo3 img{max-width:90%;}

  #head_logo{
    left: 0px;
    position: fixed;
    bottom: 0px;
    background: #fff;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    height: 80px;
  }
  #head_logo #head_logo_item{
    float: none;
    margin: 10px 0px 0px 20px;
  }

}

