/********************************************
 * General settings
 */

.not-phone480, .tablet-only, .phablet-only, .phone-only, .desktop-only {
  display: none;
}

#container, header, #content, footer {
  width: auto;
}
footer{
    height: 150px;
}

footer .wrapper{
    width:90%;
    height: 150px;
    margin:auto;
}
.wrapper {
  width: 90%;
}
h2  {
    font-size: 25px;
    margin: 37px auto;
}

h3  {
    font-size: 22px;
}

h4{
    font-size: 18px;
}

p,ul,ol,li{
    font-size: 16px;
}
input[type=text],input[type=password], textarea, select{
    width: 80%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7A7A7A;
	font-family: Lato;
	font-size: 16px;
	line-height: 45px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #7A7A7A;
	font-family: Lato;
	font-size: 16px;
	line-height: 45px;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #7A7A7A;
	font-family: Lato;
	font-size: 16px;
	line-height: 45px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #7A7A7A;
	font-family: Lato;
	font-size: 16px;
	line-height: 45px;
}
.mobile_center{
    margin: 0 auto 30px auto !important;
    display: block!important;
    text-align:center!important;
}

#content {
    padding-top: 60px;
}
nav {
    height: 60px;
}
#menu {
    position: absolute;
    margin: 0;
    width: 60px;
    color: white;
    height: 51px;
    background-image: url(../images/responsive_menu_but.png);
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 17px;
    /* padding-left: 80px; */
    line-height: 60px;
    font-size: 16px;
    opacity: 0.92;
    background-size: 30px;
}
#menu >ul {
    position: absolute;
    top: 60px;
}
#logo {
    background-size: contain;
    height: 60px;
    max-width: 40%;
    position: relative;
    top: 0px;
    /* width: 360px; */
    z-index: 1;
    margin: auto;
    display: block;
    text-align: center;
}
#logo img{
    height: 150%;
}
.search_container {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 60px;
    vertical-align: middle;
    line-height: 60px;
    text-align: right;
}
.search_icon {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.search_icon img{
    height: 100%;
}
.search_container:hover .search_icon{
    display:none;
}
.search_container input#search{
    top:10px;
}

.left,.right{
    width: 90% !important;
    margin:auto;
    display:block;
    float:none;
}
.clear_mobile{
    clear:both;
}
footer .col-sm-24{
    width: 50%;
}
footer .col-sm-24.privacy_policy{
    width: 50%;
}
.col-sm-24{
    width:50%;
    float:left;
    display:inline-block;
}
.privacy_policy{
    padding-bottom: 100px;
}
.table,.tr,.td{
    display:block;
}
.td{
    margin-bottom: 10px;
}

.lastest_workshop_btn .btn {
  width: 200px;
}

.btn{
	height: 40px;
	width: 120px;
	font-size: 16px;
    margin:0 10px;
}

.modal{

    height: 400px!important;
    overflow: auto;
    width: calc(100% - 80px);
    padding: 20px 20px !important;
}

/********************************************
 *
 */
 .right_menu {
        float: none!important;
    display: block;
    width: 90%;
    margin: auto;
    margin-left:0px!important;
}
/********************************************
 *     feedback
 */
.rating{
    font-size: 20px;
}
