/* 
  -----------------------------------
  Tab Panel Magic 3
  by Project Seven Development
  www.projectseven.com
  Style Theme: 9 - Image-Based
  -----------------------------------
*/
.p7TP3-09 {
	/*width: auto;
	margin: 0 auto;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;*/
	width:100%;
	margin:0 0;
	font-family: "aller", sans-serif;
}
.p7TP3-09 img {
	vertical-align: top;
}
/*Triggers construct - including arrows*/
.p7TP3-09 .p7TP3tabs_09.no-tabs {
	display: none;
}

.p7TP3-09 .wrapperTabs {
	width: 100%;
	min-height: 350px;
	background-color: #e5e5d7;
	background-image: url(../images/background-top-banner-picture.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 3px;
	padding:68px 0px 0px 0px;
}

.p7TP3-09 .wrapperTabs .title {
	max-width:960px;
	margin:0px auto 20px auto;
	font-family: "aller",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	color:#92a5aa;
	clear:both;

}

.clearit  {
	clear:both;
}


.p7TP3tabs_09 {
	position: relative;
	z-index: 999;
	overflow: hidden;
	zoom: 1;
	line-height: 1;
	
	max-width:970px;
	margin:0px auto;
}
.p7TP3_arrows_09 .p7TP3_arrow_L, .p7TP3_arrows_09 .p7TP3_arrow_R {
	float: left;
	position: relative;
	z-index: 999;
	height: 62px;
	overflow: hidden;
	width: 25px;
	/*top: 20px;*/
	top: 50px;
}
.p7TP3_arrows_09 .p7TP3_arrow_R {
	float: right;
}
.p7TP3_arrows_09 a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	/*width: 20px;*/
	width:25px;
	background-repeat: no-repeat;
}
.p7TP3_arrows_09 .p7TP3_arrow_L a {
	background-image: url(img/tp3_09_west.png);
	background-position: 0px 0px;
}
.p7TP3_arrows_09 .p7TP3_arrow_R a {
	background-image: url(img/tp3_09_east.png);
	background-position: 0px 0px;
}
.p7TP3_arrows_09 a:hover, .p7TP3_arrows_09 a:focus {
	outline: 0;
}
.p7TP3_arrows_09 .p7TP3_arrow_R a.off {
	display: block;
	background-position: 0px -31px;
	cursor: default;
}
.p7TP3_arrows_09 .p7TP3_arrow_L a.off {
	display: block;
	background-position: 0px -31px;
	
	cursor: default;
}
/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TP3_arrows_09 a, .p7TP3_tabs_09 a, .p7TP3_tabs_09 a:visited {
	/*font-size: inherit;*/
	font-size: 30px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
/*Trigger Viewport*/
.p7TP3-09 .p7TP3tabs_viewport {
	position:relative;
	overflow:hidden;
	zoom: 1;
}
/*Trigger Wrapper*/
.p7TP3-09 .p7TP3tabs_wrapper {
	position:relative;
}
/*Trigger UL*/
.p7TP3_tabs_09 {
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 999;
	zoom: 1;
}
.p7TP3_tabs_09 a img {
	border: 3px solid #FFFFFF;
	border-radius: 3px;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.40);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.40);
}
.p7TP3_tabs_09 li {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	margin-right:12px;
	margin-bottom:6px;
	position: relative;
}
.p7TP3_tabs_09 .tp3first {

}
.p7TP3_tabs_09 a, .p7TP3_tabs_09 a:visited {
	text-transform: uppercase;
	display: block;
	color: #000;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
}
.p7TP3_tabs_09 .tp3first a {
	border-left: 0;

}
.p7TP3_tabs_09 a:hover, .p7TP3_tabs_09 a:focus {
	outline: 0;
	color: #FFF;
	background-color: #2E3647;
}
.p7TP3_tabs_09 a.open, .p7TP3_tabs_09 a.open:visited {}

/*Toolbars*/
.p7TP3-09.tools-top {
	padding-top: 0px;
}
.p7TP3-09.tools-bottom {
	padding-bottom: 0px;
}
.p7TP3-09-tools {
	position: relative;
	text-align: center;
	padding: 6px 0px;
	overflow: hidden;
}

/*Paginator*/
.p7TP3-09 .p7TP3-09-pags {
	overflow: hidden;
}
.p7TP3-09 .p7TP3-09-pags ul {
	margin: 0px;
	padding: 0;
	display: inline-block;
}
.p7TP3-09 .p7TP3-09-pags li {
	list-style-type: none;
	float: left;
	margin-right: 6px;
	margin: 3px;
}
.p7TP3-09 .p7TP3-09-pags ul a {
	text-decoration: none;
	display: block;
	color: #666666;
	background-color: #666666;
	font-size: 0px;
	line-height: 0px;
	padding: 5px;
	border-radius: 100%;
	border: none !important;
}
.p7TP3-09 .p7TP3-09-pags ul a:hover, .p7TP3-09 .p7TP3-09-pags ul a.down {
	background-color: #0099CC;
}
/*Prev-Next Arrows*/

.p7TP3-09 .p7TP3-09-arrows a {
	text-decoration: none;
	position: absolute;
	z-index: 999;
	display: block;
	opacity: .35;
	font-size: 0px;
	color: rgba(255,255,255,0);
}
.p7TP3-09 .p7TP3-09-arrows a:hover {
	opacity: 1;
}
.p7TP3-09 .p7TP3-09-arrow-prev {
	left: 3px;
	top: 70%;
	background-image: url(img/p7tp3-prev-dark.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 14px;
}

.p7TP3-09.v-slide .p7TP3-09-arrow-prev {
	left: auto;
	top: 6px;
	background-image: url(img/p7tp3-up-dark.png);
	height: 14px;
	width: 25px;
	right: 6px;
}

.p7TP3-09 .p7TP3-09-arrow-next {
	right: 3px;
	top: 70%;
	background-image: url(img/p7tp3-next-dark.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 14px;
}

.p7TP3-09.v-slide .p7TP3-09-arrow-next {
	right: 3px;
	top: auto;
	bottom: 6px;
	background-image: url(img/p7tp3-down-dark.png);
	height: 14px;
	width: 25px;
}
/*Pause-Play Control*/
.p7TP3-09-pause-play {
	float: right;
	font-size: inherit;
	font-size: 13px;
}
.p7TP3-09-pause-play a {
	display: block;
	text-decoration: none;
	color: #999999;
	text-transform: uppercase;
}
.p7TP3-09-pause-play a:hover {
	color: #0099CC;
}


/*Panels*/
/*Outer Wrapper*/
/*.p7TP3cwrapper_09 {
	background-color: #FFF;
	position: relative;
	top: -1px;
	border: 1px solid #000;
}*/

.p7TP3cwrapper_09 {
	width: 100%;
	background-color: #fff;
	background-image: url(../images/background-textarea.png);
	background-repeat: repeat-x;
}

/*Panels Viewport*/
.p7TP3cwrapper_09 .p7TP3_vp {filter: none;}

/*Individual panels*/
.p7TP3_content_09 {
	max-width:960px;
	margin:30px auto;
	
	/*padding: 20px;*/
	padding: 0px;
	color: #000;
	font-size: inherit;
	line-height: 1.5em;
}

.p7TP3_content_09 h1  {
	font-family: "aller",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size:24px;
	line-height:28px;
	margin-bottom:15px;
	color:#85a3aa;
}

.p7TP3_content_09 p  {
	font-family: "aller",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:14px;
	line-height:17px;
	margin-bottom:15px;
	color:#4c4c4c;
}

.p7TP3_content_09 .button {
	margin-top: 20px;
	padding: 12px;
	background-color: rgba(192,99,96,0.80);
	color: #fff;
	font-family: "aller",sans-serif;
	font-style: normal;
	font-weight: 700;
	display: inline-block;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.20);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.20);
}

.p7TP3_content_09 .button a:link, a:visited {
	color:#fff;
	text-decoration:none;
}

.p7TP3_content_09 .button a:hover {
	color:#000;
	text-decoration:none;
}

.p7TP3_content_09 .columnLeft  {
	float:left;
	width:35%;
	margin-right:5%;
}

.p7TP3_content_09 .columnRight  {
	float:right;
	width:60%;
}

.p7TP3_content_09 .columnRight img  {
	border: 3px solid #4c4c4c;
	border-radius: 3px;
	
}


@media only screen and (min-width: 0px) and (max-width: 700px) {
	
	.p7TP3_content_09 .columnLeft  {
	float:none;
	width:100%;
	margin-right:0%;
}

.p7TP3_content_09 .columnRight  {
	float:none;
	width:100%;
	margin-bottom:20px;
}

.p7TP3-09 .p7TP3-09-arrow-prev {
	left: 3px;
	top: 100%;
	background-image: url(img/p7tp3-prev-dark.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 14px;
}


.p7TP3-09 .p7TP3-09-arrow-next {
	right: 3px;
	top: 100%;
	background-image: url(img/p7tp3-next-dark.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 14px;
}

.p7TP3_content_09 .button {
	margin-top: 10px;
	
}

.p7TP3-09 .wrapperTabs {
	min-height: 275px;
	margin-top: 3px;
	padding:10px 0px 0px 0px;
}


.p7TP3-09 .wrapperTabs .title {
	
	margin:10px auto 10px 10px;
	font-family: "aller",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	

}


}

@media only screen and (min-width: 0px) and (max-width: 500px) {
	
	.p7TP3-09 .p7TP3-09-arrow-prev {
	left: 3px;
	top: 90%;
	background-image: url(img/p7tp3-prev-dark.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 14px;
}


.p7TP3-09 .p7TP3-09-arrow-next {
	right: 3px;
	top: 90%;
	background-image: url(img/p7tp3-next-dark.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 14px;
}
}

@media only screen and (min-width: 0px) and (max-width: 350px) {
	
	.p7TP3-09 .p7TP3-09-arrow-prev {
	left: 3px;
	top: 110%;
	background-image: url(img/p7tp3-prev-dark.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 14px;
}


.p7TP3-09 .p7TP3-09-arrow-next {
	right: 3px;
	top: 110%;
	background-image: url(img/p7tp3-next-dark.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 14px;
}
}