/*
File Name: style.css
Theme Name:  RT-Theme 18
Author: Tolga Can
Version: 1.5
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/user/stmcan
Description:   Theme designed by Tolga Can - <a href="http://themeforest.net/user/stmcan">stmcan</a>
License: GNU General Public License
License URI: /Licensing/gpl.txt
*/


/*
	EDIT /css/style.css for the theme stlye
*/
body {margin: 0px;}

#imgHeader {
height: 110px;


}

#bannerIFrameGif {
	display:none;
	width: 100%;
	
}

#bannerIFrameGif img {
	width: 100%;
}

#bannerIFrame {
	min-width: 100%; 
        width: 100%;
        *width: 100%; 
	height: 90px;
	border: none; 
	margin-top:20px;
}

#imgAnuncHeader {
	min-width: 100%; 
        width: 100%;
        *width: 100%;
	border: none; 
	margin-top:10px;
	display: inline-block;	
}

#imgAnuncHeader img {
	width: 100%;
        *width: 100%; 
	border: 1px solid #f1f1f1;
}

#embedmobile, .embedmobile {
	min-width: 100%; 
        width: 100px;
        *width: 100%;
	height:700px;
}

@media screen and (max-width: 768px) {
	#embedmobile, .embedmobile {
		height:300px;
	}
	
	#bannerIFrameGif {
		display:block;
	}

	#bannerIFrame {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	#embedmobile, .embedmobile {
		height:400px;
	}
}