
/******************Overriding default bootstrap css******************/
html,
body {
    /*height: 100%;*/
  	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-nav > li > a
{
	padding-top: 10px;
    padding-bottom: 5px;
}

.navbar-nav > li > a span{
	font-size:12px;
}

.navbar-default {
    border-bottom:4px solid #ef0000;
    box-shadow: 0 0 15px #000000;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 420px;
}

.navbar-toggle{
	margin-top:12px;	
}
/******************End******************/

.dropdown-menu li {
	margin: 5px 0;
}

.front-middle-section{
	text-align: center;
	/*background-color: transparent;*/
   	background-image: url("../images/bg-middle-section.jpg");
   	background-position: center 0;
    background-repeat: repeat-y;
    background-attachment: fixed;
    /*background-size: cover;*/
	overflow: hidden;
	/*padding-top: 110px;*/
    margin-top: 0;
    .jumbotron 
    text-align: center;
    border-bottom:2px solid #999;
}

.front-middle-section h1{
    color: black;
    font-size: 30px;
    text-shadow: 0 0 15px #666666;
    margin-top:115px;
}

@media screen and (min-width: 768px){
	.front-middle-section h1{
	}
}

.front-middle-section h1 strong{
    
	/*color:#ef0000; font-size:56px;*/
}

.front-middle-section .domain-check-form{
    padding-top:30px;
    padding-bottom:190px;
}

.front-middle-section .domain-check-form input[type=text]{
	display: block;
    width: 100%;
    border-radius:5px;
    height:58px;
    padding: 6px 15px;
    border: 1px solid #999;
    margin-top:20px;
    font-size:27px;
}

.front-middle-section .domain-check-form input[type=text]::-webkit-input-placeholder {
   font-style:italic;
}

.front-middle-section .domain-check-form input[type=text]:-moz-placeholder { /* Firefox 18- */
   font-style:italic; 
}

.front-middle-section .domain-check-form input[type=text]::-moz-placeholder {  /* Firefox 19+ */
   font-style:italic;  
}

.front-middle-section .domain-check-form input[type=text]:-ms-input-placeholder {  
   font-style:italic;  
}

.front-middle-section .domain-check-form button[type=submit]{
	margin-top:20px;
	padding: 6px 30px;
	font-size:28px;
	height:58px;
	width:100%;
}

.site-index .body-content{
	padding: 0;
	padding-top: 102px;
	/*margin-bottom:-40px;*/
}

.bg-world-map{
	/*background-color: transparent;*/
   	background-image: url("../images/bg-world-map.png");
   	background-position: center 65px;
    background-repeat: repeat-x;
    background-attachment: fixed;
	overflow-x: hidden;
}

.bottom-section{
	text-align: center;
	background-color:rgba(0,0,0,0.5);
	padding-top: 30px;
    padding-bottom: 30px;
    margin-top:  50px;
    height: 150px;
    border-top:3px solid #ef0000;
}

h2.main-value{
	margin:30px 0 20px 0;
	font-size:40px;
}

a.circle-icon{
	width:100px;
	height:100px;
	border:2px solid #ef0000;
	border-radius: 50%;
	margin:40px auto 0 auto;
	text-align:center;
	line-height:100px;
	color:#ef0000;
	font-size:50px;
	background-color:rgba(255,255,255,0.3);
	display: block;
}

a.circle-icon:hover{
	background-color:#ef0000;
	color:#fff;

}

.wrap {
    /*min-height: 100%;*/
    height: auto;
    /*margin: 0 auto -60px;*/
   margin:0 auto;
    /*padding: 0 0 60px;*/
   /*padding:0 0 40px;*/
}

/*.wrap > .container {
    padding: 70px 15px 20px;
}*/

.breadcrumb-wrap{
	margin-top:70px;
	background-color:#f5f5f5;
}

.breadcrumb-wrap ul.breadcrumb{
	margin-bottom:0;
}

.footer {
    color:#fff;
}

.footer-1 {
    background-color: #363839;
    padding-top: 20px;
}

.footer-1 li{
    list-style:none;
    padding:8px 0;
    color:#ccc;
}

.footer-1 li.heading{
    font-size:18px;
    /*border-bottom:1px solid #ccc;*/
    padding-left:0;
    margin-bottom:5px;
    color:#fff;
}

.footer-1 a{
    color:#ccc;
    text-decoration:none;
}

.footer-1 a:hover{
    color:#fff;
    -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.footer-1 .form-subscribe
{
	padding:0 10px 20px 40px;
}

.btn
{
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

a.social-icon{
    font-size:30px;
    color:#fff;
    padding:0 5px;
    line-height:0;
}

a.social-icon:hover{
    font-size:30px;
    /*color:#ef0000;*/
}

.footer-2 {
    height: 60px;
    background-color: #282a2b;
    padding-top: 20px;
    text-align:center;
}

.spin-clockwise{
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.spin-clockwise:hover{
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

[data-target]:focus, [data-toggle]:focus{
    color:#777!important;
}

/*.btn-custom-red{
	background-color:#ef0000;
	color:#fff;
}

.btn-custom-red:hover{
	background-color:#cc0000;
	color:#fff;
}

.btn-custom-green{
	background-color:#008000;
	color:#fff;
}

.btn-custom-green:hover{
	background-color:#006000;
	color:#fff;
}

.btn-custom-red:focus,.btn-custom-green:focus{
	color:#fff!important;
}*/

.site-error{
	padding-top:60px;
}
/*
.spacer-height-10{
	height:10px;
}

.spacer-height-20{
	height:20px;
}

.spacer-height-30{
	height:30px;
}

.spacer-height-40{
	height:40px;
}*/
.content-page p{
	font-size:16px;
	line-height:1.6;
}

.content-page h2{
	color:#ef0000;
	margin-bottom:30px;
}

.content-page .section{
	padding:60px 0;
}

.wrap-bottom-spacer {
	margin-bottom:40px;
}

.background-grey-01{
	background-color:#E6E6E6;
}

/*.panel-custom-default {
	margin:10px auto 30px auto;
	padding:5px 20px 0 20px;
    background-color: #eee;
    border: 1px solid transparent;
    border-radius: 10px;
}*/

.item-shoppingcart {
	font-size:16px;
	color:#777;
	margin:18px 15px 15px 0;
}

.item-shoppingcart i{
	font-size:18px;
	
}


.item-shoppingcart:hover {
	text-decoration:none;
	color:#777;
}
	
@media (min-width: 768px){
	.item-shoppingcart {
	    display:none;
	    margin:0 0 0 10px;
	}
}
@media (max-width: 767px){
	.item-shoppingcart-in-menu {
	    display:none!important;
	}
}

.popover{
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
	
/****************************************/
.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
