/*Media Genesis*/

/* http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike,  sub, sup, tt, var, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;	outline: 0;	font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}

ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}

body{	
	height: 100%;
	margin:0;
	font-family: 'Roboto', sans-serif;
	background: url('../images/bg.jpg');
	background-repeat: repeat;
}


.ui-widget-content .ui-icon
{
	background-image:none;
}

/****** DEVICES SUBMENU*****/
.submenu{
	width: 160px;
	height: 100%;
	position: fixed;
	z-index: 50;
	color: #FFF;
	background-color:#1c1c1c;
	padding-top: 10%;
	text-align: center;
	top:0px;
	left:-70px;
	transition: all 0.5s ease;
	
}

.submenu-title{
	font-size: 16px;
	width: 100%;
	font-weight: 300;
	border-top: 1px solid #5E5E5E;
	
	padding-top: 10px;
	padding-bottom: 10px;
}

.resolution{
	color: #59b7ed;
	text-decoration-style: none;
	margin-top: 5px;
}


.submenu-title:last-child{
	border-bottom: 1px solid #5E5E5E;
	padding-bottom: 10px;
}

.submenu-title:hover{
	background-color: #000;
	cursor: pointer;
}

.desktop{
	/*display: none;*/
	left:-90px;
}
.desktop.open{
	/*display: none;*/
	left:90px;
}

.tablet{
/*	display: none;*/
	left:-90px;
}
.tablet.open{
	/*display: none;*/
	left:90px;
}

.phone{
	/*display: none;*/
	left:-90px;
}
.phone.open{
	/*display: none;*/
	left:90px;
}


.main-submenu
{
	left:-295px;
}

.main-submenu.open
{
	left:90px;
}
/*------------END SUBMENUS --------*/

/******* DEVICES MENU ******/
.devices-menu{display: block;}
/******* END DEVICES ******/

.container-checker{
	position: relative;
	
	height: 100vh;
	margin-left:90px;
}

.checker{
	width: 100%;
	height: auto;

	background-color: #FFF;
	border-bottom: 1px solid #e1e1e1;
}

.margin-left{
	width: 90px;
	height: 1px;
	background-color: grey;
	float: left;
	display: block;
}

.checker h1{
	font-size: 13px;
	padding: 5px 0;
	margin-left: 30px;
	color: #555;

}
.checker-field{
	background-color: #FFF;
	width: 100%;
	height: auto;
	
}
.checker-input{
    font-size: 18px;
    width: 60%;
    height: 35px;
    margin-left: 30px;
    border: none;
    border-bottom: 1px solid #404040;
    margin-top: 9px;
    
    float: left;
    outline: none
}

.btn-go{
	width: 40px;
	height: 40px;
	cursor:pointer;
	background-color:#000000;
	color:#FFFFFF;
	border:0;
	margin-top: 7px;
	float: left;
	 border-radius:0;
	 -webkit-appearance:none;
	 text-align:center;
	 padding:0px;
}

.input-width{
	width: 50px;
	height: 36px;
	border:1px solid #707171;
	float: left;
	margin: 7px 0 0 25px;
	text-align: center;
}
.input-x{
	font-size: 18px;
	float: left;
	margin:16px 5px 0 5px;

}
.input-height{
	width: 50px;
	height: 36px;
	border:1px solid #707171;
	float: left;
	margin: 7px 0 0 0;
	text-align: center;
}

.mockup{
	width: auto;
	height: 40px;
	margin-top: 7px;
	margin-right: 25px;
	margin-bottom: 10px;
	padding: 0 10px;
	background-color: #000;
	float: right;
	color: #FFF;
	border:none;
	cursor: pointer;
}

.checker-input{
	width: 63%;
	height: 35px;
	
	border-bottom: 1px solid #b9b9b9;
	margin-bottom: 10px;
}

.checker-stage{
	position: absolute;
	top: 81px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
/******* DEVICE MOBILE *******/

.devices-menu-mobile{
	width: 217px;
	height: auto;
	float: right;
	display: none;
	text-align: center;
	margin-left: 10px;
	
}

.submenu-device-list-mobile{
	width: 50px;
	height: 50px;
	margin-right: 4px;
	display: inline;
	float: left;
	border-left: 1px solid #e1e1e1;
}

.submenu-device-list-mobile:last-child{
	border-right: 1px solid #e1e1e1;
	margin-right: 0px;
}

.desktop-icon-mobile{
	background: url('../images/desktop.svg') no-repeat center;
	width: 100%;
	height: 50px;
	float: left;
	/*transition: background-color 0.2s ease;*/
}

.desktop-icon-mobile:hover{
	background: url('../images/desktop-hover.svg') no-repeat center;
}

.tablet-icon-mobile{
	background: url('../images/tablet.svg') no-repeat center;
	width: 100%;
	height: 50px;
	float: left;
	/*transition: background-color 0.2s ease;*/
}

.tablet-icon-mobile:hover{
	background: url('../images/tablet-hover.svg') no-repeat center;
}

.phone-icon-mobile{
	background: url('../images/phone.svg') no-repeat center;
	width: 100%;
	height: 50px;
	float: left;
	/*transition: background-color 0.2s ease;*/
}

.phone-icon-mobile:hover{
	background: url('../images/phone-hover.svg') no-repeat center;
}

.rotate-icon-mobile{
	background: url('../images/rotate.svg') no-repeat center;
	width: 100%;
	height: 50px;
	float: left;
	transition: background-color 0.2s ease;
}

.rotate-icon-mobile:hover{
	background: url('../images/rotate-hover.svg') no-repeat center;
}



/***** END DEVICE MOBILE *****/
.ruler{
	width: 100%;
	height: 16px;
	float: left;
	background-color: #111;
	background: url('../images/ruler.jpg') no-repeat;
	
}

iframe{
	width:100%;
	margin:0px auto;
	display:block;
}

.iframe_wrapper
{
	position: relative;
	margin:0px auto;
	border:1px solid #b9b9b9;
	background-color: #eee;
	transition:all 1s ease;
	-webkit-transform-origin:50% 50%;
	/*max-height:100%;*/
}


.cover_div
{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height: 100%;
	display:none;
}


#resizable{
	
	margin:0px auto;
	position:absolute;
	right:0px;
	left:0px;
	top:0px;
	bottom:0px;
	transition:all 1s;
	overflow:hidden;
	-webkit-overflow-scrolling: touch;

}


.ui-right-resize{
	position: absolute;
	width: 15px;
	height: 250px;
	border: 1px solid blue;
	z-index: 999;
	float: right
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 8%;
	left: 15%;
	width: 70%;
	height: 80%;
	padding: 16px;
	z-index:1002;
	overflow: auto;
	text-align: center;
}

.close{
	width: 80px;
	height: 80px;
	background-color: green;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/close-button.png') center no-repeat;
}

.white_content h5{
	color: #FFF;
	font-size:24px;
	font-weight: 600;
	text-align-last: center;
	padding-bottom: 5px;
	font-style: italic;
}

.white_content p{
	color: #FFF;
	font-size:20px;
	font-weight: 300;
	text-align-last: center;
	font-style: italic;
}

.mockup-device{
	margin-top: 30px;
}

.screen-device{
	text-align: center;
	width: 268px;
	height: 467px;
	background-color: green;
	z-index: 97;
	margin: 0 auto;
	margin-top: -539px;
}
.screen-device iframe{
	width: 100%;
	height: 100%;
	z-index: 98;
	overflow-y: hidden;
	  }


/*------------------------------------*\
    Media Queries    1160 *
\*------------------------------------*/
@media only screen and (max-width: 1160px){
.checker-input{width: 55%;}
}

/*------------------------------------*\
    Media Queries    999 *
\*------------------------------------*/
@media only screen and (max-width: 999px){
	.iframe_wrapper
	{
		overflow:auto;
	}
.devices-menu-mobile {display: block;}
.devices-menu{display: none;}
.container-checker{
	position: relative;
	width: 100%;
	margin-left: 0;
	float: left;
}
.checker-input{width: 50%;}
.input-width{display: none;}
.input-height{display: none;}
.input-x{display: none;}
.margin-left{display: none;}
.checker{
	width: 100%;
	padding-left: 0;
	height: auto;
	float: left;
	background-color: #FFF;
	border-bottom: none;
	margin-top: 66px;
}
.checker-field{
	padding: 7px 0 3px 0;
	position: fixed;
    margin-top: 65px;
    z-index: 98;
}
.checker h1 {position: fixed;  top: 0; padding-left: 10px; z-index: 999; margin:25px 0 0 85px; ;}
.checker-stage {
		top:132px;
}

.ruler{	background-position: 0px;}
.mockup{display: none;}

.submenu{padding-top: 0; transition: all 0.5s ease;}

.main-submenu
{
	left:0px;
	top: -400px;
}


.main-submenu.open
{

	left:0px;
	top:65px;
}

.desktop{
	left: 0;
    width: 100%;
    height: auto;
    top: -500px;
}

.desktop.open{
	top:130px;
	left: 0;
}

.tablet{
	left: 0;
    width: 100%;
    height: auto;
    top: -500px;
}

.tablet.open{
	top:130px;
	left: 0;
}

.phone{
	
	left:0;
	top:-500px;
	width: 100%;
	height:auto;
}


.phone.open{
	left:0;
	top:130px;
}
}



/*------------------------------------*\
    Media Queries    800 *
\*------------------------------------*/
@media only screen and (max-width: 800px){
/*.checker-input{width: 48%;}*/
.devices-menu-mobile {float: right;}

}

/*------------------------------------*\
    Media Queries    660 *
\*------------------------------------*/
@media only screen and (max-width: 660px){
.checker-input{width: 80%; margin-bottom: 0; font-size: 15px;}
.checker-stage {
    top:172px;
}
.devices-menu-mobile{
	width: 217px;
	height: auto;
	float: none;
	margin: 0 auto;
	top: 105px;
	}

.main-submenu.open{
	top:105px;
}

.desktop
{
max-height:250px;
overflow:scroll;
}

.desktop.open{
	top:172px;
	height:250px;
}

.tablet
{
	max-height:250px;
	overflow:scroll;
}

.tablet.open{
	top:172px;
	height:250px;
	
}

.phone
{
	max-height:250px;
	overflow:scroll;
}

.phone.open{
	top:172px;
		height:250px;
	
}
}

/*------------------------------------*\
    Media Queries    550 *
\*------------------------------------*/
@media only screen and (max-width: 550px){

.input-width{display: none;}
.input-height{display: none;}
.input-x{display: none;}
.mockup{display: none;}
}

/*------------------------------------*\
    Media Queries    450 *
\*------------------------------------*/
@media only screen and (max-width: 450px){
.checker-input{width: 80%; margin-left: 15px;}
.checker h1{margin: 18px 0 0 75px; width: 150px;}
}

/*------------------------------------*\
    Media Queries    320 *
\*------------------------------------*/
@media only screen and (max-width: 320px){
.checker-input{width: 75%; margin-left: 15px;}
}

/*------------------------------------*\
    Media Queries    300 *
\*------------------------------------*/
@media only screen and (max-width: 300px){
.checker h1{display: none;}
}