/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
div.form-error {
	color: #ff0000;
}

#contact-form-344 {
	width: 700px;
	margin-top: -40px;
}

textarea#contact-form-comment-g344-pleasedescribeindetail {
	margin-top: -30px;
}

#contact-form-344 label {
	text-align: right;
	line-height: 40px;
}

#contact-form-344 input[type=text], input[type=email], textarea {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	outline: none;
	padding: 3px 0 3px 3px;
	margin: 5px 1px 3px 200px;
	border: 1px solid #DDDDDD;
	width: 400px;
	float: right;
}

#contact-form-344 input[type=submit] {
	width: 400px;
	height: 30px;
	float: right;
}

#contact-form-344 input[type=text]:focus, textarea:focus {
	box-shadow: 0 0 5px rgba(81,203,238,1);
	border: 1px solid rgba(81,203,238,1);
	width: 400px;
}

p.td-font, .td-font {
	font-family: 'Myanmar3', serif;
}

h5.td-font-title {
	font-family: 'Myanmar3', serif;
	line-height: 1.5;
	margin-top: -30px;
}

.embed-font {
	font-family: 'Myanmar3', serif;
}
ul.ui-tabs-nav li p{color: #fff;}
span.tds-title {
    font-weight: bold;
}
.menu-item-78 {
    width: 14%;
}
.menu-item-87 {
    width: 18.23%;
}
.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img {
    opacity: 1 !important;
}
.social-gallery p {
    display: none;
}
.flex-prev {
    display: none !important;
}
.metaslider {
	height: 254px;
}
#banner {
	padding-bottom: 0 !important;
}
#contact-form-comment-g344-pleasedescribeindetail {
    width: 490px;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha{
    transform: scale(0.83);
	-webkit-transform:scale(0.83);
    transform-origin: 0 0;
}
.contact-form .screen-reader-response {
    width: auto !important;
}
#envira-gallery-item-69265, #envira-gallery-item-69266, #envira-gallery-item-69264 {
    top: 200px !important;
}
#envira-gallery-69263 {
    height: 345px !important;
}
#envira-gallery-image-69267 {
    width: 273px !important;
    height: 170px;
}
.news-event a:after {
    display: none;
}
div.news-event div{
	    margin-left: 0px !important;
}
div.news-event img{
	width: auto !important;
}
#envira-gallery-item-69264 {
    left: 305px !important;
}

@media (max-width: 500px) and (min-width: 300px){
	.contact-form textarea {
    float: right;
    width: 100% !important;
    margin-right: -20px;
}
}
@-moz-document url-prefix() {
    .nav-menu li a {
				padding: 15px 35px !important;
			}
}
ul.slides li img {
    margin-left: -40px;
    margin-top: -12px;
}
div#content{
	margin-top: -11px;
}