/************************************************/
/* NORMALIZE                                    */
/************************************************/

@import url('normalize.css');

/************************************************/
/* GROUPING                                     */
/************************************************/

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
* html .group {
	zoom: 1;
} /* IE6 */
*:first-child+html .group {
	zoom: 1;
} /* IE7 */
.reset {
	clear: both !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	float: none !important
}
.clearfix {
    box-sizing: border-box;
    clear: both;
    float: none;
    height: 0;
    width: 100%;
}



/************************************************/
/* SELECTION                                    */
/************************************************/

::-moz-selection {
	text-shadow: none;
	background: #B00000;
	color: #ffffff;
}
::selection {
	text-shadow: none;
	background: #B00000;
	color: #ffffff;
}

/************************************************/
/* PLACEHOLDER                                  */
/************************************************/

::-webkit-input-placeholder{color: #999999;}
:-moz-placeholder{color: #999999;}
::-moz-placeholder{color: #999999;}
:-ms-input-placeholder{color: #999999;}

/************************************************/
/* START                                        */
/************************************************/

body {
/*	font-family:Arial, Helvetica, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
	width: 100%;
	font-size: 100%;
}
* {
	padding: 0;
	margin: 0;
}
a:link, a:visited, a:active {
	text-decoration: none;
	outline: none;
	color: #000;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
a:hover {
	text-decoration: underline;
	color:#999999;
}
a img {
	border: none;
}
ul, ol, dl, p, ul li, ol li {
	padding: 0;
	margin: 0;
}

/************************************************/
/* END                                          */
/************************************************/

/************************************************/
/* PAGINATOR STYLE START                        */
/************************************************/
.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}
 
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#ffffff;
	background: #555;
}
 
.pagination a:hover{
	color:#ffffff;
	background: #3279BB; /** change this **/
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #3279BB; /** change this **/
	color:#ffffff;
}
/************************************************/
/* PAGINATOR STYLE END                          */
/************************************************/

/************************************************/
/* HEADER STYLE START                          */
/************************************************/
#sec-header {
    background: rgba(0, 0, 0, 0) url("images/bg-header.png") repeat scroll 0 0 / cover ;
}
#master-header {
    margin: 0 auto;
    padding: 0.625em 0 0;
    width: 1000px;
}
#logo {
    float: left;
    width: 34.4%;
	padding: 0 0 2rem;
	background: #6f1612 none repeat scroll 0 0;
}
#right-header {
    float: right;
}
#right-header p {
    color: #e48b1c;
    font-family: "Lato",sans-serif;
    font-size: 1.25em;
    font-weight: 900;
    line-height: 120%;
    padding: 0 0 0.2rem;
    text-transform: capitalize;
	clear:both;
}
#right-header p.phone {
    background: rgba(0, 0, 0, 0) url("images/icon-1.png") no-repeat scroll 0 0;
    float: right;
    padding: 0 0 0.5rem 1.5rem;
}
#right-header p.email {
    background: rgba(0, 0, 0, 0) url("images/icon-2.png") no-repeat scroll 0 2px;
    clear: both;
    float: right;
    padding: 0 0 0.5rem 2.3rem;
    text-transform: lowercase;
}
#right-header p.address {
    padding: 0;
	text-align: right;
}
#right-header a:link, #right-header a:visited, #right-header a:active {
    color: #e48b1c;
    text-decoration: none;
}
#right-header a:hover{}
/************************************************/
/* HEADER STYLE END                          */
/************************************************/

/************************************************/
/* RESPONSIVE MENU STYLE END                          */
/************************************************/
#sec-resp{display:none}
#responsive-menu .slicknav_menu {
    padding: 0;
}
#responsive-menu .slicknav_menu > .slicknav_btn {
    border-radius: 0;
    margin: 0.5em;
}
#responsive-menu .slicknav_menu > .slicknav_btn:hover{}

#responsive-menu .slicknav_menu > .slicknav_btn .slicknav_menutxt {
    font-family: "Lato",sans-serif;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}


#responsive-menu .slicknav_menu .slicknav_nav {
    font-size: inherit;
    margin: 0;
}
#responsive-menu .slicknav_menu .slicknav_nav > li {
    font-family: "Lato",sans-serif;
    font-size: 0.875rem;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;
}
#responsive-menu .slicknav_menu .slicknav_nav > li > a:link, #responsive-menu .slicknav_menu .slicknav_nav > li > a:visited, #responsive-menu .slicknav_menu .slicknav_nav > li > a:active {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    margin: 0 0 1px;
    text-decoration: none;
}
#responsive-menu .slicknav_menu .slicknav_nav > li > a:hover {
    background: #6f1612 none repeat scroll 0 0;
    color: #ffffff;
}

#responsive-menu .slicknav_menu .slicknav_nav .slicknav_row{}
#responsive-menu .slicknav_menu .slicknav_nav .slicknav_row > a:link, #responsive-menu .slicknav_menu .slicknav_nav .slicknav_row > a:visited, #responsive-menu .slicknav_menu .slicknav_nav .slicknav_row > a:active {
    background: transparent none repeat scroll 0 0;
    color: inherit;
    text-decoration: none;
}
#responsive-menu .slicknav_menu .slicknav_nav .slicknav_row > a:hover{}

#responsive-menu .slicknav_menu .slicknav_nav .slicknav_arrow{}

#responsive-menu .slicknav_menu .slicknav_nav > li > .sub-menu {
    margin: 0;
    visibility: inherit !important;
}

#responsive-menu .slicknav_menu .slicknav_nav > li > .sub-menu > li{
    font-family: "Lato",sans-serif;
    font-size: 0.875rem;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;	
}

#responsive-menu .slicknav_menu .slicknav_nav > li > .sub-menu > li > a:link,
#responsive-menu .slicknav_menu .slicknav_nav > li > .sub-menu > li > a:visited,
#responsive-menu .slicknav_menu .slicknav_nav > li > .sub-menu > li > a:active{
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    margin: 0 0 1px;
    text-decoration: none;	
}
#responsive-menu .slicknav_menu .slicknav_nav > li > .sub-menu > li > a:hover{
    background: #6f1612 none repeat scroll 0 0;
    color: #ffffff;	
}

#responsive-menu .slicknav_menu .slicknav_nav > li > .sub-menu > li .sub-menu{
    margin: 0;
    visibility: inherit !important;	
}
#responsive-menu .slicknav_menu .slicknav_nav > li > .sub-menu > li .sub-menu li{
    font-family: "Lato",sans-serif;
    font-size: 0.875rem;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;		
}
#responsive-menu .slicknav_menu .slicknav_nav > li > .sub-menu > li .sub-menu li > a:link,
#responsive-menu .slicknav_menu .slicknav_nav > li > .sub-menu > li .sub-menu li > a:visited,
#responsive-menu .slicknav_menu .slicknav_nav > li > .sub-menu > li .sub-menu li > a:active{
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    margin: 0 0 1px;
    text-decoration: none;		
}
#responsive-menu .slicknav_menu .slicknav_nav > li > .sub-menu > li .sub-menu li > a:hover{
    background: #6f1612 none repeat scroll 0 0;
    color: #ffffff;		
}
/************************************************/
/* RESPONSIVE MENU STYLE END                    */
/************************************************/

/************************************************/
/* HOME STYLE START                    */
/************************************************/
#sec-box-1 {
    background: rgba(0, 0, 0, 0) url("images/bg-slider.png") repeat scroll 0 0;
}
#box-1-wrapper {
    margin: 0 auto;
    padding: 3.125em 0;
    width: 1000px;
}
#box-1-left {
    background: #d7e3e4 none repeat scroll 0 0;
    box-sizing: border-box;
    float: left;
    padding: 1.5rem 1.5rem 1.2rem;
    width: 51.1%;
}
#box-1-left h1 {
    color: #011f1f;
    font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
    font-size: 1.813em;
    font-style: italic;
    font-weight: 900;
    line-height: 120%;
    padding: 0 0 1rem;
    text-transform: capitalize;
}
#box-1-left .home-content{}
#box-1-left .home-content p {
    color: #000000;
    font-size: 0.875rem;
    line-height: 130%;
    padding: 0 0 1rem;
}
#box-2-right {
    float: right;
    width: 44.5%;
}
#box-2-right img {
    border: 1px solid #f4ca95;
    display: block;
}

#sec-box-2{}
#box-2-wrapper {
    margin: 0 auto;
    padding: 3rem 0;
    width: 1000px;
}

#gallery {
    float: left;
    width: 31.4%;
}
#gallery > h2 {
    color: #011f1f;
    font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
    font-size: 1.813em;
    font-style: italic;
    font-weight: 900;
    line-height: 120%;
    padding: 0 0 1rem;
    text-transform: capitalize;
}
#main-gallery{}
#main-gallery ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#main-gallery ul li {
    float: left;
    padding: 0 3% 3% 0;
    width: 31.2102%;
}
#main-gallery ul li img {
    display: block;
    width: 100%;
}
#main-gallery ul li.last {
    float: right;
    margin: 0;
    padding: 0 0 3%;
}
#main-gallery ul li.clear-this {
    box-sizing: border-box;
    clear: both;
    float: none;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

#fq {
    float: left;
    width: 48%;
}
#fq > h2 {
    color: #011f1f;
    font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
    font-size: 1.813em;
    font-style: italic;
    font-weight: 900;
    line-height: 120%;
    padding: 0 0 1rem;
    text-transform: capitalize;
}
#fq .fq-content{}
#fq .fq-content p{
    color: #000000;
    font-size: 1rem;
    line-height: 130%;
    padding: 0 0 1rem;	
}
#fq .btn{}
#fq .btn a:link, #fq .btn a:visited, #fq .btn a:active {
    background: #6f1612 none repeat scroll 0 0;
    color: #f4ca95;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 100%;
    padding: 0.76rem 2rem;
    text-decoration: none;
    text-transform: uppercase;
}
#fq .btn a:hover{opacity:0.8}
/************************************************/
/* HOME STYLE START                    */
/************************************************/

/************************************************/
/* FOOTER STYLE START                    */
/************************************************/
#sec-footer {
    background: rgba(0, 0, 0, 0) url("images/bg-nav.png") repeat scroll center top / cover ;
    padding: 2rem 0;
}
#sec-footer p {
    color: #ffffff;
    font-size: 0.688em;
    line-height: 120%;
    text-align: center;
}
#sec-footer a:link, #sec-footer a:visited, #sec-footer a:active {
    color: #ffffff;
    text-decoration: underline;
}
#sec-footer a:hover{}
/************************************************/
/* FOOTER STYLE START                    */
/************************************************/

/************************************************/
/* DEFAULT TEMPLATE STYLE START                    */
/************************************************/
#sec-content{}
#outer {
    margin: 0 auto;
    padding: 3rem 0;
    width: 1000px;
}
#inner{}
#primary {
    float: left;
    width: 66.8%;
}
#content{}
#secondary {
    float: right;
    width: 29%;
}

#secondary aside {
    background: #5e7b7b none repeat scroll 0 0;
    box-sizing: border-box;
    padding: 1rem;
}
#secondary .widget-wrap{}
#secondary .widget-wrap > h3 {
    color: #ffffff;
    font-family: "Lato",sans-serif;
    font-size: 1.438em;
    font-weight: 800;
    line-height: 120%;
    padding: 0 0 1rem;
}
#secondary .widget-wrap > h4 {
    color: #ffffff;
    font-size: 1.438em;
    font-weight: 600;
    line-height: 120%;
    padding: 0 0 1rem;
}
#secondary .widget-wrap > h4 a:link, #secondary .widget-wrap > h4 a:visited, #secondary .widget-wrap > h4 a:active {
    color: #f4ca95;
    text-decoration: underline;
}
#secondary .widget-wrap > h4 a:hover{}

#secondary .widget-wrap .sidebar-widget-wrapper{}
#secondary .widget-wrap .sidebar-widget-wrapper .textwidget{}
#secondary .textwidget .gform_wrapper {
    margin: 0 auto;
}
#secondary .textwidget .gform_wrapper form{}
#secondary .textwidget .gform_wrapper form .gform_body {
    box-sizing: border-box;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}
#secondary .textwidget .gform_wrapper form .gform_body .gform_fields{}
#secondary .textwidget .gform_wrapper form .gform_body .gform_fields .gfield {
    background: transparent none repeat scroll 0 0 !important;
    border: 0 none !important;
    font-size: inherit;
    margin: 0 !important;
    max-width: inherit !important;
    padding: 0 0 1rem !important;
    width: 100% !important;
}
#secondary .textwidget .gform_wrapper form .gform_body .gform_fields .gfield label{display:none}

#secondary .textwidget .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
    margin: 0 !important;
    max-width: inherit !important;
    padding: 0 !important;
    width: 100%;
}
#secondary .textwidget .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="text"] {
    border: 0 none;
    box-sizing: border-box;
    color: #797979;
    font-size: 1rem;
    margin: 0;
    padding: 0.46rem 0.5rem;
    width: 100%;
}
#secondary .textwidget .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    border: 0 none;
    box-sizing: border-box;
    color: #797979;
    font-size: 1rem;
    height: 120px;
    margin: 0;
    padding: 0.46rem 0.5rem;
    resize: vertical;
    width: 100%;
}

#secondary .textwidget .gform_wrapper form .gform_footer {
    margin: 0;
    padding: 0;
}
#secondary .textwidget .gform_wrapper form .gform_footer input[type="submit"] {
    background: #6f1612 none repeat scroll 0 0;
    border: 0 none;
    color: #f4ca95;
    font-family: "Lato",sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.63rem 1.5rem;
    text-transform: uppercase;
}
#secondary .textwidget .gform_wrapper form .gform_footer input[type="submit"]{
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;	
}
#secondary .textwidget .gform_wrapper form .gform_footer input[type="submit"]:hover{opacity: 0.8;}
#secondary .textwidget .gform_wrapper form .validation_error {
    border: 0 none;
    color: #f4ca95;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    padding: 0 0 1rem;
}
#secondary .textwidget .gform_wrapper form .validation_message {
    color: #f4ca95;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
    margin: 0 !important;
    max-width: inherit !important;
    padding: 4px 0 0 !important;
}
#secondary .widget-wrap .sidebar-widget-wrapper .textwidget .gform_confirmation_message {
    color: #f4ca95;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
}

.entry-header {
    padding: 0.5rem 0 2rem;
}
.entry-header .entry-title {
    color: #011f1f;
    font-family: "Lato",sans-serif;
    font-size: 1.813em;
    font-weight: 800;
    line-height: 120%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

/************************************************/
/* TYPO START START								*/
/************************************************/

.entry-content{}
.entry-content p {
    color: #000000;
    line-height: 120%;
    padding: 0 0 1rem;
}

.entry-content ul {
    list-style-type: disc;
    margin: 0;
    padding: 0 0 1rem 1rem;
}
.entry-content ul li:first-child {
    margin: 0;
    padding: 0;
}
.entry-content ul li {
    font-size: 1rem;
    line-height: 140%;
    margin: 0;
    padding: 0.5rem 0 0;
}

.entry-content ol{
    list-style-type: numeric;
    margin: 0;
    padding: 0 0 1rem 1rem;	
}
.entry-content ol li{
    font-size: 1rem;
    line-height: 140%;
    margin: 0;
    padding: 0.5rem 0 0;	
}
.entry-content ol li:first-child{
    margin: 0;
    padding: 0	
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-family: "Lato",sans-serif;
    font-weight: 800;
    line-height: 120%;
    padding: 0 0 1rem;
    text-transform: uppercase;
}

.entry-content h1 {
    font-size: 1.813em;
}
.entry-content h2 {
    font-size: 1.563em;
}
.entry-content h3{
    font-size: 1.250em;
}
.entry-content h4{
    font-size: 1.125em;
}
.entry-content h5{
    font-size: 1em;
}
.entry-content h6{
    font-size: 0.938em;
}

.entry-content a:link,
.entry-content a:visited,
.entry-content a:active{}
.entry-content a:hover{}

.wp-caption.alignnone {
    display: inline-block;
    margin: 0;
    max-width: 100%;
    width: auto !important;
	padding: 0 0 1em;	
}
.wp-caption.alignright {
    display: block;
    float: right;
    margin: 0;
    max-width: 100%;
    padding: 0 0 1em 1em;
    width: auto !important;
}
.wp-caption.alignleft {
    display: block;
    float: left;
    margin: 0;
    max-width: 100%;
    padding: 0 1em 1em 0;
    width: auto !important;
}
.wp-caption.aligncenter {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 0 1em;
    width: auto !important;
}
.wp-caption.aligncenter img{margin:0 auto;}
.wp-caption img {
    display: block;
}
.wp-caption .wp-caption-text {
    font-size: 0.7em;
    padding: 0;
    text-align: center;
}

img.alignnone {
    display: block;
    float: none;
    margin: 0 0 1em;
}
img.alignright{
    display: block;
    float: right;
    margin: 0 0 1em 1em;
    padding: 0;	
}
img.alignleft {
    display: block;
    float: left;
    margin: 0 1em 1em 0;
    padding: 0;
}
img.aligncenter {
    display: block;
    float: none;
    margin: 0 auto 1em;
}

blockquote{}
blockquote p {
    padding: 0.5em 0 !important;
}

blockquote {
	font-family: Georgia, serif;
	font-size: 1em;
	font-style: italic;
	width: auto;
	margin: 0.25em 0 1em;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	border-left:3px dashed #c1c1c1;
	background:#eee;
}

blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
blockquote cite:before {
	content: "\2014 \2009";
}

/************************************************/
/* TYPO START END								*/
/************************************************/
/************************************************/
/* DEFAULT TEMPLATE STYLE START                    */
/************************************************/

#sec-nav #nav-wrapper{display: none !important}
#sec-nav {padding:0.5rem 0}

/************************************************/
/* HOME STYLE MNEW START                    */
/************************************************/
#new-holder{
    float: right;
    width: 62.7%;	
}
#contact-formx {
    background: #5e7b7b none repeat scroll 0 0;
    box-sizing: border-box;
    float: right;
    padding: 1rem;
    width: 48%;
}
#contact-formx .widget-wrap{}
#contact-formx .widget-wrap > h3 {
    color: #ffffff;
    font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif;
    font-size: 1.438em;
    font-style: italic;
    font-weight: 800;
    line-height: 120%;
    padding: 0 0 1rem;
    text-transform: capitalize;
}
#contact-formx .widget-wrap > h4 {
    color: #ffffff;
    font-size: 1.438em;
    font-weight: 600;
    line-height: 120%;
    padding: 0 0 1rem;
}
#contact-formx .widget-wrap > h4 a:link, #contact-formx .widget-wrap > h4 a:visited, #contact-formx .widget-wrap > h4 a:active {
    color: #f4ca95;
    text-decoration: underline;
}
#contact-formx .widget-wrap > h4 a:hover{}

#contact-formx .widget-wrap .sidebar-widget-wrapper{}
#contact-formx .widget-wrap .sidebar-widget-wrapper .textwidget{}
#contact-formx .textwidget .gform_wrapper {
    margin: 0 auto;
}
#contact-formx .textwidget .gform_wrapper form{}
#contact-formx .textwidget .gform_wrapper form .gform_body {
    box-sizing: border-box;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}
#contact-formx .textwidget .gform_wrapper form .gform_body .gform_fields{}
#contact-formx .textwidget .gform_wrapper form .gform_body .gform_fields .gfield {
    background: transparent none repeat scroll 0 0 !important;
    border: 0 none !important;
    font-size: inherit;
    margin: 0 !important;
    max-width: inherit !important;
    padding: 0 0 1rem !important;
    width: 100% !important;
}
#contact-formx .textwidget .gform_wrapper form .gform_body .gform_fields .gfield label{display:none}

#contact-formx .textwidget .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
    margin: 0 !important;
    max-width: inherit !important;
    padding: 0 !important;
    width: 100%;
}
#contact-formx .textwidget .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input[type="text"] {
    border: 0 none;
    box-sizing: border-box;
    color: #797979;
    font-size: 1rem;
    margin: 0;
    padding: 0.46rem 0.5rem;
    width: 100%;
}
#contact-formx .textwidget .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
    border: 0 none;
    box-sizing: border-box;
    color: #797979;
    font-size: 1rem;
    height: 120px;
    margin: 0;
    padding: 0.46rem 0.5rem;
    resize: vertical;
    width: 100%;
}

#contact-formx .textwidget .gform_wrapper form .gform_footer {
    margin: 0;
    padding: 0;
}
#contact-formx .textwidget .gform_wrapper form .gform_footer input[type="submit"] {
    background: #6f1612 none repeat scroll 0 0;
    border: 0 none;
    color: #f4ca95;
    font-family: "Lato",sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.63rem 1.5rem;
    text-transform: uppercase;
}
#contact-formx .textwidget .gform_wrapper form .gform_footer input[type="submit"]{
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;	
}
#contact-formx .textwidget .gform_wrapper form .gform_footer input[type="submit"]:hover{opacity: 0.8;}
#contact-formx .textwidget .gform_wrapper form .validation_error {
    border: 0 none;
    color: #f4ca95;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    padding: 0 0 1rem;
}
#contact-formx .textwidget .gform_wrapper form .validation_message {
    color: #f4ca95;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
    margin: 0 !important;
    max-width: inherit !important;
    padding: 4px 0 0 !important;
}
#contact-formx .widget-wrap .sidebar-widget-wrapper .textwidget .gform_confirmation_message {
    color: #f4ca95;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 120%;
}
/************************************************/
/* HOME STYLE MNEW END                    */
/************************************************/
/************************************************/
/* MEDIA QUERIES                                */
/************************************************/

#box-1-left .home-content p:last-child {
    padding: 0;
}


/*iPad - Landscape*/
@media only screen and (min-width : 981px) and (max-width : 1024px) {
}

/*iPad - Portrait*/
@media only screen and (max-width : 980px ) {
#master-header {
    padding: 1rem 0 0;
    width: 96%;
}
#nav-wrapper {
    width: 96%;
}
#thenavigator > li {
    font-size: 0.875rem;
}
#thenavigator > li > a:link, #thenavigator > li > a:visited, #thenavigator > li > a:active {
    padding: 1.1em 1em;
}
#thenavigator > li:first-child a:link, #thenavigator > li:first-child a:visited, #thenavigator > li:first-child a:active {
    padding: 1.1em 1em 1.1em 0;
}
#thenavigator > li > .sub-menu > li, #thenavigator > li > .sub-menu > li .sub-menu li{
    font-size: 0.875rem;
}
#box-1-wrapper {
    padding: 2em 0;
    width: 96%;
}
#box-1-left {
    float: none;
    padding: 1.5rem;
    width: auto;
	margin: 0 auto 1.5rem;
}
#box-2-right img {
    border: 0px solid #f4ca95;
    width: 100%;
}
#box-2-wrapper {
    padding: 2rem 0;
    width: 96%;
}
#box-2-right {
    float: none;
    width: auto;
}
#primary {
    float: none;
    padding: 0 0 1.5rem;
    width: auto;
}
#secondary {
    float: none;
    width: auto;
}
#outer {
    padding: 1rem 0;
    width: 96%;
}
	
}

/*Small Tablet*/
@media only screen and (max-width : 767px ) {
#logo {
    display: block;
    float: none;
    margin: 0 auto 1rem;
    width: auto;
	padding:0;
}
#right-header {
    float: none;
    padding: 0 0 1rem;
}
#right-header p.phone {
    display: table;
    float: none;
    margin: 0 auto;
    padding: 0 0 0.5rem 1.5rem;
}
#right-header p.email {
    display: table;
    float: none;
    margin: 0 auto;
    padding: 0 0 0.5rem 2.3rem;
}
#right-header p.address {
    text-align: center;
}

#gallery {
    float: none;
    padding: 0 0 1rem;
    width: auto;
}
#fq {
    float: none;
    width: auto;
}

#new-holder {
    float: none;
    width: auto;
}
#contact-formx {
    float: none;
    width: auto;
}


}

/*Iphones*/
@media only screen and (max-width : 480px ) {
	#right-header p {
	    font-size: 1rem;
	}
}

/*Small phones*/
@media only screen and (max-width : 320px ) {
}
