@charset "utf-8";
/***************************************
			   HEADER
***************************************/

h1, h2,
h3, h4,
h5, h6
	{ 
	margin:0;
	padding:0;

	}
	
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em;  }

h3 {
    font-size: 1.1275rem;
}
.section-title {
	position: relative;
	padding-bottom: 0px;
	margin: 15px 0px 0px 0px;
}

.section-title h4 {
    position: relative;
	font-size: 19px;
    text-transform: uppercase;
	letter-spacing: -1.00px;
	font-weight: 500;
}

.section-title:before {
    content: "";
    position: absolute;
    width: 55px;
    height: 1px;
    bottom: 0;
    border-bottom: 2px solid #A8A211;
    left: 0px;
    margin-bottom: -10px;

}

/*.section-title:after {
	content: "";
	position: absolute;
	top: 36px;
	left: 0;
	width: 80px;
	height: 3px;
	background: #A8A211;
}*/

/***************************************
			SECTIONS 1
***************************************/
.section1 h1 {}
.section1 h2 {}
.section1 h3 {}
.section1 h4 { color:#FFFFFF;}
.section1 h5 { color:#FFFFFF;}
.section1 h6 { color:#FFFFFF; font-weight:500;}
/***************************************
			SECTIONS 2
***************************************/
.section2 h1 {}
.section2 h2 {}
.section2 h3 {}
.section2 h4 {}
.section2 h5 {}
.section2 h6 {}
/***************************************
			SECTIONS 3
***************************************/
.section3 h1 {}
.section3 h2 {}
.section3 h3 {}
.section3 h4 {}
.section3 h5 {}
.section3 h6 {}
/***************************************
			SECTIONS 4
***************************************/
.section4 h1 {}
.section4 h2 {
  background-color: #A8A211;
  display: inline-block;
  padding: 5px 15px;
  font-size: 1.4125rem;
  color: #fff;
  margin-left: -25px;
 text-shadow: 0px 0px 1px rgba(150, 150, 150, 1);
}
.section4 h3 {
    background-color: background: -moz-linear-gradient(left, rgba(189,126,34,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(189,126,34,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(189,126,34,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd7e22', endColorstr='#00ffffff',GradientType=1 );
    padding: 6px 20px;
    color: #fff;
    margin-left: -30px;
    font-size: 1.0rem;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 15px;
}
.section4 h4 { color:#994C22 ; }
.section4 h5 {}
.section4 h6 { font-weight:500; color:#0BA6E9;}

.section4 h4 {
  font-weight: 300;
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
}
.section4 h4:before{
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #A8A211;
}



.section4 #content h5 {
    background-color: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bd7e22+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(189,126,34,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(189,126,34,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(189,126,34,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd7e22', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

    padding: 6px 20px;
    color: #fff;
    margin-left: 0px;
    font-size: 1.0rem;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 15px;
  
  
  
  
}

.section4 #content h5 a {
    color: #fff;
    font-weight: 600;
}

/***************************************
			SECTIONS 5
***************************************/
.section5 h1 {}
.section5 h2 {}
.section5 h3 {}
.section5 h4 { background-color:#A8A211; color:#fff; padding:5px 15px; background-image:url(../images/triangle.gif); background-position:left top; background-repeat:no-repeat;}
.section5 h5 {}
.section5 h6 {}
/***************************************
			SECTIONS 6
***************************************/
.section6 h1 {}
.section6 h2 {}
.section6 h3 {}
.section6 h4 {}
.section6 h5 {}
.section6 h6 {}
/***************************************
			SECTIONS 7
***************************************/
.section7 h1 {}
.section7 h2 {}
.section7 h3 {}
.section7 h4 {color:#fff; margin-bottom: 25px;}

.section7 h4::before    
    { content: "";
    position: absolute;
    width: 55px;
    height: 1px;
    bottom: 0;
    border-bottom: 2px solid #A8A211;
    left: 0px;
    margin-bottom: -10px;
	}

.section7 h5 {
    color: #fff;
    margin-bottom: 25px;
}

.section7 h6 {}
/***************************************
			SECTIONS 8
***************************************/
.section8 h1 {}
.section8 h2 {}
.section8 h3 {}
.section8 h4 {}
.section8 h5 {}
.section8 h6 {}

.vina-accordion-content h3.title {
    margin: 0 0 5px 25px;
}