/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

/* Basic CSS starts */

body{
	background: #111;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}

p{
	margin:0;
	padding:0;
}

a{
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none !important;
}

a:hover{
	text-decoration: none;
	color: #fff;
}

a:hover,a:active,a:focus {
	outline: 0;
}

hr{

}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form textarea,
form button,
.btn{
	font-size: 13px !important;
	box-shadow: none !important;
}


form input[type="text"],
form input[type="email"],
form input[type="password"],
form textarea{
	border: 1px solid #aaa !important;
}

.form-group label{
	font-weight: normal;
	font-size: 13px !important;
}

*{
	box-shadow:none !important;
	border-radius:0px !important;
}

/* Background Color*/

.br-red{
	background: #fd4b4b !important;
}

.br-orange{
	background: #ef744e !important;
}

.br-pink{
	background: #eb2bd4 !important;
}

.br-green{
	background: #22da40 !important;
}

.br-blue{
	background: #428bcf !important;
}

.br-lblue{
	background: #47d4e0 !important;
}

.br-purple{
	background: #954bb9 !important;
}

.br-grey{
	background: #f7f7f7;
}

.br-black{
	background: #333;
}

.br-white{
	background: #fff;
}

/* Text Color */
.red{
	color: #fd4b4b;
}

.orange{
	color: #ffa352;
}

.pink{
	color: #eb2bd4;
}

.green{
	color: #22da40;
}

.blue{
	color: #428bcf;
}

.lblue{
	color: #47d4e0;
}

.purple{
	color: #954bb9;
}

.white{
	color: #ffffff;
}

.black{
	color: #666;
}

.grey{
	color: #f7f7f7;
}


/* Background Color on hover with Link Block */

.br-red.box-link:hover{
	background: #ed3131 !important;
}

.br-orange.box-link:hover{
	background: #dd5b33 !important;
}

.br-pink.box-link:hover{
	background: #c108ab !important;
}

.br-green.box-link:hover{
	background: #11b92d !important;
}

.br-blue.box-link:hover{
	background: #2072bf !important;
}

.br-lblue.box-link:hover{
	background: #20bcc9 !important;
}

.br-purple.box-link:hover{
	background: #841cb6 !important;
}

.br-grey.box-link:hover{
	background: #d8d5d5 !important;
}

.br-black.box-link:hover{
	background: #000330 !important;
}

/* Social Media links */


.social{
	margin: 10px 0;
	text-align: right;
}

.social a i{
   display:inline-block;
   width:40px;
   height:40px;
   margin-left: 5px;
   font-size:15px !important;
   line-height:40px;
   text-decoration:none;
   text-align:center;
   color:#fff;
   border-radius: 50px !important;
   -webkit-transition: background 2s ease;
   -moz-transition: background 2s ease;
   -o-transition: background 2s ease;
   -ms-transition: background 2s ease;
   transition: background 2s ease;
}

/* modify ---------------------------------------------------------------------------------------------------*/
.social a.setting i{
	background:#428bcf;
}

.social a.comment i{
	background:#22da40;
}

.social a.task i{
	background:#954bb9;
}

.social a.onoff i{
	background:#f22d0c;
}

/*-----------------------------------------------------------------------------------------------------------*/

.social a:hover i{
   background:#000;
   -webkit-transition: background 2s ease;
   -moz-transition: background 2s ease;
   -o-transition: background 2s ease;
   -ms-transition: background 2s ease;
   transition: background 2s ease;
}

.social a, .social a:hover{
   border:0px;
   text-decoration:none;
}

/* Basic CSS ends */


.wrapper-home,
.wrapper{
	padding-top: 10px;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
}

/* Home page Heading */

.header{
	margin: 25px 0;
}

.header h1{
	display: inline-block;
	margin: 0;
	font-size: 50px;
	letter-spacing: 0.03em;
	font-weight: normal;
}

.header h1 a{
	color: #fefefe;
	border: 0;
}

.header span.sub-header{
	display: inline-block;
	margin-left: 5px;
	color: #777;
	font-size: 22px;
	font-family: 'Open Sans Condensed', sans-serif;
}

/* Search Box  CSS */

.header .search{
	max-width: 250px;
	margin: 12px auto;
	border: 1px dashed #666;
}

.header .search > form > .input-group > input{
	background: #191919;
	font-size: 12px;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	color: #fff;
} 

.header .search > form > .input-group > .input-group-btn > button{
	background: #191919;
	border: 0;
	padding-top: 7px;
	padding-bottom: 7px;
}

.header .search > form > .input-group > .input-group-btn > button i:hover{
	color: #999;
}


/* Home page box css*/

.box{
	color: #fff;
}

.half-width{
	width: 48.8%;
}

.pad{
	margin: 20px;
}

/* additional -----------------------------------------------------------------------------------------------*/

.table-pad{
    margin: 20px;
    overflow-y: auto;
}
/*-----------------------------------------------------------------------------------------------------------*/

.large-box{
	height: 390px;
}

.medium-box{
	height: 230px;
}

.small-box{
	height: 150px;
}

.large-box, .medium-box, .small-box{
	margin-bottom: 10px;
}

.large-box > a,
.medium-box > a,
.small-box > a{
	border: 0 !important;
}

/* additional -----------------------------------------------------------------------------------------------*/

.extra-box{
    height: 550px;
}

.extra-box{
    margin-bottom: 10px;
}

.extra-box, .large-box, .medium-box, .small-box{
	overflow: hidden;
}

.extra-box > a{
    border: 0 !important;
}

/*-----------------------------------------------------------------------------------------------------------*/

.box-link {
	text-overflow: ellipsis;
   -webkit-transition: background 1s ease;
   -moz-transition: background 1s ease;
   -o-transition: background 1s ease;
   -ms-transition: background 1s ease;
   transition: background 1s ease;
}

.box-link a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fefefe;
	text-align: center;
	border: 0;
}

.box-link i{
	display: inline-block;
	line-height: 80px;
	font-size: 50px;
}

.box-link h5{
	margin: 0;
	font-size: 23px;
}

/* Box login form, subscribe, and pricing table Heading CSS */

.sform h5,
.log-in h5,
.ptable h5,
.box h5{
	margin: 0;
	margin-bottom: 20px;
	font-size: 20px;
}

/* Box Weather */

.w-pad{
	margin: 20px;
}

.weather {
	background: #333 url(theme/img/weather.jpg) center center no-repeat;
}

/* Address Block box CSS */

.address{
	text-align: center !important;
}

.address span.c-name{
	display: block;
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: bold;
}

.address p{
	font-size: 13px;
	line-height: 23px;
	color: #bbb;
	margin-bottom: 5px;
}

.address p.num{
	font-size: 14px;
	line-height: 30px;
	color: #ccc;
}

.address p.num a:hover{
	border: 0;
	color: #fff;
}

.address p span.mute{
	color: #ccc;
	font-weight: bold;
}

.address .social{
	text-align: center !important;
}

.address .social a i{
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-left: 0;
	margin-right: 4px;
}

/* box css end*/


/* table CSS */

.table-bordered {
	border-top-left-radius: 14px !important;
}

.table tr th{
	color: #fff;
}

.table,
.table-bordered tr td{
	border: 1px solid #d7d7d7;
}

.table-bordered tr th{
	border: 1px solid #777 !important;
}

.table tr th,
.table tr td{
	font-size: 13px;
}

/* end box css*/

/* Inner Careers page CSS */

.inner-career{
    color: #000;
}

.inner-career .inner-tab {
}

.inner-career .inner-tab ul{
	background: #555;
}

.inner-career .inner-tab .nav-tabs li{
	margin-bottom: 0;
}

.inner-career .inner-tab .nav-tabs li a{
	margin-right: 0;
	font-size: 13px;
	border: 0 !important;
}

.inner-career .inner-tab .nav-tabs .active a{
	background: #444;
	color: #fff;
	border: 0 !important;
}

.inner-career .inner-tab .nav-tabs li a:hover{
	background: #444;
	border:0 !important;
}

.inner-career .inner-tab .tab-content{
	color: #555;
}

.inner-career .form-horizontal .checkbox-list{
	padding-left: 5px;
}

/* Inner page CSS end */

/* Footer Copy right CSS */

.footer{
	color: #fff;
	margin: 20px 0;
}

.footer .copy-right{
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.footer .copy-right a:hover{
	border: 0;
	color: #fff;
}


/* Additional Link Color for pages */

.address p.num a,
.footer .copy-right a{
	color: #d9d9d9;
}

/* Responsive CSS */

/* Mobile phones */

@media (max-width: 480px){
    
	/* Inner pages */
	
}

@media (max-width: 550px){
	
	/* Inner pages */
	
}

/* Tablets */
@media (max-width: 767px){
    
	.container{
		max-width: 450px !important;
	}
	
	.wrapper-home{
		max-width: 550px !important;
		margin: 0 auto;
	}
	
	.header,
	.header .social{
		text-align: center !important;
	}
	
	.header .social{
		margin-top: 20px;
	}
	
	/* Inner pages */
		
}

/* Desktop */
@media (max-width: 991px){
	
	.box{
		margin-bottom: 0px;
	}
	.box, .extra-box, .large-box,
	.medium-box, .small-box{
		height: auto !important;
	}
	
	/* inner Pages */
	
}

@media (max-width: 1199px){
	
	.form-group label{
		display: none !important;
	}
    
    label.checkbox{
        display: inherit !important;
    }
	
	/* inner pages */

}