@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');


li:hover ul{display:block}
.top-navbar .pre-header{background:#121D2B;}
.bg-image{background-image:url('/assets/images/bg.png'); background-color:gray;}
.block-breadcrumbs{padding:0px; background:#121D2B none repeat scroll 0 0;}
#banner-top{
	background: rgba(30,30,30,0.9);
	position: relative;
	text-align: left;
	padding: 8px 40px;
	height: 308px;
	width: 96%;
	margin-bottom: 150px;
	margin-left: 25px;
	margin-top: 50px;
	font-family: 'Roboto', sans-serif;
}
.pull-md-left{margin-top:15px; margin-bottom:15px;}
.pull-md-left{ margin-bottom:25px;}

.top-navbar.navbar{box-shadow:0 2px 5px rgba(0, 0, 0, 0.26);}
#banner-top-dedi{
	background: rgba(30,30,30,0.9);
	position: relative;
	text-align: left;
	padding: 8px 40px;
	height: 308px;
	width: 96%;
	margin-bottom: 70px;
	margin-left: 25px;
	margin-top: 50px;
	font-family: 'Roboto', sans-serif;

}
#heading{
	width: 100%;
	height: auto;
}
#heading h1{
	font-family: 'Roboto', sans-serif;
	font-size: 3.3rem;
	color: #fff
}
#heading h3{
	font-family: 'Roboto', sans-serif;
	float: left;
	color: #fff;
	font-size: 2rem;
	font-weight: 300;
	margin-top: 0px;
}
#heading-price{
	float: left;
	margin-bottom: 20px;
}
#heading-price h3{
	font-family: 'Roboto', sans-serif;
	font-size: 2.8rem;
	color: #46c9f8;
	font-weight: 300;
	margin-top: 6px;
}
.feature-list{
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 1.7;
	display: block;
	font-size: 1.25rem;
}
.feature-list li{
	list-style-type: none;
	color: #fff;
	float: left;
}
.feature-list li:before{
	content: "❒";
	color: #46c9f8; 
	font-size:14px;
}
.orderbtn {
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	color: #ffffff;
	margin-top: 40px;
	font-size: 16px;
	background: #2980b9;
	padding: 9px 0px;
	text-decoration: none;
	border: none;
	width: 100%;
	text-transform: uppercase;
	opacity: 1;
}
.orderbtn:hover{
	opacity: 0.75;
}
@media screen and (max-width: 768px) {
	#header h1 {
		font-size: 1.2rem
	}
}

@media screen and (min-width: 1200px) {
	#heading h1 {
		font-size: 4.2rem
	}
}


@import url(http://fonts.googleapis.com/css?family=Cuprum:400,700);

.mainmenu {
	color: #FFFFFF;
	font-family: 'Cuprum',Georgia,"Times New Roman",Times,Serif;
	font-size: 16px;
	height: 57px;
}
.mainmenu ul {margin: 0; padding: 10; }
.mainmenu li i { position: absolute; font-size:20px; margin-left: -60px; margin-top: 14px;}
.mainmenu li { float: left; display: block; padding: 10px 23px 10px 45px; border-right: 1px solid #ffffff; cursor: pointer; }
.mainmenu li:last-child{ border-right:none;}
.mainmenu li main {font-weight: 700; margin-top: -18px; }
.mainmenu li span { position: relative; float: left; font-size: 12px; color: #f5f7f8; }

.mainmenu li, .mainmenu li i, .mainmenu li main, .mainmenu li span {
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
}

.mainmenu li:hover main { 
	margin-left: 10px; 
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.mainmenu li:hover span { 
	margin-left: 25px; 
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

/* COLOR MANAGEMENT */

.ccblue .mainmenu { background: none repeat scroll 0 0 #ec2a27;}
.ccblue .mainmenu li:hover { background: #ec2a27; }
.ccblue .mainmenu li:hover i {color: #ffffff;}
.ccblue .mainmenu li i { color: #044c64; }
.ccblue .mainmenu li:hover i {color: #ffffff;}

.ccred .mainmenu { background: none repeat scroll 0 0 #f00940;}
.ccred .mainmenu li:hover { background: #a30328; }
.ccred .mainmenu li i { color: #a30328; }
.ccred .mainmenu li:hover i {color: #ffffff;}

.ccgreen .mainmenu { background: none repeat scroll 0 0 #98c304;}
.ccgreen .mainmenu li:hover { background: #5e7902; }
.ccgreen .mainmenu li i { color: #5e7902; }
.ccgreen .mainmenu li:hover i {color: #ffffff;}

.cssbron .mainmenu { background: none repeat scroll 0 0 #af4004;}
.cssbron .mainmenu li:hover { background: #ec2a27; }
.cssbron .mainmenu li i { color: #7c2e03; }
.cssbron .mainmenu li:hover i {color: #ffffff;}


.credit {
	float: left;
	margin: 25px;
	text-align: center;
}
.credit em{
	margin-right:5px;
}
.credit a {
	color: #00B7EA;
	font-weight: bold;
	text-decoration: none;
}
.credit a:hover {
	color: #086cc1;
}
.demo {
	font-family: 'Raleway', sans-serif;
	color:#fff;
	display: block;
	margin: 0 auto;
	padding: 21px 0;
	text-align: center;
}
.demo a{
	font-family: 'Raleway', sans-serif;
	color: #2ecc71;   
	font-weight:bold;
}
.TM-box.s2
{box-shadow:1px 1px 0px 1px #f1f1f1;}


@media  screen and (min-width: 200px) and (max-width: 800px) {
	#hide-mobile { display: none;
		visibility: none;
	}  
}
@media  screen and (min-width: 801px) and (max-width: 5656px) {
	#hide-desktop { display: none;
		visibility: none;
		}   /* hide it elsewhere */
	}

	.panel-info > .panel-heading{background-color:#fff; font-size:17px;

	}

.panel-sidebar > .panel-heading{
	background-color:#121D2B;
	color:#fff;
}	
.hero-bg-wrap{border-top:none;}
.block-breadcrumbs .breadcrumb a, .block-breadcrumbs .breadcrumb li{font-size:13px;}
.block-breadcrumbs .breadcrumb > li + li::before{content:"/ ";}



button{
  color:#fff;
  text-align: center;
  padding: 20px;
}

.gicmain{
  width: 100%;
}
.sub-main{
  width: 30%;
  float: center;
}

.button-two{
  text-align: center;
  cursor: pointer;
  font-size:18px;
}



/*Button Two*/
.button-two {
  border-radius: 4px;
  background-color:#82B740;
  border: none;
  padding: 20px;
  font-weight: bold;
  min-width: 270px;
  transition: all 0.5s;
}


.button-two span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.button-two span a{
  color: #fcfcfc;
  
}

.button-two span:after {
  content: '»';
  position: absolute;
  opacity: 0;

  top: 0;
  transition: 0.5s;
}

.button-two:hover span {
  padding-right: 25px;
}

.button-two:hover span:after {
  opacity: 1;
  right: 0;
}

.gicborder{border:2px solid #ec2a27;}

.button-three{
  text-align: center;
  cursor: pointer;
  font-size:14px;
}



/*Button Two*/
.button-three {
  border-radius: 4px;
  background-color:#82B740;
  border: none;
  padding: 20px;
  font-weight: bold;
  min-width: 230px;
  transition: all 0.5s;
}


.button-three span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.button-three span a{
  color: #fcfcfc;
  
}

.button-three span:after {
  content: '»';
  position: absolute;
  opacity: 0;

  top: 0;
  transition: 0.5s;
}

.button-three:hover span {
  padding-right: 25px;
}

.button-three:hover span:after {
  opacity: 1;
  right: 0;
}
.account-btn
{background-color:#121D2B;
padding:18px;}
.TM-pricing-container .TMC-pricing-table .table tbody td:first-child
{min-width:0px;}
.TM-pricing-container .TMC-pricing-table .table tbody td .server-info img
{max-width:30px;}
.btn-secondary
{background-color:#03a1d1;
border:#3082fc;}
.btn-secondary a:hover
{background-color:#03a1d1;
border:#3082fc;}
.TM-pricing-container .TMC-pricing-table .table tbody td .server-info
{background:#61c6c1 ;}