*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
	/*font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Merriweather', serif;*/
	background-color: #fff;
	background-image: url("//sys.mahec.net/media/images/repeat-swoosh.jpg");
	background-position: center top;
	background-repeat: repeat-x;
}

#main-container{
	width: 1024px;
	margin: 0px auto;
}

.second-tier-banner{
	position: relative;
	height: 285px;
	width: 1005px;
	/*width: 100%;*/
	background-color: #666;
	border-top: 10px solid #a7a9ac;
	border-bottom: 10px solid #a7a9ac;
	margin-top: -4px;
}

.bannerImage
{
    position:inherit;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-width: 0;
    width: 1005px;
    height: 265px;
}

.site-header {
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
    margin-right:15px;
}

/**** Top Nav ****/
ul#top-nav {
	float: right;
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
	list-style-type: none;
}
ul#top-nav > li {
	float: left;
	width: 145px;
	height: 33px;

	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;

	text-align: center;
	background-color: #939598;
	color: #f1f1f1;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 33px;
}
ul#top-nav > li > a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #f1f1f1;
}
ul#top-nav > li span {
	padding-left: 14px;
}
ul#top-nav > li:hover {
	background-color: #797a7f;
}
ul#top-nav > li:last-child {
	width: 165px;
}
li.nav-phone {
	background: url("//sys.mahec.net/media/images/mahec-sprite.png") 2px 2px no-repeat;
}
li:hover.nav-phone {
	background: url("//sys.mahec.net/media/images/mahec-sprite.png") 2px -458px no-repeat;
	background-color: #797a7f;
}
li.nav-directions {
	background: url("//sys.mahec.net/media/images/mahec-sprite.png") 2px -34px no-repeat;
}
li:hover.nav-directions {
	background: url("//sys.mahec.net/media/images/mahec-sprite.png") 2px -499px no-repeat;
	background-color: #797a7f;
}
li.nav-search {
	background: url("//sys.mahec.net/media/images/mahec-sprite.png") 2px -75px no-repeat;
}
li:hover.nav-search {
	background: url("//sys.mahec.net/media/images/mahec-sprite.png") 2px -542px no-repeat;
	background-color: #797a7f;
}

.nav-search input{
	height: 33px;
	width: 100%;
	line-height: 33px;
	font-size: 12px;
	padding-left: 32px;
	border: 0px;
	background-color: transparent;
	color: #fff;
}
.nav-search input:hover{
}
.nav-search input:focus{
}


.placeholder,
.input-hint{
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	margin-left: 23px;
}
.placeholder:hover,
.input-hint:hover{
	color: #999;
}
/**** End top-nav ****/

#logo-container {
	height: 70px;
	width: 194px;
	display: inline-block;
	margin-bottom: 11px;
	margin-top: 14px;
}
#logo {
	height: 48px;
}
#logo a {

}

/*** Small Nav ****/
ul#small-nav {
	list-style: none;
	width: 420px;
	font-size: 14px;
	position: absolute;
	top: 34px;
	right: 0;
}
ul#small-nav > li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	font-weight: 400;
	border-right: 1px solid #ccc;
}
ul#small-nav > li:first-child {
	padding-right: 0;
	border-right: 0px;
}
ul#small-nav > li > a {
	text-decoration: none;
	color: #898a8e;
}
ul#small-nav > li > a:hover {
	color: #000;
}


/**** Main Nav ****/
ul#main-nav {
	width: 1024px;
	height: 75px;
	border: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
    white-space:nowrap;
	margin-bottom: 17px;
	position: relative; /* .dropdown-container is position relative to this ul */
}

ul#main-nav > li{
	/*width: 208px;*/
    width:204px;
	float: left;
	height: 75px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	/*background-image: url('//sys.mahec.net/media/images/dots-column.png');
	background-repeat: repeat-y;
	background-position: 195px 0;*/
}

ul#main-nav > li > a{
	display: block;
	/*width: 193px;*/
    width:190px;
	height: 75px;
	margin-right: 10px;
	background-color: #cfc;
	display: table;
	color: #fff;
	text-decoration: none;
}


ul#main-nav > li > a > span{
	display: block;
	font-weight: 200;
	font-size: 22px;
	line-height: 22px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;

	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;

}

ul#main-nav > li:hover > a > span{
	font-size: 26px;
	line-height: 26px;
	font-weight: 400;
}

ul#main-nav > li:last-child{
	/*width: 192px;*/
    width:189px;
}
ul#main-nav > li:last-child > a{
	margin-right: 0px;
}


ul#main-nav > li > .arrow-down {
	/*width:193px;*/
    width:190px;#width:5px;#padding-right:-25px;
	position: relative;
	bottom: 0px;
	left: 0px;
	border-left:96px solid transparent; /* the left and right border should be half the width of the triangle */
	border-right:96px solid transparent;
	border-top-width: 0px;
	border-top-style: solid;

  -webkit-transform: rotate(360deg);  /* Saf3.1+, Chrome */
     -moz-transform: rotate(360deg);  /* FF3.5+ */
      -ms-transform: rotate(360deg);  /* IE9 */
       -o-transform: rotate(360deg);  /* Opera 10.5+ */
          transform: rotate(360deg);

  	-webkit-transition: border-top 0.2s ease-out;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: border-top 0.2s ease-out;  /* Firefox 4-15 */
    -o-transition: border-top 0.2s ease-out;  /* Opera 10.50�12.00 */
	transition: border-top 0.2s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}
ul#main-nav > li:hover .arrow-down{
	border-top-width: 13px; /* this is the height of the triangle */

}


ul#main-nav > li > .dropdown-container{
	position: absolute;
	top: 88px;
	left: 0px;
	display: none;
	height: 401px;
	width: 100%;
	background-color: transparent;
	z-index: 10;
	border-top: 13px solid #000;
	border-bottom: 13px solid #a7a9ac;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	z-index: 9999;
}


ul#main-nav > li > .dropdown-container.small{
	height: auto;
	border-bottom: 0px;
}

ul#main-nav > li:hover > .dropdown-container{
	display: block;
}

ul#main-nav > li > .dropdown-container .subnav{
	padding: 0px 14px;
}


ul#main-nav > li > .dropdown-container  .dropdown-nav{
	width: 100%;
	height: auto;
	border: 0;
	padding: 0px;
	margin: 0;
	padding-bottom: 3px;
	list-style-type: none;
	background-image: url('//sys.mahec.net/media/images/single-dot.png');
	background-position: left bottom;
	background-repeat: repeat-x;
}

ul#main-nav > li:hover > .dropdown-container  .dropdown-nav:last-child{
	background-image: none;
	padding-bottom: 0px;
}

.dropdown-nav > li{
	width: 25%;
	float: left;
	padding: 0px;
	border: 0px;
	margin: 0px;
	display: table;


	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}




.dropdown-nav > li > a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0px 18px;
	left: 18px;
	margin: 6px 0px;
	background-image: url('//sys.mahec.net/media/images/five-dots.png');
	background-position: right 10px;
	background-repeat: no-repeat;
	text-align: left;
	height: 42px;
	display: table-cell;
	vertical-align: middle;
}

.dropdown-nav > li > a span{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 400;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.dropdown-nav > li.selected,
.dropdown-nav > li.parent-selected{
	background-color: rgba(0,0,0,0.1);
}


.dropdown-nav > li:hover{
	background-color: rgba(0,0,0,0.2);
}

.dropdown-nav > li:hover a span,
.dropdown-nav > li.selected a span,
.dropdown-nav > li.parent-selected a span{
	font-weight: 700;
}


.dropdown-nav > li:nth-child(4n+0) a{
	border-right: 0px;
	background-image: none;
}

/* custom colors for each nav section */
ul#main-nav li.about-us > a{
    
	width: 190px;
	height: 75px;
	background-color: #65a2a1;#display:block;#padding-top:20px;#height:55px;
    
}
ul#main-nav > li.about-us > .arrow-down{

	border-top-color:  #65a2a1;
}
ul#main-nav > li.about-us > .dropdown-container{
	border-color:  #65a2a1;
}
ul#main-nav > li.about-us > .dropdown-container .subnav{
	background-color: rgb(101,162,161);
	background-color: rgba(101,162,161,0.7);
}

ul#main-nav li.patient-information > a{
	width: 190px;
	height: 75px;
	background-color: #8eae6b;#display:block;#padding-top:15px;#height:60px;
   
}
ul#main-nav > li.patient-information > .arrow-down{
	border-top-color: #8eae6b;
}
ul#main-nav > li.patient-information > .dropdown-container{
	border-color:  #8eae6b;
}
ul#main-nav > li.patient-information > .dropdown-container .subnav{
	background-color: rgb(142,172,107);
	background-color: rgba(142,172,107,0.7);
}

ul#main-nav li.continuing-education > a{
	width: 190px;
	height: 75px;
	background-color: #d89f5b;#display:block;#padding-top:15px;#height:60px;
}
ul#main-nav > li.continuing-education > .arrow-down{
	border-top-color: #d89f5b;
}
ul#main-nav > li.continuing-education > .dropdown-container{
	border-color:  #d89f5b;
}
ul#main-nav > li.continuing-education > .dropdown-container .subnav{
	background-color: rgb(216,159,91);
	background-color: rgba(216,159,91,0.7);
}

ul#main-nav li.residency-and-student-info > a{
	width: 190px;
	height: 75px;
	background-color: #9b6fb1;#display:block;#padding-top:15px;#height:60px;
}
ul#main-nav > li.residency-and-student-info > .arrow-down{
	border-top-color: #9b6fb1;
}
ul#main-nav > li.residency-and-student-info > .dropdown-container{
	border-color:  #9b6fb1;
}
ul#main-nav > li.residency-and-student-info > .dropdown-container .subnav{
	background-color: rgb(155,111,177);
	background-color: rgba(155,111,177,0.7);
}

ul#main-nav li.innovation-and-research > a{
	width: 190px;
	height: 75px;
	background-color: #5f8fc1;#display:block;#padding-top:15px;#height:60px;
}
ul#main-nav > li.innovation-and-research > .arrow-down{
	border-top-color: #5f8fc1;
}
ul#main-nav > li.innovation-and-research > .dropdown-container{
	border-color:  #5f8fc1;
}
ul#main-nav > li.innovation-and-research > .dropdown-container .subnav{
	background-color: rgb(95,143,193);
	background-color: rgba(95,143,193,0.7);
}

.circle-content-wrapper {
	position: absolute;
	bottom: 13px;
	width: 240px;
	height: 240px;
	z-index: 1;
}
.circle-content {
	font-family: 'Source Sans Pro', sans-serif;
	width: 240px;
	height: 240px;
	-moz-border-radius: 120px; /* Firefox */
	-webkit-border-radius: 120px; /* Safari, Chrome */
	border-radius: 120px; /* CSS3 */
	background-color: rgb(255,255,255); /* IE8 fallback */
	background-color: rgba(255,255,255,0.75);
	display: table;
	behavior: url("//sys.mahec.net/scripts/PIE.htc");
}
.circle-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.circle-content-wrapper.right{
	right: 13px;
}
.circle-content-wrapper.left{
	left: 13px;
}
.circle-inner > h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 21px;
	width: 175px;
	margin: 0px auto 2px auto;
	text-transform: uppercase;
}
.circle-inner > p{
	color: #6d6e71;
	font-size: 18px;
	line-height: 21px;
	width: 175px;
	margin: 0px auto;
}

/**** END Main Nav ****/


/**** Sidebar ****/
.sidebar-wrapper {
	position: relative;
	width: 240px;
	float: left;
	margin-top: -22px;
}

/**** Secondary Nav ****/
/**** Defaults ****/


ul.secondary-nav,
ul.secondary-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.secondary-nav{
	padding: 20px 0px;
}

ul.secondary-nav > li {
}

ul.secondary-nav li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	display: block;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	padding: 0px 30px 0 20px;
	line-height: 16px;
	color: #fff;
	text-decoration: none;
}


ul.secondary-nav > li.selected > a,
ul.secondary-nav > li.parent-selected > ul > li.selected > a,
ul.secondary-nav > li.parent-selected > ul > li.parent-selected > ul > li.selected > a{
	background-color: rgba(0,0,0,0.15);
}

ul.secondary-nav li a:hover {
	background-color: rgba(0,0,0,0.1) !important;
	font-weight: 700;
}


ul.secondary-nav li.selected > a {
	font-weight: 700;
}



/* second level */
ul.secondary-nav > li > ul > li > a {
	padding-left: 39px;
	font-size: 15px;
	line-height: 15px;
}

/* third level */
ul.secondary-nav > li > ul > li > ul > li > a {
	padding-left: 58px;
	font-size: 13px;
	line-height: 13px;
}

ul.secondary-nav li a span {
	width: 100%;
	height: 100%;
	display: block;
	padding: 12px 0px 8px 0px;
}
ul.secondary-nav > li > a > span {
	background-image: url('//sys.mahec.net/media/images/single-dot.png');
	background-position: left -1px;
	background-repeat: repeat-x;
}
ul.secondary-nav > li:first-child > a > span {
	background-image: none;
}

ul.secondary-nav li > ul > li > a span {
	padding: 8px 0px 8px 0px;
}
ul.secondary-nav li > ul > li > ul > li > a span {
	padding: 6px 0px 6px 0px;
}
ul.secondary-nav li ul{
	padding-bottom: 8px;
}


/**** Page Templates ****/
body.about-us ul.secondary-nav{
	background-color: rgb(101, 162, 161);
	background-color: rgba(101, 162, 161, .75);
}
body.about-us .intro-paragraph,
body.about-us .headline,
body.about-us .two-column-right,
body.about-us .page-content h3,
body.about-us .page-content h1,
body.about-us .second-tier-banner h3 {
	color: #65a2a1;
}
body.about-us .second-tier-banner{
	border-color: #65a2a1;
}
body.about-us ul#main-nav > li:nth-child(1) .arrow-down{
	border-top-width: 13px;
}

body.continuing-education ul.secondary-nav{
	background-color: rgb(216, 159, 91);
	background-color: rgba(216, 159, 91, .75);
}
body.continuing-education .intro-paragraph,
body.continuing-education .headline,
body.continuing-education .two-column-right,
body.continuing-education .page-content h3,
body.continuing-education .page-content h1,
body.continuing-education .second-tier-banner h3 {
	color: #d89f5b;
}
body.continuing-education .second-tier-banner{
	border-color: #d89f5b;
}
body.continuing-education ul#main-nav > li:nth-child(3) .arrow-down{
	border-top-width: 13px;
}

body.patient-information ul.secondary-nav{
	background-color: rgb(142, 174, 107);
	background-color: rgba(142, 174, 107, .75);
}
body.patient-information .intro-paragraph,
body.patient-information .headline,
body.patient-information .two-column-right,
body.patient-information .page-content h3,
body.patient-information .page-content h1,
body.patient-information .second-tier-banner h3 {
	color: #8eae6b;
}
body.patient-information .second-tier-banner{
	border-color: #8eae6b;
}

body.patient-information ul#main-nav > li:nth-child(2) .arrow-down{
	border-top-width: 13px;
}

body.residency-and-student-info ul.secondary-nav{
	background-color: rgb(155, 111, 177);
	background-color: rgba(155, 111, 177, .75);
}
body.residency-and-student-info .intro-paragraph,
body.residency-and-student-info .headline,
body.residency-and-student-info .two-column-right,
body.residency-and-student-info .page-content h3,
body.residency-and-student-info .page-content h1,
body.residency-and-student-info .second-tier-banner h3 {
	color: #9b6fb1;
}
body.residency-and-student-info .second-tier-banner{
	border-color: #9b6fb1;
}
body.residency-and-student-info ul#main-nav > li:nth-child(4) .arrow-down{
	border-top-width: 13px;
}

body.innovation-and-research ul.secondary-nav{
	background-color: rgb(95, 143, 193);
	background-color: rgba(95, 143, 193, .75);
}
body.innovation-and-research .intro-paragraph,
body.innovation-and-research .headline,
body.innovation-and-research .two-column-right,
body.innovation-and-research .page-content h3,
body.innovation-and-research .page-content h1,
body.innovation-and-research .second-tier-banner h3 {
	color: #5f8fc1;
}
body.innovation-and-research .second-tier-banner{
	border-color: #5f8fc1;
}
body.innovation-and-research ul#main-nav > li:nth-child(5) .arrow-down{
	border-top-width: 13px;
}

iframe {
	margin-top:  22px;
	width: 100%;
	height: 774px;
}

/**** Vital Community Resource Sidebar ****/
.vital-sidebar {
	font-family: 'Source Sans Pro', sans-serif;
	background: url('//sys.mahec.net/media/images/sidebar-box-border.png');
	float: left;
	height: 446px;
	margin-top: 15px;
}
.vital-sidebar h3 {
	font-size: 19px;
	padding: 12px 40px 12px;
	margin-top: 8px;
	margin-bottom: 0;
	width: 236px;
	float: left;
	margin-left: 2px;
}
.vital-sidebar img {
	margin: 0px;
	padding: 0px;
	margin-left: 14px;
	line-height: 20px;
}
.vital-sidebar .blurb {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 212px;
	height: 100px;
	margin-top: 0px;
	margin-bottom: 14px;
	margin-left: 14px;
	padding: 0 17px 8px 17px;
	color: #8b8986;
	font-size: 12px;
	background: #fff6e6;
	background: -moz-linear-gradient(top,  #fff6e6 0%, #fef5e7 50%, #fff5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff6e6), color-stop(50%,#fef5e7), color-stop(100%,#fff5e5));
	background: -webkit-linear-gradient(top,  #fff6e6 0%,#fef5e7 50%,#fff5e5 100%);
	background: -o-linear-gradient(top,  #fff6e6 0%,#fef5e7 50%,#fff5e5 100%);
	background: -ms-linear-gradient(top,  #fff6e6 0%,#fef5e7 50%,#fff5e5 100%);
	background: linear-gradient(top,  #fff6e6 0%,#fef5e7 50%,#fff5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6e6', endColorstr='#fff5e5',GradientType=0 );
}

.vital-sidebar .blurb p {
	margin: 0px;
	padding: 0px;
}
.fb-sidebar {
	padding-top: 1px;
	position: absolute;
	height: 30px;
	bottom: -48px;
	left: 20px;
	font-family: 'Source Sans Pro',sans-serif;
	width: 100%;
	background: url('//sys.mahec.net/media/images/mahec-sprite.png') -54px -442px no-repeat;
}
.fb-sidebar > a {
	color: #8d8ab8;
	text-decoration: none;
	padding-left: 32px;
	font-size: 18px;
	width: 100%;
	display: block;
}
.fb-sidebar > a > span {
	font-size: 0;
}

/**** Landing Pages ****/
#main-content {
	width: 100%;
	background-image: url('//sys.mahec.net/media/images/dots-column.png');
	background-repeat: repeat-y;
	background-position: 254px 0;
	margin-top: 22px;
	margin-bottom: 126px;
}
.page-content {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	color: #6d6e71;
	margin-left: 15px;
	width: 769px;
	float: left;
	padding-left: 18px;
	font-size: 18px;
	line-height: 24px;
}
.page-content a {
	color: #6d6e71;
}



/**** Breadcrumbs ****/
.breadcrumbs ul {
	margin-top: 0;
	margin-bottom: 14px;
	text-transform: uppercase;
	font-size: 10px;
	padding-left: 0;
}
.breadcrumbs li {
	display: inline;
	list-style-type: none;
	color: #adadad;
}
.breadcrumbs li > a {
	text-decoration: none;
	font-size: 14px;
	color: #898a8e;
	font-weight: 400;
}
.breadcrumbs li > a:hover {
	color: #000;
}

/**** Pages ****/
.headline {
	padding: 0;
	margin: 0;
}
p.intro-paragraph {
	margin-top: 0;
	font-size: 19px;
	line-height: 26px;
	margin-bottom: 32px;
	font-weight: 400;
}
.full-column {
	width: 100%;
}
.page-content ul,
.page-content ol {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.page-content li {
	margin-bottom: 12px;
}

.page-content h1{
	font-size: 20px;
	margin-bottom: 0px;
}

/**** Page Templates, Content ****/


/* remove ugly dotted border */
:focus{
	outline:none;
}
::-moz-focus-inner{
	border:0;
}





/**** Three Column page ****/
.three-column-container {
	background: url('//sys.mahec.net/media/images/three-column-bg.png') repeat-y;
}
.one-third-column{
	width: 238px;
	float: left;
	margin-left: 18px;
}
.one-third-column:nth-of-type(1) {
	padding-left: 0px;
	margin-left: 0px;
}
.one-third-column .wrapper {
	padding-right: 22px;
	line-height: 22px;
}
.one-third-column p {
	margin: 0;
	padding: 0;
}
.one-third-column img {
	moz-box-shadow: 0px 0px 20px #999;
	webkit-box-shadow: 0px 0px 20px #999;
	box-shadow: 0px 0px 20px #999;
}

/**** Two-Column Page****/
.two-column-container {
	/*add the following with js if right column exits*/
	/*background: url('/css/layout-images/dots-column.png');
	background-repeat: repeat-y;
	background-position: 488px 0;
	*/
}
.two-column-main {
	width: 488px;
	float: left;
	padding-right: 18px;
}
.two-column-right {
	width: 245px;
	padding-right: 45px;
	float: left;
	margin-left: 18px;
}
.two-column-right > p {
	letter-spacing: -1px;
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
}
/*
.two-column-right p:nth-of-type(1) {
	margin-top: 0px;
}
*/

/**** Footer ****/
#footer-container{
	width: 100%;
	background: #6b6c6f;
	background: -moz-linear-gradient(top,  #6b6c6f 0%, #6d6e71 51%, #6f7073 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b6c6f), color-stop(51%,#6d6e71), color-stop(100%,#6f7073));
	background: -webkit-linear-gradient(top,  #6b6c6f 0%,#6d6e71 51%,#6f7073 100%);
	background: -o-linear-gradient(top,  #6b6c6f 0%,#6d6e71 51%,#6f7073 100%);
	background: -ms-linear-gradient(top,  #6b6c6f 0%,#6d6e71 51%,#6f7073 100%);
	background: linear-gradient(to bottom,  #6b6c6f 0%,#6d6e71 51%,#6f7073 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6c6f', endColorstr='#6f7073',GradientType=0 );
}
#footer-tile {
	height: 12px;
	width: 100%;
	background: url('//sys.mahec.net/media/images/mahec-footer-tile.png');
	background-repeat:repeat-x;
}
#footer-content {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #eaebeb;
	width: 1024px;
	margin: 0px auto;
	padding-bottom: 20px;
}
#footer-left {
	margin-top: -8px;
}
ul#footer-nav {
	padding-left: 0;
	text-decoration: none;
	font-weight: normal;
	list-style-type: none;
}
ul#footer-nav > li {
	float: left;
	background-image: url('//sys.mahec.net/media/images/five-dots.png');
	background-position: right 8px;
	background-repeat: no-repeat;
	padding: 12px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#footer-nav > li:first-child {
	padding-left: 0px;
}
ul#footer-nav li:hover{
	background-color: rgba(255,255,255,0.2);
}
ul#footer-nav > li:last-child {
	background-image: none;
}
ul#footer-nav > li > a {
	color: #eaebeb;
	text-decoration: none;
}
#footer-address {
	margin-top: 3px;
	line-height: 19px;
	font-weight: 400;
}
#footer-address .full-name {
	font-size: 17px;
}
#footer-address .address {
	color: #c2bdde;
}
ul#footer-social-media {

}
ul#footer-social-media > li {
	display: inline;
}
/**** End Footer ****/

/**** Homepage ****/
#slideshow-wrapper {
	height: 401px;
	width: 100%;
	border-top: 13px solid #a7a9ac;
	border-bottom: 13px solid #a7a9ac;
	margin-top: -4px;
	moz-box-shadow: 0px 0px 20px #999;
	webkit-box-shadow: 0px 0px 20px #999;
	box-shadow: 0px 0px 20px #999;
}
.homepage-secondary {
	margin-top: 19px;
	margin-bottom: 32px;
	width: 100%;
	height: 290px;
}
.homepage-box {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: lighter;
	width: 502px;
	height: 100%;
	background-image: url('//sys.mahec.net/media/images/homepage-box-border.png');
	float: left;
	margin-right: 20px;
}

.homepage-box img {
	float: left;
	width: 197px;
	height: 197px;
}
.box-right {
	margin-right: 0px;
	float: right;
}


/**** Homepage Slider ****/
#slideshow-wrapper {
  width: 100%;
  color: #000;
}
.coloredBlock {
	padding: 12px;
	background: rgba(255,0,0,0.6);
	color: #FFF;
	width: 200px;
	left: 20%;
	top: 5%;
}
.infoBlock {
	font-family: 'Merriweather', serif;
	position: absolute;
	top: 78px;
	left: 29px;
	right: auto;
	max-width: 50%;
	padding-bottom: 0;
	overflow: hidden;
	padding: 20px;
	cursor: pointer;
}
.infoBlockLeftBlack {
	color: #FFF;
	background: #000;
	background: rgba(0,0,0,0.75);
	left: 30px;
	right: auto;
}
.infoBlock > .big-blurb > p {
	font-family: 'Merriweather',serif;
	font-size: 32px;
	line-height: 39px;
	font-weight: 300;
	padding: 0;
	margin: 0;
	color: #737196;
}
.infoBlock > p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 14px 0 0;
	color: #808285;
}
.infoBlock a {
	color: #FFF;
	text-decoration: underline;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 520px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 660px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 300px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}
/**** End Homepage Slider Code ****/

/**** Global vital resource styles ****/
h3.vital-styles {
	line-height: 24px;
	font-size: 23px;

	margin: 15px 2px 12px 2px;
	padding: 14px 0px 9px 0px;
	font-family: 'Merriweather',serif;
	font-weight: 300;
	border: 1px solid #fbf2e0;
	text-transform: uppercase;
	text-align: center;
	color: #6c6a95;
	background: #fff0d4;
	background: -moz-linear-gradient(top,  #fff0d4 1%, #fff0d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fff0d4), color-stop(100%,#fff0d4));
	background: -webkit-linear-gradient(top,  #fff0d4 1%,#fff0d4 100%);
	background: -o-linear-gradient(top,  #fff0d4 1%,#fff0d4 100%);
	background: -ms-linear-gradient(top,  #fff0d4 1%,#fff0d4 100%);
	background: linear-gradient(to bottom,  #fff0d4 1%,#fff0d4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0d4', endColorstr='#fff0d4',GradientType=0 );
}

/**** Vital Slider Homepage ****/
#vital-slideshow,
#news-slideshow {
	margin: 0 0 0 8px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
ul.bjqs-controls.v-centered li.bjqs-next a,
ul.bjqs-controls.v-centered li.bjqs-prev a {
	width: 15px;
	height: 136px;
	font-size: 0;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
	top: 0 !important;
	background: url('//sys.mahec.net/media/images/box-arrows.png') -0px -200px no-repeat;
	right: 0 !important;
	width: 47px;
	height: 200px;
	outline: none;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	top: 0 !important;
	background: url('//sys.mahec.net/media/images/box-arrows.png') 0px 0px no-repeat;
	left: 0 !important;
	width: 47px;
	height: 200px;
	outline: none;
}
.slider-blurb {
	font-size: 14px;

	color: #918e89;
	margin-left: 41px;
	padding-right: 10px;
	float: left;
	width: 200px;
	height: 200px;
	position: relative;
	background: #fef5e5;
	background: -moz-linear-gradient(top,  #fef5e5 0%, #fef5e5 51%, #fff6e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef5e5), color-stop(51%,#fef5e5), color-stop(100%,#fff6e5));
	background: -webkit-linear-gradient(top,  #fef5e5 0%,#fef5e5 51%,#fff6e5 100%);
	background: -o-linear-gradient(top,  #fef5e5 0%,#fef5e5 51%,#fff6e5 100%);
	background: -ms-linear-gradient(top,  #fef5e5 0%,#fef5e5 51%,#fff6e5 100%);
	background: linear-gradient(to bottom,  #fef5e5 0%,#fef5e5 51%,#fff6e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef5e5', endColorstr='#fff6e5',GradientType=0 );
}
.slider-blurb-text {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
	left: 4px;
	top: 0;
}
.slider-blurb-text > div {
	display: table-cell;
	vertical-align: middle;
	padding-left: 7px;
	padding-right: 5px;
}
.slider-blurb-text h4,
.vital-sidebar h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	color: #6c6a6e;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	display: block;
}
.mahec-spotlight .slider-blurb-text h4{
	font-size: 21px;
	line-height: 22px;
	font-weight: 400;
	text-transform: none;
}
.slider-blurb p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}
.mahec-spotlight .slider-blurb p {
	font-size: 16px;
	line-height: 18px;
}

.rsContainer > div .infoBlock p {
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.rsContainer > div:hover .infoBlock p {
	color: #9b6fb1;
	padding-left: 5px;
}
.rsContent > a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-indent: -9999px;
}
/**** Copy and paste from royalslider.css ****/
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 100%;
	height: 375px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;

	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;

}

img.rsImg {
	max-width: none;
}
/*
.grab-cursor {
	cursor:url(grab.png) 8 8, move;
}

.grabbing-cursor{
	cursor:url(grabbing.png) 8 8, move;
}
*/
.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	z-index: 20;
}
/**** End royalslider.css ****/

/**** From Royal Slider Skin rs-minimal-white.css ****/
/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: '/css/layout-images/rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/


/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
	background: #FFF;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsMinW .rsArrow {
	height: 32px;
	width: 32px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.rsMinW .rsArrowLeft { right: 37px; bottom: 7px; }
.rsMinW .rsArrowRight { right: 7px; bottom: 7px; }

.rsMinW .rsArrowIcn {
	width: 24px;
	height: 24px;
	margin-top: 3px;
	margin-left: 3px;
	position: absolute;
	cursor: pointer;
	background: url('//sys.mahec.net/media/images/rs-minimal-white.png') transparent;

	border-radius: 2px;
}
.rsMinW .rsArrowIcn:hover {

}


.rsMinW.rsHor .rsArrowLeft .rsArrowIcn { background-position: -68px -36px; }
.rsMinW.rsHor .rsArrowRight .rsArrowIcn { background-position: -68px -68px; }

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn { background-position: -100px -36px; }
.rsMinW.rsVer .rsArrowRight .rsArrowIcn { background-position: -100px -68px; }

.rsMinW .rsArrowDisabled .rsArrowIcn { opacity: .3 !important; filter: alpha(opacity=30);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets {
	position: absolute;
	bottom: 15px;
	right: 73px;
	z-index: 35;
	padding-top: 4px;
	height: auto;

	text-align: center;
	line-height: 6px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	width: 21px;
	height: 24px;
	display: inline-block;
	*display:inline;
	*zoom:1;
	padding: 12px 10px 12px 8px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #CCC;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet.rsNavSelected span {
	background: rgb(115,113,150);
}





/***************
*
*  3. Thumbnails
*
****************/

.rsMinW .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsMinW .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsMinW.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsMinW .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsMinW .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsMinW .rsThumb.rsNavSelected {
	background: #333;
}
.rsMinW .rsThumb.rsNavSelected img {
	filter: alpha(opacity=40);
	opacity: 0.7;
}
.rsMinW .rsThumb.rsNavSelected span.thumbIco {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #FFF;
	border: 2px solid rgba(255,255,255,0.9);
	-webkit-backface-visibility: hidden;
}
.rsMinW .rsTmb {
	display: block;
}




/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsMinW .rsThumbsArrowIcn {
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;
	margin-left: -8px;
	position: absolute;
	cursor: pointer;
	background: url('//sys.mahec.net/media/images/rs-minimal-white.png');
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsMinW .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsMinW .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsMinW .rsThumbsHor {
		height: 44px;
	}
	.rsMinW .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsMinW .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsMinW .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #000;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	*display:inline;
	*zoom:1;
}
.rsMinW .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsMinW .rsTab:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsMinW .rsTab:active {
	border: 1px solid #D9D9DD;
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsMinW .rsTab.rsNavSelected {
	color: #000;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsMinW .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;

}
.rsMinW .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('//sys.mahec.net/media/images/rs-minimal-white.png') 0 0 transparent;
}
.rsMinW .rsFullscreenIcn:hover {
	opacity: 0.8;
}
.rsMinW.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsMinW .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsMinW .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(//sys.mahec.net/media/images/rs-minimal-white.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsMinW .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
	width: 20px;
	height: 20px;
}
.rsMinW .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);

}
.rsMinW .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsMinW .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('//sys.mahec.net/media/images/rs-minimal-white.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsMinW .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsMinW .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(//sys.mahec.net/media/images/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;
}




/***************
*
*  8. Global caption
*
****************/
.rsMinW .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: #000;
    background: rgba(0,0,0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}
