/* *** Style.css *** */
body {
	height:100%;
}

input, 
textarea, 
button {
	outline:none!important;
	background:none;
	border-radius:0;
	box-shadow:none!important;
	-webkit-appearance: none!important;
}
* { 
	outline:none!important;
}
::selection { 
	color:#ffffff; 
	opacity:1;
}
::-moz-selection { 
	color:#ffffff; 
	opacity:1;
}
.demo_panel { 
		display:none!important;
	}
/*-- Main Styles --*/
body { 
	padding:0;
	margin:0;
	width:100%;
	height:100%;	
	overflow-x:hidden;
	position:relative;
}

form, body, iframe { 
	margin: 0; 
	padding: 0;
}

img, table, iframe { border: 0;}

p { 
	margin-top:0; 
	margin:0 0 10px 0;
}

table { border-collapse:collapse;}
table td { padding:0;}
.h100 { height:100%;}

a { 
	color:#464d52;
	text-decoration:none;
	transition: color 400ms;
	-webkit-transition: color 400ms;
	-moz-transition: color 400ms;
	-o-transition: color 400ms;	
}
a:hover { 
	text-decoration:underline;
	color:#464d52;
}

ul { 
	list-style:none; 
	margin:0; 
	padding:0
}
svg,
svg rect {
	transition: all 400ms;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
}

.layout_trigger {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:-2;
}
.image_bg_cont {
	background-size:cover;
}

/* H E A D E R */

header {}

.header_wrapper {
	text-align:center!important;
}

header .logo {
	margin:10px auto -15px;
	display:inline-block;
}
header .logo img {
	display:block;
	padding-left: 15px !important;
}

.logo1 {
	padding: 50px 0 20px;
}

.row-fluid [class*="span"] {
	margin-left: 1.2%;
}

footer .socials {
	padding-top:58px;
	float:none;
	margin:0 auto;
	display:inline-block;
}

header .socials_list  {
	display:none;
}

header .socials_list li {
	background:url(../img/header_soc_def.png) no-repeat!important;
}
header .socials_list li:before {
	background:url(../img/header_soc_hover.png) no-repeat!important;
}

header .socials_list li .ico_social-delicious {
	background:url(http://funpaperairplanes.com/img/icons/ico_socialize_delicious.png) no-repeat 13px 15px!important;
}
header .socials_list li .ico_social-vimeo {
	background:url(http://funpaperairplanes.com/img/icons/ico_socialize_vimeo.png) no-repeat 13px 15px!important;
}
header .socials_list li .ico_social-linked {
	background:url(http://funpaperairplanes.com/img/icons/ico_socialize_linkedIn.png) no-repeat 13px 15px!important;
}
header .socials_list li .ico_social-twitter {
	background:url(http://funpaperairplanes.com/img/icons/ico_socialize_twitter2.png) no-repeat 13px 15px!important;
}
header .socials_list li .ico_social-pinterest {
	background:url(http://funpaperairplanes.com/img/icons/ico_socialize_pinterest.png) no-repeat 13px 15px!important;
}
header .socials_list li .ico_social-facebook {
	background:url(http://funpaperairplanes.com/img/icons/ico_socialize_facebook1.png) no-repeat 13px 15px!important;
}
header .socials_list li .ico_social-youtube {
	background:url(http://funpaperairplanes.com/img/icons/ico_socialize_youtube1.png) no-repeat 13px 15px!important;
}
header .socials_list li .ico_social-tumblr {
	background:url(http://funpaperairplanes.com/img/icons/ico_socialize_tumbler.png) no-repeat 13px 15px!important;
}
header .socials_list li .ico_social-flickr {
	background:url(http://funpaperairplanes.com/img/icons/ico_socialize_flickr.png) no-repeat 13px 15px!important;
}
header .socials_list li .ico_social-instagram {
	background:url(http://funpaperairplanes.com/img/icons/ico_socialize_instagram.png) no-repeat 13px 15px!important;
}
header .socials_list li .ico_social-dribbble {
	background:url(http://funpaperairplanes.com/img/icons/ico_socialize_dribbble2.png) no-repeat 13px 15px!important;
}
header .socials_list li .ico_social-gplus {
	background:url(http://funpaperairplanes.com/img/icons/ico_socialize_google2.png) no-repeat 13px 15px!important;
}

header nav {
	display:block;
	margin:0 auto;
	margin-bottom:14px;
}
header nav ul.menu > li {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	position:relative;
	z-index:9999;
	padding-bottom: 20px;
}
header nav ul.menu > li > a {
	color:#464d52;
	font-size:20px;
	line-height:16px;
	text-transform:none;
	font-weight:600;
	min-height:18px;
	display:block;
}
header.transparent nav ul.menu > li > a {
	color:#ffffff;
}

header nav ul.menu li .sub-menu {
	position:absolute;
	text-align:left;
}
header nav ul.menu > li > .sub-menu {
	top:33px;
	left:50%;
	width:200px;
	margin-left:-100px;
}

header nav ul.menu  li .sub-menu li {
	position:relative;
	border-top:#232729 solid 3px;
	display:block;
}
header nav ul.menu  li .sub-menu > li:first-child {
	border-top:none;
}
header nav ul.menu > li > .sub-menu > li:first-child:before {
	content:'';
	position: absolute;
	top: -5px; 
	left: 50%;
	margin-left:-4px;
	width:0px;
	height:0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #464d52;

	transition: border-color 400ms; 
	-webkit-transition: border-color 400ms; 
	-moz-transition: border-color 400ms; 
	-o-transition: border-color 400ms;	
}

header nav ul.menu  li .sub-menu > li:first-child > a {
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
header nav ul.menu  li .sub-menu > li:last-child > a {
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}
header nav ul.menu  li .sub-menu a {
	line-height:16px;
	padding:9px 10px;
	display:block!important;
	color:#ffffff;
	background:#464d52;
	text-align:center;

	transition: background-color 400ms; 
	-webkit-transition: background-color 400ms; 
	-moz-transition: background-color 400ms; 
	-o-transition: background-color 400ms;	
	
}
header nav ul.menu > li > .sub-menu > li > .sub-menu {
	left:200px;
	width:200px;
	padding:0px 0 0 3px;
}

header nav ul.menu li .sub-menu li:first-child,
header nav ul.menu li .sub-menu li .sub-menu li:first-child {
	border-top:none!important;
}

header nav ul.menu > li ul.sub-menu {
	top:-9999px;
	z-index:-9999;
	opacity: 0; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	transition: opacity 400ms; 
	-webkit-transition: opacity 400ms; 
	-moz-transition: opacity 400ms; 
	-o-transition: opacity 400ms;	
}

header nav ul.menu > li:hover > ul.sub-menu {
	top:33px!important;
	opacity: 1!important; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100)!important;
}
header nav ul.menu > li:hover > ul.sub-menu > li > ul.sub-menu {
	top:-9999px!important;
	opacity: 0!important; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0)!important;
}
header nav ul.menu > li:hover > ul.sub-menu > li:hover > ul.sub-menu {
	top:0px!important;
	opacity: 1!important; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100)!important;
}

header section {
	display:none;
	background:url(http://funpaperairplanes.com/img/bg_page_title.jpg) no-repeat;
}
header section  .call_us,
header section .slogan {
	color:#ffffff;
	font-weight:600;
	font-size:12px;
	line-height:14px;
	padding:13px 0;
}
header section .call_us {
	float:left;
	text-align:left;
}
header section .slogan {
	float:right;
	text-align:right;
}

header section.tag_type0 {
	display:none;
}
header section.tag_type1,
header section.tag_type2,
header section.tag_type3,
header section.tag_type4 {
	display:block;
}
header section.tag_type1 .slogan {
	display:block;
	float:none;
	text-align:center;
}
header section.tag_type1 .call_us {
	display:none;
}

header section.tag_type2 .slogan {
	display:none;
}
header section.tag_type2 .call_us {
	display:block;
	float:none;
	text-align:center;
}

header section.tag_type3 .slogan {
	float:right;
	text-align:right;
	display:block;
}
header section.tag_type3 .call_us {
	float:left;
	text-align:left;
	display:block;	
}

header section.tag_type4 .slogan {
	float:left;
	text-align:left;
	display:block;
}
header section.tag_type4 .call_us {
	float:right;
	text-align:right;
	display:block;	
}

header .call_us {
	display:none;
}

header.head_type2 .header_wrapper {
	position:relative;
}
header.head_type2 .logo {
	float:left;
	margin-bottom:31px;
}
header.head_type2 nav {
	float:right;
	padding-top:97px;
}
header.head_type2 nav ul.menu > li {
	margin:0 0px 0 30px;
}
header.head_type2 .header_wrapper .call_us {
	display:block;
	position:absolute;
	right:0px;
	top:68px;
	font-size:12px;
	line-height:14px;	
}

header.head_type3 .header_wrapper {
	position:relative;
}
header.head_type3 .logo {
	float:right;
	margin-bottom:31px;
}
header.head_type3 nav {
	float:left;
	padding-top:97px;
}
header.head_type3 nav ul.menu > li {
	margin:0 30px 0 0px;
}
header.head_type3 .header_wrapper .call_us {
	display:block;
	position:absolute;
	left:0px;
	top:68px;
	font-size:12px;
	line-height:14px;	
}

header.head_type4 .socials_list {
	position:absolute;
	display:block;
	right:0px;
	top:48px;
}
header.head_type4 .socials_list li {
	margin:0 0px 0 10px;
}
header.head_type4 .header_wrapper .call_us {
	display:none;
}
header.head_type4 .header_wrapper {
	position:relative;
}
header.head_type4 .logo {
	float:left;
	margin-bottom:31px;
}
header.head_type4 nav {
	float:right;
	padding-top:111px;
}
header.head_type4 nav ul.menu > li {
	margin:0 0px 0 30px;
}
header.head_type4 .call_us {
	display:none;
}

header.head_type5 .socials_list {
	position:absolute;
	display:block;
	left:0px;
	top:48px;
}
header.head_type5 .socials_list li {
	margin:0 10px 0 0px;
}
header.head_type5 .header_wrapper .call_us {
	display:none;
}
header.head_type5 .header_wrapper {
	position:relative;
}
header.head_type5 .logo {
	float:right;
	margin-bottom:31px;
}
header.head_type5 nav {
	float:left;
	padding-top:111px;
}
header.head_type5 nav ul.menu > li {
	margin:0 30px 0 0px;
}
header.head_type5 .call_us {
	display:none;
}


/*Footer SideBar
-----------------*/

.pre_footer {
	background:#1d2123;
	padding:56px 0 70px 0;
	text-align:left;
}
.pre_footer, 
.pre_footer p, 
.pre_footer span, 
.pre_footer div,
.pre_footer label {
	color:#848f97;
}
.pre_footer .light {
	
}

/*Footer 
---------*/
footer {
	min-height:60px;
	position:relative;
	background:#2f373b;
	text-align:center;
}
footer .btn2top-wrapper {
	position:absolute;
	left:50%;
	margin:-28px 0 0 -28px!important;
	display:block;
	cursor:pointer;
	width:56px;
	height:56px;
}

footer .btn2top-wrapper .btn2top rect {
  clip-path: url("../img/hexagon.svg");
}
@media screen and ( -webkit-min-device-pixel-ratio : 0 ) {
	footer .btn2top-wrapper .btn2top rect {
	  clip-path: url("http://funpaperairplanes.com/css/theme.css#galaxy");
	}
}
.ie_svg footer .btn2top-wrapper .btn2top rect {
  clip-path: url("http://funpaperairplanes.com/css/theme.css#galaxy");
}

.btn2top {
	width:56px;
	height:56px;
	position:absolute;
	left:0px;
	top:0px;
}

footer .btn2top-wrapper:before {
	content:'';
	width:18px;
	height:11px;
	display:block;
	background:url(../img/btn2top.png);
	position:absolute;
	left:19px;
	top:22px;
	z-index:17;
	opacity: 0.99;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	-o-transition: opacity 400ms;
}
footer .btn2top-wrapper:hover:before {
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	-o-transition: opacity 400ms;
}
footer .copyright {
	display:block;
	text-align:center;
	padding:40px 0 41px 0;
	line-height:18px;
	font-size:13px;
	color:#848f97;
}

.menu2 {
	margin: 55px 0 -25px;
}

footer ul.menu2 > li {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	position:relative;
	z-index:9999;
	padding-bottom: 5px;
}
footer ul.menu2 > li > a {
	color:#fff;
	font-size:20px;
	line-height:16px;
	text-transform:none;
	font-weight:600;
	min-height:18px;
	display:block;
}

footer ul.menu2 > li > a:hover {
	text-decoration: none;
	color: #30B4F6;
}

.not {
	text-decoration: underline;
}

.googleAd {
	text-align: center;
	padding: 30px 0;
}

.googleAd img {
	padding-left: 0 !important;
}

.planes1 {
	margin: 0 auto;
}

.row-fluid.planes{
	border-bottom: 1px solid #ddd;
	border-spacing: 15px;
	padding: 10px;
}

.row-fluid.ptitle {
	border-bottom: 1px solid #ddd;
}

.planes1 table {
	width: 100%
	
}

.planes1 table th {
	padding: 20px;
	font-size: 20px;
}

.planes1 table td {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    padding: 20px 0 20px 20px;
    width: 43%;
}

.planes1 table th {
    text-align: left !important;
}

.printtips h2 {
	padding-top: 30px;
}

.printtips ul li {
	padding: 10px;
	list-style: inside !important;
	display: inline-block;
}

.learn img {
	padding-left: 0px !important;
}

.printtips img {
	margin: 0px auto;
	display:block;
	padding-left: 0px !important;
}

.safety h2 {
	padding-top: 30px;
}

.googlesearch {
	margin: 0px auto;
	display:block;
	width: 450px;
}

.force {
	width: 700px;
	height: 250px;
	margin: 0 auto;
	display: block;
	clear:both;
}

.force-anchors {
	float: left;
	padding-top: 60px !important;
}

.force-anchors ul li {
	content: >;
}


.force-img {
	float: right;
}

.span8.module_cont.module_feedback_form {
    margin-left: 0;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ddd; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #ddd; 
		position: relative;
		padding-left: 50%;
	}
	
	.planes1 table td {
	border: none !important;
}

	
	.planes1 table td {
    padding: 23px;
	}
	.vid {
    width: 40%;
}

.force {
	width: 400px;
	height: 360px;
}

.force-anchors {
    float: none;
    padding-top: 0 !important;
}
	
}

/*Content block
----------------*/
.no-sidebar .left-sidebar-block, 
.no-sidebar .right-sidebar-block {
	display:none!important;
}

.left-sidebar .right-sidebar-block {
	display:none!important;
}
.left-sidebar .left-sidebar-block {
	display:block!important;
	float:left!important;
}
.left-sidebar .posts-block {
	float:right!important;
}

.right-sidebar .left-sidebar-block {
	display:none!important;
}
.right-sidebar .right-sidebar-block {
	display:block!important;
}

.main_wrapper {
	text-align:left;
}

.user_bg_layout .main_wrapper,
.user_bg_layout header,
.user_bg_layout footer {
	width:1230px;
	margin:0 auto;
}
.user_bg_layout .main_wrapper,
.user_bg_layout header {
	background:#ffffff;
	border-bottom: 10px solid #1D2123;
}
.fullscreen_layout.user_bg_layout header {
	width:100%;
}

.user_bg_layout .pre_footer {
	width:1230px;
	margin:0 auto;
}
.user_bg_layout .main_wrapper {
	padding-bottom:10px;
}
.user_bg_layout .footer_twitter {
	width:1230px;
	margin:0 auto!important;
}

.content_wrapper {
	position:relative;
}
.content_wrapper:before {
}

.page_title_block {
	background:url(http://funpaperairplanes.com/img/bg_page_title.jpg) no-repeat center top;
	padding:35px 0 40px 0;
	color:#ffffff;
	margin-bottom:12px;
}
.page_title_block .title {
	margin-bottom:12px!important;
	color:#ffffff;
	text-align:center;
}
.page_title_block .breadcrumbs {
	text-align:center;
}
.page_title_block .breadcrumbs a,
.page_title_block .breadcrumbs,
.page_title_block .breadcrumbs span {
	color:#ffffff;
	font-size:14px;
	line-height:16px;
	font-weight:600;
	opacity: 0.99;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	-o-transition: opacity 400ms;		
}
.page_title_block .breadcrumbs a:hover,
.page_title_block .breadcrumbs span:hover {
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);	
}
.page_title_block .breadcrumbs a:after {
	content:'/';
	color:#ffffff;
	padding:0 18px;
}
.content_block {
	margin-top:30px;
}

/*Portfolio
------------*/

/*Images
---------*/
img.alignright { 
	float:right; 
	margin:5px 12px 0px 0;
}
img.alignleft { 
	float:left; 
	margin:5px 12px 0px 0;
}
img.alignnone { 
	float:none;
	display:block;
	margin:0px 0 15px 0px;
}

/*Lists
--------*/
	.contentarea ul, .content_area ol { 
		list-style:none; 
		margin:0; 
		padding:0 0 18px 0px;
	}
	.contentarea ul li:before {
    color: #464D52;
    content: "?";
    font-family: Arial,Helvetica,sans-serif;
    left: 0;
    line-height: 20px;
    padding-right: 0;
    position: absolute;
    top: 0;
}
	
	.contentarea ul li, .content_area ol li {
		line-height:20px;
		margin:0 0 10px;
		padding:0 0 0 16px;
		position:relative;
		color:#464D52;
	}
	.contentarea ol {
		counter-reset:li;
		list-style:none;
		padding:0 0 15px 0;
		margin:0!important;
	}
	.contentarea ol li {
		line-height:20px;
		margin:0 0 0 0px; 
		padding:0 0 0 18px;
		position:relative!important;
		color:#848f97;		
	}
	.contentarea ol li:before {
		counter-increment: li; 
		content:counter(li)"."; 
		padding-right: 0px;
		position:absolute;
		left:0px;		
		top:0px;
		font-weight:bold;
		color:#464d52;
	}
	.contentarea ol li ol,
	.contentarea ol li ul,
	.contentarea ul li ul,
	.contentarea ul li ol {
		padding:0 0 0px 10px
	}
	.contentarea ul.list_type1 li:before,
	.contentarea ul.list_type2 li:before,
	.contentarea ul.list_type3 li:before,
	.contentarea ul.list_type4 li:before,
	.contentarea ul.list_type5 li:before,
	.contentarea ul.list_type6 li:before {
		content: '';
		width:12px;
		height:11px;
		display:block;
		top:5px;
	}
	.contentarea ul.list_type1 li:before {
		background:url(../img/marker_list1.png) no-repeat 0 0;
	}
	.contentarea ul.list_type2 li:before {
		background:url(../img/marker_list2.png) no-repeat 0 0;
		top:4px;
	}
	.contentarea ul.list_type3 li:before {
		background:url(../img/marker_list3.png) no-repeat 0 0;
		top:4px;
	}
	.contentarea ul.list_type4 li:before {
		background:url(../img/marker_list4.png) no-repeat 0 0;
		top:4px;
	}
	.contentarea ul.list_type5 li:before {
		background:url(../img/marker_list5.png) no-repeat 0 0;
		top:4px;
	}
	.contentarea ul.list_type6 li:before {
		background:url(../img/marker_list6.png) no-repeat 0 0;
		top:5px;
	}
	.contentarea ul.list_type4 li {
		padding-left:18px;
	}
	
	ul.list_type0 {
		padding:0 0 0 10px;		
		margin:0 0 10px 0;
	}
	ul.list_type0 li {
		color:#ababab;
		position:relative;
		padding:0 0 0 15px;
	}
	ul.list_type0 li:before {
		display:block;
		position:absolute;
		left:0;
		top:0;
		content:'\25cf';
		font-size:14px;
		line-height:18px;
		font-weight:normal;
	}
	ul.list_type0 li ul {
		padding-left:15px;
	}
	/*Shortcodes List*/
	ul.list { 
		list-style:none; 
		margin:0; 
		padding:0 0 0px 18px; 
		overflow:hidden
	}
	ul.list li { 
		line-height:16px;
		color:#a5a5a5;
		position:relative!important;
	}
	ul.list li:before {
		content: '\25cf';
		padding-right: 0px;
		position:absolute;
		left:0px;		
		top:0px;
		font-size:12px; 
		font-weight:normal;
		line-height: 18px;
		font-family:Arial, Helvetica, sans-serif;
	}
	ul.list.plus li:before {
		content: '+';
		padding: 0px 5px 0 2px;
		padding-right: 0px;
		position:absolute;
		left:0px;		
		top:2px;
		font-size:14px; 
		line-height: 14px;
		font-weight:normal;
	}
	ol.list {
		counter-reset:li; 
		padding:0 0 0px 18px; 
		margin:0; 
		list-style:none;
	}
	ol.list li {
		margin:0 0 0 0px; 
		padding:0 0 0 15px;
		color:#a5a5a5;
		position:relative!important;		
	}
	ol.list li:before {
		content:counter(li)"."; 
		counter-increment:li; 
		padding-right: 0px;
		position:absolute;
		left:0px;		
		top:0px;
		font-weight:bold;
	}
	

/*Typography
------------*/
h4, h5, h6,
h4 span, h5 span, h6 span,
h4 a, h5 a, h6 a {
	font-weight:bold;
}
h1, h2, h1 span, h2 span, h1 a, h2 a {
	font-weight:normal;
}
h1, h3, h4, h5, h6,
h1 span, h3 span, h4 span, h5 span, h6 span,
h1 a, h3 a, h4 a, h5 a, h6 a {
	text-transform:uppercase;
}
h1 {
	margin:0px 0 14px 0;
}
h2 { 
	margin:0px 0 18px 0;
}
h3 { 
	margin:0px 0 21px 0;
	font-weight:600;
}
h4 { 
	margin:0px 0 22px 0;
}
h5 { 
	margin:0px 0 25px 0;
}
h6 { 
	margin:0px 0 17px 0;
}

.highlighted_dark {
	background:#666666;
	color:#ffffff;
}
.highlighted_light {
	background:#ababab;
	color:#ffffff;
}
.highlighted_colored {
	color:#ffffff;
}

p.light {
	color:#8a8a8a;
}

.bg_title h1, 
.bg_title h2, 
.bg_title h3, 
.bg_title h4, 
.bg_title h5, 
.bg_title h6 {
	margin-bottom:0;
}
.sidepanel .bg_title {
	margin-bottom:23px;
}
#footer_bar .bg_title h1, 
#footer_bar .bg_title h2, 
#footer_bar .bg_title h3, 
#footer_bar .bg_title h4, 
#footer_bar .bg_title h5, 
#footer_bar .bg_title h6 {
	color:#848f97
}
.module_cont .bg_title {
	margin-bottom:26px;
}


.page_title { 

}
.page_title h1 { 

}

.ico { font-family:'FBiconsRegular'}

hr { 
	margin:0; 
	padding:0; 
	border:none; 
	height:29px; 
	display:block;
	border-top:#848f97 1px solid; 
}

hr.light { 
	border-top:#d7dee4 1px solid; 
}
hr.dark{ 
	border-top:#464d52 1px solid; 
}

hr.invisible { 
	border:none!important; 
	height:15px!important
}

hr.no-margin{ 
	margin:0!important;
	height:1px!important;
}

.text_light, 
.text_colored a, 
.text_light a:hover { 

}

.dropcap { 
	margin:3px 14px 0px 0; 
	text-transform:uppercase; 
	float:left;
	font-size:30px;
	line-height:54px;
	font-weight:800;
	text-align:center;
	width:51px;
	height:56px;
	display:inline-block;
	background:#464d52 url(../img/dropcap.png) no-repeat;
	color:#ffffff;
}

.dropcap.light {
	background-color:#848f97;
}

blockquote {
	padding:0 0 0px 0px;
	margin:0 0 10px 0;
	position:relative;
	border:none!important;
}
blockquote:before {
	content:'';
	display:block;
	width:33px;
	height:20px;
	position:absolute;
	left:0px;
	top:4px;
	background-image:url(http://funpaperairplanes.com/img/blockquote.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#464d52;
}
blockquote.type2:before {
	background-color:#848f97;
}
blockquote p,
blockquote div {
	padding-left:45px;
	color:#848f97;
}
blockquote span {
}

blockquote.type1 {
	border-color:#787878;
}

blockquote p { 
	font-weight:normal;
	font-weight:400!important;
	margin-bottom:8px;
}
blockquote span {
	font-size:12px;
	font-weight:normal;
	font-weight:400!important;
}

blockquote.right { 
	width:32.5%; 
	float:right;
	padding-right:0!important;
	margin-left:2.5%;
}
blockquote.left { 
	width:32.5%; 
	margin-right:2.5%;
	float:left; 
}

.demo_columns {
	background:#3d3d3d;
	line-height:140px;
	color:#dadada;
	text-align:center;
	font-size:14px;
}

/*Contacts & Forms
-------------------*/
	/*-- Contact --*/
.contact_info { 
	margin-bottom:20px
}
.continfo_item { 
	padding:11px 0 11px 50px;
	margin-bottom:10px;
	position:relative;
}
.continfo_item .ico_contact { 
	position:absolute!important; 
	left:0px!important; 
	top:0px!important; 
}

.continfo_item,
.continfo_item a {
	word-wrap:break-word;
	padding-top: 10px !important;
}

.continfo_item:hover .ico_socialize_home,
.continfo_item:hover .ico_socialize_phone {
	background-color:#a3a3a3;
}
.continfo_item:hover .ico_socialize_mail {
	background-color:#06b3f2;
}
.continfo_item:hover .ico_socialize_skype {
	background-color:#00aff0;
}
.continfo_item:hover .ico_socialize_twitter2 {
	background-color:#00abf0;
}
.continfo_item:hover .ico_socialize_facebook1 {
	background-color:#405890;
}
.continfo_item:hover .ico_socialize_dribbble2 {
	background-color:#f16097;
}
.continfo_item:hover .ico_socialize_youtube1 {
	background-color:#eb0000;
}


.module_google_map iframe {
	max-width:100%;
	border-radius:5px;
}
.user_bg_layout .module_google_map .fullwidth_map {
	width:1230px!important;
	margin:0 -30px!important;
}

	/*-- Form --*/
.feedback_form {
	width:100%;
}
.feedback_form .field-name,
.feedback_form .field-email,
.feedback_form .field-subject,
.feedback_form .field-message,
.login_form .form_field,
#commentform .form_field {
	box-shadow:none!important;
	line-height:18px;
	height:18px;
	font-size:13px;
	color:#000;
	border-radius:0!important;
	padding:11px 13px 11px 13px;
	border:#d7dee4 1px solid!important;
	margin-bottom:-1px;
	display:block;
	transition: color 400ms;
	-webkit-transition: color 400ms;
	-moz-transition: color 400ms;
	-o-transition: color 400ms;	
}
.feedback_form .field-name:focus,
.feedback_form .field-email:focus,
.feedback_form .field-subject:focus,
.feedback_form .field-message:focus,
.login_form .form_field:focus,
#commentform .form_field:focus {
	color:#464d52;
}
#commentform label {
	display:none!important;
}

#commentform #author,
.feedback_form .field-name {
	border-top-left-radius: 5px!important;
	border-top-right-radius: 5px!important;
}

.login_form .form_field {
	padding-top:6px!important;
	padding-bottom:8px!important;
	color:#979696;
	font-size:13px;
	line-height:16px;
}
.feedback_form .field-message,
#commentform #comment-message {
	border-bottom-left-radius: 5px!important;
	border-bottom-right-radius: 5px!important;
	height:153px;
	margin-bottom:10px;
	resize:none;
}

hr.respond_seperator {
	background:#d7dee4;
	border:none!important;
	height:1px;
	width:100%;
	margin:15px 0 45px 0;
}
#respond {
	margin-bottom:35px
}

.feedback_form .feedback_go, 
.feedback_form .feedback_reset,
#commentform #reset,
#commentform #submit,
.btn_login {
	border-radius:5px!important;
	display:inline-block;
	text-transform:uppercase;
	cursor:pointer;

	border:none;
	height:40px;
	padding:0 30px;
	position:relative;
	overflow:hidden;
	font-size:14px;
	line-height:40px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	margin-right:6px;
	background:#30B4F6;

	transition: background-color 400ms;
	-webkit-transition: background-color 400ms;
	-moz-transition: background-color 400ms;
	-o-transition: background-color 400ms;		
	
}
.feedback_form .feedback_go:hover, 
.feedback_form .feedback_reset:hover,
#commentform #reset:hover,
#commentform #submit:hover,
.btn_login:hover {

}
.ajaxanswer { padding-left:41px;}
.ajaxanswer span {
	padding:10px 0;
}

.widget_search .search_form {
	margin:0 auto;
	text-align:left;
	display:block;
	position:relative;
}
.widget_search .search_form input {
	border:#d7dee4 1px solid!important;
	border-radius:5px!important;
	padding:10px 15px!important;
	line-height:18px!important;
	height:18px!important;
	background:none!important;
	margin:0!important;
	color:#bbc5cd;
}
#footer_bar .widget_search .search_form input {
	border-color:#464D52!important;
	color:#464d52;
}
.widget_search .search_form input:focus {
	color:#464d52;
	transition: color 400ms;
	-webkit-transition: color 400ms;
	-moz-transition: color 400ms;
	-o-transition: color 400ms;	
}
#footer_bar .widget_search .search_form input:focus {
	border-color:#464D52!important;
	color:#bbc5cd;
}

	/*-- Buttons --*/
	.shortcode_button { 
		display:inline-block;
		margin:0 10px 10px 0px;
		border:none;
		text-decoration:none;
		float:left;
		border-radius:5px;
		text-transform:uppercase;
		font-weight:bold;
		color:#ffffff;		

		transition: background-color 300ms;
		-webkit-transition: background-color 300ms;
		-moz-transition: background-color 300ms;
		-o-transition: background-color 300ms;
	}	
	
	.shortcode_button.btn_small { 
		line-height:40px;
		font-size:14px;
		padding:0 20px;
		font-weight:bold;		
	}
	.shortcode_button.btn_normal { 
		line-height:45px;
		font-size:15px;
		padding:0 25px;
		font-weight:bold;		
	}
	.shortcode_button.btn_large { 
		line-height:45px;
		font-size:18px;
		font-weight:bold;
		padding: 0 16px;
		margin-top: 8px;
	}
	
	.shortcode_button.btn_type1 {
		background:#464d52;
	}
	.shortcode_button.btn_type2 {
		background:#848f97;
	}
	.shortcode_button.btn_type3 {
		background:#d7dee4;
		color:#848f97;
	}
	.shortcode_button.btn_type5 {
		background:#30B4F6;
	}
	.shortcode_button.btn_type6 {
		background:#246882;
	}
	.shortcode_button.btn_type7 {
		background:#51378d;
	}
	.shortcode_button.btn_type8 {
		background:#9033ab;
	}
	.shortcode_button.btn_type9 {
		background:#e24da5;
	}
	.shortcode_button.btn_type10 {
		background:#e15943;
	}
	.shortcode_button.btn_type11 {
		background:#ffa800;
	}
	.shortcode_button.btn_type12 {
		background:#e9d81f;
	}
	.shortcode_button.btn_type13 {
		background:#bee038;
	}
	.shortcode_button.btn_type14 {
		background:#72ac3f;
	}
	.shortcode_button.btn_type15 {
		background:#37878d;
	}

	.shortcode_button:hover { 
		background:#464d52!important;
		color:#ffffff;
		text-decoration: none !important;
	}

/*Wrappers
-----------*/

/*Misc*/
.module_text_area img {
	border-radius:5px;
	max-width:100%;
	padding-left: 60px;
}

.colored_italic {
	font-style:italic;
}
.module_line {
	margin-top:10px;
	margin-bottom:65px;
	padding:0px 0 10px 0;
	box-shadow:inset 0 -1px 0 rgba(0,0,0,0.04);
}
.module_line.stretch {
	background-size:100% auto!important;
}
.module_line.cover {
	background-size:cover!important;
}

.module_line.top_padding_normal {
    padding-top: 75px !important;
}

.module_line.top_padding_medium {
    padding-top: 20px !important;
}

.module_line.top_padding_small {
    padding-top: 15px !important;
}

.module_line.top_padding_none {
    padding-top: 0 !important;
}
.bg_title {
	text-align:left;
}
.center_title .bg_title {
	text-align:center;
}
.module_line .bg_title h1,
.module_line .bg_title h2,
.module_line .bg_title h3,
.module_line .bg_title h4,
.module_line .bg_title h5,
.module_line .bg_title h6 {
	color:#ffffff;
}
.center_title .bg_title h1,
.center_title .bg_title h2,
.center_title .bg_title h3,
.center_title .bg_title h4,
.center_title .bg_title h5,
.center_title .bg_title h6 {
	display:inline-block;
	padding:0 38px;
}
.center_title .carousel-control {
	opacity: 0!important;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0)!important;
}
.center_title  h4 {
	line-height:30px;
}
.center_title .btn_carousel_left,
.center_title .btn_carousel_right {
	display:inline-block;
	background:url(http://funpaperairplanes.com/img/btn_carousel_bg.png) no-repeat 0 0;
	width:28px;
	height:30px;
	position:relative;
	float:left;
	opacity: 0.999;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
	transition: opacity 300ms; 
	-webkit-transition: opacity 300ms; 
	-moz-transition: opacity 300ms; 
	-o-transition: opacity 300ms;		
}
.center_title .btn_carousel_left:hover,
.center_title .btn_carousel_right:hover {
	opacity: 0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.center_title .btn_carousel_left:before,
.center_title .btn_carousel_right:before {
	content:'';
	position:absolute;
	display:block;
	width:6px;
	height:10px;
	left:11px;
	top:10px;
}
.center_title .btn_carousel_left:before {
	background:url(../img/carousel_prev.png) no-repeat 0 0;	
}
.center_title .btn_carousel_right:before {
	background:url(../img/carousel_next.png) no-repeat 0 0;
}

.center_title .bg_title,
.center_title .bg_title,
.center_title .bg_title,
.center_title .bg_title {
	display:inline-block;
	margin:0 auto 38px auto;
}

.center_title.module_feature_posts,
.center_title.module_teamslider,
.center_title.module_testimonial,
.center_title.module_partners {
	text-align:center;
}

.center_title .bg_title h1,
.center_title .bg_title h2,
.center_title .bg_title h3,
.center_title .bg_title h4,
.center_title .bg_title h5,
.center_title .bg_title h6 {
	float:left;
}


.left-sidebar .module_line_wrapper,
.right-sidebar .module_line_wrapper {
	width:100%!important;
}

.clear { clear:both}
.module_revolution_slider iframe.video_frame {
	width:100%;
	height:auto;
}

.btn_load_more{
	display:block;
	float:none!important;
	margin:0!important;
	text-align:center!important;
}

.subscribe .inline {
	display:inline-block;
	float:left;
}
.subscribe .inline .subscribe_field {
	width:235px;
	height:14px;
	display:block;
	line-height:14px;
	color:#666666;
	border:#bcb2a1 1px solid;
	background:#f5f5f5 url(http://funpaperairplanes.com/img/bg_noise2.png) repeat 0 0;
	padding:13px 18px 13px 18px;
	margin-right:4px;
}
.subscribe #btn_subscribe {
	color:#666666!important;
	border:#bcb2a1 1px solid!important;
}

.right-sidebar .bannercontainer .subscribe_field,
.left-sidebar .bannercontainer  .subscribe_field {
	width:175px!important;
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.right-sidebar .subscribe,
	.left-sidebar .subscribe {
		display:none!important;
	}
	.subscribe p {
		display:none!important;
	}
	.subscribe_field,
	.subscribe_field {
		width:110px!important;
	}	
	
	
	
}

@media only screen and (max-width: 767px) {
	.subscribe {
		display:none!important;
	}
}

@media only screen and (max-width: 479px) {
	.force {
		width: 300px;
		height: 300px;
	}
	.force-anchors {
    float: none;
    padding-top: 0 !important;
}
	.force-img {
		float: none;
	}
	
	.jwplayer {
    width: 290px !important;
}
}

.wrapper404 img {
	width:100%;
	height:auto;
}

/*Layout Styles*/
.covered {
	background-size:cover!important;
}

/*Chrome Fix*/
@media screen and ( -webkit-min-device-pixel-ratio : 0 ) {
	
	.arrowButton .prevArrow {
		left:-1px!important;
	}
	.shortcode_accordion_item_title, 
	.shortcode_toggles_item_title { 
		overflow:visible!important;
	}
	.popular_posts li,
	.recent_posts li {
		overflow:visible!important;		
	}

}

/* *** base.css *** */

footer .logo img.logo_retina, header .logo img.logo_retina {
	display:none!important;
}

a.menu_toggler {
	display:none;
}
header .mobile_menu_wrapper {
	display:none;
	background:#3d3d3d;
}
nav.mobile_header {
	display:none!important;
}

.span12 .items6 li { 
	width:170px;
}
.span12 .items5 li { 
	width:210px;
}
.span12 .items4 li { 
	width:270px;
}
.span12 .items3 li { 
	width:370px;
}
.span12 .items2 li { 
	width:570px;
}
.span12 .items1 li { 
	width:1170px;
}

.span6 .items6 li { 
	width:70px;
}
.span6 .items5 li { 
	width:90px;
}
.span6 .items4 li { 
	width:120px;
}
.span6 .items3 li { 
	width:170px;
}
.span6 .items2 li { 
	width:270px;
}
.span6 .items1 li { 
	width:570px;
}

.span4 .items6 li { 
	width:36px;
}
.span4 .items5 li { 
	width:50px;
}
.span4 .items4 li { 
	width:70px;
}
.span4 .items3 li { 
	width:103px;
}
.span4 .items2 li { 
	width:170px;
}
.span4 .items1 li { 
	width:370px;
}

.span3 .items6 li { 
	width:20px;
}
.span3 .items5 li { 
	width:30px;
}
.span3 .items4 li { 
	width:45px;
}
.span3 .items3 li { 
	width:70px;
}
.span3 .items2 li { 
	width:120px;
}
.span3 .items1 li { 
	width:270px;
}

.span8 .items6 li { 
	width:103px;
}
.span8 .items5 li { 
	width:130px;
}
.span8 .items4 li { 
	width:170px;
}
.span8 .items3 li { 
	width:236px;
}
.span8 .items2 li { 
	width:370px;
}
.span8 .items1 li { 
	width:770px;
}

.span9 .items6 li { 
	width:120px;
}
.span9 .items5 li { 
	width:150px;
}
.span9 .items4 li { 
	width:195px;
}
.span9 .items3 li { 
	width:270px;
}
.span9 .items2 li { 
	width:420px;
}
.span9 .items1 li { 
	width:870px;
}

.tparrows {
	width:51px;
	height:56px;
	position:absolute;
	top:50%!important;
	margin:-28px 0 0 0!important;
	z-index:99;
	display:block;
	cursor:pointer;
	background:no-repeat 0 0;
	text-indent:-9999px;
	opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);	

	transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	-o-transition: opacity 400ms;	
}
.module_revolution_slider:hover .tparrows {
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.fullwidthbanner-container .tparrows  {
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);	
}

.module_revolution_slider .tparrows:hover  {
	opacity: 0.99;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
}

.tp-leftarrow {
	left:29px!important;
	right:auto!important;
}
.tp-rightarrow {
	right:29px!important;
	left:auto!important;
}
.tp-leftarrow {
	background-image:url(http://funpaperairplanes.com/img/slider_prev.png)!important;
}
.tp-rightarrow {
	background-image:url(http://funpaperairplanes.com/img/slider_next.png)!important;
}

@media only screen and (max-width: 760px) {
	.rs-fullscreen_wrapper { 
		margin-top:0px!important;
	}
}
.main_wrapper {
}

.shortcode_iconbox p {
    padding-bottom: 5px;
}

.gallery_item .gallery_desc_text {
    display: block;
    padding-top: 6px;
}

.gallery_item .gallery_title {
    color:#ffffff;
}

.module_cont {
    min-height: 20px !important;
}

hr.light {
    background-color: transparent !important;
}

.module_cont {
    margin-bottom: 20px !important;
}

.module_normal_padding {
    margin-bottom: 5px !important;
}

.module_medium_padding {
    margin-bottom: 15px !important;
}

.module_large_padding{
    margin-bottom: 40px !important;
}

.module_small_padding {
    margin-bottom: 25px !important;
}

.module_none_padding {
    margin-bottom: 0!important;
}
.page404 {
	margin-bottom:0px!important;
}


.sitemap_with_parent {
    margin: 0 0 0 18px !important;
}

.contentarea p:last-child {
    padding-bottom: 0;
}

blockquote.shortcode_blockquote p, .testimonials_list p, .shortcode_iconbox p, .portfolio_dscr p {
    padding-bottom: 0;
}

.form-allowed-tags {
    display: none;
}

.aligncenter, .bypostauthor, .gallery-caption, .sticky, .wp-caption-text, .wp-caption {

}

.pf_video_container {
    line-height: 0;
}

.ajaxanswer {
    padding-top: 10px;
}

.margin-fixer {
	margin-left:-30px!important;
	height:auto!important;
}
.carousel-wrap ul {
	margin-left:0px;
}
.carousel-wrap,
.carousel-wrap li {
	height:auto!important;
}
.item_list { overflow:hidden;}


/*IE8 SVG*/
.ie8 header nav,
.ie8 header nav li {
	z-index:9999;
}
.ie8 .btn2top-wrapper {
	margin-top:-14px!important;
    width: 50px;
    height: 28px;
    position: relative;
	background-image:url(../img/btn2top.png);
	background-repeat:no-repeat;
	background-position:center;
}
.ie8 .btn2top-wrapper:before {
    content: "";
    position: absolute;
    top: -15px; 
    left: 0;
    width: 0;
    height: 0;
	background:none;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 15px solid;
}
.ie8 .btn2top-wrapper:after {
    content: "";
    position: absolute;
    bottom: -15px; 
    left: 0;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 15px solid;
}

.ie8 .iconbox-ie8,
.ie8 .price_item.most_popular .price_ico {
    width: 108px;
    height: 60px;
    position:absolute;
	display:block;
}
.ie8 .iconbox-ie8:before,
.ie8 .price_item.most_popular .price_ico:before {
    content: "";
    position: absolute;
    top: -33px; 
    left: 0;
    width: 0;
    height: 0;
	background:none;
    border-left: 54px solid transparent;
    border-right: 54px solid transparent;
    border-bottom: 33px solid;
}
.ie8 .iconbox-ie8:after,
.ie8 .price_item.most_popular .price_ico:after {
    content: "";
    position: absolute;
    bottom: -33px; 
    left: 0;
    width: 0;
    height: 0;
    border-left: 54px solid transparent;
    border-right: 54px solid transparent;
    border-top: 33px solid;
}

.ie8 .gallery_item .iconbox-ie8 {
    width: 100px;
    height: 60px;
}
.ie8 .gallery_item .iconbox-ie8:before {
    top: -30px; 
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 30px solid;
}
.ie8 .gallery_item .iconbox-ie8:after {
    bottom: -30px; 
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid;
}

.ie8 .shortcode_iconbox .iconbox-ie8,
.ie8 .gallery_item .iconbox-ie8,
.ie8 .module_feature_posts .iconbox-ie8 {
	display:none;
	top:26px;	
}
.ie8 .gallery_item .iconbox-ie8 {
	top:30px;
	left:4px;
}
.ie8 .module_feature_posts .iconbox-ie8 {
	top:30px;
	left:4px;
}

.ie8 .shortcode_iconbox:hover .iconbox-ie8,
.ie8 .gallery_item:hover .iconbox-ie8,
.ie8 .module_feature_posts .item:hover .iconbox-ie8 {
	display:block;
}
.ie8 .shortcode_iconbox .ico span,
.ie8 .gallery_item .post_type_ico span,
.ie8 .module_feature_posts .post_type_ico span {
	z-index:99;
}
.ie8 .gallery_item .post_type_ico span {
	left:37px;
}

.ie8 .price_item.most_popular .price_ico {
    left: 50%;
    margin-left: -54px;
    position: absolute;
    top: -30px;
}


/* Google Ad Styles */

.responsive-fpa-ad { width: 300px; height: 50px; }
@media(min-width: 500px) { .responsive-fpa-ad { width: 468px; height: 60px; } }
@media(min-width: 800px) { .responsive-fpa-ad { width: 728px; height: 90px; } }