/*


-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/


body {
	line-height:1.6;
	color:rgba(255,255,255,0.7);
	background:#1d1f30;
	margin:0;
	padding:0;
	font-size:15px;
	font-weight:400;
	font-family:-apple-system,BlinkMacSystemFont,Arial,"Helvetica Neue",Helvetica,sans-serif;
}
ol, ul {
	margin:0 0 15px 30px;padding:0;
}
blockquote, q {
	quotes:none;
	margin:0 0 15px;
	color:#fff;
	font-style:italic;
	font-size:16px;
	padding-left:15px;
	border-left:4px solid #fdb400;
}

:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}

table {border-collapse: collapse;margin:0 0 15px;width:100%;border:1px solid rgba(255,255,255,0.1);}
th, td {padding:10px 15px;border:1px solid rgba(255,255,255,0.1);}

@media screen and (max-width: 767px) {
    .pvv {
        width: 100%;
        overflow: auto!important;
        border:1px solid rgba(255,255,255,0.1);
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .pvv table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}


.banner {
background:url(/bgpromo.jpg) no-repeat center center; background-size:cover;height:380px;position:relative; margin-bottom: 10px;
}
.home .banner {margin:0 0 30px;}
.overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
.banner-promo {padding:20px;font-weight:700;font-size:17px;width:100%;background: linear-gradient(270.09deg,rgba(6,16,79,0) .07%,rgba(6,16,79,.9) 25.04%,rgba(6,16,79,.9) 74.96%,rgba(6,16,79,0) 99.93%);position:absolute;left:0;bottom:0;z-index:9;text-align:center;}
.banner-promo span { 
position:relative;
margin-right:22px;
cursor:pointer;
color: #e8ce3a;display:inline-block;
}

.banner-promo span:after {
	content: '';
    -webkit-mask-image: url(/copy.svg);
    mask: url(/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #e8ce3a;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
@media (max-width:1199px) {
.banner {height:250px;}
}


/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

body {

	overflow-x: hidden;
}
html, body {
	height: 100%;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -145px; /* the bottom margin is the negative value of the footer's height */
}

p {
	margin:0 0 15px;
}
a {
	text-decoration: none;
	color: #565656;
}
a:hover {
	text-decoration: none;
	color: #5d8ba6;
}

pre {
	margin-bottom: 20px;
	font-size: 11px;
	background-color: #e8e8e8;
	padding: 0 10px;
}
.highlight {
	color: #5d8ba6;
	border-bottom: 1px dotted #5d8ba6;
}
.highlight2 {
	background-color: #e1e1e1;
	padding: 0px 5px;
	color: #222222;
}
.highlight3 {
	color: #5d8ba6;
}
h1, h2, h3, h4, h5, h6 {
line-height:1.3;
	font-weight: 700;
	color: #fff;
	margin:0 0 15px;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 20px;
	
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 14px;
}
.divider, .divider2, .divider3 {
	background: transparent url(style/images/line.png) repeat-x bottom center;
	height: 2px;
	display: block;
	margin: 30px 0;
}
.divider2 {
	margin-top:10px;
}
.divider3 {
	margin-bottom:10px;
}
img.left {
	top: 0px;
	float:left;
	display: block;
	margin:0;
	padding:0;
	margin-right:20px;
}
img.right {
	top: 0px;
	float:right;
	display: block;
	margin:0;
	padding:0;
	margin-left:20px;
}
em {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	color: #565656;
}
.button, .button:link, .button:visited {
	display: block;
	position: relative;
	padding: 0 0 0 15px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	cursor: pointer;
	font-family: 'MidoMedium';
}
.button span {
	display: block;
	position: absolute;
	top: 0px;
	right: -15px;
	width: 15px;
	height: 32px;
	background-position: right top;
}
.button.light-blue, .button.light-blue span {
	background-image: url(style/images/button-light-blue.png);
	float: left;
}
.button.light-purple, .button.light-purple span {
	background-image: url(style/images/button-light-purple.png);
	float: left;
}
.button.light-pink, .button.light-pink span {
	background-image: url(style/images/button-light-pink.png);
	float: left;
}
.button.light-brown, .button.light-brown span {
	background-image: url(style/images/button-light-brown.png);
	float: left;
}
.button.light-teal, .button.light-teal span {
	background-image: url(style/images/button-light-teal.png);
	float: left;
}
.button.lime, .button.lime span {
	background-image: url(style/images/button-lime.png);
	float: left;
}
.button.red, .button.red span {
	background-image: url(style/images/button-red.png);
	float: left;
}
.button.orange, .button.orange span {
	background-image: url(style/images/button-orange.png);
	float: left;
}
.button.yellow, .button.yellow span {
	background-image: url(style/images/button-yellow.png);
	float: left;
}
.button.green, .button.green span {
	background-image: url(style/images/button-green.png);
	float: left;
}
.button.teal, .button.teal span {
	background-image: url(style/images/button-teal.png);
	float: left;
}
.button.turqoise, .button.turqoise span {
	background-image: url(style/images/button-turqoise.png);
	float: left;
}
.button.blue, .button.blue span {
	background-image: url(style/images/button-blue.png);
	float: left;
}
.button.purple, .button.purple span {
	background-image: url(style/images/button-purple.png);
	float: left;
}
.button.pink, .button.pink span {
	background-image: url(style/images/button-pink.png);
	float: left;
}
.button.gray, .button.gray span {
	background-image: url(style/images/button-gray.png);
	float: left;
}
.dropcap {
	display:block;
	float:left;
	font-size:45px;
	padding:0;
	margin: 0;
	margin:10px 8px 3px 0;
	font-family: 'MidoMedium';
}
.quote-right, .quote-left {
	color:#565656;
	border-left:1px solid #e3e3e3;
	float:right;
	letter-spacing:0px;
	line-height:23px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:5px;
	padding:0px;
	padding-left:10px;
	padding-right:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	width:25%;
}
.quote-left {
	border: none;
	border-right:1px solid #e3e3e3;
	float:left;
	padding:0;
	padding-right:5px;
	margin-bottom:0;
	margin-left: 0;
	margin-right:20px;
}

* {box-sizing:border-box;}
#wrapper {
	max-width: 960px;
	width:100%;
	margin: 0 auto;
	padding:0 15px;
}
#header-wrapper {

	padding:15px ;
	background: #1c1c24;
}
#header {
 display: flex;
 justify-content: space-between;
 align-items: center;
}
a.govavada1 {box-shadow: 0 3px 0 0 #3c7028,0 4px 4px 0 #000;
background-color: #62c23c;
padding: 10px 30px;
border-radius: 30px;
font-weight: 700;
color: #fff;margin-right: 15px;
text-align: center;}

a.govavada2 {

box-shadow: 0 3px 0 0 #871628,0 4px 4px 0 #000;
background-color: #fe284a;
padding: 10px 30px;
border-radius: 30px;
font-weight: 700;
color: #fff;
text-align: center;
}
#logo img {
max-width:200px;
}
#menu-wrapper {

}
#footer-wrapper {
	
margin-top:40px;
}
#footer {
	min-width: 100%;
	padding:40px 15px;
	background: #1d1d25;
	text-align:center;
}
#footer-content {
	max-width: 960px;
	width:100%;
	text-align:center;
	margin: 0 auto;
	
}
#copyright {
text-align:center;
padding-top:30px;
}
#copyright p {
	font-size: 13px;
	margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/

.ddsmoothmenu {
	font-family: 'MidoMedium';
	font-size: 17px;
	z-index: 1000;
	position: relative;
	text-shadow: 0px 1px 0px #efefef;
}
.ddsmoothmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	clear: none;
	margin-left: 20px;
	padding-left: 10px;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block; /*background of menu items (default state)*/
	text-decoration: none;
	position: relative;
	text-shadow: 0px 1px 0px #efefef;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a, .ddsmoothmenu ul li a:visited {
	color: #565656;
}
.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #5d8ba6;
}
.ddsmoothmenu ul li a:hover {
	color: #5d8ba6;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	background: none;
	font-family: 'MidoMedium';
	position: absolute;
	padding: 22px 0 0 0;
	left: 0;
	display: block; /*collapse all sub menus to begin with*/
	visibility: hidden;
	border-bottom: 1px solid #cdcdcd;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	margin-left:0;
	padding-left: 0;
	display: list-item;
	float: none;
	background-color: #e1e1e1;
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
	padding-top: 0;
	border-bottom: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	font-size: 13px;
	width: 140px; /*width of sub menus*/
	padding: 7px 12px;
	margin: 0;
	line-height: 1;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li ul li a {
	font-size: 13px;
}
.ddsmoothmenu ul li ul li:first-child {
	padding-top: 5px;
}
.ddsmoothmenu ul li ul li:last-child {
	padding-bottom: 6px;
}
.ddsmoothmenu ul li ul li ul li:first-child {
	padding-top: 4px;
}
.ddsmoothmenu ul li ul li ul li:last-child {
	padding-bottom: 5px;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/
/*-----------------------------------------------------------------------------------*/
/*	SLIDER
/*-----------------------------------------------------------------------------------*/

#piecemaker-container {
	
	height:320px;
	margin:0 0 30px;
background: url(/style/images/pig.jpg) center center;
	background-size:cover;
}
/*-----------------------------------------------------------------------------------*/
/*	COLUMNS
/*-----------------------------------------------------------------------------------*/

.one-half {
	width:48%;
}
.one-third {
	width:30.66%;
}
.two-third {
	width:65.33%;
}
.one-fourth {
	width:22%;
}
.three-fourth {
	width:74%;
}
.one-fifth {
	width:16.8%;
}
.two-fifth {
	width:37.6%;
}
.three-fifth {
	width:58.4%;
}
.four-fifth {
	width:67.2%;
}
.one-sixth {
	width:13.33%;
}
.five-sixth {
	width:82.67%;
}
.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
	position:relative;
	margin-right:4%;
	float:left;
}
.last {
	margin-right:0 !important;
	clear:right;
}
/*-----------------------------------------------------------------------------------*/
/*	HOME INTRO
/*-----------------------------------------------------------------------------------*/

.intro h1 {
	line-height: 28px;
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	font-family: 'MidoMedium';
	color: #626262;
}
.intro {
	margin-top: -10px;
	margin-bottom:60px;
}
/*-----------------------------------------------------------------------------------*/
/*	HOME ABOUT
/*-----------------------------------------------------------------------------------*/

#about .one-fourth img {
	-moz-box-shadow: 0px 1px 2px #656565;
	-webkit-box-shadow: 0px 1px 2px #656565;
	box-shadow: 0px 1px 2px #656565;
	display: block;
	margin-bottom: 20px;
}
#about .one-fourth p {
	margin-bottom: 15px;
}
/*-----------------------------------------------------------------------------------*/
/*	PAGE
/*-----------------------------------------------------------------------------------*/

.content {
	background-color: #FFF;
	-moz-box-shadow: 0px 1px 2px #9f9f9f;
	-webkit-box-shadow: 0px 1px 2px #9f9f9f;
	box-shadow: 0px 1px 2px #9f9f9f;
	padding: 20px 20px 0 20px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}


ul.grid:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
ul.grid li {
	width: 225px;
	margin: 0;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
	background: none;
	-moz-box-shadow: 0px 1px 2px #8e8e8e;
	-webkit-box-shadow: 0px 1px 2px #8e8e8e;
	box-shadow: 0px 1px 2px #8e8e8e;
}
ul.grid li a {
	outline:0;
}
ul.grid li img {
	display: block;
	width:225px;
	height:150px;
}
ul.gallerynav {
	width:960px;
	margin:0 auto 22px;
	height: 14px;
	background-color: #FFF;
	-moz-box-shadow: 0px 1px 2px #9f9f9f;
	-webkit-box-shadow: 0px 1px 2px #9f9f9f;
	box-shadow: 0px 1px 2px #9f9f9f;
}
ul.gallerynav li {
	float:left;
}
ul.gallerynav li a {
	float:left;
	font-family: 'MidoMedium';
	color: #565656;
	margin: 0 15px;
	font-size: 15px;
	line-height: 18px;
	padding: 8px 0;
}
ul.gallerynav li a:hover {
	text-decoration: none;
	color: #5d8ba6;
}
ul.gallerynav li.selected-1 a {
	color: #5d8ba6;
}
.hidden {
	display: none;
}
/*-----------------------------------------------------------------------------------*/
/*	VERTICAL TAB
/*-----------------------------------------------------------------------------------*/

ul#tab-menu {
	float:left;
	width: 230px;
	background-color: #FFF;
	-moz-box-shadow: 0px 1px 2px #9f9f9f;
	-webkit-box-shadow: 0px 1px 2px #9f9f9f;
	box-shadow: 0px 1px 2px #9f9f9f;
	margin:0 20px 0 0;
	padding: 0 10px;
	list-style:none;
	font-family: 'MidoMedium';
	font-size: 17px;
}
ul#tab-menu li {
	background: transparent url(style/images/line.png) bottom repeat-x;
	cursor: pointer;
	padding: 20px 10px;
	margin: 0;
	color: #565656;
}
ul#tab-menu li:hover, ul#tab-menu li.selected {
	color: #5d8ba6;
}
ul#tab-menu li img {
	vertical-align: middle;
	padding-right: 10px;
}
ul#tab-menu li:last-child {
	background: none;
}

.tab-content div.tab {
	display:none;
	padding: 0;
}
.tab-content div.tab.show {
	display:block;
}
.tab-content div.tab p {
	width:650px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 20px 0;
}
.tab-content div.tab div p {
	width:100%;
}

#twitter ul li {
	background: none;
	padding: 5px 10px 5px 80px;
	line-height: 16px;
}
#twitter ul li a {
	color: #5d8ba6;
	text-decoration: none;
}
#twitter ul li a:hover {
	text-decoration: underline;
}
.username {
	background: transparent url(style/images/twitter-arrow.png) no-repeat center top;
	position: absolute;
	padding: 15px 0 0 0;
	right: 0;
	bottom:-35px;
	font-size: 12px;
}
.username a {
	color: #5d8ba6;
}

/* INPUT FIELD CSS Copy this to your style sheet
------------------------------------------------------------- */

#contact-form input {
	display: block;
	width: 400px;
	height: 25px;
	height: 15px\0/;
	text-align: left;
	border: 0;
	padding: 5px 10px;
	padding: 10px 10px\0/;
	margin-bottom: 20px;
	background-color: #e8e8e8;
	color: #565656;
	font-size: 12px;
}
#contact-form textarea {
	display: block;
	border: none;
	width: 400px;
	height: 123px;
	clear: both;
	border: 0;
	padding: 10px;
	margin: 0;
	background-color: #e8e8e8;
	color: #565656;
	font-size: 12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#contact-form textarea:hover {
	border:none;
}
#contact-form input#submit-button {
	clear:both;
	margin:0px;
	text-align: center;
	margin: 0px 5px 0 0;
	width: auto;
	background: transparent url(style/images/submit.png) no-repeat;
	color: #FFF;
	position: relative;
	z-index: 9999;
	padding: 0;
	height: 32px;
	padding-bottom: 2px;
	width: 120px;
	font-size: 14px;
	cursor: pointer;
}
#contact-form p {
	position: relative;
	margin: 0;
	padding: 0;
}
#contact-form p label {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 35px;
	padding: 0 0 0 10px;
	font-size: 12px;
}
@media (max-width:575px) {
#header {
 display: block;text-align:center;
}
a.govavada1, a.govavada2 {max-width:200px;margin:15px auto 0;display:block;}