.row{
	margin: 0 auto;
    width: 100%;
}

.thumbnail-item {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E8E8E8;
    margin-bottom: 20px;
	 border-radius: 8px 8px 8px 8px;
	 transition: all 0.2s ease-in-out 0s;
	 margin-left: 20px;
	 float: left;
    height: 450px;
    position: relative;
    width: 46%;
}
	 
.drop-shadow-sides {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
.termstitle{ margin-bottom: 20px;
    margin-top: 15px;
    padding: 0 !important;
    text-align: center;}
.thumbnail-item .overlay {
	background: none repeat scroll 0 0 rgba(32, 53, 60, 0.9);
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: table;
    height: 430px;
    opacity: 0;
    transition: all 1s ease 0s;
    width: 100%!important;
    z-index: 6;
	text-align:center;
} 
.island h3{ 
	font-size: 1.8rem;
	font-weight: 700;
    letter-spacing: -1px;
	font-family:arial;
}

.thumbnail-item .overlay .island {
    display: table-cell;
    vertical-align: middle;
}

.thumbnail-img img{
	border-radius:5px;
	width:100%;
	height:430px;
}

.thumbnail-img {
	position:absolute;
	z-index:5; 
	overflow: hidden;
}

.overlay {
	position:relative;
	z-index:0;
}

.islet {
	float: left;
    height: 100%;
    padding: 0;
    width: 100%;position:relative;
}

 .islet:hover .overlay{
	position:absolute;
	opacity:1;
	transition: all 1s ease 0s; 
	cursor:pointer;width: 100%!important;
}

input[type="button"],input[type="submit"]{ 
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	background: -moz-linear-gradient(center top , #F9F9F9 0%, #F0F0F0 100%) repeat scroll 0 0 transparent;
    border-color: #D9D9D9 #D9D9D9 #D0D0D0;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px #FBFBFB inset;
    color: #12799A;
    font-weight: 700;
    line-height: 1.4286;
    
    text-align: center;
    
}

input[type="button"],input[type="submit"],input[type="text"],input[type="textarea"],select{
	margin-bottom: 1px;
}

.thumbnail-item:hover{
	border:1px solid #ccc;
}
 button{
	cursor:pointer;
}

@font-face {
    font-family: 'dejavu_sansextralight';
    src: url('fonts/dejavusans-extralight-webfont.eot');
    src: url('fonts/dejavusans-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dejavusans-extralight-webfont.woff') format('woff'),
         url('fonts/dejavusans-extralight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

#============================= Input restyle ==============================

input:focus,textarea:focus {
	outline: none;
}

button,input,select,textarea,label,span {
	font-family: Arial, sans-serif;
	color: #333;
}

input,textarea,select,button,label,span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input,textarea,select,button,label,span	{
	font-family: "Open Sans", "Helvetica Neue", Arial, Sans-Serif;
}
 
 
 input,textarea,select,button,label,span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
 
 input,select {
	margin: 0 auto;
	/*width: 267px;*/
}

input,textarea,select,button,label, span {
	margin: 0;
	padding: 4px 10px 5px;
	font-size: 14px;
	color: #222;
}

#MB_content input,#MB_content textarea,#MB_content select {
	border: 1px solid #d5d5d5;
	border-bottom-color: #ccc;
}

input[type="button"]:hover,input[type="submit"]:hover {
	background: -moz-linear-gradient(center top , #F9F9F9 100%, #F0F0F0 0%) repeat scroll 0 0 transparent;
}

input[type="button"]:active,input[type="submit"]:active {
	border-width: 2px 0px 0px 2px;
}

select {
	height: 29px;
	
	color: #444;
}

#client-info {
 float: left;
    height: 100%;
    width: 600px;
}
.leftimg #advice-required-entry-captcha{  margin-left: 32px;
    text-align: left;}
.leftimg{ float: left;
    margin-left: 53px; }
#client-info table{
	width: 100%;
	height: 100%;
}  
.leftimg td{text-align:center;}
/*#form_client_info .validation-advice{font-size: 10px;font-weight: normal;}*/
.createsite p{font-size:11px;color:#444;font-family:dejavu_sansextralight;}
.createsite input,.slide .back input {cursor:pointer; 
background: #ff8213; /* Old browsers */
background: -moz-linear-gradient(top,  #ff8213 0%, #ff3800 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8213), color-stop(100%,#ff3800)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff8213 0%,#ff3800 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff8213 0%,#ff3800 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff8213 0%,#ff3800 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff8213 0%,#ff3800 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8213', endColorstr='#ff3800',GradientType=0 ); /* IE6-9 */
border:1px solid #FF3800;
box-shadow:none;
 margin-top:20px;
color: #FFFFFF;
    width: 220px;
}

.createsite input:hover, .slide .back input:hover {cursor:pointer;
background: #ff3800; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3800 0%, #ff8213 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3800), color-stop(100%,#ff8213)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3800 0%,#ff8213 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3800 0%,#ff8213 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3800 0%,#ff8213 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3800 0%,#ff8213 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3800', endColorstr='#ff8213',GradientType=0 ); /* IE6-9 */

border:1px solid #FF3800;
box-shadow:none;

color: #FFFFFF; 
}
.createsite {
    clear: both;
    padding-top: 20px;
    text-align: center;
}
.terms p{padding-right:10px;}
.atitle h1{
color: #333333;font-family:dejavu_sansextralight;
    font-size: 30px;
    text-align: center;}
.atitle{ margin-bottom: 20px;}
#popupDiv #currentTemplate{ border: 10px solid #E3E3E3;
    border-radius: 11px 11px 11px 11px;}
/*.leftimg td {text-align:center;}*/ 
.stxt{ color: #888888;
    float: left;
    font-size: 15px;
    line-height: 32px;
    padding: 5px 10px;} 
	.height{ min-height: 46px;width:286px;}
#MB_header{background-color: #E3E3E3!important;
    border-bottom: medium none!important;height: 32px;}	
	.webname{float: left;
    min-height: 48px;
    margin-bottom: 5px;
    margin-left: 160px;}
#MB_close span{display:none;}	
.fieldss{float: right;
    margin-right: 0px;
    width: 300px;}
	#client-info .city{float: left;margin-right: 5px;
    width: 140px;}
	#client-info .firstn{ float: left;margin-right: 5px;
    width: 140px;}
	#client-info .lastn{ float: left;
    width: 140px;}
	#client-info .country{float: left;
    width: 140px;}
	.fieldss td {width:100%;}
	.country #country,.firstn #firstname, .lastn #lastname, .city #city{width:140px!important;}
	.captchafield{min-height:50px;}
#MB_close:hover{background:url(../images/x.png)!important;}
#MB_close{background:url(../images/x.png);width:34px;height:32px;
padding: 0!important; 
    right: 0!important;
	 top: 0!important;}	
	 .slide .validation-advice{font-size: 10px;
    font-weight: normal;}
	.webname #domain{width:100%!important;height:30px!important;}
#MB_frame{float:left;background-color: #FAFAFA!important;background-clip: padding-box;border-radius:7px; border: 7px solid rgba(0, 0, 0, 0.3);border-top:0;width:700px;min-height:200px;}
#form_client_info input[type="submit"],#form_client_info input[type="text"],#form_client_info input[type="textarea"],#form_client_info select {background: none repeat scroll 0 0 #FFFFFF !important;
    border-radius: 4px 4px 4px 4px !important;
    font-size: 11px;
    height: 26px;float: left;
    width: 200px;}
	.leftimg #change-captcha{ background:url("../images/refresh.png") no-repeat center transparent;
    border: 0 none;float:left;margin-right:5px;
    box-shadow: none;
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
    width: 26px;}
	
/* The CSS */
select#country {
-moz-appearance: none;
    background: none repeat scroll 0 0 #F8F8F8;
    display: inline-block;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .styled-select select#country {padding-right:18px}
}

.styled-select {position:relative}
.styled-select:after {
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
@font-face {
    font-family: 'MyriadProBold';
    src: url('fonts/myriadpro-bold.eot');
    src: url('fonts/myriadpro-bold.eot') format('embedded-opentype'),
         url('fonts/myriadpro-bold.woff') format('woff'),
         url('fonts/myriadpro-bold.ttf') format('truetype'),
         url('fonts/myriadpro-bold.svg#MyriadProBold') format('svg');
}

@font-face {
    font-family: 'natzilinosemibold';
    src: url('fonts/natz-webfont.eot');
    src: url('fonts/natz-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/natz-webfont.woff') format('woff'),
         url('fonts/natz-webfont.ttf') format('truetype'),
         url('fonts/natz-webfont.svg#natzilinosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
.island h3{color: #AEB2B4;
    font-family: 'natzilinosemibold';
    font-size: 40px;
    text-transform: capitalize;}
.btnbg{  
     height: 30px;
    margin: 0 auto;
    width: 246px;}
	.btnbg1 a:hover,.btnbg2 a:hover{color:#fff;}
.btnbg1 a{color: #FFFFFF;padding: 12px;
    font-family: MyriadProBold;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 1px 2px 2px #444444;padding:0!important;margin:0!important;line-height:53px;}
.btnbg2 a{color: #FFFFFF;padding: 12px;
    font-family: MyriadProBold;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-shadow: 1px 2px 2px #444444;
    text-transform: uppercase;padding:0!important;margin:0!important;line-height:53px;}
.btnbg2{background: url("../images/view2.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 53px;
    line-height:  30px;
    width: 121px;}
	.btnbg2:hover{background: url("../images/view2.png") no-repeat scroll 0px -53px transparent;}
	.btnbg1:hover{background: url("../images/view1.png") no-repeat scroll 0px -53px transparent;}
input#domain{ font-size: 14px !important;
    height: 35px !important;}
.btnbg1{background: url("../images/view1.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 53px;
    line-height:  30px;
    width: 124px;}
.btnbg li{display: inline;
    line-height: 51px;}
.styled-select:before {
background: url("../images/ar.png") no-repeat scroll 0 center transparent;
    content: "";
    display: block;
    height: 33px;
    pointer-events: none;
    position: absolute;
    right: 4px;
    top: 0;
    width: 26px;
}




.captchafield  input[type="text"]#captcha {width:175px!important}
.leftimg #captcha {background: none repeat scroll 0 0 #FFFFFF !important;
    border-radius: 4px 4px 4px 4px !important;
    font-size: 11px;
    height: 26px; 
    width: 200px !important;float:none!important;}
#form_client_info select {padding:3px 5px!important;}
#form_client_info select option {width:165px;}
#popupDiv {
	float: left;
    padding: 10px 20px 20px;
    width: 645px;
}

#client-info table input, #client-info table select, #client-info table label{
	margin-top:3px;
}

#client-info table input[type="submit"] {
	margin-top:15px;
}

#client-info table input[type="text"]:focus, #client-info table input[type="textarea"]:focus, #client-info table select:focus {
	background-color: #EDF7FD;
}

#client-info table span {
	margin: 0;
	padding: 4px 0px 5px;
	font-size: 14px;
	color: #222;
}

#client-info table select {
padding: 5px 10px 5px;
-webkit-appearance: none;
//background: #fff url('../images/select.png') no-repeat 100% 0 !important;
}

#load-waiting {
margin: 0 auto;
text-align: center;
margin-top: 20px;
}

.creating-website {
width: 50px;
height: 50px;
margin: 0 auto;
background: transparent url(../images/spinner.gif) 50% 0 no-repeat;
}

#carousel-wrapper {
    width: 800px;
    /*height: 400px;*/
    overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}

#carousel-content {
    width: 2500px;
}
#carousel-content .slide {
    float: left;
    width: 800px;
    /*height: 400px;*/
}

#popupDiv #carousel-wrapper {
    width: 645px;
    /*height: 400px;*/
    overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}

#popupDiv #carousel-wrapper {
    width: 645px;
    min-height: 400px;
	margin: 0 auto;
}

#popupDiv #carousel-content .slide {
    float: left;
    width: 645px;
    /*height: 400px;*/
}
.slide .back { margin-left: 260px;
    text-decoration: none; }
.slide .back input{    cursor:pointer;  
    width: 100px;}

div.terms {
	height: 450px;
    margin-bottom: 15px;
    overflow: auto;
    width: 645px; font-family: "Open Sans","Helvetica Neue",Arial,Sans-Serif;
}
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
.leftimg .captchafield input.rotate { 
	 
	animation-name: spin; 
	animation-duration: 400ms; /* 40 seconds */
	animation-iteration-count: infinite; 
	animation-timing-function: linear;
	
	-webkit-animation-name: spin; 
	-webkit-animation-duration: 400ms; /* 40 seconds */
	-webkit-animation-iteration-count: infinite; 
	-webkit-animation-timing-function: linear;
	} 
 
div#error.tinner {
	height: auto !important;
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}

div.main {
}

.fieldset .catalog-image{padding:0 15px;text-align:center;}
.fieldset .catalog-image img{margin: 0 auto;}
