
.clear	{
	clear: both;
	display: block;
	/* width: 0;
	height: 0;
	visibility: hidden; */
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Dividers */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.divider {
	display:block; 
	clear:both;
	margin: 370px 0;
	border-bottom-width: 1px;
	border-color: #e4e4e4;
}
	
.divider.thin	{ border-bottom-style: solid; }
.divider.fat	{ border-bottom-style: solid; border-bottom-width: 2px;  }
.divider.dotted	{ border-bottom-style: dotted; }
.divider.dashed	{ border-bottom-style: dashed; }

.divider_space {
	display:block; 
	clear:both; 
	margin: 30px 0;
}	

.demo_space {
    display: block;
    margin: 0;
    width: 100%;
}
.divider img { max-width:100%;}

.customdivider {
	width:auto;
	display:block; 
	clear:both; 
	height:100%;
	padding:40px 0 40px 0;
	text-align:center;
}
.customdivider img { width:auto; max-width:100%; height:auto; }

.divider_top {
	position: relative; 
	background:url('../img/opacs/dark10.png') center center repeat-x;
	height:2px;
	padding:40px 0;
	clear:both;
}

.divider_top a { 
    font-size: 10px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 24px;
}

.divider_top a span{ 
	font-size: 11px; 
	line-height: 10px;
	text-transform: uppercase; 
	color:#fff;
	background-color:#000;
	padding:3px 6px;
}

.divider_line { 
	position: relative; 
	display: block;
	clear: both;
	margin:25px 0;
	background:url('../img/opacs/dark10.png') center center repeat-x;
	height:1px;
	text-align:center;
}
	
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Dropcap */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */	

.dropcap1 { 
    background-color: #1abc9c;
    background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-position: left top;
    background-repeat: repeat;
    font-size: 30px;
    line-height: 48px;
    margin: 5px 15px 0 0;
    width: 48px;
    color: #ffffff;
}

.dropcap2 { 
	background-color: #222222;
	border-radius: 75px 75px 75px 75px;
    color: #FFFFFF;
    font-size: 29px;
    line-height: 50px;
    margin: 0 15px 0 0;
    width: 50px;
}
.dropcap1, 
.dropcap2 {
	float: left; 
	text-align: center; 
	overflow:hidden;
}

.dropcap3 { 
    color: #000000;
    float: left;
    font-size: 60px;
	line-height: 25px;
    margin: 0 10px 0 0;
    padding: 11px 0;
    position: relative;
    text-transform: uppercase;
    top: 5px;
}

.dropcap1.greensea, .dropcap2.greensea		{ background-color: #16a085; } 
.dropcap1.nephritis, .dropcap2.greensea		{ background-color: #27ae60; } 
.dropcap1.belizehole, .dropcap2.greensea	{ background-color: #2980b9; } 
.dropcap1.wisteria, .dropcap2.greensea		{ background-color: #1abc9c; } 
.dropcap1.midnightblue, .dropcap2.greensea	{ background-color: #2c3e50; } 
.dropcap1.orange, .dropcap2.greensea		{ background-color: #f39c12; } 
.dropcap1.pumpkin, .dropcap2.greensea		{ background-color: #d35400; } 
.dropcap1.pomegranate, .dropcap2.greensea	{ background-color: #c0392b; } 
.dropcap1.silver, .dropcap2.greensea		{ background-color: #bdc3c7; } 
.dropcap1.abestos, .dropcap2.greensea		{ background-color: #7f8c8d; } 
.dropcap1.black, .dropcap2.greensea			{ background-color: #222222; } 
.dropcap1.white, .dropcap2.white			{ background-color: #FFFFFF; }

.dropcap4{
  color: #ffffff;
  text-align: right;
  font-size: 10px;
  font-weight: normal;
  height: 36px;
  width: 36px;
  margin: 0 20px 15px 0;
  line-height: 36px;
  background-color: #7ea1bf;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.dropcap4 span{text-align: left;}
.dropcap4 i { vertical-align: middle;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Lists */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.pricing li		{ 
	background:#ffffff; 
	border:1px solid #eeeeee; 
	border-bottom:1px solid #ddd; 
	margin-bottom:1px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

ul.doubles {
	clear:both;  
	padding-left:20px;  
	margin-left:0px !important; 
	overflow:hidden;
}

.doubles li {
	float:left; 
	width:42%;
}

ul.sitemap { margin-left:0px !important; }

ul[class^='list-'],
ol[class^='list-'] {
	position: relative;
	margin-left:0;
}

ul.list-disc li, 
ul.list-circle li,
ul.list-square li, 
ul.list-arrow1 li, 
ul.list-arrow2 li, 
ul.list-arrow3 li,
ul.list-arrow4 li, 
ul.list-arrow5 li,  
ul.list-bullet1 li,
ul.list-bullet2 li, 
ul.list-bullet3 li, 
ul.list-bullet4 li, 
ul.list-bullet5 li, 
ul.list-star1 li, 
ul.list-star2 li, 
ul.list-star3 li, 
ul.list-plus li, 
ul.list-minus li, 
ul.list-pointer li,
ul.list-style1 li,
ul.list-check li,
ul.sitemap li,
ul.list-tree li 	{ 
	background-image: url("../img/bullets/lists.png");
	background-repeat:no-repeat;
	background-position: 0 0;
	padding:7px 0 7px 25px;
	list-style-type:none;
	line-height:20px;
	font-size:14px;
}

ul.list-disc li       { background-position: -480px 6px; }
ul.list-circle li     { background-position: -460px -14px; }
ul.list-square li     { background-position: -440px -34px; }
ul.list-arrow1 li     { background-position: -420px -34px; } 
ul.list-arrow2 li     { background-position: -400px -74px; } 
ul.list-arrow3 li     { background-position: -380px -94px; }
ul.list-arrow4 li     { background-position: -360px -114px; }
ul.list-arrow5 li     { background-position: -340px -134px; }
ul.sitemap li         { background-position: -340px -134px; }
ul.list-bullet1 li    { background-position: -320px -154px; }
ul.list-bullet2 li    { background-position: -300px -174px; }
ul.list-bullet3 li    { background-position: -280px -194px; }
ul.list-bullet4 li    { background-position: -260px -214px; }
ul.list-bullet5 li    { background-position: -240px -234px; }
ul.list-star1 li      { background-position: -220px -254px; }
ul.list-star2 li      { background-position: -200px -274px; }
ul.list-star3 li      { background-position: -180px -294px; }
ul.list-plus li       { background-position: -160px -314px; }
ul.list-minus li      { background-position: -140px -334px; }
ul.list-pointer li    { background-position: -120px -354px; }
ul.list-style1 li 	  { background-position: -100px -374px; }
ul.list-check li 	  { background-position: -80px  -394px; }

ul.red li            { background-image:url("../img/bullets/list_red.png"); }
ul.green li          { background-image:url("../img/bullets/list_green.png"); }
ul.blue li           { background-image:url("../img/bullets/list_blue.png"); }
ul.yellow li         { background-image:url("../img/bullets/list_yellow.png"); }
ul.magenta li        { background-image:url("../img/bullets/list_magenta.png"); }
ul.cyan li           { background-image:url("../img/bullets/list_cyan.png"); }
ul.orange li         { background-image:url("../img/bullets/list_orange.png"); }
ul.black li          { background-image:url("../img/bullets/list_black.png"); }
ul.pink li           { background-image:url("../img/bullets/list_pink.png"); }
ul.navy li           { background-image:url("../img/bullets/list_navy.png"); }
ul.gray li           { background-image:url("../img/bullets/list_gray.png"); }

ul.bullet-check li   { background: transparent url("../img/bullets/check.gif") no-repeat 0 5px; list-style:none; padding-left:25px;   }
ul.bullet-check      { padding:0;}

ul.list-tree li      { background-position: -340px -137px; }
ul.list-tree ul      { border-left:1px solid #aaa; margin-left:20px; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Blockquotes & Pullquotes */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

span.inset-left { 
	display: block;
	float: left;
	width: 35%;
	padding: 15px;
	border-left:1px solid #dddddd;
	font:italic normal 14px/25px Georgia, Arial, Sans-serif;
	letter-spacing:0;
}
span.inset-right {
	display: block;
	float: right;
	width: 35%;
	padding: 15px;
	border-right:1px solid #dddddd;
	font:italic normal 14px/25px Georgia, Arial, Sans-serif;
	letter-spacing:0; 
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Pricing Table */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.pricetable {
	display:block;
	position: relative;
	padding:0;
	margin:0 auto;
}
	
.pricing-inner {
	position: relative;
	display: block;
	margin: 20px 0;
}
.pricetable .column{
	float: left;
	position: relative;
	z-index: 3;
	margin-right: 1%;
	width:24.2%;
}
.col2 .column{ width:49%; }
.col3 .column{ width:32.6%; }


.pricetable .column:last-child { margin-right:0; }

.pricetable .column-block {
    border: 1px solid #dddddd;
    border-width: 1px 0px 1px 1px;
}

.pricetable .column-block:last-child{
    border: 1px solid #dddddd;
    border-width: 1px 1px 1px 1px;
}

.pricetable .price-head { 
	position: relative;
	text-align:center;
	padding: 25px 0;
	text-align:center;
	background: #f1f2f3;

}
.price-head .title { 
	font-size: 14px;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom: 10px;
}
.pricetable .price-font {
	font-size: 46px;
	line-height: 100%;
	vertical-align: middle;
	margin-bottom: 0;
}

.pricetable .price-font span{ font-size:11px; line-height:14px;}

.pricetable sup{
	letter-spacing: 0px;
	font-size:small;
}
.pricetable .price-content  { 
	text-align: left;
	line-height: 24px;	
	padding: 20px 40px; 
	background-color: #f6f6f6;
}
.pricetable .price-content ul { 
	margin: 0 0 20px 0; 
	padding:0;
	}
.pricetable .price-content ul li { 
	list-style: none; 
	padding:5px;
	line-height:150%;
	background:url(../img/opacs/dark10.png) bottom left repeat-x transparent;
	}
.pricetable .featured { 
	position:relative;
	margin-top:-10px;
	padding-bottom:20px;
	z-index: 4;
	box-sizing: border-box;
	-webkit-box-shadow : 0 0 3px rgba(0, 0, 0, 0.15);
   	-moz-box-shadow: 	 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 		 0 0 3px rgba(0, 0, 0, 0.15);
	}
	
.pricetable .featured .price-head { 
	padding-top:25px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Toggles */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.fancytoggle {
	position:relative;
	margin-bottom:5px;
	}

.fancytoggle .toggle-title  {
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 15px;
	border-bottom: 1px solid #E8E6E6;
	background:#f5f5f5;
}

.fancytoggle .active  { background:url('../img/opacs/dark05.png') 0 0 repeat transparent; }
.fancytoggle .active .arrow  { background: transparent url(../img/t_minus.png) no-repeat center center; }
.fancytoggle .toggle_content { position:relative;}
.fancytoggle .toggleinside 	 { padding:15px}
.toggle-title [class^="icon-"] { margin-right:10px; }
.toggle-title.active .arrow{
    background-color: #1abc9c;
    background-image: url(../img/t_minus.png);
}

.fancytoggle .arrow{
    background: #bdc3c7 url(../img/t_plus.png) no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;
    float: right;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Accordion */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.ac_wrap {
    width: 100%;
   margin-bottom: 40px;
}

.ac_wrap .ac_title {
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 15px;
	border-bottom: 1px solid #E8E6E6;
	background:#f5f5f5;
}
.ac_title .arrow{
    background: #bdc3c7 url(../img/t_plus.png) no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;
    float: right;
}

.ac_title [class^="icon-"] { margin-right:10px; }

.ac_title.active .arrow{
    background-color: #1abc9c;
    background-image: url(../img/t_minus.png);
}

.ac_title.active {
	border:none;
}
.ac_wrap .ac_content {
	border-bottom:1px solid #E8E6E6;
    margin: 0;
    padding: 15px 10px 15px 15px;
}	


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Mini Gallery & Galleria */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.galleria {
	clear: both;
	position: relative;
	margin-bottom: 20px;
}

ul.sys_mini_gallery {
    display: inline-block;
    margin: 0 0 25px;
    padding: 0;
}
	
ul.sys_mini_gallery {
	position:relative;
    clear:both;
	width:100%;
	opacity: 1;
}	
ul.sys_mini_gallery li {
    display: inline-block;
	float: left;
    padding: 5px;
	margin: 0 10px 15px 0;
	background: #ffffff;
    border: 1px solid #cccccc;

}
ul.sys_mini_gallery li:hover {
	background: #1abc9c;
	transition: 		all .3s ease-out;	
	-moz-transition: 	all .3s ease-out;
	-webkit-transition: all .3s ease-out;	
}

ul.sys_mini_gallery li a {
	display: block;
}

.sys_mini_gallery img { display: block;}

/* Image Shortcode =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.imageframe {
	position: relative;
	margin-bottom:10px;
	padding:5px;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Form Validation */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.input_small   { width:25% !important; }
.input_medium  { width:50% !important; }
.input_large   { width:95% !important; }

#validate_form label.error { border:none;   }  
#validate_form .error       { color: #e77963; border: 1px solid #e77963; }
    
div#note,
div#result {
	position:relative;
}

.close_note {
	position: absolute; 
	top: 18px; 
	right: 10px; 
	font-size:9px; 
}

div#note p,
div#result p {
	margin-bottom:0;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Contact Form */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.sysform input.txtfield, 
.sysform textarea { 
	color: #747474;
	outline: 0;
	padding: 9px;
	border: solid 1px #E5E5E5;
	font: normal 12px/100% arial, verdana, tahoma, sans-serif;
	background: #FFFFFF;
	-webkit-transition: 	all 300ms ease-in;
	-moz-transition: 		all 300ms ease-in;
	-o-transition: 			all 300ms ease-in;
	transition: 			all 300ms ease-in;	
}
.sysform textarea { 
	height: 200%;
	min-height: 100px;
	line-height: 150%;
}

.sysform input:hover, .sysform textarea:hover,
.sysform input:focus, .sysform textarea:focus { 
	border-color: #C8CDD1; 
	box-shadow: 			0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #FFFFFF;
	box-shadow: 			0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #FFFFFF;
	-moz-box-shadow: 		0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #FFFFFF;
	-webkit-box-shadow: 	0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #FFFFFF;
}	
.sysform p {
	margin-bottom:10px;
}

.sysform label.captcha { 
	clear:both;
	display:block;
	margin-top: 10px; 
	width:20%
}

.sysform .submit input {
	width: auto;
	padding: 5px 15px;
	background: transparent;
	border: 0;
	color: #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.sysform input.txtfield, 
.sysform textarea,
#respond input[type="text"],
#respond textarea {
	border-color:#dddddd; /* Old Browsers*/
	background-color:#ffffff; /* Old Browsers*/
}

.sysform input:hover, .sysform textarea:hover,
.sysform input:focus, .sysform textarea:focus,
#respond input[type="text"]:hover, #respond input[type="text"]:focus,
#respond textarea:hover, 
#respond textarea:focus { 
	border-color: #aaa; /* Old Browsers*/
}

.sysform span.atpcaptcha { background:#444444; color:#ffffff; padding:2px 5px; border-radius:3px;}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Recent Post / Popular posts - Widgets */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.widget_postslist { 
	padding: 0; 
}
	
.widget_postslist ul {
	margin: 0; 
	padding: 0;
}

.widget_postslist ul li {
	clear:both;
	overflow:hidden; 
	padding:12px 2px !important; 
	list-style:none; 
	line-height:normal;
	background:url('../img/opacs/dark10.png') bottom left repeat-x;
}
	
#footer .widget_postslist ul li {
	background:url('../img/opacs/white10.png') bottom left repeat-x;
}

.widget_postslist li:first-child { padding-top:10px; }
.widget_postslist li:last-child { border-bottom:0; }

.widget_postslist .pdesc > a{
    font-size: 12px;
    font-weight: bold;
}
	
.widget_postslist p {
    color: #747474;
    font-size: 11px;
    letter-spacing: 0.5px;
    margin-top: 3px;
    padding: 0;
	margin-bottom:0px;
}

.widget_postslist li .thumb {
	float:left; 
	width:55px;
	margin:0 5px 0 0; 
	padding:0 5px 0px 0;
}

.widget_postslist li .w-postmeta {
	padding: 0; 
	font-size: 11px;
	letter-spacing: 1px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Highlight */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.highlight { 
	padding:1px 4px;
	color:#ffffff;
	background-color:#5E5E5E;	
	margin: 0 3px;
}
		
.highlight2	{ font-style: italic; border-bottom:1px dashed; padding: 1px }
.highlight.yellow	{ background-color:#ffda48; color:#000000; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Fancy Boxes */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.fancybox .boxcontent {
    padding: 25px;
}
.fancybox {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    height: 100%;
    border: 1px solid #dddddd;
	box-sizing: border-box;
}
.fancybox::before,
.fancybox::after {
 	box-sizing: border-box;
 	position: absolute;
 	content: '';
 	border: 1px solid #dddddd;
 	height: 2px;
}

.fancybox::before {
	width: 99%;
	left: .5%;
	bottom: -4px;
}

.fancybox::after {
	width: 98%;
 	left: 1%;
	bottom: -7px;
}

.fancybox .fancytitle {
	padding: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	background-color:#f5f5f5;
	margin: 0;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Frame BOX */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.frame_box  {
    margin: 0 0 20px;
    padding: 25px;
	border: 3px solid #dddddd;

}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Callout BOX */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.callOutBox {	
	position:relative;
	overflow: visible; 
	margin: 0;
	padding:20px;
	zoom:1; /* zoom and *display = ie7 hack for display:inline-block */
	-webkit-transition: all 300ms ease-in;
	-moz-transition: 	all 300ms ease-in;
	-o-transition: 		all 300ms ease-in;
	transition: 		all 300ms ease-in;
}

.callOutBox .teaser_Content {
    height: 100%;
    overflow: hidden;
	margin:0;
}

.callOutBox .callOut_Text   { float:left; }
.callOutBox .callOut_Button { 
	float:right; 
}
.callOut_Button a{
	font-weight: bold; 
	padding: 5px 10px;
}
.callOutBox p,
.callOutBox h1,
.callOutBox h2,
.callOutBox h3,
.callOutBox h4,
.callOutBox h5,
.callOutBox h6,
.callOutBox .button { margin-bottom:0; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Fancy Icons */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.facnyicon_circle {
  color: #000000;
  text-align: center;
  border-style:solid;
  border-width: 2px;
  margin: 0 auto;
  -webkit-border-radius:	50%;
  -moz-border-radius: 		50%;
  border-radius: 			50%;
}
.facnyicon_square {
  color: #000000;
  text-align: center;
  background-position: center center;
  border-style:solid;
  border-width:2px;
  margin: 0 auto;
}
.facnyicon_circle i,
.facnyicon_square i { vertical-align: middle;}

.small i,
.facnyicon_circle.small i,
.facnyicon_square.small i { font-size: 13px !important;}

.medium i,
.facnyicon_circle.medium i,
.facnyicon_square.medium  i { font-size: 18px !important;}

.large i,
.facnyicon_circle.large i,
.facnyicon_square.large i { font-size: 28px !important;}

.xlarge i,
.facnyicon_circle.xlarge i,
.facnyicon_square.xlarge i { font-size: 40px !important;}

.xxlarge i,
.facnyicon_circle.xxlarge i,
.facnyicon_square.xxlarge i { font-size: 70px !important;}

.facnyicon_square.left,
.facnyicon_circle.left{
	float: left;
		margin: 0 20px 20px 0;
	text-align: none;
}
.facnyicon_square.right,
.facnyicon_circle.right {
	float: right;
	margin: 0 0 20px 20px;
	text-align: center;
}
.facnyicon_square.center,
.facnyicon_circle.center  {
	float: none;
	text-align: center;
	margin-bottom: 20px;
}

/* ---- Icon Sizes: Small, Medium, Large, X-Large, ---- */

.facnyicon_square.small ,
.facnyicon_circle.small {
  height: 25px;
  width: 25px;
  line-height: 25px;
}
.facnyicon_square.medium ,
.facnyicon_circle.medium {
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.facnyicon_square.large,
.facnyicon_circle.large {
  height: 60px;
  width: 60px;
  line-height: 60px;
}
.facnyicon_square.xlarge,
.facnyicon_circle.xlarge {
  height: 80px;
  width: 80px;
  line-height: 80px;
}

.facnyicon_square.xxlarge,
.facnyicon_circle.xxlarge {
  height: 120px;
  width: 120px;
  line-height: 120px;
}






/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* HORIZONTAL TABS */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.systabspane  {
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
	-webkit-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
	-moz-box-shadow:    0 1px 1px 0 rgba(180, 180, 180, 0.1);
    box-shadow:         0 1px 1px 0 rgba(180, 180, 180, 0.1);
}

.systabspane .panes              { clear:both; }
.systabspane.centertabs ul.tabs  {     
	background-color: #F1F2F3;

    display: table;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.systabspane.righttabs ul.tabs   { margin:0 0 0 auto; float:right; }
.horizontal .tabs {
    display: table;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
	}

.horizontal .tabs li {
	float: left;
	line-height: 40px;
	list-style-type: none;
	padding: 0 30px;
	cursor: pointer;
	background-color: #f5f5f5;
	border-width: 1px 1px 0 0;
	border-color: #dddddd;
	border-style: solid;
}
.horizontal .tabs li:first-child{
	border-width: 1px 1px 0 1px;
	border-color: #dddddd;
	border-style: solid;
}

.horizontal .tabs a span { 
	display:block;
}

.horizontal .tabs a { 
	color: #000000;
	display: block;
	position: relative;
	text-decoration: none;		
}

.horizontal .tab_content {
	background-color: #ffffff;
	display: none;
	overflow: hidden;
	padding: 15px;
	border: 1px solid #dddddd;
}

.horizontal .tabs li.current { 
	color: #000000;
	margin: 0;
	position: relative;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.horizontal .tabs li.current a {
	cursor: pointer;
	color:#000;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Vertical Tabs CSS */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.systabspane.vertical {
	border:1px solid #e1e2e3;
	}

.vertical .panes  { clear:none;}
.vertical .tabs {
	clear: none;
	float: left; 
	width: 160px;
	height: auto;
	margin: 0 !important;
	padding: 0;
	border-bottom: none;
}
.vertical .tabs li {
	clear: left;
	display: block;
	float: none;
	margin: 0; 
	padding: 0; 
	border: 1px solid #e1e2e3;
	border-width: 1px 1px 0px 0px;
	line-height: normal;
	list-style-type:none; 
}
.vertical .tabs li:last-child {
	border-width:1px 1px 1px 0px;
}

.vertical .tabs a { 
	display: block; 
	clear: left;
	float: none;
	position: relative; 
	height: auto; 
	padding: 10px 15px; 
	text-decoration: none; 
}
.vertical .tab_content {
	padding: 20px;
	border-width: 0 0 0 1px;
}
.vertical .tabs li.current { 
	position: relative;
	border: 1px solid #e1e2e3;
	margin-left: 0;
	border-width: 1px 0 0 0;
}
.vertical .tabs li.current:first-child { 
	border-width: 0;
}
.vertical .tabs li.current a { 
	color: #444;		
	cursor: pointer;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Twitter Widget */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.twitter_widget ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
.twitter_widget ul li {
	border-bottom: 0 !important;
	background: none !important;
	padding: 0 !important;
	margin-bottom: 15px;
	color: #747474;
}
.twitter_widget ul li span {
	display: block;
	font-size: 10px;
}
.twitter_widget ul li a:hover {
	border-bottom: 1px dotted #ffffff;
}
/* Shortcode */
ul.tweet { 
	margin:0 0 20px 0; 
	padding:0; 
	list-style:none;
	}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Fancy Headings */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.fancyheading {padding: 0; position: relative; margin: 0 0 15px 0; text-transform: none; line-height:130%; overflow: hidden; }
.fancyheading span{ display: inline-block;	position: relative;	padding: 2px 10px; }
.fancyheading span:before, .fancyheading span:after { content: ""; position: absolute; height: 2px; bottom: 40%; width: 50%; }
.fancyheading span:before { right: 100%;  margin-right: 10px; }
.fancyheading span:after {  left: 100%;  margin-left: 10px; }

.fancy-title {
    margin: 0;
}
.fancy-title.large { font-size: 300%; letter-spacing: -1px; line-height: 1.2; }
.fancy-title.xlarge { font-size: 400%; letter-spacing: -2px; line-height: 1.2; }

.fancy-title:after {
    content: "";
    display: block;
    height: 2px;
    overflow: hidden;
    position: relative;
    width: 7%;
    opacity: 0.5;
    border-bottom: 2px solid;
}

.fancyheading.textcenter .fancy-title:after {
	margin:0 auto;
	text-align:center;
}

.fancyheading.textright .fancy-title:after {
	margin:0 0 0 auto;
}

.fancy-title .gray     { background-color: #666666; }
.fancy-title .orange   { background-color: #ff5c00; }
.fancy-title .red      { background-color: #e62727; }
.fancy-title .magenta  { background-color: #61456b; }
.fancy-title .yellow   { background-color: #ffb515; }
.fancy-title .blue     { background-color: #00ADEE; }
.fancy-title .pink     { background-color: #e22092; }
.fancy-title .green    { background-color: #91bd09; }
.fancy-title .black    { background-color: #333333; }
.fancy-title .white    { background-color: #FFFFFF; }
.fancy-title .white span { color: #666666; }

.textright { text-align: right }
.textleft { text-align: left; }
.textcenter { text-align: center; }

.fancyheading.textleft span { padding-left:0; }
.fancyheading.textright span { padding-right:0; }



.fancyheading .iva-fh-desc {display:block; padding: 5px 0 20px 0;}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Flickr Widget */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.flickr_badge_image {
	float: left;	
	width: 70px;
	height: 70px;
	display: block;
	padding: 3px;
	border: 0 solid #dddddd;
	-webkit-transition: all .3s ease-out;
	-moz-transition: 	all .3s ease-out;
	transition: 		all .3s ease-out;
}

.flickr_badge_image img {
	width: 70px;
	height: 70px;

}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Wordpress Tags */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.tagcloud {
    display: inline-block;
	margin:10px 0;
}
.tagcloud a {
    color: #8C8C8C;
    border: 1px solid #DDDDDD;
    display: block;
    float: left;
    margin: 5px 5px 0 0;
    font-weight: normal;
    padding: 5px 10px;
    font-size: 11px !important;
}

.tagcloud a:hover, 
.tagcloud a:active {
    color: #ffffff !important;
    background-color: #fdb200;
    border: 1px solid #fdb200;
}

.taglist { margin:0; padding:0; border: none;}

.emptybg {
	background: none repeat scroll 0 0 #f5f5f5;
    border-radius: 5px 5px 5px 5px;
    display: block;
    height: 40px;
	color: #000;
    padding-top: 20px;
    position: relative;
    text-align: center;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Testimonials */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.testimonial-box {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	min-height: 100px;
}


.testimonial-arrow{
	bottom: -15px;
	height: 0px;
	width: 0px;
	left: 50px;
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #f0f0f0 transparent transparent transparent;
}
	
.testimonial-box .testimonial-content {
	background-color: #f0f0f0;	
	margin-bottom: 0;
	padding: 20px;
	position: relative;
}

.testimonial-content p {
	margin-bottom:0px;
	/* Deprecated since v2.3.0 */
	/* 
	font-family: Georgia, Arial, Times, serif;
	font-style: italic;
	*/
}

.client-image {
	display: inline-block;
	float: left;
	position: relative;
	margin-right: 15px;	
	margin-top: 15px;
}

.client-meta { overflow: hidden; margin-top: 15px;  }
.client-name { display: block; }

/* Testimonial widget */
.testimonial_list { position:relative; }
.testimonial_list {
	min-width: 100px;
	position: relative;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.testimonial_list ul { margin-left:0; }

.testimonial_list li {
	top: 0;
	left: 0;
	display: none;
	background: none;
	padding: 0 0 25px 0;
	list-style: none;

}

.widget_testimonial .testimonial_list li { padding-bottom:0; }

.testimonial_list li:first-child {
	display:block;
}
.testimonial_list .client-meta { overflow: hidden; margin-top: 15px; }

/*-=- Testimonial Submit Widget-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#testimonialid input,textarea{
	width:200px;
	border:1px solid #DDDDDD;
	
}
#testimonialid button{
	border:0;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* PlabBox */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.plan_box {
	width: auto; 
	min-height: 350px; 
	height: 100%; 
	overflow: hidden; 
	position: relative; 
	padding:0;
}

.plan_box .plan_info {
	width: 100%; 
	position: absolute; 
	min-height: 350px; 
	height: 100%;  
	top: 0; 
	left: 0; 
	text-align: center; 
	cursor: pointer; 
	z-index: 1;
	background-color: #ffffff; 
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow:         0 1px 3px rgba(0, 0, 0, 0.15);
}

.plan_box .plan_details {
	position: absolute; 
	width: 100%; 
	margin: 0 auto; 
	min-height: 350px; 
	height: 100%; 
	text-align: center; 
	z-index: 0; 
	top: 0;
	background-color:#ffffff; 
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow:         0 0 3px rgba(0, 0, 0, 0.15);
}

.plan_box .content { margin: 0 10px; }
.plan_box ul { margin: 15px 0 15px 0;}

.plan_box ul li {
	padding: 5px 6px 5px 25px; 
	border-bottom: 1px solid #ddd; 
	text-align: left; 
	margin-left: 10px;
}

.plan_box h2 { 
	margin-top: 20px;
	padding: 0;
	letter-spacing: -1px;
}

.plan_box .price { font-family:Helvetica, Arial, Sans-serif; margin:0 auto; padding:0; font-size:36px; font-weight:bold; line-height:1; letter-spacing:-2px; }
.plan_box .price span { font-size:12px; display:block; letter-spacing:normal; font-weight:normal; text-transform:uppercase; }
.plan_box h4 { margin:10px 0; } 

.google-font {
	line-height: 165%;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Tabbed Section */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.iva_tabsContainer {
	position: relative;
}

/* Tabbed Nav */
.iva_tabsWrapMain {	position: relative; }
.iva_tabsWrap { 
	position: relative;
	background-color: rgba(0,0,0,1);
	color:#ffffff;
	z-index: 21;
}

.fixed-tabsNav { 
	position: fixed !important;
	width:100%; 
	top: 0px;
	left:0;
	margin: 0 auto;
	padding: 0;
	z-index: 3001;
	background-color: #ffffff; /* IE Fall Back*/
	background-color: rgba(0,0,0,1); /* Latest Browsers */
}

body.stickyHeader .fixed-tabsNav { top: 80px; }

.iva_tabNav { 
	margin:0; 
	padding:0; 
	list-style: none; 
	clear:both;
	width: 90%;
	max-width: 1080px;
	margin:0 auto; 
}

.iva_tabNav li { 
	display: inline-block; 
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	}
.iva_tabNav li a { color:#eeeeee; }
.iva_tabNav li a:hover { color:#ffffff; }
.iva_tabNav:before,
.iva_tabNav:after { 
	clear: both;
	content: '';
	display: block;
	}

.iva_tabNav li.current a { border-bottom:3px solid #D94800; }

/* Tabbed Section */

.tab_sectionWrap { position:relative; z-index: 20; }
.tab_sectionInner { 
	width: 90%; 
	max-width: 1080px;
	margin:0 auto; 
	position:relative; 
	z-index:3; 
}

.tab_navContent {
	padding: 40px 0;
}


.tabsection_bg {
	position: absolute;
	top: 0;
	background-size: cover;
	background-attachment: fixed;
	background-size: 100% 100%;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*only for webkit  browsers*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
.tabsection_bg { 
    background-attachment: scroll !important;
	}
}

.tabsection_overlay {
	position: absolute;
	top: 0;
	background-image: url('../img/opacs/dark20.png');
	background-repeat: repeat;
	background-position: top left;
	z-index: 2;
	width: 100%;
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.iva_tabsec_wrap  {
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
	-webkit-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
	-moz-box-shadow:    0 1px 1px 0 rgba(180, 180, 180, 0.1);
    box-shadow:         0 1px 1px 0 rgba(180, 180, 180, 0.1);
}

.iva_tabsec_wrap .iva_tab_content    { 
	clear:both; 
	}
.iva_tabsec_wrap.center ul.tabs  {    
	background-color: #F1F2F3;
    display: table;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
	}
.iva_tabsec_wrap.right ul.tabs   { 
	margin:0 0 0 auto; 
	float: right;
	}

.iva_tabsec_wrap .tabs {
    display: table;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
	}

.iva_tabsec_wrap .tabs li {
	float: left;
	line-height: 40px;
	list-style-type: none;
	padding: 0 30px;
	cursor: pointer;
	background-color: #f5f5f5;
	border-width: 1px 1px 0 0;
	border-color: #dddddd;
	border-style: solid;
}
.iva_tabsec_wrap .tabs li:first-child{
	border-width: 1px 1px 0 1px;
	border-color: #dddddd;
	border-style: solid;
}

.iva_tabsec_wrap .tabs a span { 
	display:block;
}

.iva_tabsec_wrap .tabs a { 
	color: #000000;
	display: block;
	position: relative;
	text-decoration: none;		
}

.iva_tabsec_wrap .tab_content {
	background-color: #ffffff;
	display: none;
	overflow: hidden;
	padding: 15px;
	border: 1px solid #dddddd;
}

.iva_tabsec_wrap .tabs li.current { 
	color: #000000;
	margin: 0;
	position: relative;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.iva_tabsec_wrap .tabs li.current a {
	cursor: pointer;
	color:#000;
}
.partial_section_wrap{
	position:relative;
	overflow:hidden;
	/* background-color:#fff; */
	width:100%;
	display:table;
	min-height:100%;
	}

/* Partial Section */

.partial_section_image{  width:50%; display:table-cell; vertical-align:middle; overflow:hidden; background-size: cover; }
.partial_section_content{ width:50%; display:table-cell; vertical-align:middle; overflow:hidden; }
.ps_content{ padding: 80px 50px; }


.section_video {
    position: relative;
}
.section_video .section_inner {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}

.section_video .iva-section-video {
    position: relative;
    z-index: 1;
}