/* basic */
body {
     font-family: 'Ubuntu', sans-serif;
     font-weight: 400;
     color: #333;
     background-color: #fefefe;
     line-height: 160%;
}
.font-thin{
	font-weight: 300;
	color: #666;
}
.font-bold{
	font-weight: 700;
	color: #111;
}
.white{
	color: #fff !important;	
}
.white>small{
	color: #eee;	
}
.blackol{
	background-color: rgba(0,0,0,0.5);
	color: #fff !important;
}
.whiteol{
	background-color: rgba(255,255,255,0.5);	
	color: #000 !important;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.form-control{
	border-radius: 0px;
}
.toprow{
box-shadow: 0px 0px 5px rgba(0,0,0,0.2);position: relative;z-index: 2;
}
/* -----------------------------------------------------*/


/* -----------------------------------------------------*/

/*Body Content*/
.main{
	padding-top: 50px;
	padding-bottom: 50px;
}
.carousel-caption {
    background-color: rgba(0,135,232,0.5);
    text-align: center;
    width: 35%;
    padding:50px;
    left: 10%;
    bottom: 0%;
    margin-bottom: 0px;
    text-align:left;
    height: 100%;
	-ms-transform: skewX(15deg); /* IE 9 */
    -webkit-transform: skewX(15deg); /* Safari */
    transform: skewX(15deg); /* Standard syntax */
}
.carousel-caption>h3,.carousel-caption>a{
    margin: 0px;
    -ms-transform: skewX(-15deg); /* IE 9 */
    -webkit-transform: skewX(-15deg); /* Safari */
    transform: skewX(-15deg); /* Standard syntax */
}
.carousel-caption>h3>small{
    color: #fff;
    font-size: 0.8em;
}
.intro{
	background-color:#111266;
	color:#fff;
	box-shadow: 0px 2px 5px #999;
}
.intro .about{
	padding-top: 30px;
	padding-bottom: 30px;

}
.blocks{
	margin-top: 50px;
}
.intro .about p{
	font-size: 16px;
}
.ocarousel{
	padding-top: 30px;
	padding-bottom:30px;
	background-color: #fff;
	box-shadow: 0px 2px 5px #999;
}
.media-list{
	padding: 5px;
	padding-top:10px;
	background-color: #000;
}
li.media{
	cursor: pointer;
	margin: 0px !important;
	padding: 5px;
}
li.media:hover{
	background-color: #333;
}
li.media .media-object{
	width: 120px;
}
.mzcover{
	width: 120px;
}
.panel{
	border-radius: 0px;
	border:none;
}

.panel-default>.panel-heading{
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0px;
}
.panel-default>.panel-heading>h3{
	font-size: 22px;
	margin:0px
}
.panel-default>.panel-body{
	background-color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	border:none;
}
.des{
	padding-left: 10px;
	padding-right: 10px;
}
.testimonial p{
	font-size: 13px !important;
	line-height: 18px;
}
.testimonial .tm{
	padding: 20px;
	background-image: url('../images/tm.png');
	background-size:100% 100%;
}
.testimonial .tm1{
	padding: 20px;
	background-image: url('../images/tm1.png');
	background-size:100% 100%;
}

.testimonial .tm2{
	padding: 20px;
	background-image: url('../images/tm2.png');
	background-size:100% 100%;
}

.testimonial .tm3{
	padding: 20px;
	background-image: url('../images/tm3.png');
	background-size:100% 100%;
}

.testimonial img{
	border-radius: 50px;
	border:5px solid #fff;
}
.testimonial .media{
	position: relative;
	bottom: 25px;
	background-image: url('../images/calot.png');
	background-size:100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 20px;
}
.testimonial h2{
	margin-top: 40px;
	margin-bottom: 20px;
}
.blue{
	color: #E67817;
}
.media img{
	width: 75px !important;
}
.searchpane{
	background-color:#eee;
	margin-top:10px;
	padding:10px;
}
.searchpane>div{
	background-color:#fff;
	padding:5px;
	padding-bottom:10px;
}
.searchpane h3{
	 margin:0px;
	 padding:5px;
}
.products>.panel-heading{
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0px;
}
.products>.panel-heading>h3{
	font-size: 22px;
	margin:0px
}
.products .media{
	border-bottom:1px solid #ddd;
}
.products td{
	font-size: 16px;
}
.footer{
	background-color: #111266;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer h4{
	padding: 15px;
}
.footer .links{
	padding: 20px;
}
.footer .links a{
	color: #fff;
	font-size:14px;
	padding: 15px;
}
.footer .social img{
	width:50px;
}
.footer .social a{
	margin: 15px;
}
.copy{
	background-color: #373737;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 5px;
}
.mq{
	height:320px;overflow:hidden;
}
.mq marquee{
	height:320px;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.menu{
		text-align: right;
	}
.menu a{
	transition: all 0.6s;
	display: inline-block;
	color: #333;
	font-size:16px;
	padding: 10px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 5px;
}
.menu a:hover{
	transition: all 0.4s;
	background-color: #fff;
	color: #1C1D8A;
	font-size:16px;

	padding: 10px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 5px;
	text-decoration: none;
}

	li.media .media-object{
		width: 100px;
	}
	.mzcover{
		width: 80px;
	}
	.lm{
		width: 100%;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	.subscribe h3{
		font-size: 1.5em !important;
	}
	.products h3.newsfeed{
		font-size: 1.5em !important;
	}
	.join h1{
		font-size: 2.6em;
	}
	.join{
		text-align: center;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

.logo{
	text-align: center;
}

.logo img{
	width: 200px;
}
		.menu{
			font-size:16px;
			padding:5px;
			text-align: center;
		}
		.menu a{
			transition: all 0.6s;
			display: inline-block;
			color: #333;
			font-size:16px;
			padding: 10px;
			padding-left: 6px;
			padding-right: 6px;
			border-radius: 5px;
		}
		.menu a:hover{
			transition: all 0.4s;
			background-color: #fff;
	color: #1C1D8A;
			font-size:16px;

			padding: 10px;
			padding-left: 6px;
			padding-right: 6px;
			border-radius: 5px;
			text-decoration: none;
		}
	li.media .media-object{
		width: 100px;
	}
	.mzcover{
		width: 80px;
	}
	.lm{
		width: 100%;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
	.mzcover{
		width: 170px;
	}
	.subscribe{
		margin: 10px;
	}
	.mq{
		height:240px;overflow:hidden;
	}
	.mq marquee{
		height:240px;
	}
	.footer *{
		text-align: center !important;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.footer *{
		text-align: center !important;
	}

	.join{
		text-align: center;
	}
	.carousel-caption {
	    background-color: rgba(0,0,0,0.2);
	    text-align: center;
	    width: 100%;
	    left: 0%;
	    bottom: 0%;
	    margin-bottom: 0px;
	    text-align:left;
	    padding: 5px !important;
	}
	.carousel-caption>h3{
	    margin: 0px;
	    font-size: 1.2em;
	}
	.carousel-caption>h3>small{
	    color: #fff;
	    font-size: 0.8em;
	}
	.menu-icon{
		margin-top: 0px;
	}

	.footer .links a{
		display: inline-block;
		color: #fff;
		font-size:14px;
		padding: 5px;
	}

	.mzcover{
		width: 150px;
	}
	.menu a{
		display: block;
		color: #111266;	
		border-bottom: 1px solid #eee;	
		font-size:16px;
		padding: 10px;
		border-radius: 0px;
	}
	.menu a:hover{
	padding: 10px;	
	}
	.menu{
		display: none;
		background-color: #fff;
		font-size:16px;
		padding: 10px;
		text-align: center;
	}
	.sub-menu a{
		display: block;
		color: #fff;
		font-size:14px;
		padding: 10px;
	}
	.sub-menu a.main-menu{
		display: none;
		color: #fff;
		font-size:14px;
		padding: 10px;
	}
	.intro{
		padding-bottom: 10px;
	}
	.slmsg{
		background-color: #111266;
		color: #fff;
		padding: 20px;
	}
	.slmsg h3 small{
		color: #fff;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}


.menu a,
a.login {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: #1C1D8A;
    font-size: 1.2em;
}
a.login {
    padding: 30px;
    border-right: 2px solid #525D63;
}
.menu a:hover,
a.login:hover,
a.active {
    background-color: #fff;
    color: #FF4925;
    text-decoration: none;
}
.menu-icon span {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 20px;
    color: #FF4925;
}
.affix {
    top: 0;
    width: 100%;
    box-shadow: 0px -2px 10px #000;
    z-index: 999;
}
.affix h3 {
    margin-top: 10px;
    padding-top: 0px;
}
h3 {
    margin-top: 10px;
    padding-top: 0px;
}
.affix + .container {
    padding-top: 50px;
}
.searchbox {
    margin: 50px;
    margin-top: 200px;
    padding: 50px;
    background-image: url('../images/blackol.png');
}

@media screen and (min-width: 992px) {
    .menu-icon {
        display: none;
    }
    .submenu,.subsubmenu {
        position: absolute;
        z-index: 5;
        opacity: 0;
        background-color: #fff;
        background-repeat: repeat-x;
        background-size: auto 100%;
        padding-bottom: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .submenu{
        box-shadow: 2px 2px 5px #333;
    }
    .subsubmenu{
        box-shadow: 2px 2px 10px #333;
        background-color: #fff;
    }
    .submenu a ,.subsubmenu a{
        display: block;
        padding: 10px;
        margin: 0px;
        color: #1C1D8A;
        font-size: 1em;
    }
    .submenu a:hover {
        background-color: #fff;
        color: #FF391D;
    }
    .subsubmenu a:hover {
        /*background-color: #ED3237;*/
        color: #FF391D;
    }
}
@media screen and (max-width: 991px) {
    .menu {
        display: none;
        background-color: #fff; 
        color: #333;
    }
    .logo {
        padding: 10px;
    }
    .logo .col-md-6,.logo .text-right{
      text-align: center;
    }
    .menu a {
        display: block;
        padding: 10px;
        background-color: #fff;
        margin: 0px;
    }
    .searchbox {
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px;
    }
    .welcome {
        padding: 20px;
    }
    .logo {
        padding-left: 10px;
        padding-right: 10px;
    }
   .submenu {
        display: block;
        padding-right: 20px;
    }
    .submenu a {
        display: block;
        padding: 10px;
        margin: 0px;
        padding-left: 20px;
        font-size: 1em;
    }
    .blog {
        padding: 30px;
    }
    .blog .img-responsive {
        margin-left: auto;
        margin-right: auto;
    }
    .footer * {
        text-align: center;
    }
}
@media screen and (max-width: 991px) {
    .menu {
        position: fixed;
        height: 90%;
        top: 10%;
        z-index: 999;
        overflow: auto;
    }
    .toprow .text-right{
        text-align: left !important;
    }
    .submenu,.subsubmenu{
        display: none;
    }
    .subsubmenu{
        padding-left:20px;
    }
}
