
/*-------- COLUMNS --------*/

 .cols
	{
	display: table;
	margin-bottom: 40px;
	width: 100%;
	}

 .cols > div
	{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	*border: 1px solid red;
	}

 .cols > .L-col
	{
	width: 500px;
	}
 .cols > .R-col
	{
	padding-left: 50px;
	}

.cols > .R-col #feedback-frm
	{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-top: 25px;
	}

 .cols > .R-col .L-col
	{
	display: inline-block;
	padding-right: 25px;
	width: auto;	
	min-width: 300px;
	max-width: 500px;

	width: 100%;
	}	

 .cols > .R-col .R-col
	{
	display: inline-block;
	padding-left: 25px;
	min-width: 300px;
	max-width: 500px;
	width: 100%;	
	}


 .cols > .R-col .bottom-row
	{
	width: 100%;
	max-width: 1050px; 
	}

 .cols > .R-col .bottom-row textarea
	{
	display: block;	
	width: 100%;
	max-width: 1060px;
	}	 

 .cols h2
	{
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	}


/*-------- CONTENT --------*/

 .cols .content
	{
	margin-top: 25px;
	font-size: 16px;
	line-height: 22px;
	color: #323232;
	}

 .cols .content p
	{
	margin: 10px 0;
	}

 .cols .content a:hover
	{
	text-decoration: underline;
	}


/*-------- WIDGETS --------*/

 #gmap
	{
	width: 100%;
	height: 300px;
	}
	
 #fb-widget
	{
	display: none; 
	width: 100%;
	max-width: 500px;
	overflow: hidden;
	}

 #fb-widget iframe
	{
	width: 100%;
	height: 370px;
	border: none;
	}

 #reviews
	{
	display: none;
	margin-top: 10px;
	}

 #reviews a
	{
	display: inline-block;
	font-weight: bold;
	color: #474a56;
	line-height: 25px;
	padding-left: 32px;
	background: url('images/comments.png') left center no-repeat;
	}
 #reviews a:hover
	{
	text-decoration: underline;
	}


/*-------- FEEDBACK --------*/

 #feedback-frm .err-msg
	{
	display: none;
	position: absolute;
	top: 0px;
	font-size: 14px;
	color: #ff0000;
	}

 #feedback-frm p
	{
	margin: 12px 0;
	}

 #feedback-frm label
	{
	display: block;
	font-size: 14px;
	margin-bottom: 3px;
	}

 #feedback-frm label span
	{
	margin-left: 2px;
	font-family: Tahoma;
	font-size: 12px;
	color: red;
	}

 #feedback-frm label[for]
	{
	display: inline;
	margin: 0px;
	cursor: pointer;
	}
 #feedback-frm .not-valid + label
	{
	border-bottom: 1px solid #ff5050;
	}

 #feedback-frm .field
	{
	width: 100%;
	max-width: 100%;
	}

 #feedback-frm textarea
	{
	resize: vertical;
	}

 #feedback-frm h4
	{
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	}

 #feedback-frm .loading
	{
	opacity: 0;
	display: inline-block;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: url('/public/root/images/loading.gif') no-repeat;
	background-size: 100% auto;
	}
 #feedback-frm.loading .loading
	{
	opacity: 1;
	}

 #feedback-frm.loading .btn
	{
	background-color: #505050 !important;
	opacity: 0.8;
	}

	.cols2 .R-col
	{
	padding-left: 0px;
	}


/*-------- MOBILE --------*/
@media (max-width: 1200px) 
 {

 	.cols .content
 	{

 	}


 .cols > .R-col .R-col,
 .cols > .R-col .L-col
	{
    width: 50%;
    box-sizing: border-box;
	}
}

@media (max-width: 1080px) 
 {
 .cols > .L-col
	{
	width: 50%;
	}
 .cols > .R-col
	{
	padding-left: 30px;
	}
 }

@media (max-width: 850px) 
 {
 .cols
	{
	display: block;
	width: 100%;
	margin-bottom: 0px;
	}

 .cols > div
	{
	display: block;
	width: 100% !important;
	}

 .cols > .R-col
	{
	padding-top: 25px;
	padding-left: 0px;
	}

 .cols2
	{
	margin-top: 25px;
	}

 .cols h2
	{
	font-size: 14px;
	}


 .cols > .R-col .R-col
	{
	padding-left: 0px;
	}

 .cols > .R-col #feedback-frm
	{
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	}

 .cols > .R-col .L-col
	{
	padding-right: 0px;
	}

 .cols > .R-col .R-col, 
 .cols > .R-col .L-col
	{
	width: 100%;
	}

 .cols > .R-col .bottom-row
	{
	max-width: 500px;
	}


 .cols > .R-col .L-col p:nth-child(2)
	{
	margin-bottom: -75px !important;
    margin-top: 100px !important;
	}

	.cols > .R-col .R-col p:nth-child(1)
	{
	margin-top: -75px !important;
    margin-bottom: 100px !important;
	}


 }


@media (max-width: 600px) 
 {

 .cols > .R-col .L-col
	{
	padding-right: 0px;
	}	


 .cols .content
	{
	margin-top: 10px;
	font-size: 14px;
	line-height: 19px;
	}

 .cols .content p
	{
	margin: 8px 0;
	}

 #gmap
	{
	height: 200px;
	}
 }
