@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(../images/bg-pattern.png) repeat;
	font-family: Calibri, Arial, sans-serif;
	overflow: hidden;
	overflow-y: scroll;
}
a
{
	text-decoration: none;
}
a:hover,figure a img, figure a:hover img, article .link_lst a, article .link_lst a:hover, article .link_lst a img:hover, article .link_lst a img
{
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s
}
h1, h2, p, section, article, ul, li, img, figure, nav, footer, input, textarea
{
	margin: 0;
	padding: 0;
	border: none;
}
label, input, textarea
{
	 font-size: 13px;
}
.space
{
	width: 100%;
	float: left;
	height: 30px;
}
.wrapper
{
	width: 900px;
	float: none;
	margin: 0 auto;
}
.container
{
	width: 900px;
	float: left;
}
figure
{
	width: 100%;
	float: left;
	text-align: center;
	margin: 18px 0px;	
}
figure a
{
	text-align: center;
}
figure a img
{
	text-align: center;
    width: 210px;
    margin-top: 20px;	
}
figure a:hover img
{
	transform: scale(1.1,1.1);
}
article
{
	width: 100%;
	float: left;
	margin-top: 25px;
	background-color: rgba(218, 218, 218, 0.18);
	outline: 3px double rgba(17, 17, 17, 0.11);
	outline-offset: 0;
}
article .link_lst
{
	width: 47.6%;
	float: left;
	text-align: center;
	margin: 0 10px;
	padding-bottom: 20px;
	position: relative;
	height: 265px;
	margin-bottom: 14px;
}
article .link_lst a
{
	width: 100%;
	float: left;
	padding: 8px 1%;
	background-color: #171717;
	color: #fff;
	text-shadow: 2px 1px 1px #111;
	font-size: 18px;
	position: absolute;
	left:0;
	bottom: 0;
}
article .link_lst a:hover
{
	background-color: #DE3E3E;
	color: #fff;
	/*text-shadow: 1px 1px 1px #111;*/
	-webkit-box-shadow: 0 10px 10px -9px rgba(118, 116, 116, 1);
	-moz-box-shadow: 0 10px 10px -9px rgba(118, 116, 116, 1);
    -ms-box-shadow: 0 10px 10px -9px rgba(118, 116, 116, 1);
    -o-box-shadow: 0 10px 10px -9px rgba(118, 116, 116, 1);
    box-shadow: 0 10px 10px -9px rgba(118, 116, 116, 1);
}
#frame
{
    height: 244px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 14px;
    width: 100%;
    padding: 0;
}
article .link_lst a img
{
	width: 100%;
	margin-top: 0;
}
article .link_lst a img:hover
{
    transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
footer
{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 15px;
	padding: 15px 0;
	font-weight: normal;
	background-color: rgba(216, 216, 216, 0.42);
	margin-top: 20px;
	position: fixed;
	bottom: 0;
}
#frame_outline
{
	background: none;
	background: #7d7d7d;
	overflow: hidden;
	/* margin-top: 65px; */
}
#frame_outline figure
{
    margin: 0;
	float: none;
}
#frame_outline figure a img
{
    margin: 0;
    width: 100px;
    margin-right: 10px;
}
#frame_outline figure a:hover img
{
	transform: scale(1.0,1.0);
}
#frame_outline .web_page
{
	float: left;
	width: 100%;    	
}
iframe
{
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}
.algn
{
    text-align: center;
    width: 100%;
    float: left;
    padding: 10px 0 1px 0;
    position: relative;
    background-color: #F5F5F5;
    margin-bottom: 7px;
}
.algn ul
{
	text-align: center;
}
.algn ul li
{
	text-align: center;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 6px;
}
.algn ul li:hover, .algn ul li.active
{
    opacity: 1 !important;	
}
#desktop {
    position: relative;
    top: 0;
    left: 0;
    background: url("../images/devices.png") no-repeat scroll 3px 0 transparent;
    opacity: .4;
    width: 34px;
    height: 26px;
    margin-right: 18px;
}
#tablet_portrait{
    position: relative;
    top: 0;
    left: 0;
    background: url("../images/devices.png") no-repeat scroll -31px 4px transparent;
    opacity: .4;
    width: 23px;
    height: 27px; 
    margin-right: 2px;
}
#tablet_landscape {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 18px;
    background: url("../images/devices.png") no-repeat scroll -53px 8px transparent;
    opacity: .4;
    width: 23px;
    height: 29px; 
}
#phone_portrait {
    position: relative;
    top: 0;
    background: url("../images/devices.png") no-repeat scroll -79px 6px transparent;
    opacity: .4;
    width: 12px;
    height: 29px;
    margin-right: 6px;
}
#phone_landscape {
    position: relative;
    top: 0;
    left: 0;
    background: url("../images/devices.png") no-repeat scroll -95px 14px transparent;
    opacity: .4;
    width: 22px;
    height: 28px;    
    margin-right: 17px;
}
.frame_content{
	background: #fff;
}
.frame_content.tablet_portrait
{
	background: url("../images/pad-port.png");
    width: 871px;
    height: 1242px;
    margin: 20px auto;	
}
.frame_content.tablet_portrait iframe
{
    width: 783px;	
    height: 1038px !important;
    margin: 106px 0 0 44px;	
}
.frame_content.tablet_landscape
{
    background: url("../images/pad-land.png");
    width: 1242px;
    height: 779px;
    margin: 20px auto;
    overflow: auto;	
}
.frame_content.tablet_landscape iframe
{
    width: 1038px;
    height: 689px !important;
    margin: 44px 0 0 106px;
    overflow-x: hidden;  
}
.frame_content.phone_portrait
{
    background: url("../images/phone-port.png");
    width: 370px;
    height: 707px;
    margin: 20px auto;	
}
.frame_content.phone_portrait iframe
{
	width: 335px;
    height: 495px !important;
    margin: 106px 0 0 20px;	
}
.frame_content.phone_landscape
{
	background: url('../images/phone-land.png');
    width: 707px;
    height: 370px;
    margin: 150px auto 20px;	
}
.frame_content.phone_landscape iframe
{
    width: 495px;
    height: 335px !important;
    margin: 20px 0 0 106px;	
}

@media (min-width:480px) and (max-width:979px)
{
	.wrapper, .container
	{
		width: 400px;
	}
	article .link_lst {
	  width: 100%;
	}	
}
@media (min-width:300px) and (max-width:479px)
{
	.wrapper, .container
	{
		width: 280px;
	}
	article .link_lst {
	  width: 100%;
	}	
}
@media (min-width:480px) and (max-width:1024px)
{
	#desktop,#tablet_portrait,#tablet_landscape,#phone_portrait,#phone_landscape
	{
		display: none;
	}
}





























