/* Stop! CSS time. */

html, body {            
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	color: #fff; 
	font: normal normal 13px/15px 'Arial', sans-serif;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
	background: #1f73c9;
	background: -moz-linear-gradient(top,  #1f73c9 0%, #175594 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f73c9), color-stop(100%,#175594));
	background: -webkit-linear-gradient(top,  #1f73c9 0%,#175594 100%);
	background: -o-linear-gradient(top,  #1f73c9 0%,#175594 100%);
	background: -ms-linear-gradient(top,  #1f73c9 0%,#175594 100%);
	background: linear-gradient(to bottom,  #1f73c9 0%,#175594 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f73c9', endColorstr='#175594',GradientType=0 );
}

.goog-tooltip {
	text-shadow: none;
}

a:link, a:visited, a:active, a:hover { 
	text-decoration: none 
}

a:link, a:visited { 
	color: #F9D939; 
}

a:hover { 
	color: #fff;
}

a:active { 
	color: #ff0;
}

#billboard {
	width: 1000px;
	height: 700px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-radius: 20px;
	border-top-left-radius: 100px;
}

#header {
	height: 270px;
	padding: 0 21px 0 36px;
}

#content {
	height: 326px;
	padding: 0 0 0 0;
}

#action {
	height: 64px;
	padding: 0 21px 0 0;
}

#footer {
	height: 40px;
	padding: 0 21px;
/* 
	background-image: linear-gradient(to bottom, rgba(51,51,51,0), rgba(51,51,51,0.2));
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgba(51,51,51,0)),color-stop(1, rgba(51,51,51,0.2)));
	background-image: -webkit-linear-gradient(top, rgba(51,51,51,0), rgba(51,51,51,0.2));
	background-image: -moz-linear-gradient(to bottom, rgba(51,51,51,0), rgba(51,51,51,0.2)));
	background-image: -ms-linear-gradient(top, rgba(51,51,51,0), rgba(51,51,51,0.2));
	background-image: -o-linear-gradient(top, rgba(51,51,51,0), rgba(51,51,51,0.2));
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
 */
}

.logo {
	float: right;
	margin: 21px 0 0;
}

.domainname {
	float: left;
	margin: 108px 0 0;
	font: normal 700 53px/55px 'Open Sans', 'Arial', sans-serif;
	letter-spacing: -2px;
	white-space: nowrap;
}

.imagine {
	float: right;
	width: 184px;
	height: 140px;
	padding: 22px 0 0 30px;
	margin: 52px 0 0 0;
	background: url(/img/divido-cloud.png) left top no-repeat;
	font: normal 700 20px/20px 'Open Sans', 'Arial', sans-serif;
	letter-spacing: -1px;
	text-shadow: none;
	color: #000;
}

.imagine img {
	vertical-align:middle;
	margin: 0 3px 3px 0;
}

.imaginetop {
	color: rgb(31,115,201);
	margin: 0 0 0 16px;
	line-height: 29px;
	white-space: nowrap;
}

.translated-ltr .imaginetop {
	font-size: 15px;
}

.hello {
	float: right;
}

.hellobox {
	width: 554px;
	max-height: 302px;
	overflow: hidden;
	background-color: rgba(31,115,201,0.8);
}

.headline {
	height: 48px;
	padding: 2px 0 0 0;
	width: 100%;
	text-align: center;
	font: normal 700 36px/40px 'Open Sans', 'Arial', sans-serif;
	letter-spacing: -1px;
	background-color: rgba(31,115,201,0.7);
	white-space: nowrap;
}

.hellotext {
	margin: 10px 21px 0 21px;
	text-align: right;
}

.hellotext p {
	margin: 8px 0;
}

.translated-ltr .hellotext {
	font-size: 12px;
	line-height: 13px;
}

.translated-ltr .hellotext p {
	margin: 5px 0;
}


.yesbutton {
	float: left;
	margin-right: 50px;
	-moz-box-shadow: inset 0px 1px 0px 0px #9beb9b;
	-webkit-box-shadow: inset 0px 1px 0px 0px #9beb9b;
	box-shadow: inset 0px 1px 0px 0px #9beb9b;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00de00), color-stop(1, #009700) );
	background: -moz-linear-gradient( center top, #00de00 5%, #009700 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00de00', endColorstr='#009700');
	background-color: #00de00;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	text-indent: 0;
	border: 1px solid #007500;
	display: inline-block;
	color: #fff;
	font: normal 800 38px/54px 'Open Sans', 'Arial', sans-serif;
	letter-spacing: -1px;
	height: 58px;
	width: 240px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

a.yesbutton {
	color: #fff;
}

a.yesbutton:hover {
	text-shadow: 0 0 7px #fff;
}

.yesbutton:active {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #02b302), color-stop(1, #00de00) );
	background:-moz-linear-gradient( center top, #02b302 5%, #00de00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#02b302', endColorstr='#00de00');
	background-color:#02b302;
	position:relative;
	top:1px;
}

a.yestext {
	float: right;
	width: 220px;
	text-decoration: underline;
	color: #F9D939;
}
a.yestext:hover {
	text-decoration: underline;
	color: #fff;
}

.hellocallto {
	text-align: left;
	padding: 5px 0 14px;
}

.helloabout {
	margin: 0 21px 0 0;
	color: #DFBF1F;
	text-align: right;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}

.actionlogos {
	float: right;
}

.actionlogos img {
	margin: 0 0 0 8px;
}

.actionget {
	height: 64px;
	width: 560px;
	margin: 0;
	padding: 0;
	background-color: rgba(31,115,201,0.8);
}

.getit {
	float: left;
	margin: 0;
	width: 282px;
	padding: 0 0 0 24px;
	font: normal 700 29px/62px 'Open Sans', 'Arial', sans-serif;
	letter-spacing: -1px;
	white-space: nowrap;
	overflow: hidden;
}

.translated-ltr .getit {
	font-size: 18px;
}

.whois {
	float: right;
	width: 254px;
	margin: 0;
}

.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
}    

 /* Form wrapper styling */
.search-wrapper {
	width: 254px;
	margin: 0;
/* 
	box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
 */
}
 
/* Form text input */
 
.search-wrapper input {
	width: 154px;
	height: 20px;
	padding: 22px 5px;
	float: left;
	font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma', 'Open Sans';
	border: 0;
	background: #EEE;
}
 
.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 
.search-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
 
.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    
 
/* Form submit button */
.search-wrapper button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 64px;
	width: 90px;
	font: normal 700 22px 'Open Sans', 'Arial', sans-serif;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .7);
	background: #1f73c9;
	background: -moz-linear-gradient(top,  #1f73c9 0%, #175594 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f73c9), color-stop(100%,#175594));
	background: -webkit-linear-gradient(top,  #1f73c9 0%,#175594 100%);
	background: -o-linear-gradient(top,  #1f73c9 0%,#175594 100%);
	background: -ms-linear-gradient(top,  #1f73c9 0%,#175594 100%);
	background: linear-gradient(to bottom,  #1f73c9 0%,#175594 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f73c9', endColorstr='#175594',GradientType=0 );
}

.translated-ltr .search-wrapper button {
	font-size: 16px;
}

.search-wrapper button:hover{     
    background: #777;
}   
   
.search-wrapper button:active,
.search-wrapper button:focus{   
    background: #ccc;
    outline: 0;   
}
 
.search-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #a5ce39 transparent;
    top: 25px;
    left: -6px;
}
 
.search-wrapper button:hover:before{
	border-right-color: #777;
}
 
.search-wrapper button:focus:before,
.search-wrapper button:active:before{
	border-right-color: #ccc;
}      
 
.search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}    

.copyright {
	padding-top: 14px;
	font-size: 11px;
	text-align: center;
}

#google_translate_element { 
	text-align: right; 
	text-shadow: none;
}
.goog-te-gadget-simple {
	background-color: transparent !important;
	border: none !important;
	margin-top: 0px;
}
.goog-te-gadget-icon { display: none; }
.goog-te-menu-value { margin-left: 0 !important; }
a.goog-te-menu-value span { color: #ccc; text-transform: uppercase; font: normal normal 11px/11px Arial, sans-serif; }
a.goog-te-menu-value span:hover { color: #000 !important; }
a.goog-te-menu-value:hover { text-decoration: none !important; }

.hoveround { 
	filter:alpha(opacity=30); 
	-moz-opacity: 0.30; 
	-khtml-opacity: 0.30; 
	opacity: 0.30; 
	-webkit-transition: all 0.5s ease-out; 
}

.hoveround:hover { 
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	opacity: 1; 
}

