@import url('https://fonts.googleapis.com/css?family=Rubik');
@import url('https://fonts.googleapis.com/css?family=Unna');
/*font-family: 'Unna', serif;*/
@import url('https://fonts.googleapis.com/css?family=Work+Sans');
/*font-family: 'Work Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Montserrat');
/*font-family: 'Montserrat', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
/*font-family: 'Open Sans', sans-serif;*/
body {
	background-color: #FFF;
	  width: 100%;
	  height: 100%;
	  padding: 0;
	  margin: 0;
	overflow-x: hidden;
  	overflow-y: auto;
}
#input-text-search-code {
	padding-left: 50px;
	background-color: white;
	background-image: url(../images/search-pattaya-property-finder.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
	height: 25px;
	border: 1px solid #E2E2E2;
}

.cmdsearch {
	font-family:"Work Sans", sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #999999;
	border: 1px solid #999;
	height: 26px;
}
.box-mainmenu1 {background: #ffffff;
	background: linear-gradient(180deg,#ffffff 10%, #fafafa 80%);
	background: -webkit-linear-gradient(270deg,#ffffff 10%, #fafafa 80%);
	background: -moz-linear-gradient(270deg,#ffffff 10%, #fafafa 80%);
}
.boxtopmenu91{
	float: left;
	text-align: center;
	width: 100%;
	z-index:58;
	height: 35px;
	top:0px;
	transition: 0.8s;
	background-color: #888888;
	vertical-align: middle;
}
.boxtopmenu92{
	z-index:59;
	position:fixed;
	background-color: #FFF;
	top:0px;
	transition: 0.8s;
	padding-top: 13px;
	padding-bottom: 16px;
	height: auto;
	text-align: center;
	width: 100%;
}
.boxfooter91{
	width: 100%;
	float: left;
	background-color: #F9F9F9;
	text-align: center;
}
.boxfooter90{
	width: 100%;
	text-align: center;
	height: auto;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.boxbarfootermenu {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	color: #333;
}
.boxbarfootermenu:hover {
	color: #CCC;
	background-color: #999;
}

.boxfootermenu{
	width: 100%;
	float: left;
	background-color: #FFF;
	text-align: center;
}
.boxfooterfollow{
	width: 50%;
	text-align: right;
	float: right;
	vertical-align: middle;
	height: auto;
}
.boxfooterfollow img{
	margin-right: 5px;
	margin-left: 5px;
}
.boxfooterfollow img:hover{
	opacity: 0.6;
}

.boxfooterlast{
	padding:10px;
	height: auto;
	width: 100%;
	float: left;
	vertical-align: middle;
	background-color: #333;
	text-align: center;
}
.boxgooglesearch{
	height: auto;
	width: 100%;
	float: left;
	vertical-align: middle;
	text-align: center;
	margin-top: 15px;
	padding-top: 25px;
	padding-bottom: 16px;
}
.boxcopyright{
	float: right;
	height: auto;
	width: 90%;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.box-mainmenu11 {background: #ffffff;
	background: linear-gradient(180deg,#ffffff 10%, #fafafa 80%);
	background: -webkit-linear-gradient(270deg,#ffffff 10%, #fafafa 80%);
	background: -moz-linear-gradient(270deg,#ffffff 10%, #fafafa 80%);
}
.box-mainmenu111 {background: #ffffff;
	background: linear-gradient(180deg,#ffffff 10%, #fafafa 80%);
	background: -webkit-linear-gradient(270deg,#ffffff 10%, #fafafa 80%);
	background: -moz-linear-gradient(270deg,#ffffff 10%, #fafafa 80%);
}
.box-mainmenu{
	background: #ffffff;
	background: linear-gradient(180deg,#ffffff 10%, #fafafa 80%);
	background: -webkit-linear-gradient(270deg,#ffffff 10%, #fafafa 80%);
	background: -moz-linear-gradient(270deg,#ffffff 10%, #fafafa 80%);
}

/*--------------------Text link-----------------------------*/
.Text-menu-footer {
	font-family:"Work Sans", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	line-height: 20px;
}
.Text-menu-footer:link{
	color:#333;
	font-family:"Work Sans", sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
}
.Text-menu-footer:visited {
	color:#000;
}
.Text-menu-footer:hover {
	color:#C00;
}

/*--------------------SCROLL TO TOP-----------------------------*/
.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:3px;
	right:5px;	
}
.scroll {
	position:absolute;
	right:10px;
	bottom:20px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:10px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;

}
.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
.adfixleft {
	text-align: center;
	width: 216px;
	height:auto;
	z-index:50;
}
.adfixright {
	text-align: center;
	width: 300px;
	height:auto;
	z-index:51;
	margin-left: 3px;
}
.container{
	display: table-cell;
	vertical-align: middle;
	padding-right: 130px;
	padding-left: 80px;
	height:auto;
	float: left;
	width: auto;
}
/*----------------------------------- MENU----------------------------------*/
.dropdown {
	float: left;
	overflow: hidden;
	font-family: 'Work Sans', sans-serif;
	font-size: 0.9em;
	font-weight: lighter;
	color: #333;
	text-decoration: none;
}

.dropdown .dropbtn {
	border: none;
	outline: none;
	color: #333;
	margin: 0;
	font-family: 'Work Sans', sans-serif;
	font-size:1em;
	font-weight: lighter;
	background:#FFF;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.dropdown .dropbtn a {
	border: none;
	outline: none;
	color: #333;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin: 0;
	font-weight: lighter;
	text-decoration: none;
}
.dropdown .dropbtn:hover {
	color:#C00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;	
	text-decoration: none;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #FFF;
	box-shadow: 0px 3px 5px -2px rgba(199,199,199,1);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
	z-index: 1;
	width:100%;
	left:0;
	padding:10px;
}

.dropdown-content a {
    float: none;
    display: block;
}
.dropdown-content:hover {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C00;
}
.dropdown:hover .dropdown-content {
    display: block;
}

span.menulist{
	font-family: 'Work Sans', sans-serif;
	font-size:1em;
	color: #333;
	font-weight: lighter;	
}
ul.menulist{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
li.menulist{
	font-family: 'Work Sans', sans-serif;
	font-size:1em;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 1px;
	text-decoration: none;
}
li.menulist a{
	text-decoration: none;	
	color: #333;
}
ul.footermenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
li.footermenu{
	font-family: 'Work Sans', sans-serif;
	font-size:0.85em;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 1px;
	text-decoration: none;
}
li.footermenu a{
	text-decoration: none;	
	color: #333;
}
li.footermenu:hover{
	text-decoration: none;
	color: #C00;
}

nav a.selected, nav a:hover {
	color: #C00; 
}

.boxnavmenu1{
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2E2E2;
}
.navtextmenu1{
	font-family: 'Work Sans', sans-serif;
	font-size: 1em;
	color: #333;
	font-weight: lighter;
}

.TextNavMenu12 a{
	font-family: 'Work Sans', sans-serif;
	font-size: 1em;
	color: #333;
	font-weight: lighter;
}
.TextNavMenu12:hover{
	color: #C00;	
}
/*------------------------------------BOX BOX BOX --------------------------------*/
.Box1 {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.BoxPicListing {
	border: 1px solid #999;
	margin-right: 10px;
}

.boxmainmenu{
	text-align: center;
	width: 100%;
	transition: 0.8s;
	background-color: #FFF;
	vertical-align: middle;
	position: fixed;
	top: 120px;
	z-index: 59;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
}
.boxmainmenu-form{
	float: left;
	margin-top:3px;
}
.boxtitle{
	width:100%;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
}
.boxcon-white{
	width:100%;
	float: left;
}
.boxcon-black{
	width:100%;
	float: left;
	background-color: #626262;
}
.boxcon-gray{
	width:100%;
	float: left;
	background-color: #F5F5F5;
}
.boxrow98{
	width:98%;
	float: left;
	padding-top:20px;
	padding-bottom:20px;
}
.boxcol-m5{
	width:36%;
	margin:5%;
}
.boxcol-m5 img{
	width:100%;
	height:auto;
}

.boxcon1{
	width:100%;
	float: left;
}
.boxcon2{
	max-width: 1150px;
	height:50px;
	background-color: #000;
}
.boxCommentForm{
	width:92%;
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.boxListComment{
	width:92%;
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border: 1px solid #E9E9E9;
	padding-left: 20px;
}
.boxTitleList{
	width:98%;
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.boxListing{
	width:830px;
	float:left;
	margin-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
	padding-top: 25px;
}
.boxTitleList{
	width:98%;
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.boxSearchListing{
	width:98%;
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #E2E2E2;
}
.boxadtop1 {
	text-align: center;
	width: 100%;
	height:auto;
	z-index:51;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Box2 {
	border: 1px solid #E9E9E9;
}
.BoxlineTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
}
.Box_dot_buttom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
}

.BoxSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	border: thin solid #FFFFFF;
	background-color: #CCC;
}

/*------------------------------------INPUT TEXT FORM --------------------------------*/
.InputText1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #333;
	border: 1px solid #CCC;
	width: 100%;
	margin: 2px;
	height: 30px;
}

.InputArea1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #333;
	border: 1px solid #CCC;
	width: 100%;
	margin: 2px;
	height: auto;
}

/*------------------------------------TXT TXT TXT TXT --------------------------------*/
.TextWhiteBold20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.hr-dot{
	width: 100%;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.cmdsearch2{
	font-family: 'Rubik', sans-serif;
	font-size: 0.8em;
	font-weight: lighter;
	color: #FFF;
	background-color: #e71017;
	border: 1px solid #e71017;
	height: 28px;
}
h1{
	font-family: 'Rubik', sans-serif;
	font-size: 3em;
	color: #333;
	font-weight: lighter;
	text-decoration: none;
}
h2{
	font-family: 'Rubik', sans-serif;
	font-size: 2em;
	color: #000;
	font-weight: lighter;
	text-decoration: none;
}
h3{
	font-family: 'Rubik', sans-serif;
	font-size: 1em;
	color: #333;
	font-weight: lighter;
	text-decoration: none;
}
h4{
	font-family: 'Rubik', sans-serif;
	font-size: 0.9em;
	color: #333;
	font-weight: lighter;
	text-decoration: none;
}

.TextBlack10 {
	font-family: "Work Sans", sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}
.Text10RedBold {
	font-family: 'Rubik', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.Text11RedBold {
	font-family: 'Rubik', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.CmdGo {
	font-family: 'Rubik', sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #999999;
}
.Text1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.Text1 a{
	color:#07519a;
}
.Text1-link {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.Text1-link:link{
	color:#07519a;
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
}
.Text1-link:visited {
	color:#07519a;
}
.Text1-link:hover {
	color:#C00;
}
.TextRedBold1 {
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	color: #990000;
	font-weight: bold;
}
.TextRedBold1 a{
	color: #990000;
}
.TextBlackBold1 {
	font-family: Rubik, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.TextBlackBold1 a{
	color: #000000;
}
.BoxBlack {
	border: 1px solid #000000;
}
.TextGrayBold1 {
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.TextRedBold2 {
	font-family: 'Work Sans', sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #990000;
}
.TextRedBold14 {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.TextBlack {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.Text11-white {
	font-family: 'Work Sans', sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}
.Text1Red {
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
}
.TextRedBold {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.TextBlackBold {
	font-family: 'Work Sans', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.TextBlackBold3 {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.TextBlackBold14 {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.TextBlack12Bold {
	font-family: 'Work Sans', sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

.TextBlack11 {
	font-family: 'Work Sans', sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.TextTime1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #990000;
}
.buttonMenu {
	background-image: url(images/bg-button.jpg);
	font-family: 'Work Sans', sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	font-style: normal;
}
.Box-Line1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.Text-White-Bold-12 {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.Text1-Blue {
	font-family: 'Work Sans', sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #07519a;
}
.Box_print {
	border: 0px solid #CCCCCC;
}
.invised { 
display:none;
} 
.Text1_14 {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.Text1_16 {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}
.TextBlackBold20 {
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.TextBlackBold20 a{
	color:#07519a;
}
.TextGreyBold20 {
	font-family: 'Rubik', sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.Box_Buttom {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #DFDFDF;
}
.TextBlueBold {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #07519a;
}
.BoxFormText {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	border: 1px solid #CCC;
	padding: 2px;
	margin: 2px;
}
.BoxGrayBold {
	border: 3px solid #EBEBEB;
}
.BoxGrayBold2 {
	border: 3px solid #EFEFEF;
}
.Box-Right {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}
.Box_top {
	font-weight: normal;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E2E2E2;
}
.BoxPage {
	border: 1px solid #CCCCCC;
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 1px;
	height: 10px;
	width: 10px;
	padding-right: 3px;
	padding-left: 3px;
}
.BoxFloor {
	border: 2px solid #CCCCCC;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
}
.Mobile-Text-Menu-Red1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #C00;
}
.Mobile-Text-Menu-Black1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #333;
}
.TextNavMenu12 a{
	font-family: 'Work Sans', sans-serif;
	font-size: 1em;
	color: #333;
	font-weight: lighter;
	text-decoration: none;
}
.TextNavMenu12:hover{
	color: #C00;	
}
/*--------------------------------------------CMD--------------------------------------*/
.cmd10{
	font-family: 'Work Sans', sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #C00;
	text-decoration: none;
	text-align: center;
	padding: 3px;
}
.cmd10:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}
.cmd12{
	font-family: 'Work Sans', sans-serif;
	font-size: 0.9em;
	font-weight: lighter;
	color: #C00;
	text-decoration: none;
	text-align: center;
	padding: 3px;
}
.cmd12:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}
.cmdlike{
	margin-left: 8px;
	margin-top: 5px;
	margin-right: 0px;
	width: 30px;
}
.cmdlike img:hover{
	opacity: 0.6;
}
.textlike{
	font-family: 'Work Sans', sans-serif;
	font-size:0.9em;
	color: #333;
	font-weight: lighter;
	vertical-align: middle;
	margin-left: 1px;
	margin-top: 9px;
	margin-right: 5px;
}
.textlike a{
	font-family: 'Work Sans', sans-serif;
	font-size:0.9em;
	color: #333;
	font-weight: lighter;
	vertical-align: middle;
}
.textlike:hover{
	color: #C30;
}
.cmdsave{
	font-family: 'Work Sans', sans-serif;
	color: #333;
	font-weight: lighter;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	width: 30px;
}
.cmdsave img:hover{
	opacity: 0.6;
}
.cmdmore{
	font-family: 'Work Sans', sans-serif;
	color: #333;
	font-weight: lighter;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	width: 30px;
}
.cmdmore img:hover{
	opacity: 0.6;
}

.cmdprint{
	font-family: 'Work Sans', sans-serif;
	color: #333;
	font-weight: lighter;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	width: 30px;
	font-size: 0.7em;
}
.cmdprint img:hover{
	opacity: 0.6;
}
.textprint{
	font-family: 'Work Sans', sans-serif;
	font-size:0.8em;
	color: #333;
	font-weight: lighter;
	vertical-align: middle;
	margin-left: 9px;
	margin-top: 9px;
	margin-right: 5px;
}
.textprint:hover{
	color: #C30;
}

.textmoredetail{
	font-family: 'Work Sans', sans-serif;
	color: #333;
	font-weight: lighter;
	vertical-align: middle;
	margin-top: 9px;
	margin-left: 0px;
	margin-right: 5px;
	font-size: 0.8em;
}
.textmoredetail:hover{
	color: #C30;
}
.BarQuickLink1 {
	width: 4px;
	height: 2px;
	background-color: #CCC;
	transition: 0.4s;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0px;
	float: none;
	-webkit-transform: rotate(45deg) translate(5px, 3px);
	transform: rotate(45deg) translate(5px, 3px);
	padding-left: 8px;
	display: inline-block;
}
.BarQuickLink2 {
	width: 12px;
	height: 2px;
	background-color: #CCC;
	transition: 0.4s;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: -5px;
	float: none;
	-webkit-transform: rotate(-45deg) translate(20px, 3px);
	transform: rotate(-45deg) translate(-5px, 3px);
	display: inline-block;
}
.change .BarQuickLink1{
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: -8px;
	-webkit-transform: rotate(-45deg) translate(5px, 3px);
	transform: rotate(-45deg) translate(5px, 3px);
}

.change .BarQuickLink2 {
	/*opacity: 0;*/
	margin-top: -4px;
	margin-right: 2;
	margin-bottom: 2px;
	margin-left: 3px;
	-webkit-transform: rotate(45deg) translate(20px, 3px);
	transform: rotate(45deg) translate(-5px, 3px);
}
