* {
    margin: 0;
}

a {
    text-decoration: none;
    color: #fbc46e;
}

a:hover {
	color: #FDFEBC;
}

body {
	color: #FFF;
	background: #0f4e36;
	font-family: 'Play', sans-serif;
}

iframe {
    border-width: 0;
    max-width:240px;
	max-height:150px;
}

.padh {
	padding: 0 20px;
}

.wrap {
    width: 100%;
}

.container {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 1025px) {
.container {
    width: 1024px!important;
	background-color: #12563c;
}

iframe {
    max-width:560px;
	max-height:315px;
}
}

.content {
    padding: 20px;
}

.logo {
	float: left;
	display: inline-block;
	margin: auto 0;
	font-family: 'Teko', sans-serif;	
	margin-left: 10px;
	height: 25px;
	font-size: 20px;
}

.logo span{
	color: #E2EC5C;
}

.menu {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #156143;
	border-top: 1px solid #156143;
	margin-top: 20px;
	background: #1f7556;
}

.menu ul{
position: relative;
list-style-type: none;
list-style-image: none;
width: auto;
padding: 0;
padding-right: 10px;
vertical-align: bottom;
text-align: right;
}

ul li {
	display: inline-block;
}

.content ul li {
	display: list-item;
}

.mmenu {
	display: none;
}

.menu ul li {
    height: 25px;
    color: #FFF;
    padding: 0;
    vertical-align: middle;
    font-size: 75%;
    text-transform: uppercase;
    line-height: 25px;
    text-align: center;
}

.menu ul li ul {
    display: none;
    position: absolute;
    top: 25px;
    width: 150px;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid #071A13;
    padding: 0;
	left:auto;
    right:0;
	margin-right:10px;
}

.menu ul li:hover ul {display: block;opacity: 1;visibility: visible}

.menu ul li ul li {
    float: none;
    background: #005234;
    display: list-item;
    color: #FFF;
    position: relative;
    border: 1px solid #071A13;
    border-top: none;
}

.small {
	font-size: 75%;
}

.menu ul li:hover {
	background: #1f9466;
}

.menu ul li a {
    display: block;
    padding: 0 12px;
    color: #FFF;
}

.menu ul li a:hover {
	color: #FFF;
}

.news img{
max-width:200px;
max-height:200px;
}

.aboutimg {
	float: right;
	width: 115px;
	height: 94px;
	margin-left: 10px;
	background-image: url("https://www.owsupport.com/images/v4/tawar.gif");
	background-size: 115px 94px;
}

@media screen and (min-width: 400px){
iframe {
    max-width:300px;
	max-height:200px;
}

.aboutimg {
	float: right;
	width: 230px;
	height: 188px;
	margin-left: 10px;
	background-image: url("https://www.owsupport.com/images/v4/tawar.gif");
	background-size: 230px 188px;
}

}

@media screen and (min-width: 500px){
iframe {
    max-width:400px;
	max-height:250px;
}

.news img{
max-width:300px;
max-height:200px;
}

}

@media screen and (min-width: 660px){
iframe {
    max-width:560px;
	max-height:315px;
}

}

@media screen and (min-width: 790px){

.smenu {
	display: none!important;
}

.mmenu {
	display: inline-block!important;
}

}

@media screen and (min-width: 800px){
.logo {
	margin-left: 10px;
}

.menu ul{
padding-right: 10px;
}

iframe {
    max-width:560px;
	max-height:315px;
}

}

@media screen and (min-width: 850px){
.menu ul li {
    height: 35px;
    font-size: 80%;
    line-height: 35px;
}

.logo {
	height: 35px;
	font-size: 25px;
}
}

@media screen and (min-width: 930px){
.menu ul li {
    font-size: 90%;
	height: 40px;
	line-height: 40px;
}
.logo {
	margin-left: 10px;
	height: 40px;
	font-size: 30px;
}

.news img{
max-width:600px;
max-height:300px;
}

}

@media screen and (min-width: 1100px){
.menu ul li {
    height: 50px;
    font-size: 100%;
    line-height: 50px;
}

.logo {
	margin-left: 50px;
	height: 50px;
	font-size: 38px;
}

.menu ul{
padding-right: 50px;
}

iframe {
    max-width:560px;
	max-height:315px;
}

}