@font-face {
    font-family: designio;
    src: url(../fonts/Designio-Regular.otf);
}

@font-face {
    font-family: designio-Bold;
    src: url(../fonts/Designio-Bold.otf);
}

@font-face {
    font-family: designio-Medium;
    src: url(../fonts/Designio-Medium.otf);
}
@font-face {
    font-family: Gotham-Light;
    src: url(../fonts/gotham-rounded-light.otf);
}
.contactus{
	color: #fff !important;
	font-size: 24px !important;
    text-transform: uppercase !important;
    font-family: designio-Bold;
    
}
.dvwidth{
    width: 100%;
    padding: 0px !important;
}
.fontmed{
    font-family: designio-Medium;
    color:#000;
}
.fontbold{
    font-family: designio-Bold;
}
.brown{
    font-family: designio;
    color: #8c6e49;
    font-size: 15px;
}
.brown:hover{
    color: #8c6e49;
    text-decoration: underline;
}
.gotham{
    font-family: designio;
}
.gbrown{
    color: #8c6e49;
}
.btn-yellow { 
    border: 2px solid #8c6e49;
    background: #8c6e49;
    width: 100px;
    font-size: 13px; 
    border-radius: 5px;
    font-family: 'designio-Medium';
    font-weight: normal;
    color: #fff;
    padding: 2px 7px; 
    cursor:pointer;
    margin-bottom: 30px;
}
.btn-yellow2{ 
    border: 2px solid #8c6e49;
    background: #8c6e49;
    width: 100px;
    font-size: 13px; 
    border-radius: 5px;
    font-family: 'designio-Medium';
    font-weight: normal;
    color: #fff;
    padding: 7px 7px; 
    cursor:pointer;
}

textarea {
  width: 100%;
  resize: none;
}
input[type=number]{
    width: 100%;
    height:25px;
}
input[type=text]{
    width: 100%;
    height:25px;
}
.fstyle{
    font-family: "designio-Medium";
}
.paradding{
    padding: 10px 0 30px 0;
}
.smalltxt{
    font-family: designio;
    font-size: 10px;
}
.fmed{
     font-family: "designio-Medium";
     color:#000;
}
.marg{
    margin-top:27px;
}
.bigimage img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.bigimage:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.overlapthis{
    position: absolute;
    top: 520px;
    left: 300px;
    z-index: 1;
}
.txt-overflow{
   
    height: 6em;
    font-size: 16px;   
      overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 16px;       /* fallback */
   -webkit-line-clamp: 6; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.trans-button{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: 1px solid #8c6e49;
    padding: 7px;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    color: #000;
}

.grey-trans-button{
    background-color: #d5d5d5;
    background-repeat:no-repeat;
    border: 1px solid #d5d5d5;
    padding: 7px;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    color: #000;
}
.Fixed
{
    position: fixed;
    top: 15em;
    left: 63em;
    z-index: 1;
}

/*
dropdown button
*/


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-menu a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}
.panel-gtmh{
    padding-top: 70px;
}