.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: 0
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none
}

.flexslider {
	margin: 0;
	padding: 0
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden
}

.flexslider .slides img {
	width: 100%;
	display: block
}

.flex-pauseplay span {
	text-transform: capitalize
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

html[xmlns] .slides {
	display: block
}

* html .slides {
	height: 1%
}

.no-js .slides>li:first-child {
	display: block
}


/* =Global
-------------------------------------------------------------- */
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

body {
	overflow-x: hidden;
	background: #eacecf
		/*url(../images/5.jpg) no-repeat*/
	;
	background-attachment: fixed;
	background-size: cover;
	text-align: justify;
}

body,
button,
input,
select,
textarea {
	color: #3F3F3F;
	font-size: 15px;
	font-size: 1.35rem;
	line-height: 1.7;
	letter-spacing: 1;
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Box-sizing */
*,
*:after,
*:before,
#menubar-search * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix */
#container:after,
#header:after,
.title-entry:after,
#main:after,
#primary-navigation:after,
#topbar:after,
.clearfix:after {
	clear: both;
	content: "";
	display: table;
}

.clear {
	clear: both;
	display: block;
}

/* Fancybox */
#fancybox-wrap,
#fancybox-wrap * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#fancybox-wrap table {
	background: transparent;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	font-weight: normal;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
	margin: 0;
}

h1 {
	font-size: 34.03px;
	font-size: 3.403rem;
}

h2 {
	font-size: 24.27px;
	font-size: 2.427rem;
}

h3 {
	font-size: 21.03px;
	font-size: 2.103rem;
}

h4 {
	font-size: 15.00px;
	font-size: 1.500rem;
}

h5 {
	font-size: 12.00px;
	font-size: 1.300rem;
}

h6 {
	font-size: 09.27px;
	font-size: 0.927rem;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 1em 0;
}

/* Links */
a {
	color: #21759b;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

a:hover,
a:focus,
a:active {
	color: #d54e21;
}

/* Screen reader text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* Tables */
table {
	background: #fff;
	border: 1px solid #eee;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 1.5em;
	width: 100%;
}

table caption {
	background: #333;
	color: #ddd;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.6em;
	text-transform: uppercase;
}

th,
td {
	padding: 0.4em 0.6em;
}

th {
	background: #e5e5e5;
	border: 1px solid #d5d5d5;
	text-align: left;
}

td {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	color: #656565;
}

tr:nth-child(2n+1) td {
	background: #fafafa;
}

/* Text elements */

abbr[title] {
	border: 0;
}

blockquote {
	color: #999;
	font-family: georgia, serif;
	font-size: 0.85em;
	line-height: 1.9;
	margin: 2em 0 2em 1.5em;
	min-height: 2.5em;
	padding-left: 3.5em;
	position: relative;
}

blockquote:before {
	color: #777;
	content: '“';
	font-size: 80px;
	font-size: 8rem;
	line-height: 0.85;
	position: absolute;
	top: 0;
	left: 0;
}

blockquote cite {
	color: #555;
	display: block;
	margin-top: 0.5em;
	text-align: right;
}

p {
	margin: 1em 0;
}

dt {
	font-weight: bold;
}

dd {
	font-size: 0.9em;
	font-style: italic;
}

ul,
ol {
	margin: 0 0 1em 0;
	padding-left: 2em;
}

li>ul,
li>ol {
	margin-bottom: 0;
}

pre {
	background: #fff;
	border: 1px solid #e5e5e5;
	font-size: 0.9em;
	padding: 0.75em;
}


/* =Structure
-------------------------------------------------------------- */

html {
	font-size: 62.5%;
}

#container {
	background: #fff;
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.7);
	margin: 0 auto;
	max-width: 1280px;
	min-width: 960px;
	/* For browsers that don't support media queries */
	position: relative;
}

#header,
#main,
#footer {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#main {
	margin-top: 0.5em;
}


/* =Theme Layouts
-------------------------------------------------------------- */

#primary {
	width: 100%;
}

#secondary,
#nepalesearmy {
	overflow: hidden;
}

.layout-1c #container,
.layout-2c-l #container,
.layout-2c-r #container {
	max-width: 960px;
}

/* Layout 2c-l */
.layout-2c-l #primary {
	float: left;
	margin: 0 -30% 0 0;
}

.layout-2c-l #content {
	margin: 0 30% 0 0;
	padding-right: 1.75em;
}

.layout-2c-l #secondary {
	float: right;
	width: 30%;
	background: #f2f2f2;
	padding: 3px;
}

/* Layout 2c-r */
.layout-2c-r #primary {
	float: right;
	margin: 0 -30% 0 0;
}

.layout-2c-r #content {
	margin: 0 30% 0 0;
	padding-left: 2.75em;
}

.layout-2c-r #secondary {
	float: left;
	width: 30%;
}

/* Layout 3c-l */
.layout-3c-l #primary {
	float: left;
}

.layout-3c-l #content {
	margin: 0 20% 0 0;
	padding-right: 2.75em;
}

.layout-3c-l #secondary {
	float: left;
	margin: 0 0 0 -25%;
	width: 25%;
}

.layout-3c-l #nepalesearmy {
	float: left;
	width: 18%;
	margin: 0 0 0 -43%;
	padding-left: 1.75em;
	padding-right: 2.75em;
}

/* Layout 3c-r */
.layout-3c-r #primary {
	float: right;
	margin: 0 0 0 -43%;
}

.layout-3c-r #content {
	margin: 0 0 0 43%;
	padding-left: 2.75em;
}

.layout-3c-r #secondary {
	float: left;
	width: 25%;
}

.layout-3c-r #nepalesearmy {
	float: left;
	width: 18%;
	padding-left: 2.75em;
	padding-right: 1.75em;
}

/* Layout 3c-c-l */
.layout-3c-c-l #primary {
	float: left;
}

.layout-3c-c-l #content {
	margin: 0 16% 0 25%;
	padding-left: 2.75em;
	padding-right: 2.75em;
}

.layout-3c-c-l #secondary {
	float: left;
	margin: 0 0 0 -100%;
	width: 25%;
}

.layout-3c-c-l #nepalesearmy {
	float: right;
	margin: 0 0 0 -100%;
	padding-left: 1.75em;
	width: 16%;
}

/* Layout 3c-c-r */
.layout-3c-c-r #primary {
	float: left;
}

.layout-3c-c-r #content {
	margin: 0 25% 0 15%;
	padding-left: 2.75em;
	padding-right: 2.75em;
}

.layout-3c-c-r #secondary {
	float: right;
	margin: 0 0 0 -100%;
	width: 25%;
}

.layout-3c-c-r #nepalesearmy {
	float: left;
	margin: 0 0 0 -100%;
	padding-right: 1.75em;
	width: 15%;
}

/* nepalesearmy sidebar borders */
.layout-3c-l #nepalesearmy,
.layout-3c-c-l #nepalesearmy {
	border-left: 1px solid #eee;
}

.layout-3c-r #nepalesearmy,
.layout-3c-c-r #nepalesearmy {
	border-right: 1px solid #eee;
}


/* =Topbar
-------------------------------------------------------------- */

#topbar {
	background: #fff;
	color: #2e3e15;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 0.40em 1.5em;
}

.gecko #topbar {
	padding-top: 0.9em;
	padding-bottom: 0.8em;
}

.opera #topbar {
	padding-top: 1em;
	padding-bottom: 0.75em;
}

#topbar a {
	color: #2e3e15;
}

#topbar a:hover {
	color: #2e3e15;
}

.topbar-left {
	float: left;
}

.topbar-right {
	float: right;
}


/* Secondary navigation menu */
#topbar #secondary-navigation {
	padding: 0.25em 0;
}

/* Social icons */
#topbar .social_icons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topbar .social_icons ul li {
	float: left;
	margin: 0 0.25em;
}

#topbar .social_icons ul li i {
	font-size: 14px;
	font-size: 1.4rem;
}


/* =Header background image
-------------------------------------------------------------- */

#header {
	position: relative;
}

#header-background-image-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 146px;
}

#header-background-image {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

#branding {
	position: relative;
	z-index: 1;
	height: 150px !important;
}

@media only screen and (max-width: 960px) {
	#branding {
		height: 108px !important;
	}
}

@media only screen and (max-width: 1024px) {
	#branding {

		height: 124px !important;
	}
}

@media only screen and (max-width: 1200px) {
	#branding {

		height: 136px !important;
	}
}


#header-widget-area {
	position: relative;
	z-index: 1;
}


/* =Branding
-------------------------------------------------------------- */

#header {
	padding-top: 0.5em;
}

.topbar-enabled #header {
	padding-top: 0;
}

/* #branding {
	float: left;
	padding-top: 3em;
	padding-bottom: 30px;
	width: 35%;
} */
#site-title,
#site-description {
	margin: 0;
}

#site-title a {
	visibility: hidden;
}

.msie #site-title a {
	width: 100%;
}

#site-description {
	color: #888;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
}

.logo-image-enabled #site-title span,
.logo-image-enabled #site-description {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.logo-image-enabled #site-title {
	line-height: 1;
}

.logo-image-enabled #site-title a {
	display: inline-block;
	overflow: hidden;
}

.logo-image-enabled #site-title a img {
	float: left;
}

#primary-navigation {
	clear: both;
	margin-left: -6px;
	margin-right: -7px;
	padding-left: 6px;
}



/* --------Menus-------------------------------------------------------------- */

ul.menu {
	line-height: 1.0;
}

select.tinynav {
	display: none;
}

/* Superfish base */
.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li {
	position: relative;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu>li {
	float: left;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/* Primary navigation */
#primary-navigation {
	background: #79151d;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.25rem;
}

#primary-navigation .menu {
	display: inline-block;
	float: left;
}

#primary-navigation .menu a {
	color: #ffffff;
	font-weight: 600;
}

#primary-navigation .menu a:hover {
	color: #ffffff;
}

#primary-navigation .menu>li>a {
	border-left: 1px solid #074910;
	border-right: 1px solid #1c6b27;
	font-weight: 600;
	padding: 0.9em 1.0em;
	text-transform: uppercase;
}

#primary-navigation .menu>li:first-child a {
	border-left: none;
}

#primary-navigation .menu ul {
	background-color: #0f4825;
	-webkit-box-shadow: 0.2em 0.2em 0.5em rgba(112, 109, 109, 0.041);
	box-shadow: 0.2em 0.2em 0.5em rgba(112, 109, 109, 0.041);
	min-width: 12em;
}

#primary-navigation .menu>li>ul {
	border-top: 2px solid #096415;
}

#primary-navigation .menu ul li {
	white-space: nowrap;
}

#primary-navigation .menu ul li a {
	color: #fff;
	padding: 0.7em 1.4em;
}

/* #primary-navigation .menu li.current-menu-item,
#primary-navigation .menu li.current-menu-ancestor,
#primary-navigation .menu li.current_page_item,
#primary-navigation .menu>li:hover,
#primary-navigation .menu>li.sfHover {
	background-color: #590a11;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.14)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
} */

#primary-navigation .menu ul a:hover,
#primary-navigation .menu li li.current-menu-item a {
	background: #588c21;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
	color: #110601;

}

#primary-navigation .menu>li>a.sf-with-ul {
	padding-right: 1.1em;
}

#primary-navigation .menu>li>a i {
	color: #0f4825;
	color: rgba(27, 25, 4, 0.4);
	font-size: 10px;
	font-size: 1.0rem;
	margin-left: 0.3em;
}

/* Secondary navigation */
#secondary-navigation {
	float: left;
	font-size: 11px;
	font-size: 1.3rem;
}

#secondary-navigation .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#secondary-navigation .menu li {
	float: left;
}

#secondary-navigation .menu li a {
	display: block;
	padding: 0 1em;
}

/* Footer navigation */
#footer-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#footer-navigation ul li {
	border-left: 1px solid #000;
	display: block;
	float: left;
	padding-left: 0.75em;
	padding-right: 0.75em;
}

#footer-navigation ul li:first-child {
	border-left: none;
	padding-left: 0;
}

#footer-navigation ul li:last-child {
	border-right: none;
}

#footer-navigation ul li a {
	display: block;
	float: left;
}

#footer-navigation .screen-reader-text {
	font-size: 1em;
	margin: 0;
}


/* =Mobile Navigation
-------------------------------------------------------------- */

#primary-navigation {
	position: relative;
}

#primary-navigation select.tinynav {
	-webkit-appearance: none;
	background: #096415;
	border: none;
	color: #eee;
	margin: 0;
	padding: 0.5em 0 0.5em 1em;
	position: relative;
	width: 100%;
}

#primary-navigation.menubar-search-disabled select.tinynav {
	width: 100%;
}


/* =Menubar search
-------------------------------------------------------------- */

#menubar-search {
	position: absolute;
	top: 0.85em;
	right: 1em;
}

.msie #menubar-search,
.opera #menubar-search {
	top: 0.9em;
}

#menubar-search-query {
	-webkit-box-shadow: inset 0 0 0.6em rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 0.6em rgba(0, 0, 0, 0.5);
	background: #111;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid #000;
	border: 0px solid rgba(0, 0, 0, 0);
	/* Make border invisible on CSS3-capable browsers */
	color: #ddd;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	outline: 0;
	padding: 0.3em 0.6em;
	width: 12em;
	z-index: 0;
}

.opera #menubar-search-query {
	padding-top: 0.45em;
	padding-bottom: 0.55em;
}

.msie #menubar-search-query {
	padding-bottom: 0.7em;
}

#menubar-search-query::-webkit-input-placeholder {
	color: #777;
}

#menubar-search-submit {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
	width: 1.4em;
	height: 100%;
	z-index: 999;
}

#menubar-search:before {
	color: #aaa;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 0;
	pointer-events: none;
	position: absolute;
	right: 0.4em;
	top: 50%;
	z-index: 0;
}

.opera #menubar-search:before {
	top: 70%;
}

#menubar-search:hover:before {
	color: #ddd;
}


/* =Ticker
-------------------------------------------------------------- */

#ticker {
	background: #f8f8f8;
	border: 1px solid #e4e4e4;
	border-top-width: 0;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2.7em;
	line-height: 1.0;
	padding: 0.9em 1em 0.7em;
	position: relative;
	z-index: 1;
}

#ticker #js-news {
	display: none;
}

#ticker .ticker-title {
	color: #8d8d8d;
	display: inline-block;
	float: left;
	font-weight: bold;
	margin-right: 0.75em;
	text-transform: uppercase;
	white-space: nowrap;
	width: 90px;
	margin-top: 1px;
}

#ticker p.ticker-content {
	margin: 0;
}

#ticker p.ticker-content a {
	color: #333;
}

#ticker p.ticker-content a:hover {
	color: #777;
}

#ticker .ticker-swipe {
	display: none;
}



/* =Flexslider
-------------------------------------------------------------- */

.flexslider {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
}

.flexslider .slides li {
	position: relative;
}

.flexslider .slides>li:first-child {
	display: list-item;
}

.flexslider .slides li img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

/* Slide overlay */
.flexslider .slide-overlay {
	background: #222;
	background: rgba(105, 8, 32, 0.9);
	bottom: 0;
	left: 0;
	right: 0;
	color: rgb(238, 238, 238);
	padding: 0.2em 1em 1em 1em;
	position: relative;
	min-height: 60px !important;
}

.flexslider .category-label-wrapper {
	border-top: 4px solid #aaa;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.flexslider .category-label {
	background: #aaa;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0.5em 1.5em 0.8em;
	text-transform: uppercase;
}

.flexslider .slide-overlay .slide-title {
	font-size: 17.79px;
	font-size: 1.650rem;
}

.flexslider .slide-title,
.flexslider .slide-title a {
	color: #eee;
	color: rgba(255, 255, 255, 0.85);
}

.flexslider .slide-title a:hover {
	color: #fff;
}

.flexslider .slide-meta {
	font-size: 11px;
	font-size: 1.2rem;
	margin-top: 0.35em;
}

.flexslider .slide-meta a {
	color: #ccc;
}

.flexslider .slide-meta a:hover {
	color: #eee;
}

/* Flex direction nav */
.flexslider ul.flex-direction-nav .flex-prev {
	position: absolute;
	top: 50%;
	left: 0;
}

.flexslider ul.flex-direction-nav .flex-next {
	position: absolute;
	top: 50%;
	right: 0;
}

.flexslider .flex-direction-nav a {
	background: #222;
	background: rgba(0, 0, 0, 0.8);
	color: #bbb;
	display: block;
	font-size: 30px;
	font-size: 3rem;
	margin-top: -1em;
	padding: 0.1em 0.5em;
	text-align: center;
}

.flexslider .flex-direction-nav a i {
	width: 100%;
}

.flexslider .flex-direction-nav a:hover {
	color: #eee;
}

.flexslider .flex-direction-nav a.flex-prev {
	border-right: 0;
}

/* Featured slider */
.featured-slider.flexslider {
	margin-bottom: 3em;
}

.taxonomy-category .featured-slider.flexslider {
	margin-bottom: 2.25em;
}

/* Carousel slider */
.carousel-slider.flexslider {
	margin-bottom: 1.25em;
}

.carousel-slider.flexslider .slides li {
	margin-right: 25px;
	max-width: 150px;
}

.carousel-slider.flexslider .slide-overlay {
	border: 0;
	margin: 0;
	padding: 0.45em 0.5em 0.6em;
	right: 0;
	width: auto;
}

.carousel-slider.flexslider .slide-overlay h3 {
	color: #ccc;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
}

.carousel-direction-nav {
	position: absolute;
	top: 0;
	right: 0;
}

.carousel-direction-nav i {
	background: #222;
	color: #ccc;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	font-style: normal;
	line-height: 1.1;
	margin-left: 0.25em;
	text-align: center;
	width: 1em;
	height: 1.1em;
}

.carousel-direction-nav i:hover {
	color: #eee;
}

/* Post gallery */
.gallery-slider.flexslider {
	margin-bottom: 0;
}

.gallery-slider-thumbnails {
	margin: 0.75em -10px 2em 0;
}

.gallery-slider-thumbnails a {
	display: inline-block;
	width: 10%;
}

.gallery-slider-thumbnails a img {
	height: auto;
	padding-right: 8px;
	width: 100%;
}


/* =Media
-------------------------------------------------------------- */

img {
	max-width: 100%;
	height: auto;
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.army-img-caption {
	background: #fafafa;
	border: 1px solid #e4e4e4;
	color: #888;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.army-img-caption img[class*="wp-image-"] {
	display: block;
	padding: 2% 2% 0;
}

.army-img-caption-text {
	text-align: center;
}

.army-img-caption .army-img-caption-text {
	line-height: 1.3;
	margin: 0.8em 0;
}

.site-content .gallery {
	margin-bottom: 1.5em;
}

.gallery-caption {}

.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-content .gallery dd {
	margin: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

/* Fix for mediaelement.js controls bug */
#content .mejs-controls .mejs-horizontal-volume-slider {
	clear: both;
	float: right;
	position: relative;
	top: -26px;
}


/* =Post galleries
-------------------------------------------------------------- */

.gallery-row {
	clear: both;
	overflow: hidden;
}

.gallery-item {
	float: left;
	padding: 0 1em 1em 0;
}

.gallery-item img {
	background: #fafafa;
	border: 1px solid #e4e4e4;
	padding: 0.5em;
	width: 100%;
}

.gallery-item.col-5 img,
.gallery-item.col-6 img,
.gallery-item.col-7 img,
.gallery-item.col-8 img {
	padding: 0.3em;
}

.gallery-item.col-9 img,
.gallery-item.col-10 img {
	padding: 0.15em;
}

.gallery-caption {
	color: #999;
	font-size: 11px;
	font-size: 1.1rem;
}

.gallery-item.col-1,
.gallery-item.col-2,
.gallery-item.col-3 {
	width: 33.333%;
}

.gallery-item.col-4 {
	width: 25%;
}

.gallery-item.col-5 {
	width: 20%;
}

.gallery-item.col-6 {
	padding: 0 0.5em 0.5em 0;
	width: 16.666%;
}

.gallery-item.col-7 {
	padding: 0 0.5em 0.5em 0;
	width: 14.285%;
}

.gallery-item.col-8 {
	padding: 0 0.5em 0.5em 0;
	width: 12.5%;
}

.gallery-item.col-9 {
	padding: 0 0.3em 0.3em 0;
	width: 11.111%;
}

.gallery-item.col-10 {
	padding: 0 0.3em 0.3em 0;
	width: 10%;
}


/* =Content
-------------------------------------------------------------- */

.sticky {}

.title-entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 2em;
	padding-bottom: 2em;
}

.post-thumbnail-wrap {
	position: relative;
	overflow: hidden;
}

.post-thumbnail-wrap img {
	float: left;
	height: auto;
	width: 100%;
}

h1.entry-title {
	border-bottom: 1px solid #eee;
	font-size: 1.80rem;
	margin: 15px 0;
	font-weight: 500;
	padding-bottom: 10px;
	color: #053311;
	text-transform: uppercase;
}

.entry-title {
	font-size: 1.779rem;
	margin: 10px 0;
}

.entry-title a {
	color: #382c1c;
}

.entry-byline,
.entry-meta {
	color: #bbb;
	font-size: 11px;
	font-size: 1.1rem;
	text-transform: uppercase;
}

.entry-byline {
	margin: 0.6em 0;
}

.entry-byline a,
.entry-meta a {
	color: #bbb;
}

/* Singular pages */
.singular .title-entry {
	border-bottom: 0;
}

.singular .entry-header {
	border-bottom: 1px solid #eee;
}

.singular .layout-module .entry-header {
	border-bottom: 0;
}

.singular .entry-header .post-thumbnail-wrap {
	margin-bottom: 2em;
}

.singular .entry-title {
	font-size: 28.79px;
	font-size: 2.879rem;
	margin: 0 0 0.1em;
}

.singular .entry-content {
	margin: 1.5em 0;
}

.singular .entry-byline {
	margin: 0;
}

/* Video post format */
.singular .audio-wrapper {
	margin-bottom: 1.25em;
}

/* Video post format */
.singular .video-wrapper {
	margin-bottom: 1.75em;
}

/* Loop error */
.title-entry.error {
	border-bottom: 0;
}

.title-entry.error .entry-title {
	font-size: 28.79px;
	font-size: 2.879rem;
}

.title-entry.error #searchform {
	max-width: 20em;
}


/* =Archives
-------------------------------------------------------------- */

.loop-meta {
	margin-bottom: 2.5em;
}

.loop-title {
	border-bottom: 1px solid #eee;
	font-size: 28.79px;
	font-size: 2.879rem;
	font-weight: bold;
}

.loop-description {
	color: #aaa;
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 0.3em;
}

.loop-description p {
	margin: 0;
}

.news-summery {
	color: #777;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}


/* =Post Archive Layouts
----------------------------------------------- */

.title-entry p.more-link-wrapper {
	margin-bottom: 0;
}

.title-entry p.more-link-wrapper-press-release {
	margin-top: -30px !important;
}

/* Layout full-width 640 */
.title-entry.layout-1col-full .post-thumbnail-wrap {
	margin-bottom: 1.25em;
}

.title-entry.layout-1col-full .entry-title {
	font-size: 22.65px;
	font-size: 2.265rem;
}

/* Layout full-width-320 */
.title-entry.layout-1col-half .post-thumbnail-wrap {
	float: left;
	margin-right: 4%;
	width: 47%;
}

/* Layout full-width-150 */
.title-entry.layout-1col-square .post-thumbnail-wrap {
	float: left;
	margin-right: 4%;
	width: 24%;
}

/* Layout full-width-83 */
.title-entry.layout-1col-thumb {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}

.title-entry.layout-1col-thumb .post-thumbnail-wrap {
	float: left;
	margin-right: 1em;
}

.title-entry.layout-1col-thumb .entry-byline {
	margin: 0.4em 0 0.6em;
}

.title-entry.layout-1col-thumb .news-summery {
	font-size: 12px;
	font-size: 1.2rem;
}

/* Layout half-width-320 */
.title-entry.layout-2col {
	width: 46.5%;
	float: left;
	margin-right: 7%;
}

.title-entry.layout-2col.even {
	margin-right: 0;
}

.title-entry.layout-2col .post-thumbnail-wrap {
	margin-bottom: 1em;
}


/* =Layout Modules
----------------------------------------------- */

.layout-module {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 2em;
	overflow: hidden;
	position: relative;
}

.layout-module .column {
	float: left;
	margin-right: 4%;
	width: 48%;
}

.layout-module .column.last {
	margin-right: 0;
}

.layout-module .boxed {
	background: #fafafa;
	border: 1px solid #e4e4e4;
	border-top-width: 0;
	padding: 1.25em;
}

.layout-module .column-full {
	float: left;
	margin-right: 4%;
	width: 100%;
}

.layout-module .widget-title {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
	border-bottom: 4px solid #aaa;
	color: #eee;
	font-size: inherit;
	font-weight: bold;
	text-transform: uppercase;
}

.video_thumb {
	max-height: 75px !important;
	width: 45% !important;
}

.layout-module .widget-title>span {
	display: inline-block;
	padding: 0.8em 1.5em 0.5em;
}

.layout-module .widget-title a {
	color: #eee;
}

.layout-module .widget-title a:hover {
	color: #fff;
}

.layout-module article {
	margin-bottom: 1.25em;
	overflow: hidden;
}

.layout-module article.featured {
	margin-bottom: 1.75em;
}

.layout-module article:last-child {
	margin-bottom: 0;
}

.layout-module .post-thumbnail-wrap {
	float: left;
	margin-right: 1em;
	width: 25%;
}

.layout-module .featured .post-thumbnail-wrap {
	float: none;
	margin-right: 0;
	width: auto;
}

.layout-module .featured .post-thumbnail-half-wrap {
	float: left;
	margin-right: 20px;
	width: 50%;
}

.layout-module .entry-title {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 0 0.3em;
}

.layout-module .featured .entry-title {
	font-size: 16.80px;
	font-size: 1.678rem;
	margin: 0.7em 0 0.1em;
}

.layout-module .entry-byline {
	margin: 0;
}

.layout-module .featured .entry-byline {
	margin-bottom: 0.8em;
	border-bottom: 1px solid #eee;
}

.layout-module .news-summery {
	font-size: inherit;
}

.widget-nepalarmy-layout_module_e .boxed {
	padding-bottom: 1.5em;
}

.widget-nepalarmy-layout_module_e .post-thumbnail-wrap {
	float: none;
	width: auto;
	margin-right: 0;
}

.widget-nepalarmy-layout_module_blogroll .widget-title {
	margin-bottom: 1.5em;
}

.widget-nepalarmy-layout_module_blogroll article {
	margin-bottom: 2em;
}

.widget-nepalarmy-layout_module_blogroll .entry-title {
	font-size: 17.79px;
	font-size: 1.779rem;
	margin-bottom: 0.2em;
}

.widget-nepalarmy-layout_module_blogroll .entry-byline {
	margin-bottom: 0.5em;
}

.widget-nepalarmy-layout_module_blogroll .pagination {
	margin-bottom: 0;
}


/* =Buttons
----------------------------------------------- */

.button,
#commentform #submit,
.army-btn-submit {
	background: #096415;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 100, 21, 0.15)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(9, 100, 21, 0.15), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(top, rgba(9, 100, 21, 0.15), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(top, rgba(9, 100, 21, 0.15), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to bottom, rgba(9, 100, 21, 0.15), rgba(255, 255, 255, 0));
	border: 0;
	color: #ddd;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
	padding: 0.75em 1.5em 0.6em;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.button:hover,
#commentform #submit:hover,
.army-btn-submit:hover {
	color: #fff;
}


/* =Pagination
----------------------------------------------- */

.pagination {
	clear: both;
	color: #ddd;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
	margin-bottom: 3em;
	text-transform: uppercase;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}

.pagination .page-numbers {
	background: #222;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	color: #ddd;
	display: inline-block;
	float: left;
	margin-right: 0.5em;
	padding: 0.75em 1em 0.6em;
}

.pagination .dots {
	padding-left: 0.74em;
	padding-right: 0.74em;
}

.pagination a:hover {
	color: #fff;
	background-color: #222;
}


/* =Review box
----------------------------------------------- */

.army-review-box {
	background: #222;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
	color: #ccc;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
	margin: 0.4em 2em 1em 0;
	width: 50%;
}

.army-review-box .microdata-hidden {
	display: none;
}

.army-review-box .heading {
	border-bottom: 1px solid #333;
	color: #eee;
	font-size: inherit;
	margin: 0;
	padding: 0.8em 1.5em;
	text-transform: uppercase;
}

.army-review-box .ratings {
	border-bottom: 1px solid #111;
	padding: 1em 1.5em 1.25em;
}

.army-review-box .row {
	overflow: hidden;
	padding: 0.5em 0;
}

.army-review-box .label {
	float: left;
	margin-top: 0.15em;
}

.army-review-box .value {
	float: right;
}

.army-review-box.percent .label {
	margin-bottom: 0.3em;
}

.army-review-box.percent .value {
	background: #555;
	border: 1px solid #333;
	clear: both;
	float: none;
	width: 100%;
	height: 1em;
}

.army-review-box.percent .value .rating-percent-value {
	background: #999;
	display: block;
	height: 100%;
}

.army-review-box .review {
	border-top: 1px solid #444;
	overflow: hidden;
	padding: 1.5em 0;
}

.review-short-summary {
	float: left;
	text-align: center;
	width: 40%;
}

.army-review-box .review-short-summary .final-score {
	color: #eee;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: normal;
	line-height: 1;
	margin: 0;
}

.army-review-box.stars .review-short-summary .final-score {
	margin-top: -0.5em;
}

.army-review-box .stars-final-score-decimal {
	font-size: 30px;
	font-size: 3rem;
	display: block;
	padding-top: 0.2em;
}

.army-review-box .final-score span.percent {
	color: #999;
	font-size: 50%;
	padding-left: 0.2em;
}

.review-short-summary .short-summary {
	color: #eee;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0.4em 0 0;
}

.review-long-summary {
	float: left;
	width: 60%;
}

.review-long-summary p {
	margin: 0 0.75em;
}

.army-review-box .ratings .army-star-rating-under {
	color: #555;
}

.army-review-box .ratings .army-star-rating-over {
	color: #fff;
}

.review-short-summary .army-star-rating-under {
	color: #666;
}

.review-short-summary .army-star-rating-over {
	color: #fff;
}


/* =Rating stars
----------------------------------------------- */

.army-star-rating-wrapper {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	position: relative;
	text-align: left;
	width: 5em;
	height: 1em;
}

.msie .army-star-rating-wrapper {
	line-height: 0;
}

.opera .army-star-rating-wrapper {
	line-height: 0.5;
}

.army-star-rating-under,
.army-star-rating-over {
	position: absolute;
	top: 0;
	left: 0;
}

.army-star-rating-under {
	color: #ddd;
}

.army-star-rating-over {
	color: #777;
}

.army-star-rating-wrapper .fa-star {
	display: inline-block;
	float: left;
	text-shadow: none;
	width: 1em;
	height: 1em;
}


/* =army-authorbox
----------------------------------------------- */

.army-authorbox {
	margin-bottom: 2.75em;
	overflow: hidden;
}

.army-authorbox-title {
	border-bottom: 1px solid #eee;
	font-weight: bold;
	margin-bottom: 1.25em;
}

.army-authorbox-avatar {
	float: left;
	margin: 0 1.25em 0.5em 0;
	margin-bottom: 1.5em;
}

.army-authorbox-avatar img {
	padding: 0.5em;
	border: 1px solid #e4e4e4;
	background: #fafafa;
}

.army-authorbox-author-url {
	margin-bottom: 0.5em;
	font-size: 21.03px;
	font-size: 2.103rem;
}

.army-authorbox p {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0.5em 0 0;
}

.army-authorbox ul.author-social-profiles {
	margin-top: 0.5em;
	margin-bottom: 2.25em;
}




/* =Related posts
----------------------------------------------- */

.related-posts {
	margin-right: -5%;
	margin-bottom: 1em;
	overflow: hidden;
	margin-top: 3em;
	margin-left: 20px;
}

.related-posts .related-posts-header {
	border-bottom: 1px solid #eee;
	font-weight: bold;
	margin-bottom: 1.25em;
}

.related-posts article {
	float: left;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 1.75em;
	width: 80%;
}

.related-posts article img {
	margin-bottom: 0.25em;
	width: 100%;
	height: auto;
}

.related-posts article h3 {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}

.related-posts article span.arrow {
	font-family: Arial, sans-serif;
}

.related-posts-header {
	font-weight: normal !important;
	font-size: 1.8rem !important;
}

/* =Comments{
	font-weight:1.8rem;
	font-size:1.8rem;
}
----------------------------------------------- */

#comments #comments-number {
	border-bottom: 1px solid #eee;
	margin-bottom: 1em;
	font-weight: bold;
}

.comment-list {
	padding: 0;
}

.comment-list,
.comment-list ol.children {
	list-style: none;
}

.comment-list ol.children {
	padding-left: 3em;
}

.comment-list li.comment {
	margin-top: 2em;
	overflow: hidden;
}

.comment-list .avatar {
	float: left;
	margin: 0.15em 1em 1em 0;
}

.comment-list .comment-author {
	font-weight: bold;
}

.comment-list .comment-author .fn {
	font-style: normal;
}

.comment-list .comment-meta {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .comment-content {
	margin-top: 0.5em;
	margin-left: 4.25em;
}

.comment-list .comment-content p {
	margin: 0 0 1em;
	font-size: 13px;
	font-size: 1.3rem;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.comment.bypostauthor {
	background: #f7f7f7;
	padding: 1.25em;
}

.pingback {
	background: #fafafa;
	border: 1px solid #e4e4e4;
	clear: both;
	padding: 0.75em 1em 0;
}

.pingback+.pingback {
	margin-top: 1em;
}

.pingback>a {
	display: none;
}

.pingback .comment-content {
	margin-left: 0;
}

/* Comment reply form */
#respond {
	background: #f7f7f7;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 3em;
	padding: 1.5em 2em;
}

#respond p.comment-notes {
	font-style: italic;
}

#respond label {
	display: inline-block;
	padding-right: 1em;
	text-align: right;
	width: 6em;
}

#respond p.form-allowed-tags {
	font-size: 11px;
	font-size: 1.1rem;
	margin-left: 90px;
	margin-left: 9rem;
	margin-right: 50px;
	margin-right: 5rem;
}

#respond input {
	max-width: 100%;
}

#respond textarea {
	width: 100%;
}

/* Comment reply form - responding to comment */
.comment #respond {
	margin-bottom: 0;
}

.comment #respond #reply-title small a {
	color: #aaa;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	margin-left: 0.5em;
}

/* Facebook comments */
.fb-comments {
	margin-bottom: 3em;
	max-width: 100%;
}

.fb-comments span {
	max-width: 100%;
}

#content>aside+.fb-comments {
	margin-top: 1em;
}

.fb-comments+#comments {
	margin-top: -1em;
}

#comments.comments-type-facebook {
	margin-bottom: 3em;
}

#comments.comments-type-facebook .comment-reply-link {
	display: none;
}


/* =Widget areas
----------------------------------------------- */

.widget-area {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
}

.widget {
	margin-bottom: 0.8em;
}

.widget select {
	max-width: 100%;
}

/* Primary sidebar widget area */
#secondary .widget {
	background: #fafafa;
	border: 1px solid #e4e4e4;
	padding: 1em;
}

#secondary .widget-full {
	background: #fafafa;
	border: 1px solid #e4e4e4;
	padding: 6px;
	margin-bottom: 15px;
}

.sidebar-primary .widget-title {
	background: #8a2629;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(138, 38, 41, 0.12)), to(rgba(138, 38, 41, 0)));
	background-image: -webkit-linear-gradient(top, rgba(138, 38, 41, 0.12), rgba(138, 38, 41, 0));
	background-image: -moz-linear-gradient(top, rgba(138, 38, 41, 0.12), rgba(138, 38, 41, 0));
	background-image: -o-linear-gradient(top, rgba(138, 38, 41, 0.12), rgba(138, 38, 41, 0));
	background-image: linear-gradient(to bottom, rgba(138, 38, 41, 0.12), rgba(138, 38, 41, 0));
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.3;
	margin-top: -1.1rem;
	margin-bottom: 1.5em;
	padding: 0.8em 1.5em;
	text-transform: uppercase;
}

#secondary .widget-title {
	margin-left: -1.5em;
	margin-right: -1.5em;
}

#secondary .widget-title,
#secondary .widget-title a {
	color: #eee;
}

.sidebar-primary .widget>ul,
.sidebar-primary .widget>ul {
	margin-bottom: 0;
}

/* Secondary sidebar widget area */
#nepalesearmy.widget-area {
	margin-bottom: 3em;
}

#nepalesearmy .widget {
	font-size: 12px;
	font-size: 1.2rem;
}

#nepalesearmy .widget:last-child {
	margin-bottom: 0;
}

#nepalesearmy .widget-title {
	font-size: 13px;
	font-size: 1.3rem;
	text-transform: uppercase;
	margin-bottom: 1em;
}

/* Header widget area */
#header-widget-area .widget {
	font-size: 13px;
	clear: both;
	max-width: 300px;
}

#header-widget-area .widget-title {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.4em;
}


/* =Widget-specific styles
----------------------------------------------- */

/* WordPress Calendar widget */
.widget_calendar caption {
	background: none;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}

.footer-widget-area .widget_calendar caption {
	color: #ccc;
}

.widget_calendar table {
	margin-bottom: 0.5em;
	width: 100%;
}

.footer-widget-area .widget_calendar table,
.footer-widget-area .widget_calendar th,
.footer-widget-area .widget_calendar td {
	background: #222;
	border-color: #000;
}

.widget_calendar td {
	text-align: center;
	color: #aaa;
}

.widget_calendar th {
	padding: 0.5em 0;
	text-align: center;
}

.widget_calendar tfoot {
	font-weight: bold;
}

.widget_calendar tfoot #prev {
	text-align: left;
	padding-top: 0.5em;
	padding-left: 0.5em;
}

.widget_calendar tfoot #next {
	text-align: right;
	padding-top: 0.5em;
	padding-right: 0.5em;
}

/* WordPress Archive, Categories, and Nav Menu widgets */
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul {
	margin: 0;
	margin-bottom: -4% !important;
	padding: 0;
	overflow: hidden;
	font-size: 11px;
	font-size: 1.1rem;
}

.widget_archive ul ul,
.widget_categories ul ul {
	display: none;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li {
	background: #eee;
	border-bottom: 4px solid #ddd;
	display: inline-block;
	float: left;
	margin-bottom: 4%;
	margin-right: 4%;
	padding: 0.7em 1.5em;
	width: 48%;
}

.footer-widget-area .widget_archive ul li,
.footer-widget-area .widget_categories ul li,
.footer-widget-area .widget_nav_menu ul li {
	background: #222;
	border-bottom-color: #111;
}

.widget_archive ul li:nth-child(2n),
.widget_categories ul li:nth-child(2n),
.widget_nav_menu ul li:nth-child(2n) {
	margin-right: 0;
}

.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_nav_menu ul li a:hover {
	color: #000;
}

.widget_archive ul li a {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* WordPress RSS widget */
.widget_rss .widget-title img {
	margin-right: 0.1em;
	position: relative;
	top: 2px;
}

.widget_rss ul {
	list-style: none;
	padding: 0;
}

.widget_rss li {
	margin-bottom: 0.75em;
}

.widget_rss li a {
	font-weight: bold;
}

.widget_rss li span,
.widget_rss li cite {
	color: #999;
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	font-style: italic;
	padding: 0.3em 0;
}

/* WordPress Search widget */
#secondary .widget_search {
	overflow: hidden;
	padding-bottom: 1.25em;
}

#secondary .widget_search #searchform {
	height: 2.8em;
}

/* Generic teaser lists */
ul.teaser-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.teaser-list li {
	margin-bottom: 1.15em;
	overflow: hidden;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 0.4em;
}

ul.teaser-list li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

ul.teaser-list .post-thumbnail-wrap {
	float: left;
	margin-right: 1em;
	width: 100px;
}

ul.teaser-list .title {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
}

ul.teaser-list .title a {
	color: #322108;
	font-weight: 600;
}

ul.teaser-list .site-template-title {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
	font-weight: 600;
}

ul.teaser-list .site-template-title a {
	color: #222;
}

ul.teaser-list li .byline {
	color: #6b6b6b;
	font-size: 10px;
	font-size: 1.1rem;
	margin-left: 63px;
	margin-left: 6.3rem;
	margin-top: 0.3em;
	text-transform: none;
}

ul.teaser-list li .nawa-byline {
	color: #6b6b6b;
	font-size: 10px;
	font-size: 1.1rem;
	margin-top: 0.3em;
	text-transform: none;
}

ul.teaser-list li .nawa-eventplace {
	color: #353535;
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 0.4em;
	text-transform: none;
}

/* Gallery list */
ul.gallery-list {
	margin: 0 -1em -1em 0;
	overflow: hidden;
	padding: 0;
}

ul.gallery-list li {
	display: block;
	float: left;
	width: 33.333%;
}

ul.gallery-list img {
	padding-right: 1em;
	padding-bottom: 1em;
}

#nepalesearmy ul.gallery-list li {
	width: 50%;
}

/* Fearless Facebook Likebox widget */
.widget_fearless_facebook_likebox .widget-title {
	border-bottom: 0;
	margin-bottom: 0.5em;
}

.fb-like-box,
.fb-like-box>span,
.fb-like-box iframe {
	width: 100% !important;
}

#secondary .widget_fearless_facebook_likebox iframe {
	margin: 0.5em -0.5em;
}

/* Fearless Social Icons widget */
.widget ul.social-icons {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	-webkit-transform: translateZ(0);
	/* Fixes 1px shifting bug in webkit transitions */
}

.widget ul.social-icons li {
	display: inline-block;
	margin-right: 0.35em;
	margin-bottom: 0.35em;
}

.widget ul.social-icons li:last-child {
	margin-right: 0;
}

.widget ul.social-icons a {
	color: #fff;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	opacity: 0.5;
	text-align: center;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 3.35em;
	height: 3.35em;
}

.widget ul.social-icons a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
}

.widget ul.social-icons i {
	position: relative;
	top: 20%;
}

.opera .widget ul.social-icons i {
	top: 12%;
}

.widget ul.social-icons i:before {
	font-size: 28px;
	font-size: 2.8rem;
}

#secondary .widget_fearless_social_icons {
	background: transparent;
	border: 0;
	padding: 0;
}

/* Quick Flickr Widget */
.widget_quick-flickr-widget {
	overflow: hidden;
}

.widget_quick-flickr-widget .quick-flickr-item {
	width: 50%;
	float: left;
	margin-bottom: 5%;
}

.widget_quick-flickr-widget .quick-flickr-item img {
	padding-right: 1.25em;
}

#secondary .widget_quick-flickr-widget {
	padding-right: 0.25em;
	padding-bottom: 0;
}

#secondary .widget_quick-flickr-widget .quick-flickr-item {
	width: 33.333%
}

#nepalesearmy .widget_quick-flickr-widget {
	margin-right: -1em;
}

#nepalesearmy .widget_quick-flickr-widget .quick-flickr-item img {
	padding-right: 1em;
}

/* Fearless tabbed widget */
#secondary .widget_fearless_tabs ul.headings {
	list-style: none;
	margin: -1.5em -1.5em 0;
	padding: 0 0 1.5em;
}

#secondary .widget_fearless_tabs .headings li {
	float: left;
	width: 33.333%;
}

#secondary .widget_fearless_tabs .headings a {
	background: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.03)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
	border-right: 1px solid #111;
	border-right: 1px solid rgba(0, 0, 0, 0.5);
	border-left: 1px solid #555;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	color: #ccc;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	outline: 0;
	padding: 0.9em 0;
	text-align: center;
}

#secondary .widget_fearless_tabs .headings a:hover,
#secondary .widget_fearless_tabs .headings a.active {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
	color: #fff;
}

/* Recent Comments widget */
ul.army-recent-comments .comment-text {
	display: block;
	font-style: italic;
	color: #ccc;
	font-size: 11px;
	font-size: 1.1rem;
	margin-top: 0.1em;
}

/* Fearless Responsive Image Ad widget */
.widget_army_responsive_image_ad {
	text-align: center;
}

.widget_army_responsive_image_ad .widget-title {
	text-align: left;
}

#header-widget-area .widget_army_responsive_image_ad {
	max-width: none;
}


/* =Searchform
----------------------------------------------- */

#searchform {
	height: 2.5em;
	display: block;
}

#searchform #s,
#searchform #searchsubmit {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
	height: 100%;
}

#searchform #s {
	width: 70%;
	float: left;
	border: 1px solid #ddd;
	outline: none;
	padding-left: 1em;
}

#searchform #searchsubmit {
	-webkit-appearance: none;
	background: #222;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
	border: 0;
	color: #ccc;
	float: left;
	width: 30%;
}

#searchform #searchsubmit:hover {
	background-color: #222;
	color: #fff;
}


/* =Sharebar
----------------------------------------------- */

.sharebar {
	background: #fdfdfd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: 0 0 0.6em rgba(0, 0, 0, 0.25);
	left: -0.3em;
	padding-top: 0.85em;
	position: fixed;
}

.sharebar,
sharebar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


/* =Footer
----------------------------------------------- */

#footer {
	clear: both;
	color: #fde027;
	overflow: hidden;
	padding: 1.8em 1.5em;
	margin: 0 -2px;
}

#footer a {
	color: #aaa;
}

#footer a:hover {
	color: #fff;
}

/* Copyright/footer menu */
.footer-left,
.footer-right {
	font-size: 13px;
	font-size: 1.3rem;
}

.footer-left {
	float: left;
	margin: 0;
}

.footer-left span {
	padding: 30px 0 0 30px;
}

.footer-left img {
	float: left;
}

.footer-right {
	float: right;
}


/* =Branded footer widget
----------------------------------------------- */

.branded-footer-widget-logo-wrap {
	display: inline-block;
	background-size: 100%;
	background-repeat: no-repeat;
	max-width: 100%;
}

.branded-footer-widget-logo-wrap img {
	width: auto;
	height: auto;
}

.widget_fearless_branded_footer p {
	color: #aaa;
	font-size: 12px;
	font-size: 1.2rem;
}

.widget_fearless_branded_footer ul.social-icons {
	list-style: none;
	margin: 0.25em 0 0;
	padding: 0;
	text-align: left;
}

.widget_fearless_branded_footer ul.social-icons li {
	display: inline-block;
	margin-right: 0.5em;
	font-size: 22px;
	font-size: 2.2rem;
}

.widget_fearless_branded_footer ul.social-icons li a {
	width: 0.75em;
	height: 1.25em;
}

#footer .widget_fearless_branded_footer ul.social-icons i {
	top: 0;
	left: -0.1em;
	width: auto;
}

.widget_fearless_branded_footer ul.social-icons i:before {
	color: #ddd;
	font-size: 20px;
	font-size: 2rem;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
}


/* =Author List page template
-------------------------------------------------------------- */

.incumbents-list {
	margin-top: 3em;
	margin-bottom: 2em;
}

.incumbents-list .incumbents {
	border-bottom: 1px solid #eee;
	margin-bottom: 2em;
}

.incumbents-list article:last-child {
	border-bottom: 0;
}

.incumbents-list .incumbents-avatar {
	margin-right: 1.5em;
}

.person-photo {
	width: 25%;
	float: left;
	margin-right: 20px;
}

.person-info {
	width: 75%;
}

.person-info h4 {
	padding-top: 35px;
	font-weight: 600;
}

/* =Gallery List page template
-------------------------------------------------------------- */

section.gallery-list {
	margin: -2em -1.5em 1.5em 0;
	overflow: hidden;
}

section.gallery-list article {
	float: left;
	margin-bottom: 1.5em;
	padding-bottom: 0;
	padding-right: 1.5em;
	width: 25%;
}

section.gallery-list .post-thumbnail-wrap {
	background: #fafafa;
	border: 1px solid #e4e4e4;
	padding: 0.5em;
}


/* =Sitemap page template
-------------------------------------------------------------- */

section.sitemap {
	margin: -2em -2em 3em 0;
	overflow: hidden;
}

section.sitemap .column {
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	padding-right: 2em;
	width: 25%;
}

section.sitemap h2 {
	border-bottom: 1px solid #eee;
	margin-bottom: 0.5em;
	font-size: 21.03px;
	font-size: 2.103rem;
}


/* =Timeline page template
-------------------------------------------------------------- */

section.timeline {
	margin: -2em 0 3em;
}

section.timeline ul {
	font-size: 13px;
	font-size: 1.3rem;
	list-style: none;
	padding: 0;
}

section.timeline ul ul {
	border-left: 1px solid #eee;
	line-height: 2.25em;
	margin-bottom: 2em;
	margin-left: 1em;
	padding-left: 1em;
}

section.timeline .year {
	font-size: 21.03px;
	font-size: 2.103rem;
	font-weight: bold;
	padding-bottom: 0.5em;
}

section.timeline .date {
	color: #aaa;
}


/* =Top Reviews page template
-------------------------------------------------------------- */

section.top-reviews {
	margin: -2em 0 3em;
}

section.top-reviews article.title-entry {
	border-bottom: 1px dotted #eee;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 2em;
	padding-bottom: 2em;
}

section.top-reviews .review-column-1 {
	float: left;
	width: 10%;
}

section.top-reviews .review-column-1 h2 {
	background: #333;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	color: #eee;
	display: inline-block;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin-top: 0.6em;
	padding: 0.5em 0;
	text-align: center;
	width: 2em;
}

section.top-reviews .review-column-2 {
	float: left;
	text-align: center;
	width: 25%;
}

section.top-reviews .review-column-2 .post-thumbnail-wrap {
	background: #fafafa;
	border: 1px solid #e4e4e4;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 75px;
	padding: 0.5em;
}

section.top-reviews h1.entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0;
}

section.top-reviews .entry-byline {
	border: 0;
}

section.top-reviews p {
	margin: 0 0 0.2em;
}

section.top-reviews .review-column-3 {
	float: left;
	width: 65%;
}



@media only screen and (max-width: 640px) {
	#header-background-image-wrapper {
		display: none;
	}

	#header {
		background: url('../images/default_army_banner_mobile.jpg') no-repeat top;
		background-size: 100%;
	}

	audio,
	canvas,
	video {
		width: 100%;
	}

	.widget img {
		width: 100%;
	}
}

#playlist {
	display: inline;
	bottom: 5px;
	left: 5px;
}

.half-size {
	width: 48% !important;
	margin-right: 5px;
	float: left;
	margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
	.half-size {
		width: 100% !important;
		margin-bottom: 10px;
	}
}

.btn-success {
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}

.btn {
	user-select: none;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

#dateType {
	color: #555 !important;
	font-size: 1.5rem;
	line-height: 1.6;
	padding: 4px 0 5px 0;
}

#dateresult {
	font-size: 1.8rem;
	line-height: 1.8;
	color: #5cb85c;
}

#socialbutton {
	top: 33%;
	height: 205px;
	width: 60px;
	position: fixed;
	right: 4px;
	background: #ffffff;
	border-radius: 8px;
	padding: 10px 0;
}

#languagebar {
	position: fixed;
	top: 45%;
	right: 0px;
}

.lang-wrap {
	background: #fff;
	width: 80px;
	text-align: center;
	padding: 4px;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #003737;
}

.lang-wrap a {
	color: #003737;
}

.facebookflat {
	background: url("../images/icons/facebook_grey.png");
	height: 45px;
	width: 45px;
	transition: ease 500ms;
	background-size: 45px;
	opacity: 1;
	margin-left: 8px;
	text-indent: -99999px;
}

.facebookflat:hover {
	background: url("../images/icons/facebook.png");
	height: 55px;
	width: 55px;
	background-size: 55px;
	transition: ease 500ms;
	margin-left: 1px;
	width: 60px;
	display: block;

}

.twitterflat {
	background: url("../images/icons/twitter_grey.png");
	height: 45px;
	width: 45px;
	transition: ease 500ms;
	background-size: 45px;
	opacity: 1;
	margin-left: 8px;
}

.twitterflat:hover {
	background: url("../images/icons/twitter.png");
	height: 55px;
	width: 55px;
	background-size: 55px;
	transition: ease 500ms;
	margin-left: 1px;
	width: 60px;
	display: block;
}

.youtubeflat {
	background: url("../images/icons/youtube_grey.png");
	height: 45px;
	width: 45px;
	transition: ease 500ms;
	background-size: 45px;
	opacity: 1;
	margin-left: 8px;
}

.youtubeflat:hover {
	background: url("../images/icons/youtube.png");
	height: 55px;
	width: 55px;
	background-size: 55px;
	transition: ease 500ms;
	margin-left: 1px;
	width: 60px;
	display: block;
}

.mailflat {
	background: url("../images/icons/mail_grey.png");
	height: 45px;
	width: 45px;
	transition: ease 500ms;
	background-size: 45px;
	opacity: 1;
	margin-left: 8px;
}

.mailflat:hover {
	background: url("../images/icons/mail.png");
	height: 55px;
	width: 55px;
	background-size: 55px;
	transition: ease 500ms;
	margin-left: 1px;
	width: 60px;
	display: block;
}

.military-article-main {
	padding: 20px 10px !important;
}

.img-left::before {
	content: "";
}

.img-left {
	float: left;
	padding: 10px 20px 10px 0;
}

.img-left::after {
	clear: left;
	content: "";
}

.media-file {
	width: 46%;
	padding-top: 15px;
	padding-bottom: 10px;
	float: left;
	margin-right: 4%;
	margin-top: 20px;
	vertical-align: text-bottom;
	text-align: center;
	background: #e7e7e7;
}

.entry-content h4 {
	border-bottom: 1px solid rgba(133, 111, 69, 0.4);
	font-family: sans-serif;
	font-weight: 500;
	font-size: 18px;
	text-decoration: none;
	margin: 30px 0 0 0;
	padding-bottom: 6px;
	color: #6b0624;
}

.entry-content p span {
	color: #7a0404;
}

.entry-content p span.sublist {
	color: rgb(63, 63, 63);
	margin-left: 20px;
}

.entry-content h5 {
	font-weight: 700;
}

.page-sub-title {
	font-family: 'ABeeZee', sans-serif;
	font-weight: 600;
	font-size: 17px;
	text-decoration: none;
	margin: 30px 0 0 0;
	padding-bottom: 6px;
	color: #075a0c;
}

.pdf-icon-list {
	width: 40px;
	height: 40px;
	display: block;
}

.speech-icon {
	float: left;
	padding: 0 40px 30px 0;
}

p.more-link-wrapper {
	margin-bottom: 0;
	float: right;
	/* margin-top:-42px; */
}

.download-link-btn {
	margin-top: -42px;
}

.list-title {
	font-size: 14px;
	font-size: 1.2em;
}

/************************ TABBED INTERFACE *************************************/

* {
	box-sizing: border-box;
}

.tabs {
	position: relative;
	margin: 3rem 0;
	background: #D10000;
	height: 14.75rem;
}

.tabs::before,
.tabs::after {
	content: "";
	display: table;
}

.tabs::after {
	clear: both;
}

.tab {
	float: left;
}

.tab-switch {
	display: none;
}

.tab-label {
	position: relative;
	display: block;
	line-height: 2.75em;
	font-weight: 600;
	height: 3em;
	padding: 0 1.618em;
	background: #D10000;
	border-right: 0.125rem solid #fff;
	color: #fff;
	cursor: pointer;
	top: 0;
	transition: all 0.25s;
}

.tab-label:hover {
	transition: all 0.25s;
}

.tab-content {
	padding: 1.618rem;
	background: #fff !important;
	color: #303030;
	position: absolute;
	z-index: 1;
	top: 2.75em;
	left: 0;
	opacity: 0;
	width: 100%;
	transition: all 0.35s;
	min-height: 600px;
	max-height: 2400px;
	overflow: scroll;
}

.tab-switch:checked+.tab-label {
	background: #fff;
	color: #2c3e50;
	border-bottom: 0;
	border-right: 0.0625rem solid #fff;
	transition: all 0.35s;
	z-index: 2;
	top: -0.0625rem;
	border-top: 2px solid #D10000;
}

.tab-switch:checked+.tab-label:hover {
	top: -0.0625rem;
}

.tab-switch:checked+.tab-label+.tab-content {
	opacity: 1;
	transition: all 0.35s;
	z-index: 3;
}

.speech-list-wrapper {
	margin: 10px 20px;
}

.tab-content h4 {
	font-size: 2.100rem;
}

.person-info h4 {
	font-size: 1.3rem;
}

.army-site-title {
	color: #5e0c14;
	font-weight: 600;
	margin: 40px 0 20px 0;
	font-size: 1.4rem !important;
}

.army-site-page {
	padding: 0 20px;
}

.divbanner {
	display: block;
	margin: 25px auto;
}

.divmap {
	float: right;
	padding: 0 0 0 20px;
}

.divslogan {
	font-weight: 600;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	color: #b40101;
}

h4.divpagetitle {
	padding: 20px 0 5px 0;
	margin-bottom: 30px;
}

.noofvacancy {
	color: #b40101;
	float: right;
}

p.information_officer {
	text-align: center;
	font-weight: 600;
	margin-top: -8px;
	margin-bottom: -8px;
}

.nepal-army-contact-form {
	width: 95%;
	margin: 0 auto;

}

.army-contact {
	padding: 20px 30px;

}

.army-contact p {
	font-weight: 600;
}

.army-contact p input,
.army-contact p textarea {
	border: none;
	border: 1px solid #e0e0e0;
	width: 95%;

}

.army-contact p input {
	height: 34px;
}

input[type="submit"] {
	width: 160px !important;
	background: #4CAF50;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #2c7b34;
	font-weight: 600;

}

.contact-form-error,
.contact-form-error h4 {
	color: #bb0303;
}

.contact-form-success,
.contact-form-success h4 {
	color: #2c7b34;
}

.lib-error {
	color: #bb0303;
	text-align: center;
}

.lib-error span {
	font-weight: 700;
}

.small-form {
	width: 70% !important;
	margin: 0 auto;
}

.left-msg,
.right-msg {
	width: 45%;
	font-size: 15px;
}

.left-msg {
	float: left;
}

.right-msg {
	float: right;
	text-align: right;
}

.right-msg a {
	color: #b10303;
}

.booklist {
	margin-top: 30px;
	font-weight: 700;
}

.booklist p {
	border-bottom: 1px solid #efefef;
	padding: 10px 0 10px 0;
}

.booklist p a {
	margin-left: 30px;
	color: #0e3a36;
}

#army-preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('../images/loader.gif') no-repeat center center;
}

/** Reset Youtube Video */
.ytp-title-text {
	visibility: hidden !important;
}

.gallery-title {
	margin-top: 30px;
	font-weight: 600;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.display_light {
	background: #0e0e0ea4;
	background-size: cover !important;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
	top: 0;
	left: 0;
	z-index: 99999;
	position: fixed;
	visibility: hidden;
}

.popup-overlay {
	/*Hides pop-up when there is no "active" class*/
	visibility: hidden;
	position: absolute;
	background: #dbdbdb;
	border: 20px solid #ffffff5b;
	width: 50%;
	height: auto;
	left: 25%;
	z-index: 999999 !important;
	top: 16%;
}

.popup-overlay.active {
	/*displays pop-up when "active" class is present*/
	visibility: visible;
	text-align: center;
}

.popup-content {
	/*Hides pop-up content when there is no "active" class */
	visibility: hidden;
}

.popup-content.active {
	/*Shows pop-up content when "active" class is present */
	visibility: visible;
}

button {
	display: inline-block;
	vertical-align: middle;
	border-radius: 30px;
	margin: .20rem;
	font-size: 1.3rem;
	color: #038f55;
	background: #ffffff;
	border: 1px solid #058565;
	min-width: 150px;
	min-height: 30px;
}

button:hover {
	border: 1px solid #058565;
	background: #038f55;
	color: #ffffff;
}

/*** Gallery Module Added **/
.fancybox img {
	width: 255px;
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	margin-top: 15px;

}

.gallery-sub-title {
	font-weight: 550;
	color: #750909;
}

.myTitle p {
	font-weight: 530;
	color: #aa0c0c;
	text-align: center !important;
}

.user-message {
	height: 200px !important;
}

.alumni-title a {
	font-size: 22px;
	font-weight: 500;
	color: #aa0c0c;
	padding-bottom: 10px;
	padding-left: 40px;
}

.seperator {
	width: 100%;
	border-bottom: 1px solid #cfcfcf;
	border-top: 1px solid #f0f0f0;
	margin-bottom: 30px;

}

.nma_icon {
	background-image: url('../images/icons/acsc_icon.png');
	background-repeat: no-repeat;
}

.alumni-title,
.course-title {
	font-size: 22px;
	font-weight: 500;
	color: #aa0c0c;
	text-align: center;
}

.alumni-title span,
.course-title span {
	font-size: 17px;
	font-weight: 500;
	color: #3d0606;
	text-align: center;
	text-decoration: underline;
}

.platoon-title,
.section-title {
	font-size: 24px;
	font-weight: 500;
	color: #aa0c0c;
	text-align: center;
}

.cadet-info {
	float: left;
	margin-right: 10px;
	width: 110px;
}

.cadet-photo {
	padding-left: 15px;
}

.cadet-name {
	font-size: 12px;
	text-align: center;
}

.contactinfo {
	margin: 0 20px 0 40px !important;
}