/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.signin{
    margin: 0 auto;
    text-align: left;
    width: 250px;
    margin-top:150px;
}

input#name.form-control{
margin-bottom: 15px;
width: 250px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn{
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn{
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

.more-login{
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

.need-help{
	margin-left: 150px;
}

.need-help a{
	color: #fff;
}

.join-community{
	margin-top: 50px;
}
/*.header{
	height: 50px;
	background-color: #0D111F;
}*/ 

video {
  display: block;
}

.background-video {
  width: 100%;
  max-height: 650px;
}

.nopadding{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.padding-left{
	padding-left: 0px !important;
}

.fa.fa-style{
	color: #fff;
    font-size: 2em;
    background-color: #000;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    padding-top: 10px;
}

.right-menu{
	margin-top: 30px;
	font-size: 16px;
    font-weight: 400;
    font-family: "Raleway",sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.right-menu a{
	padding: 15px;
}

.right-menu a{
	color: #000;
	text-shadow:none;
}

.right-menu a:hover{
	color: #000;
	text-decoration: none;
}

.right-menu li:hover{
	border-bottom: 1px solid #000;
}

.header{
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #f7f7f7;
}

.header-content{
	padding-left: 50px;
	padding-right: 50px;
}

.header .header-left{
	font-size: 24px;
	font-weight: bold;
	float: left;
}

.header .header-right{
	float: right;
}

a:focus{
outline: none;
text-decoration: none;
}

.image-section-container{
	position: relative;
	list-style: outside none none;
	overflow: hidden;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.image-section-container #background-image-container{
	position: relative;
	width: 100%;
	min-height: 650px;
	z-index: 998;
	margin: 0px;
	background-color: transparent;
	background-image: url("../img/old.png");
	background-clip: border-box;
	background-origin: padding-box;
	background-size: cover;
	background-attachment: scroll;
	background-position: 0px 50px;
	background-repeat: no-repeat no-repeat;
}

.image-section-container .overlay{
	position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0px;
    width: 100%;
    background-image: url("../img/shadow.png"),url("../img/grid.png");
    background-position: left top, left top;
    background-repeat: repeat-x, repeat;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
}

.image-section-container .overlay-schild{
	position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: url("../img/shadow.png"),url("../img/grid.png");
    background-position: left top, left top;
    background-repeat: repeat-x, repeat;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
}


.image-section-container .overlay-community{
	position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: url("../img/shadow.png"),url("../img/grid.png");
    background-position: left top, left top;
    background-repeat: repeat-x, repeat;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
}

.image-section-container .overlay-restaurant{
	position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: url("../img/shadow.png"),url("../img/grid.png");
    background-position: left top, left top;
    background-repeat: repeat-x, repeat;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
}

.logo{
	width: 150px;
}

.arrow{
	width: 25px;
	margin-top: 25px;
}

/*Wrapper for content to fix in the specified width */
.wrapper{
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	max-width: 1140px;
}



.col-xs-6{
	padding-top: 15px;
}

.fixed-header-left{
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.fixed-header-left a{
	color: #efefef;
	text-decoration: none;
}

.fixed-header-right{
	float: right;
	color: #fff;
}

.right-login{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

ul li{
	display:inline;
	cursor: pointer;
}

.footer .content{
	padding-left: 0px;
	text-align: center;
	    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.content a{
	color: #000;
    text-decoration: none;
    padding: 15px;
}

input {
 	padding:10px;
    text-decoration: inherit;
	height: 45px;
	letter-spacing: 1.5px;
	font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
}

.btn{
	background-image: none;
	border-color: none;
	text-shadow:none;
}

.btn-default{
	
	background-color: #EC1943;
	padding: 6px 20px;
	margin-right: 6px;
	border-radius: 5px;
	color: #FFF;
	border: medium none;
	font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
	border-radius: 0px 5px 5px 0px;
	height: 45px;
	letter-spacing: 1.5px;
	transition: all 0.2s ease-in-out 0s;
}

.btn-default:hover{
	background-color: #EC1943;
	padding: 6px 20px;
	margin-right: 6px;
	border-radius: 5px;
	color: #fff;
	border: medium none;
	font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
	border-radius: 0px 5px 5px 0px;
	height: 45px;
	letter-spacing: 1.5px;
}

.btn-primary{
	background-color: #EC1943;
	padding: 6px 20px;
	margin-right: 6px;
	border-radius: 5px;
	border-color: none;
	color: #fff;
	border: medium none;
	font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
	border-radius: 5px;
	height: 45px;
	letter-spacing: 1.5px;
	transition: all 0.2s ease-in-out 0s;
}

.btn-primary:focus, .btn-primary:hover, .btn-primary:active{
	background-color: #EC1943;
	padding: 6px 20px;
	margin-right: 6px;
	border-radius: 5px;
	border-color: none;
	color: #fff;
	border: medium none;
	font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
	border-radius: 5px;
	height: 45px;
	letter-spacing: 1.5px;
	transition: all 0.2s ease-in-out 0s;
}

.form-control{
	border-radius: 5px 5px 5px 5px;
	height: 45px;
	letter-spacing: 1.5px;
	font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
}

.form-control-left{
	border-radius: 5px 0px 0px 5px;
	text-align: center;
}

.form-control:focus{
	border-color: none;
    outline: none;
    box-shadow: none;
}

.form-inline{
	text-align: center;
}


.search-box{
	margin-top: 50px;
}

.overlay-content{
	text-align: center;
	color: #fff;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
	font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
}

.overlay-content h3{
	margin-top: 175px;
	margin-bottom: 25px;
	    font-family: "raleway",sans-serif;
    font-size: 40px;
    font-weight: 100;
        max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.footer{
	height: 50px;
	background-color: #FFF;
	margin-top: 50px;
}

.footer .top{
	overflow: hidden;
}

.fixed-footer{
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	color: #000;
}

.services{
	background-color: #F1F1F1;
padding-top: 10px;
padding-bottom: 50px;
border-top: 1px solid #E4E4E4;
border-bottom: 1px solid #E4E4E4;
}

.headline{
	margin: 40px 0px;
text-align: center;
font-family: "Source Sans Pro", sans-serif;
}

.desc{
	font-family: "Source Sans Pro", sans-serif;
	color: #000;
}

.headline h1{
	margin-bottom: 60px;
}

.footer .bottom p{
	font-size: 10px;
	font-family: "Source Sans Pro", sans-serif;
}

.contact-section{
	margin-top: 50px;
	margin-bottom: 75px;
}

.description-contact p{
    text-transform: capitalize;
}

.description-contact{
    font-size: 20px;
    line-height: 1.5;
    font-family: "Questrial", sans-serif;
    color: #787878;
}

.contact-heading{
	font-size: 30px;
	font-family: "Questrial",sans-serif;
	margin-bottom: 30px;
}

.send-message{
	padding-right: 50px;
}

/* Modal */

.modal-title{
	text-align: center;
	font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
}

.modal-header{
	border-bottom: none;
	background-color: #F4F4F2;
	border-radius: 5px;
	padding: 7px 15px;
	font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
}

.modal-header h4{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.modal-title{
	margin-left: 50px;
	margin-right: 50px;
	padding: 20px 0px 20px 0px;
	}

.modal-title .label{
	font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
}

.modal-title .fb-connect{
	margin: 0px;
	display: inline-block;
	background-color: #3B5998;
	font-size: 13px;
	color: #FFF;
	height: 40px;
	line-height: 42px;
	border-radius: 3px;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: 1px;
	text-align: center;
	padding-right: 27px;
}

.fb-connect i{
	font-size: 20px;
	background-color: #2B4988;
	padding: 10px 20px;
	margin-right: 8px;
}

.modal-title .google-connect{
	    margin: 0px;
    display: inline-block;
    background-color: rgba(194, 71, 54, 0.85);
    font-size: 13px;
    color: #FFF;
    height: 40px;
    line-height: 42px;
    border-radius: 3px;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 1px;
    text-align: center;
    padding-right: 40px;
}

.google-connect i{
	font-size: 20px;
	background-color: #C24736;
	padding: 10px 19px;
	margin-right: 10px;
}

.modal-dialog{
	background-color: #FFF;
margin: 10% auto 0px;
max-width: 340px;
border-radius: 5px;
}

.more{
	margin-top: 50px;
	margin-bottom: 50px;
}

.more-iot{
	    float: right;
    margin-bottom: 50px;
    margin-top: 50px;
}

.more-contact{
	    margin-top: 25px;
    margin-bottom: 50px;
}


/* content */
.container{
	width: 100%;
}

.row{
	position: relative;
	background-color: #FFF;
	/*margin-right: 40px;
    margin-left: 40px; */
}

.row-content{
	padding-left: 10px;
padding-right: 10px;
margin-right: auto;
margin-left: auto;
box-sizing: border-box;
max-width: 1180px;
}

.row.social{
	margin-left: -15px;
	margin-right: -15px;
}

.row.manual-login{
	margin-left: -15px;
	margin-right: -15px;
}

.row.second{
	background-color: #efefef;
}

.row .data-container-1{
	overflow: hidden;
position: relative;
/*padding: 60px 0px !important; */
}

.row .data-container-1 .heading-1{
	color: #EC1943;
font-family: "Raleway", sans-serif;
font-size: 36px;
display: block;
padding: 60px 0px 25px;
line-height: 1.4;
font-weight: 300;
}

.row.second .data-container-1 .heading-1{
	color: #27AE60
}

.row.third .data-container-1 .heading-1{
	color: #3498DB
}

.row .data-container-1 .description-1{
	display: block;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Questrial", sans-serif;
	color: #787878;
}

.row .device-container-1{
	padding-top: 80px;
}

.row .device-container-1 .image-2{
	background-image: url("../img/helmet.jpg");
	overflow: hidden;
	width: 320px;
	display: block;
	margin: 0px auto;
	padding: 108px 0px;
	position: relative;
	background-size: cover;
}

.row .device-container-1 .image-1{
	background-image: url("../img/rugby.jpeg");
	overflow: hidden;
	width: 320px;
	display: block;
	margin: 0px auto;
	padding: 108px 0px;
	position: relative;
	background-size: cover;
}

/* restaurants */

.intelligent-solutions h2{
	font-family: "raleway",sans-serif;
    font-size: 40px;
    font-weight: 300;
    padding-top:20px;
    padding-bottom: 20px;
    margin-top: 125px;
    text-align: left;
}

.intelligent-solutions p{
	    text-align: justify;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Questrial", sans-serif;
    padding-top: 15px;
    color: #fff;
}

.image-solutions{
	width: 100%;
}

.solution-intro{
	margin: 50px 0 100px 0;
}

.solution-head h3{
	font-family: "raleway",sans-serif;
	font-size: 32px;
	margin-top: 50px;
}

.intelligence h4{
	font-family: "raleway",sans-serif;
	padding-top: 15px;
	font-size: 20px;
	text-align: center;
}

.intelligence p{
    font-size: 18px;
    line-height: 1.5;
    font-family: "Questrial", sans-serif;
    padding-top: 15px;
    color: #787878;
    text-align: center;
}

.iot-intelligence p{
	    font-size: 18px;
    line-height: 1.5;
    font-family: "Questrial", sans-serif;
    padding-top: 15px;
    color: #787878;
    text-align: left;
}

.iot-intelligence h4{
		font-family: "raleway",sans-serif;
	padding-top: 15px;
	font-size: 20px;
	text-align: center;
}

.get-in-touch{
	text-align: center;
    margin-top: 75px;
}

.get-in-touch h3{
	    font-family: "raleway",sans-serif;
    padding-top: 15px;
    font-size: 20px;
}

.button-appear, .button-appear:hover{
	    background-color: #EC1943;
    padding: 15px 25px;
    margin-right: 6px;
    border-radius: 5px;
    border-color: none;
    color: #fff;
    border: medium none;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    border-radius: 5px;
    letter-spacing: 1.5px;
    transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
}

.button-appear-comm, .button-appear-comm:hover{
		    background-color: #EC1943;
    padding: 15px 100px;
    border-radius: 5px;
    border-color: none;
    color: #fff;
    border: medium none;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    border-radius: 5px;
    letter-spacing: 1.5px;
    transition: all 0.2s ease-in-out 0s;
    text-decoration: none;

}

.icon{
	text-align: center;
}

.intelligence-image{
	width: 100%;
	height: 250px;
	margin-top: 50px;
}

.iot-header h3{
	margin-bottom: 15px;
	font-size: 20px;
	font-family: "Raleway",sans-serif;
	text-align: center;
}

.iot-header p{
	font-size: 16px;
    line-height: 1.5;
    font-family: "Questrial", sans-serif;
    color: #787878;
    text-align: center;

}

.schild-features{
	margin-top: 75px;
}

.schild-overview h3{
	font-family: "raleway",sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
}

.schild-overview p{
	font-size: 16px;
	line-height: 1.5;
	font-family: "Questrial",sans-serif;
	color: #787878;
	text-align: justify;
}

.copyright{
	text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-family: "Questrial",sans-serif;
    color: #000;
}

/* about */

.image-section-container #background-image-container-about{
	position: relative;
	width: 100%;
	min-height: 650px;
	z-index: 998;
	margin: 0px;
	background-color: transparent;
	background-image: url("../img/about.jpeg");
	background-clip: border-box;
	background-origin: padding-box;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center !important;
	background-repeat: no-repeat no-repeat;
}

.about{
	    font-size: 16px;
    line-height: 1.5;
    font-family: "Questrial", sans-serif;
    padding-top: 15px;
    color: #787878;
    text-align: justify;
}


/* Products */

.schild{
	width: 350px;
    float: left;
    margin-top: 50px;
}

.cincin{
	    width: 350px;
    float: right;
    margin-top: 50px;
}

.cincin h3, .schild h3{
	    font-family: "raleway",sans-serif;
    padding-top: 10px;
    font-size: 20px;
    text-align: center;
}

/* navbar for all the other pages except home page */


.header .companionmd-navbar-left{
	font-size: 24px;
	font-weight: bold;
	float: left;
	padding-top: 5px;
}

.companionmd-navbar-left > a{
	color: #000;
}

.companionmd-navbar-left > a:hover{
	color: #000;
}

.header .input-group .form-control{
	margin-left: 20px;
	width: 60%;
	border-radius: 25px;
}

.user-info{
	margin-left: 15px;
}

.name{
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

.location{
	font-size: 12px;
color: rgb(109, 109, 109);
margin-top: 5px;
margin-bottom: 15px;
}

/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {


	.overlay-content h3{
		margin-top: 25px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

video{display: none;}

.background-video{
	background-image: url("../img/poster.png");
	height: 650px;
}

	.overlay-content h3{
		margin-top: 25px;
	}
}

@media (max-width: 767px) {

video{display: none;}

.background-video{
	background-image: url("../img/poster.png");
	height: 650px;
}
		.overlay-content h3{
		margin-top: 25px;
	}

}

@media (max-width: 415px) {

video{display: none;}

.background-video{
	background-image: url("../img/poster.png");
	height: 650px;
}
	.overlay-content h3{
		margin-top: 25px;
	}

}

@media (min-width: 200px)  and (max-width: 768px) {

video{display: none;}

.background-video{
	background-image: url("../img/poster.png");
	height: 650px;
}
		.overlay-content h3{
		margin-top: 25px;
	}
    
}