@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
.features .icon-1x
{
	margin-right:10px;	
}
.caption h5
{
	font-family:'Oswald', sans-serif;
	font-weight:lighter;
	font-size:25px;
}
.features h3
{
	margin-bottom:10px;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 18px;
}
.bottomborder
{
	border-bottom: 1px solid #DDD;
}
.bottom-marg-small
{
	padding-bottom:30px;
}
.top-marg-small
{
	padding-top:30px;
}
.showroom-controls h3
{
	font-size:15px;
}

.showroom-item i
{
	font-size:30px;
}
.footer
{
	font-size:12px;
	color:#cacaca;
	background-color:#04182d;
}
.footer h4
{
	color:#FFF;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 15px;
}
.cname-btm
{
	font-weight:bold;
	color:#cacaca;
	margin-left:20px;
}
.copyright
{
  background:#020c18;
  padding: 7px 0 7px 11px;
}
.copyright p
{
	font-size:11px;
	margin:0PX;
}







.list-soc {
	overflow:hidden;
}
.list-soc li {
	float:right;
	margin-left:3px;
}
.list-soc li a {
	opacity:1;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
ul.social-icons
{
	height:27px;
}
ul.social-icons li {
	display:inline-block;
	float:none;
	padding:13px;
	width:0;
	height:0;
	position:relative;
	background-color:#444444;
	margin-right: 5px;
}
ul.social-icons li i {
	position:absolute;
	font-size:14px;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;
}
ul.social-icons li a {
	color:#fff;
}
ul.social-icons li a i {
	-webkit-transition-duration:0.8s;
	-moz-transition-duration:0.8s;
	-o-transition-duration:0.8s;
	transition-duration:0.8s;
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	transition-property:transform;
	overflow:hidden;
}
ul.social-icons li a i:hover {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}
ul.social-icons li a:hover {
	text-decoration:none;
	color: #fff;
}
.border-span
{
	display: block;
    border: 1px solid rgba(0,0,0,0.1);
    border-left: none;
    border-right: 0;
    margin-bottom: 5px;
    line-height: 24px;
}
.timetxt
{
	background-image:none;
	border:0px;
	color:rgba(255,255,255,1);
	width:230px;
	padding-top:2px;
}
.font-small
{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.career-bx
{
	background: #a20506;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	font-size: 12px;
	margin-top:3px;
	margin-right:5px;
	-webkit-transition:.5s all;
}
.career-bx:hover
{
	background: #b90304;
	-webkit-transition:.5s all;
}
.product-head
{
	color:#a20506;
	font-weight:bold;
}
.product-headb
{
	color:#163c65;
	font-weight:bold;
}
.btn-mine.btn-warning
{
	background: #ff9600; /* Old browsers */
background: -moz-linear-gradient(top,  #ff9600 0%, #ff7200 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9600), color-stop(100%,#ff7200)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff9600 0%,#ff7200 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff9600 0%,#ff7200 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff9600 0%,#ff7200 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff9600 0%,#ff7200 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9600', endColorstr='#ff7200',GradientType=0 ); /* IE6-9 */

}
.btn-mine.btn-warning:hover
{
	background: #ff7200; /* Old browsers */
background: -moz-linear-gradient(top,  #ff7200 0%, #ff9600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7200), color-stop(100%,#ff9600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff7200 0%,#ff9600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff7200 0%,#ff9600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff7200 0%,#ff9600 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff7200 0%,#ff9600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7200', endColorstr='#ff9600',GradientType=0 ); /* IE6-9 */

}

.btn-mine.btn-info:hover
{
	background: #1461e5; /* Old browsers */
background: -moz-linear-gradient(top,  #1461e5 0%, #298eff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1461e5), color-stop(100%,#298eff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1461e5 0%,#298eff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1461e5 0%,#298eff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1461e5 0%,#298eff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1461e5 0%,#298eff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1461e5', endColorstr='#298eff',GradientType=0 ); /* IE6-9 */

}
.btn-mine.btn-info
{
	background: #298eff; /* Old browsers */
background: -moz-linear-gradient(top,  #298eff 0%, #1461e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#298eff), color-stop(100%,#1461e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #298eff 0%,#1461e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #298eff 0%,#1461e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #298eff 0%,#1461e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #298eff 0%,#1461e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#298eff', endColorstr='#1461e5',GradientType=0 ); /* IE6-9 */

}

.btn-mine.btn-success
{
	background: #299a0b; /* Old browsers */
background: -moz-linear-gradient(top,  #299a0b 0%, #2c7c09 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#299a0b), color-stop(99%,#2c7c09)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #299a0b 0%,#2c7c09 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #299a0b 0%,#2c7c09 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #299a0b 0%,#2c7c09 99%); /* IE10+ */
background: linear-gradient(to bottom,  #299a0b 0%,#2c7c09 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#2c7c09',GradientType=0 ); /* IE6-9 */

}

.btn-mine.btn-success:hover
{
	background: #2c7c09; /* Old browsers */
background: -moz-linear-gradient(top,  #2c7c09 1%, #299a0b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2c7c09), color-stop(100%,#299a0b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2c7c09 1%,#299a0b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2c7c09 1%,#299a0b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2c7c09 1%,#299a0b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2c7c09 1%,#299a0b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7c09', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */

}


.feature-icn
{
	width: 23px;
	height: 25px;
	background-image: url(../img/features.png);
	background-repeat: no-repeat;
	float:left;
}
.round-icn
{
	display: block;
	font-size: 20px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	border: 3px solid #52b9e9;
	border-radius: 100px !important;
	margin-top: 10px;
}
.marg-t20
{
	margin-top:20px;
}
.marg-t25
{
	margin-top:25px;
}




/* Circle items */
.chc-item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: default;
}

.chc-info-wrap i {
    color: #a5a5a5;
    float: left;
    font-size: 20px;
    left: 30%;
    line-height: 50px;
    position: relative;
    z-index: 5;
	text-shadow:none;
}

.chc-info-wrap {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFF;
    
    top: 10px;
    left: 10px;
}

.chc-info {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 0 2px #bebebe;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.chc-info > div {
    display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.chc-info .chc-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.chc-info .chc-info-back {
    -webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	box-shadow: inset 0 0 3px rgba(0,0, 0, 0.6);
	-moz-box-shadow: inset 0 0 3px rgba(0,0, 0, 0.6);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0, 0, 0.6);
	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
	opacity: 0;
}


/*.chc-item:hover .chc-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	pointer-events: auto;
	background-color:#f2f2f2;
}*/




.ch-hover:hover .chc-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	pointer-events: auto;
	background-color:#990000;
}


.ch-hover:hover .chc-info-wrap i {
	color:rgba(255,255,255,1);
}


.ch-hover:hover .chc-info {
	box-shadow: 0 0 0 2px #FFF;
}



a.marg-t25
{
	color:rgba(102,0,0,1);	
}
.simple-features 
{
	margin-left:20px;
	margin-bottom:10px;
}
.simple-features li
{
	list-style:disc;
}
.simple-features ul
{
	margin-left:20px;
}





/*Fade Contents*/  
.fade-cnt{
display:none;
}
#rightSide div:first-child
{
display:block;
}
#leftSide a { -webkit-transition:.5s all; }
#leftSide a:hover
{
	color:rgba(255,0,0,1);
	-webkit-transition:.5s all;	
}



.content-box-info h3
{
	margin-bottom:5px;
}
.green-font
{
	color:rgba(0,204,0,1);
}








/*Pricing Table Items Start*/
.bg-lineshade
{
 
	background: url("../img/bg_off.png") repeat scroll 0 0 transparent;
    border: 1px solid #DDDDDD;

    padding: 4px;
	border-radius:2px;
}
.pricing
{
	background-color:rgba(255,255,255,1);
}

.table-overflow
{
	overflow-x:auto;
}
.orange-bg
{
	background: #ffbf26; /* Old browsers */
background: -moz-linear-gradient(top,  #ffbf26 1%, #ffa327 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffbf26), color-stop(100%,#ffa327)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffbf26 1%,#ffa327 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffbf26 1%,#ffa327 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffbf26 1%,#ffa327 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffbf26 1%,#ffa327 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf26', endColorstr='#ffa327',GradientType=0 ); /* IE6-9 */
text-shadow: 0px 1px 3px rgba(211,121,21,.5);
color:rgba(255,255,255,1);
}
.text-cntr
{
	text-align:center;
}
/*Pricing Table Items End*/






/*Price Table*/
.price-head
{
	background: #9f0000; /* Old browsers */
background: -moz-linear-gradient(top,  #9f0000 0%, #7d0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f0000), color-stop(100%,#7d0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9f0000 0%,#7d0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9f0000 0%,#7d0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9f0000 0%,#7d0000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9f0000 0%,#7d0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f0000', endColorstr='#7d0000',GradientType=0 ); /* IE6-9 */

	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	color: #FFF;
	font-size: 15px;
	z-index:999;
}


.price-bgclr1
{
	background: #e4e4e4; /* Old browsers */
background: -moz-linear-gradient(top,  #e4e4e4 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e4e4e4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e4e4e4 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e4e4e4 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e4e4e4 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	padding-top: 15px;
	padding-bottom: 15px;
	color: #000;
	
	
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index:100;
	
}
.price-bgclr1:hover
{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
	
	z-index:100;
	
	-webkit-transform: translate(-0px,-3px);
   -moz-transform: translate(-5px,-15px);
   -o-transform: translate(-5px,-15px);
   -ms-transform: translate(-5px,-15px);
   transform: translate(-5px,-15px);
   
   
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   
   background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e4e4e4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e4e4e4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */

}




.price-bgclr2
{
	
	background: #dbdbdb; /* Old browsers */
background: -moz-linear-gradient(top,  #dbdbdb 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dbdbdb 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dbdbdb 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dbdbdb 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dbdbdb 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000;
}



	.price-bgclr2:hover{
		
	box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
	
	
	-webkit-transform: translate(-0px,-3px);
   -moz-transform: translate(-5px,-15px);
   -o-transform: translate(-5px,-15px);
   -ms-transform: translate(-5px,-15px);
   transform: translate(-5px,-15px);
   
   
   background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f2f2 0%, #dbdbdb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2f2f2 0%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2f2f2 0%,#dbdbdb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2f2f2 0%,#dbdbdb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2f2f2 0%,#dbdbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

	}



.price.simple-features
{
	margin-left:30px;
	margin-top:10px;
}
.price.simple-features li
{
	margin-bottom:15px;
}

.top-pad65{	margin-top:65px; }







.btn-color, .subscribe-btn {
	background: #163c65; /* Old browsers */
background: -moz-linear-gradient(top,  #163c65 0%, #092a4d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#163c65), color-stop(100%,#092a4d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #163c65 0%,#092a4d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #163c65 0%,#092a4d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #163c65 0%,#092a4d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #163c65 0%,#092a4d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163c65', endColorstr='#092a4d',GradientType=0 ); /* IE6-9 */

	border: 1px solid #19497e;

	-webkit-box-shadow: inset 0 1px 1px 0 #9fcee7, 0 2px 0 -1px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 1px 0 #9fcee7, 0 2px 0 -1px rgba(0,0,0,0.2);
	cursor: pointer;
}


.btn-color:hover, .subscribe-btn:hover {
	background: #092a4d; /* Old browsers */
background: -moz-linear-gradient(top,  #092a4d 0%, #163c65 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#092a4d), color-stop(100%,#163c65)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #092a4d 0%,#163c65 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #092a4d 0%,#163c65 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #092a4d 0%,#163c65 100%); /* IE10+ */
background: linear-gradient(to bottom,  #092a4d 0%,#163c65 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#092a4d', endColorstr='#163c65',GradientType=0 ); /* IE6-9 */

}

.portfolio-item-title span
{
	font-weight: 600;
}

.portfolio-item-title p a
{
	font-weight:normal;
	font-style:normal;
	color:#069;
}

.portfolio-item-link span.portfolio-item-hover, .post-item-link span.post-item-hover, .img-hover 
{
	background: rgba(0,0,0,.9)
}



.form-horizontal .control-label {
	text-align:left;
}

























/* Circle items */
.ch-item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: default;
}

.ch-info-wrap i {
    color: #FFFFFF;
    float: left;
    font-size: 28px;
    left: 35%;
    line-height: 80px;
    position: relative;
    z-index: 5;
	text-shadow:0 3px 0 rgba(0, 0, 0, 0.1);
}

.ch-info-wrap {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #666;
    
    top: 10px;
    left: 10px;
}

.ch-info {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 0 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-info > div {
    display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
    -webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	box-shadow: inset 0 0 3px rgba(0,0, 0, 0.6);
	-moz-box-shadow: inset 0 0 3px rgba(0,0, 0, 0.6);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0, 0, 0.6);
	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
	opacity: 0;
}

.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
} 

.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	opacity: 1;
	pointer-events: auto;
}





.ch-info-wrap {
	background:#0896d6;
}


.well
{
	padding:15px;
	background: #163c65; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #163c65 0%, #092a4d 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#163c65), color-stop(100%,#092a4d)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #163c65 0%,#092a4d 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #163c65 0%,#092a4d 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #163c65 0%,#092a4d 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #163c65 0%,#092a4d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#163c65', endColorstr='#092a4d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color:#FFF;
}
.well li
{
	padding:15px;
	background:url(../img/news-qt1.png) no-repeat left top, url(../img/news-qt2.png) no-repeat right bottom;
}






.scrollup {
    width: 40px;
    height: 40px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.5;
    position: fixed;
    bottom: 100px;
    right: 15px;
    display: none;
    text-align: center;
    color: #fafafa;
    font-size: 28px;
    background: #000;
    z-index: 9999;
	-webkit-transition:.5s all;
}
.scrollup:hover {
	background-color:#FFF;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 1;
	-webkit-transition:.5s all;
}
a.scrollup:hover i,a.scrollup:focus i {
    color: #000;
}




.tp-rightarrow.default,.nivo-nextNav {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #000;
    padding-top: 20px !important;
    width: 45px;
    height: 60px;
    text-align: center;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    visibility: visible;
}




.tp-leftarrow.default,.nivo-prevNav {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #000;
    padding-top: 20px !important;
    width: 45px;
    height: 60px;
    text-align: center;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    visibility: visible;
}


.normalwt-head
{
	line-height:23px;
	font-weight:normal;
}

.simple-head
{
	font-style:italic;
}



.black-text-tbl
{
	color:#000;
	background:#ffd9b9;
}

.black-text-tbl thead > tr > th,
.black-text-tbl tbody > tr > th,
.black-text-tbl tfoot > tr > th,
.black-text-tbl thead > tr > td,
.black-text-tbl tbody > tr > td,
.black-text-tbl tfoot > tr > td {
  border-top: 1px solid #ffc08d;
}


.black-text-tbl > tbody > tr:nth-child(odd) > td,
.black-text-tbl > tbody > tr:nth-child(odd) > th {
  background-color: #ffcca3;
}
.black-text-tbl tr td a
{
	color:#0088C9;
}
.black-text-tbl tr td a:hover
{
	text-decoration:underline;
}


.table-hscroll
{
	overflow-y:hidden;
	overflow-x:auto;
}


.sharp-form input[type="text"],.sharp-form textarea,.sharp-form input[type="email"]
{
	background-image:none;
		
}
.sharp-form label
{
	color:#000;
	font-weight:normal;
}

.head-0bottom
{
	margin-bottom:5px;
}





.required-red:after
{
	content:' *';
	color:#900;
}
.required-msg:after
{
	content:'* This field is required';
	color:#900;
}
.required-email:after
{
	content:'* Enter valid email id';
	color:#900;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.responsive-tablescroll
{
	overflow-y:hidden;
	overflow-x:auto;
}

.business-c
{
	padding:20px;
	background-color:#092a4d;
	color:#FFF;
}