/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 Jan, 2017, 9:31:35 PM
    Author     : Rovin D'Souza
*/

/**********************************************
General Style section
***********************************************/
.wrap {
	margin: 0 auto;
}

.breadcrumb > li + li:before {
	color: #ccc;
	content: "> ";
	padding: 0 5px;
  }


.main-panel {
	background-image: url("../img/contemporary_china.png");
	overflow-y: scroll;
	min-height: 100vh;
	/* height: 100vh; */
}

/**********************************************
Mobile Nav Style section
***********************************************/
.off-canvas-content .title-bar {
	background-color: #222;
	color: #EEE;
	height: 60px;
	padding: 17px 0px;
}

.off-canvas {
	background-color: #222;
}

.off-canvas .menu a {
	width: 100%;
	border: 0;
	outline: none;
}

.off-canvas .menu a:hover {
	font-weight: bold;
}

.off-canvas-content .title-bar-right .menu {
	height: 100%;
}



/**********************************************
Nav Style section
***********************************************/
.navbar {
	border: 0;
	z-index: 9999;
	letter-spacing: 4px;
}

.logo {
	display: block;
	height: auto;
	width: 52px;
	padding-top: 5px;
	margin-right: 15px;
}


.navbar .nav>li>a {
	line-height: 50px;
}

.navbar-header h1 {
	letter-spacing: 1px;
	color: black !important;
	font-family: 'Lobster Two', cursive;
}

.navbar li a, .navbar {
	color: black !important;
	font-size: 12px;
	transition: all 0.6s 0s;
}

.navbar-toggle {
	background-color: transparent !important;
	border: 0;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
	color: red !important;
}

/*  */


.nav-desktop .menu-desktop {
	line-height: 40px;
	background-color: transparent;
}

.nav-desktop a {
	display: inline-block;
}

.menu>li>a {
	display: inline-block;
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	color: whitesmoke;
}

.menu.networker_menu>li>hr#divider_primary {
	margin-top: 0 auto;
}

.menu>li>a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.header_menu {
	background-color: #fffdf7;
	background-image: url("../img/seigaiha.png");
}

.header_menu.wrap.row {
	display: inline-block;
}

.header_menu p {
	margin: auto;
	line-height: 40px;
	color: #0a2342;
}

.header_menu p:hover {
	font-weight: bold;
}

.header_menu hr {
	border-bottom: 10px solid rgba(255, 255, 255, 0.2);
	margin: 0px 0px;
}

.title-bar {
	background-color: #9EBC9F;
	color: #222;
}

.menu-icon {
	box-shadow: #222;
	color: #222;
	border-bottom-color: #222;
}

.networker_menu a {
	width: 100%;
}

.android_menu a {
	width: 100%;
}

.left-panel {
	background-color: #222;
	min-height: 100vh;
	/* height: 100vh; */
}

.right-panel {
	background-color: #222;
	min-height: 100vh;
	/* height: 100vh; */
}

hr.solid {
    border-top: 2px solid #999;
}

/**********************************************
Hero Style section
***********************************************/
.hero {
	background-color: grey;
	padding-top: 20px;
	background-image: url("../img/bg_android.png");
}

.main_divider {
	height: 5px;
}

.hero h1, .hero p {
	color: rgba(5, 5, 5, 0.9);
}

.android_app_hero {
	background-image: url(../img/bg_code_1.png);
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.8);
}

.android_app_hero p, h1 {
	width: 100%;
	color: #222;
}

.android_app_hero p {
	font-size: 15px;
	text-align: right;
}

.android_app_hero img {
	padding-bottom: 20px;
}

/**********************************************
Main Style section
***********************************************/
.main {
	padding: 80px 0px;
}

.android_app_icons {
	height: 100px;
	align-content: center;
	vertical-align: middle;
}

.thumbnail {
	height: 150px;
	width: 300px;
	position: relative;
	overflow: hidden;
	border-width: 2px;
	border-color: rgba(59, 59, 59, 0.2);
	box-shadow: 1px 1px 5px rgba(59, 59, 59, 0.2);
}

.thumbnail:hover {
	border-color: rgba(59, 59, 59, 0.5);
	box-shadow: 3px 3px 5px rgba(59, 59, 59, 0.5);
}

.thumbnail img {
	width: 100%;
	overflow: no-display;
}

.thumbnail div {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.4;
}

.thumbnail p {
	position: absolute;
	top: 50%;
	left: 0;
	color: black;
	background-color: whitesmoke;
	width: 100%;
	vertical-align: central;
	text-align: center;
	transform: translateY(-50%);
	/* doesn't work in IE9 and older I'm affraid */
	margin: 0;
}

ol.breadcrumb ol{
	color: #000;
  }

  ol.breadcrumb li.breadcrumb-item a{
	color: #020202
	}
	
.thumbnail:hover p {
	background-color: black;
	color: whitesmoke;
	font-weight: bold;
}

.navigation_sections p {
	background-color: #222;
	color: whitesmoke;
	text-align: center;
}

.navigation_sections:hover p {
	background-color: #3adb76;
	color: #222;
	text-align: center;
}

.navigation_sections:hover img {
	opacity: 0.6;
}

.button_description tr td {
	border: 1px solid #dddddd;
	text-align: left;
	width: auto;
}

.button_description tr {
	box-shadow: 5px 5px 3px rgba(136, 136, 136, 0.7);
	border: 1px solid #dddddd;
	text-align: left;
}

.button_description img {
	height: 50px;
	min-width: 50px;
}

.button_description p {
	text-align: left;
}

#text_figure_label, #text_figure_label u {
	text-align: center;
	width: 100%;
	text-align-last: center;
}

textarea
{
	height: 150px;
    border: none; 
    resize: none   
}

/**********************************************
Footer Style section
***********************************************/



/**********************************************
Media  query
***********************************************/
@media ( max-width : 700px) {
	.nav-desktop {
		display: none;
	}
	.header_menu {
		display: none;
	}
	.logo h1 {
		display: none;
	}
	.content {
		background-color: #222;
	}
	.left-panel {
		display: none;
	}
	.right-panel {
		display: none;
	}
	#logo_only {
		display: none;
	}
}