﻿/********************************************************************/
/*********************************************************************/
/************************* only media queries ************************/
/*********************************************************************/
/**********************************************************************/

/**** w ≥ 1200 ****/
@media only screen and (min-width : 1200px) {
	.contents {
		width: 1200px;
		padding: 0;
		margin: 0 auto;
	}
	
	.tparrows {
		top: 300px !important;
	}
	
	.main_right {
		position: relative;
		top: -20px;
	}
}

/*  w ≤ 1199 */
@media only screen and (max-width : 1199px) {
	.contents {
		width: 98%;
		padding: 0;
		margin: 0 1%;
	}
	
	#menu_bar {
		display: block;
	}

	#breaking  #brimage{
		background-color: #DB015F;
	}
}

/* width ≥ 970 */
@media only screen and (min-width : 970px) { 
	

}

/* 756 ≤ w ≤ 969 */
@media only screen and  (min-width : 756px) and (max-width : 969px) {
	
	#menuBut {
		float: right;
		position: relative;
		top: 5px;
		cursor: pointer;
	}
}

/* w ≥ 756 */
@media only screen  and (min-device-width : 756px) and (orientation : landscape), only screen  and (min-width : 756px) {/*and  (max-width : 755px)*/
	
	.main_left {
		width: 25%; /* 867 στο fullwidth */
		float: left;
	}
	
	.main_right {
		width: 74%;  /* 320 στο fullwidth */
		float: right;
		min-height: 200px;
	}
	
	#logo {
		width: 220px;
	}
	
	.left {
		width: 50%;
		float: left;
	}
	
	.right {
		width: 49.5%;
		float: right;
	}
	
	.tags p {
		padding: 1px 7px;
		color: white;
		margin:0;
		font-size: 14px;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
	}

	#menuBut,#menu_slide {
		display: none;
	}

	#soc img:nth-of-type(2) {
		float: right;
	}
	
	.align {
		text-align: right;
	}
	
	.alignleft {
		text-align: left !important;
	}
	
	.intro {
		padding-right: 40px; 
	}
	
	#overlay {
		position: absolute; 
		padding: 50px 80px;
	}
	
	#overlay  p {
		font-size: 14px;
		line-height: 160%;
	}
	
	.blogs {
		width: 80%; 
	}
	
	.blogsCont {
		padding: 40px;
	}
	
	.texty {
		width: 60%; 
	}
			
	#selfy {
		width: 38%;
			float: right;
	}
	
	
	#simos {
		margin: 0 15px 15px 0; 
		float: left;
	}
}

/* w ≤ 755  */
@media only screen  and (max-device-width : 755px) and (orientation : landscape), only screen  and (max-width : 755px) {/*and  (max-width : 755px)*/
	.main_left {
		width: 98%; /*867px sto full width*/
		margin: 0 1%;
		clear: both;
	}

	.main_right {
		width: 98%; /*320px sto full width*/
		margin: 0 1%;
		clear: both;
	}
	
	.banners {
		padding-left: 15%;
		padding-right: 15%;
	}

	
	.menu_main {
		display: none;
	}
	
	#menuBut {
		float: right;
		position: relative;
		top: 5px;
		cursor: pointer;
	}
	
	#logo {
		margin: 15px auto 5px auto;
		position: relative;
		width: 220px;
		height: auto;
	}
	
	.tags p {
		padding: 1px 4px 0 4px;
		color: white;
		margin:0;
		font-size: 10px;
		font-weight: 700;
		font-family: 'Roboto', sans-serif;
	}
	
	.long_tags {
		position: absolute;
		top: 4px; 
		left: 4px;
	}
	
	.widget4 .second, .widget4 .third, .widget4 .fourth, .widget4 .fifth, .widget7 .second .right, .widget7 .second .left  {
		width: 100%;
	}
	
	.widget5 .main .right  {
		width: 50%;
		float: left;
	}
	
	#menu_img {
		display: block;
	}
	
	#footer2 {
		display: none;
	}

	.tp-bullets.tp-thumbs {
		display: none !important;
	}
	
	.navbar {
		display: block !important;
	}
	
	.align {
		text-align: center;
	}
	
	.rights {
		display: none;
	}
	
	.blogs {
		width: 94%; 
	}
	
	.blogsCont {
		padding: 25px;
	}
	
	#simos {
		margin: 0 auto 20px auto;
		float: none;
	}
}

/* 440 ≤ w ≤ 755 */
@media only screen and  (min-width : 440px) and (max-width : 755px) {
	.banner {
		width:48%; 
		margin: 0 1.8% 15px 0;
		float: left;
	}
	
	.tparrows {
		top: 160px !important;
	}
	
	.bannercontainer {
		width: 100% !important;
	}
	
	#overlay {
		position: absolute; 
		padding: 30px 60px;
	}
	
	#overlay  p {
		font-size: 13px;
		line-height: 150%;
	}
}

/* w ≤ 439*/
@media only screen  and (max-device-width : 439px) and (orientation : landscape), only screen  and (max-width : 439px) {
	
	.banner {
		width: 70%;
		margin: 0 15% 15px 15%;/*10% 15px 10%;*/
		float: left;
	}
	
	.tparrows {
		top: 100px !important;
	}
	
	.bannercontainer {
		width: 100% !important; 
		
		/*height: 200px !important;*/
	}
	
	#overlay {
		position: absolute; 
		padding: 0 60px;
	}
	
	#overlay  p {
		font-size: 12px;
		line-height: 140%;
	}
}
/*------------end of media queries---------------*/