/*

Theme Name: Thusanani Foundation Theme

Author: Tshifhiwa Raustahahalo 

Author uri: www.graduateportal.co.za

License: This theme cannot be re-used

License URI: www.graduateportal.co.za

Version: 1.0

Description: This is a custom development professional wordpress theme

*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
html, body {
	height: 100%;
	font-family: 'Roboto', arial, sans-serif !important;
	color: #444;
}


a {
	color: #66CC33;
}

.ui-widget-content a {
		color: #66CC33 !important;
}

h1, h2, h3 {
	color: #800203 !important;
}

a:hover {
	text-decoration: none !important;
	color: #329082;
}
.nav>li>a {
	color: #666 !important;
	font-size: 16px !important;
}
.current-menu-item {
	border-bottom: 3px solid #800203;
}
.current-menu-item a {
	line-height: 37px !important;
	color: #800203 !important;
}
.dropdown-menu {
	background-color: #329082 !important;
}
.gomomo {
	background-color: #F8B500 !important;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
.savings {
	background-color: #E5CE00 !important;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
.primary-care {
	background-color: #8FBA23 !important;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
.affordable {
	background-color: #009B97 !important;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
.full-benefit {
	background-color: #035F9E !important;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}

#stick {
    position: relative;
    width: 100%;
    z-index: 99999;
}

#compare1 td {
	padding: 10px;
	background-color: #035F9E;
	color: #fff;
}
#compare1 td + td {
	background-color: #FEF0CC;
	color: #333;
}
#compare1 td + td + td {
	background-color: #FAF5CC;
	color: #333;
}
#compare1 td + td + td + td {
	background-color: #E9F1D3;
	color: #333;
}
#compare1 td + td + td + td + td {
	background-color: #CCEBEA;
}
#compare1 td + td + td + td + td + td {
	background-color: #DAEEF9;
}
.compare2 td {
	padding: 10px;
	background-color: #035F9E;
	color: #fff;
}
.compare2 td + td {
	background-color: #FEF0CC;
	color: #333;
}
.compare2 td + td + td {
	background-color: #FAF5CC;
	color: #333;
}
.compare2 td + td + td + td {
	background-color: #E9F1D3;
	color: #333;
}
.compare2 td + td + td + td + td {
	background-color: #CCEBEA;
}
.compare2 td + td + td + td + td + td {
	background-color: #DAEEF9;
}
#compare-options td {
	padding: 10px;
	background-color: #035F9E;
	color: #fff;
}
#compare-options td + td {
	background-color: #FEF0CC;
	color: #333;
}
#compare-options td + td + td {
	background-color: #FAF5CC;
	color: #333;
}
#compare-options td + td + td + td {
	background-color: #E9F1D3;
	color: #333;
}
#compare-options td + td + td + td + td {
	background-color: #CCEBEA;
}
#compare-options td + td + td + td + td + td {
	background-color: #DAEEF9;
}
.green-line {
	background-color: #800203 !important;
}
#menu ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin: 0px !important;
}
#menu ul li {
	float: left;
	display: block;
	border-right: 1px solid #ddd;
}
#menu ul li a {
	color: #333;
	line-height: 40px;
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 14px;
}
#menu li a:hover {
	color: #800203 !important;
	border-bottom: 3px solid #800203;
	line-height: 37px !important;
	text-decoration: none !important;
}
#menu ul li ul li:hover {
	background-color: #800203;
}
#menu ul li ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #800203;
}
#menu ul li ul li ul {
	display: none;
	position: absolute;
	background-image: none;
	width: 250px;
	left: 240px;
	top: 15px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 9999;
}
#menu ul li ul {
	display: none;
	position: absolute;
	background-image: none;
	width: 250px;
	margin-left: 0;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 9999;
	height: auto;
	padding-left: 0px;
	margin-left: 0px;
}
#menu ul li ul li ul.sub-menu,  #menu ul li ul li ul li ul.sub-menu {
	display: none;
	float: left;
	margin-left: 211px;
	position: absolute;
	margin-top: -30px;
	z-index: 9999;
}
#menu ul li:hover ul,  #menu ul li ul li:hover ul,  #menu ul li:hover ul,  #menu ul li ul li ul li:hover ul {
	display: block;
}
#menu ul li ul li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #39A494;
	border-right: none;
	background-color: #329082;
}
#menu ul li ul li a {
	border-right: none;
	color: #fff !important;
	display: block;
	line-height: 30px;
	text-transform: capitalize;
}
.navbar {
	border-radius: 0px !important;
	margin-bottom: 0px !important;
	background-color: #efefef !important;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-transform: uppercase;
	min-height: 40px !important;
	color: #ccc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.btn-success {
	background-color: #79AB3F !important;
	text-transform: uppercase;
}
.page-header {
	border-bottom: 2px solid #800203 !important;
	color: #800203;
}
.panel-body {
	padding: 15px !important;
	
}
.panel-heading {
}

#header {
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
	padding-top: 5px;
}
.img-portfolio {
	margin-bottom: 30px;
}
.img-hover:hover {
	opacity: 0.8;
}

.well {
	overflow: hidden;
	padding: 15px !important;
	
}

.wp-caption {
	background-color: transparent !important;
	margin-bottom: 0px !important;
	padding: 0px !important;
}

.well img {
	margin-bottom: 0px !important;
	padding-left: 0px !important;
	border-color: transparent !important;
}

.page {
	min-height: 400px;
	margin-bottom: 20px;
	padding-top: 20px;
}

.tab-content {
	padding-top: 20px;
}

.onthe-slider {
	width: 260px;
	height: 270px;
	position: absolute;
	z-index: 999;
	right: 10%;
	top: 20px;
}
.wpcf7-textarea {
	height: 100px !important;
}
.onthe-slider ul {
	list-style: none;
	padding-left: 0px;
}
.onthe-slider ul li {
	margin-bottom: 3px;
	display: block;
	width: 100%;
	padding: 10px;
	border-radius: 4px;
}

/*.panel-default > .panel-heading {
	background-color: transparent;
}*/
.onthe-slider ul li a {
	color: #fff;
	font-size: 18px;
}
.dark-green {
	background-color: #329082 !important;
}
.main-green {
	background-color: #800203 !important;
}
.orange {
	background-color: #E5A02F !important;
}

/*.panel-body img {
	border: 0px !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
	position: relative;
	left: -1px;
	bottom: -1px;
}*/

.theprimary {
	background-color: #8FBA23 !important;
}


.thegreen {
	background-color: #009B97 !important;
}

.theblue {
	background-color: #035F9E !important;
}

.thegomo {
	background-color: #F8B500 !important;
}

.thesaving {
	background-color: #E5CE00 !important;
}

.light-grey {
	background-color: #EBEBEB;
}
.bigtext {
	font-size: 24px;
}
header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
	height: 100%;
}
header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
/* 404 Page Styles */

.error-404 {
	font-size: 100px;
}
/* Pricing Page Styles */

.price {
	display: block;
	font-size: 50px;
	line-height: 50px;
}
.price sup {
	top: -20px;
	left: 2px;
	font-size: 20px;
}
.period {
	display: block;
	font-style: italic;
}
/* Footer Styles */

footer {
	margin-top: 50px;
	width: 100%;
	min-height: 410px;
	overflow: hidden;
	background-color: #329082;
	padding-top: 40px;
	clear: both;
	color: #fff;
	background-image: url(images/footer-left.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
footer h3 {
	margin-top: 0px;
	margin-left: 0px;
}
footer ul {
	list-style: none;
	padding-left: 0px;
}
footer ul li a {
	color: #BED8D0;
	padding-top: 10px;
	display: block;
	font-size: 13px;
}
footer ul li a:hover {
	color: #fff;
	text-decoration: none;
}
#oscitas-accordion-0 {
	margin-top: 20px;
}
#oscitas-accordion-0 .panel-heading {
	border-radius: 0;
	background-color: #329082;
}
#oscitas-accordion-0 .panel-default {
	border-color: transparent !important;
	border-radius: 0;
}
#oscitas-accordion-0 .panel-body {
	padding: 0px;
}
#oscitas-accordion-0 .panel-heading h4 {
	padding-top: 5px;
	padding-bottom: 5px;
}
/*.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
	display: block;
}
.panel-heading {
	border-radius: 15px 0 0;
}
.panel-heading h4 {
	color: #fff;
}
.panel-default {
	border-color: transparent !important;
	border-radius: 15px 0px;
}*/
footer form {
	color: #666;
}

footer h3 {
	color: #eee !important;
}
.footer-bottom {
	background-color: #252525;
	line-height: 80px;
	height: 80px;
	color: #5d8137;
}
.footer-bottom a {
	color: #5d8137;
	font-weight: bold;
}
.gomomo2 td {
	padding: 10px;
	background-color: #F8B500;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.gomomo2-line {
	background-color: #F8B500 !important;
	color: #fff !important;
	font-weight: bold;
}
.gomomo2 td + td {
	background-color: #FEF0CC;
	color: #333;
}
.savings2 td {
	padding: 10px;
	background-color: #E5CE00;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.savings2 td + td {
	background-color: #FAF5CC;
	color: #333;
}

.savings2-line {
	background-color: #E5CE00 !important;
	color: #fff !important;
	font-weight: bold;
}
.primary2 td {
	padding: 10px;
	background-color: #8FBA23;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.primary2 td + td {
	background-color: #E9F1D3;
	color: #333;
}

.primary2-line {
	background-color: #8FBA23 !important;
	color: #fff !important;
	font-weight: bold;
}


.affordable2 td {
	padding: 10px;
	background-color: #009B97;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.affordable2 td + td {
	background-color: #CCEBEA;
	color: #333;
}

.affordable2-line {
	background-color: #009B97 !important;
	color: #fff !important;
	font-weight: bold;
}

.full td {
	padding: 10px;
	background-color: #035F9E;
	color: #fff;
}
.full td + td {
	background-color: #DAEEF8;
	color: #333;
}

.full2 td {
	padding: 10px;
	background-color: #035F9E;
	color: #fff;	
	border-bottom: 1px solid #fff;

}
.full2 td + td {
	background-color: #DAEEF8;
	color: #333;
}

.full-line2 {
	background-color: #035F9E !important;
	color: #fff !important;
	font-weight: bold;
}

/* Responsive Styles */

@media(max-width:991px) {
.customer-img,  .img-related {
	margin-bottom: 30px;
}
}

@media(max-width:767px) {
.img-portfolio {
	margin-bottom: 15px;
}
header.carousel .carousel {
	height: 70%;
}
}
/* =Images

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



/*

Resize images to fit the main content area.

- Applies only to images uploaded via WordPress by targeting size-* classes.

- Other images will be left alone. Use "size-auto" class to apply to other images.

*/

img.size-auto,  img.size-full,  img.size-large,  img.size-medium,  .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,  img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,  img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,  img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,  img.alignright,  img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
/* =Gallery listing

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



.format-gallery .size-thumbnail img,  .category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,  .category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,  .home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 1px solid #ccc;
	padding: 6px;
}
.gallery a img:hover {
	border: 7px solid #f1f1f1 !important;
	padding: 0px;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery-1 img {
	border: 1px solid #ccc;
	padding: 6px;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* Image borders  -------------------------------------------------------------------------------------------- */

img[class*="align"],  img[class*="wp-image-"],  #content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #fff;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],  a:hover img[class*="align"],  a:active img[class*="align"],  a:focus img[class*="wp-image-"],  a:hover img[class*="wp-image-"],  a:active img[class*="wp-image-"],  #content .gallery .gallery-icon a:focus img,  #content .gallery .gallery-icon a:hover img,  #content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,  .wp-caption a:active img,  .wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

.ben-gomomo {
}

.ben-gomomo td {
	background-color: #fff;
	padding: 10px !important;
	border-bottom: 1px solid #F9C334;
	
}

.ben-gomomo td + td {
	background-color: #FDF0CD;
}

.ben-gomo-dark {
	background-color: #F8B402 !important;
}

.ben-gomo-mid {
	background-color: #F9C334 !important;
	color: #fff !important;
}

.ben-gomo-light {
	background-color: #FAD267 !important;
	color: #fff;
	border: none;
}

.gomomo-benefits .panel-heading {
	background-color: #F8B402 !important;	
}

.ben-gomo-contri td {
	background-color: #FCE19A;
	padding: 10px;
	border: 1px solid #fff;
	width: 25%;
	
}

.savings-care-ben .panel-heading {
	background-color: #E5CE00 !important;
}


.ben-savings td {
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #E5CE00;
}

.ben-savings td + td {
	background-color: #F9F5CD;
}

.ben-savings-dark {
	background-color: #E5CE00 !important;
	color: #fff;
}

.ben-savings-mid {
	background-color: #EAD733 !important;
	color: #fff;
}

.ben-savings-contri td {
	background-color: #F4EB9A;
	padding: 10px;
	border: 1px solid #fff;
		width: 25%;

}

.ben-primary td {
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #8FBA23;
}

.ben-primary td + td {
	background-color: #E9F1D3;
}

.primary-ben .panel-heading {
		background-color: #8FBA23 !important;

}

.ben-primary-mid {
	background-color: #8FBA23 !important;
	color: #fff;
}

.ben-primary-light {
	background-color: #B0CE65 !important;
	color: #fff;
}

.ben-primary-contri td {
	background-color: #D2E3A7;
	padding: 10px;
	border: 1px solid #fff;
		width: 25%;
}

.ben-afford td {
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #00A19A;
}

.ben-afford td + td {
	background-color: #CDECEB;
}

.afford-ben .panel-heading {
		background-color: #00A19A !important;

}

.ben-afford-mid {
	background-color: #00A19A !important;
	color: #fff;
}

.ben-afford-light {
	background-color: #33B3AE !important;
	color: #fff;
}

.ben-afford-contri td {
	background-color: #9AD9D6;
	padding: 10px;
	border: 1px solid #fff;
		width: 25%;

}


.ben-primary-contri td {
	background-color: #D2E3A7;
	padding: 10px;
	border: 1px solid #fff;
		width: 25%;
}


.ben-full td {
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #035F9EA;
}

.ben-full td + td {
	background-color: #DAEEF8;
}

.ben-full-mid {
	background-color: #035F9E !important;
	color: #fff;
}

.ben-full-light {
	background-color: #4F8FBB !important;
	color: #fff;
}

.ben-full-contri td {
	background-color: #B6DDF2;
	padding: 10px;
	border: 1px solid #fff;
	width: 25%;
}

.liteAccordion .slide > h3 span {
		background-color: #800203 !important;
		color: #fff !important;
		border-radius: 1px !important;
}

.squelch-taas-toggle .ui-accordion-header, .squelch-taas-accordion .ui-accordion-header {
	background-color: #329082 !important;
	font-weight: normal !important;
	border-radius: 1px !important;
	padding: 5px 0 5px 2.2em !important;
	
}

.liteAccordion {
	font-size: 14px !important;
}

.ui-widget {
	font-family: 'Titillium Web', arial, sans-serif !important;
}

.squelch-taas-toggle .squelch-taas-toggle-shortcode-content, .squelch-taas-accordion .ui-accordion-content {
	padding: 0px !important;
}

.ui-accordion .ui-accordion-content {
		padding: 0px !important;

}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #fff !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none !important;
	background-image: none !important;
}



.caring {
	background-image: url(images/icon-caring.png);
	background-position: left;
	background-color: #12A79D;
	height: 150px;
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 220px;
	color: #fff;
	margin-bottom: 10px;
	list-style: none;
	padding-top: 20px;
} 

.caring li:first-child  {
	padding-bottom: 30px;
	color: #800203;
	font-size: 18px;
	font-weight: bold;
}

.heritage {
	background-image: url(images/icon-heritage.png);
	background-position: left;
	background-color: #12A79D;
	height: 150px;
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 220px;
	color: #fff;
	margin-bottom: 10px;
	list-style: none;
	padding-top: 20px;
} 

.heritage li:first-child  {
	padding-bottom: 30px;
	color: #800203;
	font-size: 18px;
	font-weight: bold;
}

.comm {
	background-image: url(images/icon-comm.png);
	background-position: left;
	background-color: #12A79D;
	height: 150px;
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 220px;
	color: #fff;
	margin-bottom: 10px;
	list-style: none;
	padding-top: 20px;
} 

.comm li:first-child  {
	padding-bottom: 30px;
	color: #800203;
	font-size: 18px;
	font-weight: bold;
}

.simplicity {
	background-image: url(images/icon-simplicity.png);
	background-position: left;
	background-color: #12A79D;
	height: 150px;
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 220px;
	color: #fff;
	margin-bottom: 10px;
	list-style: none;
	padding-top: 20px;
} 

.simplicity li:first-child  {
	padding-bottom: 30px;
	color: #800203;
	font-size: 18px;
	font-weight: bold;
}

.icon-benefits {
	background-image: url(images/icon-benefits.png);
	background-position: left;
	background-color: #12A79D;
	height: 150px;
	background-repeat: no-repeat;
	width: 100%;
	padding-left: 220px;
	color: #fff;
	margin-bottom: 10px;
	list-style: none;
	padding-top: 20px;
} 

.icon-benefits li:first-child  {
	padding-bottom: 30px;
	color: #800203;
	font-size: 18px;
	font-weight: bold;
}

#gallery-1 img {
	border: 1px solid #cfcfcf !important;
}

.product-brochure td {
	padding: 10px;
}

#post-176 table {
	margin-bottom: 10px;
}

.secondary-level {
	background-color: #E79618;
	padding: 10px;
	padding-top: 0px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 4px;
}

#post-62 h3 {
	color: #444 !important;
}

.tertiary-level {
	background-color: #318E84;
	padding: 10px;
	padding-top: 0px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 4px;
}

.ultimatley {
	background-color: #94D352;
	padding: 10px;
	padding-top: 0px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 4px;
}

.chronic2 td {
	padding: 10px;
}

.chronic-head {
	background-color: #94D352;
	color: #fff;
	padding: 10px;
}

.chronic-body {
	background-color: #99CC99;
	color: #fff;
	padding: 10px;
}

.btn-primary {
	background-color: #329082 !important;
	border: 1px solid #329082 !important;
	margin-top: 30px;
	margin-right: 20px;
}

#post-11 h3 {
	color: #444 !important;
}

.alignright {
	border: 1px solid #ccc;
}

.ls-l {
	opacity: 0.9 !important;
}

.ls-thumbnail-wrapper {
	top: -70px;
}

#menu-item-6 {
	border-left: 1px solid #ddd;
}

.thusa-slogan {
	color: #ccc !important;
}
.wpcf7-form-control{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.wpcf7-submit {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	background-color: #800203;
    border: 1px solid #6F0202;
    color: #fff;
	width: 100px;
}

@media(max-width:1321px) {
#menu ul li a {
	
	font-size: 14px;
}
}

@media(max-width:767px) {

.thusa-slogan {
	display: none;
}

.attachment-post-thumbnail {
	width: 100%;
       height: auto;	
}

#stick {
	display: none;
}

}






