/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  02: 2 Col Flex Sidebar Right
  ------------------------------------------------
*/

body {
	font-family: 'PT Sans', sans-serif;
	color: #000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	/*padding-bottom: 4em;*/
}
img {
	vertical-align: bottom;
}
.masthead {
	padding: 10px 10px;
	text-align: left;
	background-color: #222;
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 30px #000;
}

.content-wrapper {
	margin: 4em 1.25em 1.25em 1.25em;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 1260px;
	margin: auto;
}

.main-content {
	float: left;
	width: 74%;
	margin-right: 1%;
}
.sidebar {
	width: 25%;
	float: left;
}

.sidebar .content {
	padding: 20px 20px;
	font-size: .9em;
	line-height: 1.5em;
	/*background-color: #7BA4C1;
	background-image: -webkit-linear-gradient(#7BA4C1, #FFF);
	background-image: linear-gradient(#7BA4C1, #FFF);
	border: 1px solid;
	border-color: #333;
	border-radius: 5px;*/
}

.main-content .content{
	padding: 20px 30px;
	font-size: 1em;
	line-height: 1.5em;
	/*border: 1px solid;*/
	border-radius: 5px;
	border-color: #666;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	font-family: 'Cabin Condensed', sans-serif;
	font-weight: normal;
}
h1 {font-size: 2.2em;}
h2 {font-size: 1.85em;}
h3 {font-size: 1.7em;}
h4 {font-size: 1.6em;}

/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child {
	margin-top: 0px;
}

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
.fancy {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}
.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*Ordinary Link Styles*/
.content a {
	color: #002953;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.content a:hover, .content a:focus {
	color: #000;
	border-bottom-style: solid;
}
.footer a {
	color: #000;
}
.footer a:hover, .footer a:focus { color: #FFF; }


/*The DIVs that contains the horizontal menu bar at the top of your page.*/
.top-navigation {
	background-color: #0698fd;
	/*border-bottom: 1px solid #FFF;*/
	box-shadow: 0px 0px 25px #6b6b6b;
	position: fixed;
	z-index: 9;
	width:100%
}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}
.menu-top-wrapper .p7DMM01 {
	background-color: transparent;
	border: none;
	box-shadow: none;
}

/*The Footer*/
.footer {
	background-color: #40c043;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 10px solid #9acd36;
	padding: 15px 0px;
	font-size: 0.8em;
	color: #000;
	text-align: center;
	clear: both;
	/*position: fixed;*/
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}


/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	padding-bottom: 0px;
}
.footer {
	position: static;
	width: auto;
}
.content-wrapper, .columns-wrapper {margin: 0px; border: none;}
.sidebar, .main-content {
	width: auto;
	float: none;
	position: static;
}
.main-content .content, .sidebar .content {
	padding: 20px 10px;
	border-radius: 0px ;
	border: none;
	height: auto !important;
	max-height: 888678px;
}
.p7DMM01 ul a, .p7DMM01 ul a:hover, .p7DMM01 ul a:focus, .p7DMM01 ul a.open {
	border-bottom: 1px solid;
	border-color: #89AEC9;
}
.p7DMM01 ul li:last-child a {
	border-bottom: none;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1280px) {
.main-content .content, .sidebar .content {padding: 20px 15px;}
.top-navigation {padding: 0px 10px;}
.content-wrapper {margin-left: 10px; margin-right: 10px;}
}

.img-slide {width: 350px; padding-top:10.4%;}
.slide-txt {font-size:56px; padding-bottom:30px}
@media only screen and (min-width: 860px) and (max-width: 1200px) {
.img-slide {width: 250px;}
.slide-txt {font-size:46px}
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
.img-slide {width: 180px;}
.slide-txt {font-size:40px}
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
.img-slide {width: 130px;}
.slide-txt {font-size:34px}
}

.height-60 {height:60px;}
@media only screen and (min-width: 0px) and (max-width: 700px) {
.height-60 {height:25px;}
}

.underline-pad {padding-bottom:10px;}
.underline-pad-top {padding-top:24px;}

.button {
    display: inline-block;
    background: #9acd36;
    /*border-radius: 5px;*/
    line-height: 2.5em;
    padding: 0 1em;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    letter-spacing: 0.2em;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    white-space: nowrap;
    /*font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;*/
    /*font-size: 1.05em !important;*/
    color: #fff !important;
}
p7LBM_1.css:30
.button-big {
    line-height: 3.5em;
    padding: 0 3em;
    font-size: 1.1em !important;
}
.button:hover { 
background: #711ac1;
}

.button-icon-a {
    display: inline-block;
    background: #40c043;
    /*border-radius: 5px;*/
    line-height: 3.6em;
    /*padding: 0 1.5em;*/
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    /*text-transform: uppercase;*/
    outline: 0;
    white-space: nowrap;
    /*font-family: 'Open Sans', sans-serif;
    font-weight: 700;*/
    font-size: 1.05em !important;
    color: #fff !important;
	width:100%;
	padding-bottom:50px;
	/*padding-top:30px;*/
}
.button-big-icon-a {
    line-height: 2.5em;
    /*padding: 0 3em;*/
    font-size: 1.3em !important;
}
.button-icon-a:hover { 
background: #711ac1;
}

.button-icon-b {
    display: inline-block;
    background: #0465ff;
    /*border-radius: 5px;*/
    line-height: 3.6em;
    /*padding: 0 1.5em;*/
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    /*text-transform: uppercase;*/
    outline: 0;
    white-space: nowrap;
    /*font-family: 'Open Sans', sans-serif;
    font-weight: 700;*/
    font-size: 1.05em !important;
    color: #fff !important;
	width:100%;
	padding-bottom:50px;
	/*padding-top:30px;*/
}
.button-big-icon-b {
    line-height: 2.5em;
    /*padding: 0 3em;*/
    font-size: 1.3em !important;
}
.button-icon-b:hover { 
background: #711ac1;
}

.button-icon-c {
    display: inline-block;
    background: #f3931b;
    /*border-radius: 5px;*/
    line-height: 3.6em;
    /*padding: 0 1.5em;*/
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    /*text-transform: uppercase;*/
    outline: 0;
    white-space: nowrap;
    /*font-family: 'Open Sans', sans-serif;
    font-weight: 700;*/
    font-size: 1.05em !important;
    color: #fff !important;
	width:100%;
	padding-bottom:50px;
	/*padding-top:30px;*/
}
.button-big-icon-c {
    line-height: 2.5em;
    /*padding: 0 3em;*/
    font-size: 1.3em !important;
}
.button-icon-c:hover { 
background: #711ac1;
}

.button-icon-d {
    display: inline-block;
    background: #e43317;
    /*border-radius: 5px;*/
    line-height: 3.6em;
    /*padding: 0 1.5em;*/
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    /*text-transform: uppercase;*/
    outline: 0;
    white-space: nowrap;
    /*font-family: 'Open Sans', sans-serif;
    font-weight: 700;*/
    font-size: 1.05em !important;
    color: #fff !important;
	width:100%;
	padding-bottom:50px;
	/*padding-top:30px;*/
}
.button-big-icon-d {
    line-height: 2.5em;
    /*padding: 0 3em;*/
    font-size: 1.3em !important;
}
.button-icon-d:hover { 
background: #711ac1;
}
.button-icon-d-eng {
    display: inline-block;
    background: #e43317;
    /*border-radius: 5px;*/
    line-height: 3.6em;
    /*padding: 0 1.5em;*/
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    /*text-transform: uppercase;*/
    outline: 0;
    white-space: nowrap;
    /*font-family: 'Open Sans', sans-serif;
    font-weight: 700;*/
    font-size: 1.05em !important;
    color: #fff !important;
	width:100%;
	padding-bottom:50px;
	/*padding-top:30px;*/
}
.button-big-icon-d-eng {
    line-height: 2.7em;
    /*padding: 0 3em;*/
    font-size: 1.2em !important;
}
.button-icon-d-eng:hover { 
background: #711ac1;
}

.button-icon-e {
    display: inline-block;
    background: #51dfff;
    /*border-radius: 5px;*/
    line-height: 3.6em;
    /*padding: 0 1.5em;*/
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    /*text-transform: uppercase;*/
    outline: 0;
    white-space: nowrap;
    /*font-family: 'Open Sans', sans-serif;
    font-weight: 700;*/
    font-size: 1.05em !important;
    color: #fff !important;
	width:100%;
	padding-bottom:50px;
	/*padding-top:30px;*/
}
.button-big-icon-e {
    line-height: 2.5em;
    /*padding: 0 3em;*/
    font-size: 1.3em !important;
}
.button-icon-e:hover { 
background: #711ac1;
}

.button-icon-f {
    display: inline-block;
    background: #eacf0a;
    /*border-radius: 5px;*/
    line-height: 3.6em;
    /*padding: 0 1.5em;*/
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    /*text-transform: uppercase;*/
    outline: 0;
    white-space: nowrap;
    /*font-family: 'Open Sans', sans-serif;
    font-weight: 700;*/
    font-size: 1.05em !important;
    color: #fff !important;
	width:100%;
	padding-bottom:50px;
	/*padding-top:30px;*/
}
.button-big-icon-f {
    line-height: 2.5em;
    /*padding: 0 3em;*/
    font-size: 1.3em !important;
}
.button-icon-f:hover { 
background: #711ac1;
}

.button-icon-g {
    display: inline-block;
    background: #cb56d2;
    /*border-radius: 5px;*/
    line-height: 3.6em;
    /*padding: 0 1.5em;*/
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    /*text-transform: uppercase;*/
    outline: 0;
    white-space: nowrap;
    /*font-family: 'Open Sans', sans-serif;
    font-weight: 700;*/
    font-size: 1.05em !important;
    color: #fff !important;
	width:100%;
	padding-bottom:50px;
	/*padding-top:30px;*/
}
.button-big-icon-g {
    line-height: 2.5em;
    /*padding: 0 3em;*/
    font-size: 1.3em !important;
}
.button-icon-g:hover { 
background: #711ac1;
}

.button-icon-h {
    display: inline-block;
    background: #08dc8e;
    /*border-radius: 5px;*/
    line-height: 3.6em;
    /*padding: 0 1.5em;*/
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    /*text-transform: uppercase;*/
    outline: 0;
    white-space: nowrap;
    /*font-family: 'Open Sans', sans-serif;
    font-weight: 700;*/
    font-size: 1.05em !important;
    color: #fff !important;
	width:100%;
	padding-bottom:50px;
	/*padding-top:30px;*/
}
.button-big-icon-h {
    line-height: 2.5em;
    /*padding: 0 3em;*/
    font-size: 1.3em !important;
}
.button-icon-h:hover { 
background: #711ac1;
}

.but-pad {padding-bottom:50px;}

/* Responsive iFrame */
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.green-text {color:#f3931b;}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
.button-icon-a {
	padding-bottom:10px;
}

.button-icon-b {
	padding-bottom:10px;
}

.button-icon-c {
	padding-bottom:10px;
}

.button-icon-d {
	padding-bottom:10px;
}
.button-icon-d-eng {
	padding-bottom:10px;
}
.button-icon-e {
	padding-bottom:10px;
}

.button-icon-f {
	padding-bottom:10px;
}

.button-icon-g {
	padding-bottom:10px;
}

.button-icon-h {
	padding-bottom:10px;
}
.but-pad {padding-bottom:10px;}
}
@media only screen and (min-width: 900px) and (max-width: 1245px) {
.button-big-icon-d-eng {	font-size: 1.1em !important; line-height:3em;}
}
@media only screen and (min-width: 870px) and (max-width: 900px) {
.button-big-icon-d-eng {	font-size: 1em !important; line-height:3.3em;}
}
@media only screen and (min-width: 830px) and (max-width: 870px) {
.button-big-icon-d-eng {	font-size: 1em !important; line-height:3em;}
}
@media only screen and (min-width: 800px) and (max-width: 830px) {
.button-big-icon-d-eng {	font-size: 0.9em !important; line-height:3.3em;}
}
@media only screen and (min-width: 710px) and (max-width: 800px) {
.button-big-icon-d-eng {	font-size: 0.9em !important; line-height:3.1em;}
}
@media only screen and (min-width: 680px) and (max-width: 710px) {
.button-big-icon-d-eng {	font-size: 0.85em !important; line-height:3em;}
}
@media only screen and (min-width: 640px) and (max-width: 680px) {
.button-big-icon-d-eng {	font-size: 0.8em !important; line-height:3.2em;}
}
@media only screen and (min-width: 600px) and (max-width: 640px) {
.button-big-icon-d-eng {	font-size: 0.75em !important; line-height:3.4em;}
}
@media only screen and (min-width: 800px) and (max-width: 870px) {
.button-big-icon-a {	font-size: 1.2em !important;}
.button-big-icon-b {	font-size: 1.2em !important;}
.button-big-icon-c {	font-size: 1.2em !important;}
.button-big-icon-d {	font-size: 1.2em !important;}
.button-big-icon-e {	font-size: 1.2em !important;}
.button-big-icon-f {	font-size: 1.2em !important;}
.button-big-icon-g {	font-size: 1.2em !important;}
.button-big-icon-h {	font-size: 1.2em !important;}
}
@media only screen and (min-width: 710px) and (max-width: 800px) {
.button-big-icon-a {	font-size: 1.1em !important;}
.button-big-icon-b {	font-size: 1.1em !important;}
.button-big-icon-c {	font-size: 1.1em !important;}
.button-big-icon-d {	font-size: 1.1em !important;}
.button-big-icon-e {	font-size: 1.1em !important;}
.button-big-icon-f {	font-size: 1.1em !important;}
.button-big-icon-g {	font-size: 1.1em !important;}
.button-big-icon-h {	font-size: 1.1em !important;}
}
@media only screen and (min-width: 600px) and (max-width: 710px) {
.button-big-icon-a {	font-size: 1em !important;}
.button-big-icon-b {	font-size: 1em !important;}
.button-big-icon-c {	font-size: 1em !important;}
.button-big-icon-d {	font-size: 1em !important;}
.button-big-icon-e {	font-size: 1em !important;}
.button-big-icon-f {	font-size: 1em !important;}
.button-big-icon-g {	font-size: 1em !important;}
.button-big-icon-h {	font-size: 1em !important;}
}
.word-wrap {word-wrap: break-word;}

.video_overlays {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
	z-index: 1;
	width:100%
}

.homess-txt {color:#fff;     text-shadow: 1px 1px 10px #000, 3px 3px 8px #000;}
@media only screen and (min-width: 464px) and (max-width: 726px) {
.homess-txt {margin-top:10px;}
}
@media only screen and (min-width: 0px) and (max-width: 464px) {
.homess-txt {display:none;}
}

@media only screen and (min-width: 0px) and (max-width: 668px) {
	  .responsiveImage-news{width:100%; align:left; padding-bottom:10px; }
}

@media only screen and (min-width: 668px) {
 .responsiveImage-news{width:30%; align:left; padding-left:10px; padding-bottom:10px; }
}