@charset "utf-8";
/* CSS Document */

.myjumbotron {
    background-color: #0a4089;
    color: #FFF;
	border-radius: 0 !important;
}
.myhead {
    margin-top: 60px;
	margin-left:100px;
    margin-bottom: 10px;
	font-size: 25px;
	width:50%;
	color:#337AB7;
}
/*
blockquote {
    margin: 85px auto 30px;
    border: 0px none;
    width: 100%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.23);
    border-radius: 2px;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    position: relative;
}
*/
.bkquote {
    margin: 85px auto 30px;
    border: 0px none;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    position: relative;
}
.my-welcome-header {
    padding-bottom: 9px;
    margin: -3px -3px 15px;
    border-bottom: 1px solid #EEE;
}
.my-p {margin: -24px 0px 10px;}
.featured-panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.featured-panel-body {
    padding: 0;
}
.featured-panel-box {
    padding: 5px;
}
.featured-panel-img-bottom-curve {
    border-radius:0 0 4px 4px;
}
.featured-panel-img-top-curve {
    border-radius:4px 4px 0 0;
}
.featured-panel-img-all-curve {
    border-radius:4px 4px 4px 4px;
}
.featured-title-container-curve{background-color:rgba(0,0,0,0.7);position:absolute;border-radius:0 0 4px 4px;min-height:50px; width:100%; }
.featured-title-container{background-color:rgba(0,0,0,0.7);position:absolute;border-radius:0 0 0 0;min-height:50px; width:100%; }
.feature-title{font-size:15px;color:#fff}
.feature-title:hover{text-decoration:underline}

/*
 -----------------------
 Box Button
 --------------------
*/
.catname {
	border-radius: 3px 3px 0 0;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);	
	margin-left:12px;
    position: relative;
    top: -15px;
    z-index: 99;
    overflow: hidden;
	display: inline-block;
}

.catname-btn {
    border-radius: 2px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    color: #FFF;
    display: block;
    font: 900 14px/30px "Roboto",sans-serif;
    height: 30px;
    padding: 0px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
a.catname-btn:hover {
    color:#FFF;
    text-decoration: none;
	cursor:default;
}
.btn-purple{
	background-color:#9c27b0;
}

.btn-orange{
	background-color: rgba(255, 4, 4, 0.8);/*#ff5722 #db4632*/
}

.btn-spink{
	background-color:#e91e63;
}

.btn-gray{
	background-color:#607d8b;
}

.btn-green{
	background-color:#cddc39;
}

.btn-dorange{
	background-color:#f44336;
}

.btn-pink{
	background-color:#e91e63;
}

.btn-lorange{
	background-color:#f44336;
}

.section-title h2 {
    margin: 0px 10px 0px 0px;
    float: left;
    border-left: 5px solid rgba(255, 4, 4, 0.75);
    padding: 0px 10px;
	color:#0b3f8a;
}

/*
 -----------------------
 Box Shadow
 --------------------
*/
.box-shadow-final{box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);}
.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}
.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}
.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}
.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}
.box-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}
.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}
/*
 -----------------------
 Boxes Style
 --------------------
*/
.color-box{
	margin: 20px 0;
	padding-left:17px;
}
.color-box p.extra{
	padding-top:5px;
}
.color-box strong{
	font-size:16px;
	padding-right:5px;
}
.color-box .shadow{
	margin:0;
}
.info-tab{
	width:36px;height:50px;
	float:left;
	margin-left:-21px;
	position:relative;
	top:6px;
	background:url("../images/sprite.png") no-repeat;
}
.note-box, .warning-box, .tip-box{
	padding:20px 15px 15px 25px;
}
.note-box{
	color:#144261;
	background:#d5e9f6;
}
.warning-box{
	color:#913944;
	background:#ecd2d7;
}
.tip-box{
	color:#2e5014;
	background:#d5efc2;
}
.green-box, .sky-box, .gray-box, .red-box{
	color:#000000;
	margin-top:15px;
	padding:10px;
}
.green-box{
	background-color: #E9F6F5;
	border: 1px solid #A9CAC6;

}
.sky-box{
	background-color: #F2F7FA;
	border: 1px solid #8FB5C0;
}
.gray-box{
	background-color: #F1F1F1;
	border: 1px solid #E4E4E4;
}
.red-box {
    background: #FFECEC;
    border: 1px solid #CD949A;
}
/*
.alert{
	color: #C09853;
	background: #FCF8E3;
	border-bottom: 4px solid #FBEACA;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert p{
	padding: 0;
}
.alert code{
	color: #a26c0d;
}
*/
.hint{
    margin-bottom: -7px;
}
.tutorialbox .unordered-list-demo ul,
.tutorialbox .ordered-list-demo ul{
	padding-left:40px;
}
.tutorialbox .unordered-list-demo ul{
	list-style-type: disc; 
}
.tutorialbox .ordered-list-demo ul{
	list-style-type: decimal;
}
.tutorialbox .unordered-list-demo ul li, 
.tutorialbox .ordered-list-demo ul li{
	padding:0;
	background:none;
}
.tutorialbox .definition-list-demo dl{
	margin-top: -4px;
}
.tutorialbox .definition-list-demo dt{
	padding-top: 4px;
}
.tutorialbox .definition-list-demo dd{
	margin-left:40px;
	padding: 4px 0 0;
}
.shadow{
	background:#F7F8F9;
	padding:3px;
	margin:10px 0;
}
/*
 -----------------------
 Icons Style
 --------------------
*/
.sprite{
	background:url("../images/sprite.png") no-repeat scroll 0 0 transparent;;
}
.note-icon{
	background-position:0 0;
}
.warning-icon{
	background-position:0 -60px;
}
.tip-icon{
	background-position:0 -120px;
}
/*
 -----------------------
 Footer
 --------------------
*/
.contact-container
{
	background-color: #d74a2d;
    width: 100%;
	color:#000;
	border:#000 0px solid;
	font-size:21px;
	padding:30px;
	text-align:center;
	height:100px;
}

.contact-container a
{
	color:#000;
}
.footer-container
{
	background:url(../images/bg.jpg);
    width: 100%;
	color:#999999;
	padding-top:30px;
	border-bottom:#000 1px solid;
}
.footer-container a
{
	color:#828282 !important;
}
.footer-container a:hover
{
	color:#fff !important;
}
.footer-container-two
{
	background-color:#454545;
    width: 100%;
	color:#999999;
	min-height:70px;
	padding-top:30px;
}
.footer-container-two a:hover
{
	color:#fff !important;
}
.footer-container h4{
	color:#FFF;
}
.ts-widget-content li {
    width: 100%;
    border-bottom: 0px solid #444;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ts-widget-content ul{
    list-style: outside none none;
	    margin: 0;
    padding: 0;
	overflow: auto;
}

.ts-widget-content address {
    margin: 0px;
}

.ts-widget-content li i {
 float:left;
 width: 30px;
 height: 50px;
 font-size: 20px;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

.video { position: relative; }

.video a {
   position: absolute;
   display: block;
   background: url(../images/play-mq.png);
   height: 34px;
   width: 50px;
   top: 40%;
   left: 40%;
}

.media-panel {
    margin-bottom: 20px;
    background-color: #FFF;
    position: relative;
}

.list-group-item-sub {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
/*
	calculation history style
*/
.calc-history .title {
	margin-top: 60px;
	color: #337AB7;
}

.calc-history .value {
	display:table;
	width:100%;
}

.calc-history .value .heading {
	background-color: rgba(0,0,0,0.1);	
}

.calc-history .value .rows {
	display: table-row;
}

.calc-history .value .rows.total {
	background: rgba(0,0,0,0.1);
}

.calc-history .value .cell {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}

.client-info div{
	width: 100%;
    padding: 5px 5px;
    height: 40px;
}
.client-info div p{
	display: inline;
}

.client-info div input {
    width: 60%;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
    display:inline;
}

.client-info .button {
	margin-top: 15px;
    width: 81%;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 18px;
}

/*
 -----------------------
 inner banner
 --------------------
*/
.ts-inner-main-banner{width:100%;height:270px;float:left;background:#096;text-align:center;padding:76px 0;box-sizing:border-box;-webkit-box-sizing:border-box;}
.inner-title{text-align:center;margin-top: 90px;}
.ts-inner-main-banner h1{color:#fff;font-size:48px;margin:0px;font-weight:500;}
.ts-inner-main-banner .breadcrumb{background:none;border-radius:0px;list-style:outside none none;margin:18px 0 0 0;padding:0px;color:#fff;}
.ts-inner-main-banner .breadcrumb>li+li::before{content:"\f105";font-family:FontAwesome;padding:0 10px}
.ts-inner-main-banner .breadcrumb a{color:#fff;}
.top-banner-bg{background:url(../images/inner_bar2.jpg) no-repeat top center;background-size:cover;}
/*#owl-demo img{height:700px;}*/
#owl-demo .item img{display:block; width:100%; height:auto;}
.header-img {position:absolute; z-index:999; top:150px; right: 0px;}
@media only screen and (max-width:480px) {.header-img {position:absolute; z-index:999; top:50px; right: 0px; display:block; width:70%;} }
@media screen and (min-width:481px) and (max-width:768px){.header-img {position:absolute; z-index:999; top:140px !important; right: 0px; display:block; width:35%;} .navbar-header {margin: 0 10px 0 0; width: 28% !important;}}
@media screen and (max-width: 1024px) and (orientation: landscape) {.header-img {position:absolute; z-index:999; top:150px !important; right: 0px; display:block;width:35%;} }
@media only screen and (max-width:1280px) {.header-img {position:absolute; z-index:999; top:50px; right: 0px; display:block;width:35%;} }
@media only screen and (max-width:1440px) {.header-img {position:absolute; z-index:999; top:153px; right: 18px;width:35%;}  }
@media screen and (max-width: 600px) and (orientation: portrait) {.header-img {position:absolute; z-index:999; top:100px !important; right: 0px; display:block; width:35%;}.navbar-header {margin: 0 10px 0 0; width: 100% !important;}}
@media screen and (max-width: 384px) and (orientation: portrait) {.header-img {position:absolute; z-index:999; top:70px !important; right: 0px; display:block; width:50%;}}
@media screen and (max-width: 320px) and (orientation: portrait) {.header-img {position:absolute; z-index:999; top:50px !important; right: 0px; display:block; width:35%;}}
@media screen and (max-width: 640px) and (orientation: landscape) {.header-img {position:absolute; z-index:999; top:100px !important; right: 0px; display:block; width:35%;}.navbar-header {margin: 0 10px 0 0; width: 100% !important;}}
@media screen and (max-width: 736px) and (orientation: landscape) {.header-img {position:absolute; z-index:999; top:100px !important; right: 0px; display:block; width:35%;}.navbar-header {margin: 0 10px 0 0; width: 100% !important;}}
@media screen and (max-width: 800px) and (orientation: portrait) {.header-img {position:absolute; z-index:999; top:135px !important; right: 0px; display:block; width:40%;}.navbar-header {margin: 0 10px 0 0; width: 28% !important;}}
@media screen and (min-width:320px) and (max-width:767px){.navbar-header {margin: 0 10px 0 0; width: 100% !important;}}
@media screen and (min-width:769px) and (max-width:991px){.header-img {position:absolute; z-index:999; top:140px !important; right: 0px; display:block; width:35%;} .navbar-header {margin: 0 10px 0 0; width: 28% !important;}}
@media screen and (min-width:768px) and (max-width:991px){header .nav > li > a {padding: 14px 14px !important;}
.navbar-header{width:25% !important;}
#myTab > li > a {
    padding: 3px 0 !important;
}
}
@media screen and (min-width:992px) and (max-width:1199px){#myTab > li > a {padding: 5px 0 !important;}}
@media screen and (min-width:320px) and (max-width:991px){#myContento {display:none;}}
@media screen and (min-width:320px) and (max-width:767px){}

.move-top {height:70px; left:0; line-height:70px; margin:34px auto 0; position:absolute; right:0; text-align:center; transform:rotate(45deg); width:70px; line-height:70px; display:none;}
.bg-color {background:#d74a2e; display:none;}