@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(//fonts.googleapis.com/css?family=Pacifico);

/* Stuck menu styles
========================================================*/

.isStuck {
	z-index: 99;
	margin: 0;
	padding: 9px 0 !important;
	-webkit-box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.3);
}

.isStuck .sub-menu>ul {
	top: 41px !important;
}

@media only screen and (max-width: 979px) {
	.isStuck {
		display: none !important;
	}
}


/*========================================================
                    Main layout styles
=========================================================*/

body {
	background: #efefef;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	line-height: 1.428571429;
	color: #848484;
}
/*Admin Logout Style*/
a.logout {
    background-color: #006b99;
    color: #fff;
    padding: 2% 8% 2% 8%;
    font-size: 1.2em;
    border-radius: 0px;
    height: 13px;
    cursor: pointer;
    border: 1px solid #005274;
    font-weight: 500;
    font-family: arial;
}
a.logout:hover {
	background-color: #005980;
    color: #fff;
    font-size: 1.2em;
    border-radius: 0px;
    height: 13px;
    cursor: pointer;
    border: 1px solid #00364d;
    font-weight: 500;
}
/*Admin Logout Style Completed*/
/*Online Submission Styles*/
h1.h1-submission {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-family: Verdana, Geneva, sans-serif;
    width: 98.8%;
	background-color: #006b99;
    margin-top: 1%;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(140,140,140,1);
	-moz-box-shadow: 0px 3px 3px 0px rgba(140,140,140,1);
	box-shadow: 0px 3px 3px 0px rgba(140,140,140,1);
	border-radius: 2px;
	width: 100%;
}
.thumb-box1.sub-border{
	border: 0.5px solid #005274;
	margin: 1em 0 1em 0;
	border-radius: 0.3em;
}
label.lab-font {
    font-size: 14px;
    font-weight: 500;
    font-family: Verdana, Geneva, sans-serif;
    color: rgb(0, 89, 128);
}
/*Online Submission Styles*/
/*Bread Crumb Styles*/
/* .breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background: none;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.breadcrumb-arrow li:first-child a {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top
}
.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px
}
.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}
.breadcrumb-arrow li span {
    padding: 0 10px
}
.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px
}
.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}
.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #3bafda;
    border: 1px solid #3bafda
}
.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}
.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}
.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #3bafda;
    border-left-style: solid;
    border-left-width: 11px
}
.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #2494be
}
.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
    background-color: #4fc1e9;
    border: 1px solid #4fc1e9
}
.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
    border-left-color: #4fc1e9
}
.breadcrumb-arrow li a:active {
    background-color: #2494be;
    border: 1px solid #2494be
}
.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
    border-left-color: #2494be
}
.breadcrumb-arrow li span {
    color: #434a54
} */
/*Bread Crumb Styles*/
/*Submit Button Styles*/
.button6 {
	border: 1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;font-size:13px; padding: 0.3em 2em 0.3em 2em; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight: normal; color: #fff;
	background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
	background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
	background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
}
.button6:hover {
	border:1px solid #1c5675;
	background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
	background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
	background-image: -moz-linear-gradient(top, #26759e, #133d5b);
	background-image: -ms-linear-gradient(top, #26759e, #133d5b);
	background-image: -o-linear-gradient(top, #26759e, #133d5b);
	background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
	color: #fff;
}
/*Submit Button Styles Ended*/
/*Upload button Styles*/
.Upload {
	border: 1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;font-size:13px; padding: 0em 2em 0em 2em; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight: normal; color: #fff;
	background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
	background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
	background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
	line-height: 26px;
}
.Upload:hover {
	border:1px solid #1c5675;
	background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
	background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
	background-image: -moz-linear-gradient(top, #26759e, #133d5b);
	background-image: -ms-linear-gradient(top, #26759e, #133d5b);
	background-image: -o-linear-gradient(top, #26759e, #133d5b);
	background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
	color: #fff;
}
/*Upload button Styles Ended*/
/*H5 Journal Title Styles*/
h5.jTtile {
    text-align: center;
    font-size: 14px;
    background: rgb(244, 240, 240);
    padding: 6px;
    border-radius: 0px;
    border: 0.5px solid rgb(213, 195, 195);
    color: rgb(149, 106, 106);
}
/*H5 Journal Title Styles*/
/*Main Border Styles*/
.mainBorder{ background: rgb(250, 248, 248); border-radius: 0px; border: 0.5px solid rgb(234, 225, 225); padding: 10px 15px 10px 3px; }
/*Main Border Styles Ended*/
a {
	text-decoration: none;
	color: #007db3;
}

a:hover {
	text-decoration: none;
}

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

a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}

p strong {
	font-weight: bold;
}

.journal_titleh1 {
	font-size: 23px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.4;
	color: #007db3;/*  background-color: #f2f2f2;  */font-family: Roboto Condensed, sans-serif; font-size: 23px;
	padding-left: 0px;
}

.titlesub {
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0;
	color: #1d1d1d;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.4;
}
/*Archives Search Styles*/
table.tabIssue {
	/* border: 0.5px solid #f1f1f1; */
    margin-top: 1.2%;
    margin-bottom: 1%;
		-webkit-box-shadow: 0px 0px 1px 0px rgba(194,194,194,1);
		-moz-box-shadow: 0px 0px 1px 0px rgba(194,194,194,1);
	box-shadow: 0px 0px 1px 0px rgba(194,194,194,1);
	border-radius: 0.3em;
	background: #f1f1f1;
}
table.tabIssue:hover {
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
background: #fff;
cursor: pointer;
}
span.bg1 {
    background: rgb(0, 89, 128);
    color: rgb(255, 255, 255);
    border-radius: 1em;
    padding: 4px 10px;
    cursor: pointer;
    font-size: 13px;
}
span.bg2 {
    background: rgb(0, 89, 128);
    color: #fff;
    border-radius: 1em;
    padding: 0px 10px;
    cursor: pointer;
	font-size: 12px;
	margin-top: 3px;
	line-height: 25px; 
}
p.pArchive {
    margin: 0px;
    background: #fff;
    padding: 1%;
    border-radius: 0.3em;
	font-family: 13px/"Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    line-height: 20px;
}
p.pArchive:hover{
	background: #f1f1f1;
}
span.Head {
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-family: Segoe UI;
	font-size: 16px;
}
.openAccess{
float: right;
margin-right: 1%;
color: #e65c00;
font-size: 16px;
margin-top: -5px;
}
/*Archives Search Styles Ended*/
/*H1 HEADING COMMON STYLES*/
h1.h1-styles{
	background-color: #006b99; 
	color: #fff; 
	margin: 10px 14px 12px 13px;
	font-size: 20px;
	padding-left: 0px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(140,140,140,1);
	-moz-box-shadow: 0px 3px 3px 0px rgba(140,140,140,1);
	box-shadow: 0px 3px 3px 0px rgba(140,140,140,1);
	border-radius: 2px;
}
/*H1 HEADING COMMON STYLES ENDED*/

h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	position: relative;
	top: 0;
	z-index: 10;
	text-transform: none;
}

h1.navbar-brand_ a {
	display: inline-block;
}

h1.navbar-brand_ a img {
	width: 100%;
}

h1 {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 0;
	color: #005274;
	
	text-transform: none;
	padding: 6px;
}

h2 {
	font-size: 2em;
	margin-bottom: 18px;
	margin-top: 0;
	color: #005980;
	
	text-transform: none;
	padding: 6px;
}

h3 {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 0;
	color: #0B615E;
	
	text-transform: none;
	padding: 12px;
}

h4 {
	font-size: 16px;
	font-size: 1.5em;
	margin-bottom: 13px;
	margin-top: 0;
	color: #005274;
	
	text-transform: none;
	padding: 12px;
}

h4 img {
	margin-right: 28px;
	margin-top: -4px;
}

h5 {
	font-size: 14px;
	font-size: 1.4em;
	margin-bottom: 12px;
	margin-top: 0;
	color: #0B615E;
	
	text-transform: none;
	margin: 0 0 12px 0;
	padding-left: 12px;
}

h6 {
	font-size: 12px;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 0;
	color: #005274;
	
	text-transform: none;
	margin: 0 0 12px 0;
}

.h6 {
	font-size: 11px;
	font-size: 1.0em;
	margin-top: 0;
	color: #0B615E;
	
	text-transform: none;
	margin: 0 0 12px 0;
}

.heading1 {
	font-size: 18px;
	font-size: 1.6em;
	margin-bottom: 20px;
	margin-top: 0;
	color: #6E6E6E;
	text-transform: none;
	margin: 0 0 20px 0;
}

.heading2 {
	font-size: 16px;
	font-size: 1.5em;
	margin-bottom: 18px;
	margin-top: 0;
	color: #0B615E;
	text-transform: none;
	margin: 0 0 10px 0;
}

.heading3 {
	font-size: 14px;
	font-size: 1.3em;
	margin-bottom: 15px;
	margin-top: 0;
	color: #0B615E;
	
	text-transform: none;
	margin: 0 0 15px 0;
}

/*Peer Review Page Styles Started*/
h2.peer-styles{
	font-size: 18px;
    background-color: #768ea2;
    border-bottom: 1px solid #1f272e;
    font-weight: normal;
    color: #FFF;
    margin: 12px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(140,140,140,1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(140,140,140,1);
    box-shadow: 0px 3px 3px 0px rgba(140,140,140,1);
    border-radius: 2px;
}
/*Peer Review Page Styles Ended*/

/*Author GuideLine Styles*/
.h4-head{
	color: #FFF;
    font-size: 17px;
	background-color: #768ea2;
	border-bottom: 1px solid #1f272e;
	margin: 12px;
	padding: 6px 0 6px 9px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(140,140,140,1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(140,140,140,1);
    box-shadow: 0px 3px 3px 0px rgba(140,140,140,1);
    border-radius: 2px;
}
.vl:after {
	content: "";
	background-color: #005274;
	position: absolute;
	width: 1px;
	height: 1000px;
	top: 10px;
	
	display: block;
}
/*Author GuideLine Styles Ended*/

/*Journal Image Styles Started*/
img.thumb-img {
	float: left;
	padding: 0;
	margin-top: 6px;
	margin-right: 16px;
	-webkit-box-shadow: 0px 1px 12px -1px rgba(166,166,166,1);
	-moz-box-shadow: 0px 1px 12px -1px rgba(166,166,166,1);
	box-shadow: 0px 1px 12px -1px rgba(166,166,166,1);
	width: 25%;
}
/*Journal Image Styles ended*/

/*WHY CLINMED STYLES STARTED*/
.h3-head{
	color: #2285c3;
    font-size: 16px;
	background-color: #c2ccd6;
	border-bottom: 1px solid #3c9fdd;
	margin: 12px;
	padding: 6px 0 6px 9px;
		-webkit-box-shadow: 0px 7px 25px -10px rgba(0,0,0,1);
		-moz-box-shadow: 0px 7px 25px -10px rgba(0,0,0,1);
		box-shadow: 0px 7px 25px -10px rgba(0,0,0,1);
		border-radius: 0.2em;
}

.navigation {
  margin-top: 4%;
}

.mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mainmenu a {
    display: block;
    background-color: #c2ccd6;
    text-decoration: none;
    padding: 15px;
    margin-bottom: 4%;
    font-weight: normal;
    font-size: 14px;
}

.mainmenu a:hover {
    background-color: #64b5f6;
	color: #fff;
	-webkit-box-shadow: 0px 11px 18px -9px rgba(191,191,191,1);
	-moz-box-shadow: 0px 11px 18px -9px rgba(191,191,191,1);
	box-shadow: 0px 11px 18px -9px rgba(191,191,191,1);
}

.mainmenu li:hover {
  display: block;
  max-height: 200px;
}

/*WHY CLINMED STYLES ENDED*/
.authors {
	font-size: 10px;
	font-size: 1em;
	margin-bottom: 10px;
	margin-top: 0;
	color: #6E6E6E;
	
	text-transform: none;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.extra-wrap {
	overflow: hidden;
}

.content {
	padding: 0;
	background-color: #fff;
}

.content.indent {
	padding: 10px 0 0 0;
	background-color: #f5f5f5;
}

.center {
	text-align: center;
}

/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 10px 0 0 0;
	z-index: 11;
	background: #fff;
}

header .box1 {
	float: right;
	margin-top: 4px;
}

header .box2 {
	padding: 9px 27px 10px 86px;
	border: 1px solid #dadada;
	border-radius: 7px;
	float: left;
	position: relative;
}

header .box2 p {
	margin-bottom: 0;
	font-size: 1.2em/18px  Tahoma, Verdana, Segoe, sans-serif;
	text-transform: none;
	color: #2d3238;
	float: left;
}

header .box2 p span {
	color: #e44554;
}

header .box2 br {
	display: block;
}

header .box2 img {
	float: left;
	position: absolute;
	top: -10px;
	left: 15px;
}

header br {
	display: none;
}

.follow_icon {
	padding: 0;
	margin: 0 30px 0 0;
	list-style: none;
	overflow: hidden;
	float: right;
}

.follow_icon li {
	float: left;
	margin: 0 0 0 25px;
}

.follow_icon li:first-child {
	margin: 0;
}

.follow_icon li a {
	font-size: 23px;
	line-height: 25px;
	color: #fff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.follow_icon li a:hover {
	color: #e44554;
}


/*menu*/

nav.tm_navbar {
	position: relative;
	z-index: 0;
	border: none;
	padding: 26px 0 15px 0;
	margin: 10px 0 0 0;
	float: none;
	min-height: 0;
	background: #0B615E;
}

nav.tm_navbar .nav.sf-menu {
	float: left;
}

nav.tm_navbar .sf-menu li {
	position: relative;
	font-size: 13px;
	line-height: 24px;
	margin: 0 0 0 46px;
	float: left;
}

ul li:before:first-child {
	content: '';
}

ul li::before {
	/*content: "|";*/
	font-weight: 900;
	margin-top: 13px;
	color: #fff;
	position: absolute;
}

nav.tm_navbar .sf-menu li:first-child {
	margin: 0;
}

nav.tm_navbar .sf-menu li a {
	position: relative;
	padding: 0;
	font: 17px  Tahoma, Verdana, Segoe, sans-serif;
	color: #6df3ff;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

nav.tm_navbar .sf-menu li.active>a {
	color: #fff;
	background: none;
}

nav.tm_navbar .sf-menu li:hover>a {
	color: #fff;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

nav.tm_navbar .sf-menu .sfHover>a {
	color: #fff;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

nav.tm_navbar .sf-menu li span {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 4px;
	background: url(../img/marker.png) center bottom no-repeat;
	left: 0;
	bottom: -12px;
	z-index: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}


/* subMenu1
========================================================*/

nav.tm_navbar .sub-menu>ul {
	position: absolute;
	display: none;
	width: 100%;
	left: -13px;
	top: 46px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #0B615E;
	border-radius: 5px;
	padding: 11px 10px 11px 13px;
	margin: 0;
	text-align: left;
}

nav.tm_navbar .sub-menu>ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 15px 0 !important;
	padding: 0;
	display: block;
}

nav.tm_navbar .sub-menu>ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px  Tahoma, Verdana, Segoe, sans-serif;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

nav.tm_navbar .sub-menu>ul li span {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 1px;
	left: auto;
	width: auto !important;
	color: #fff;
	font-size: 14px;
	background: none;
}

nav.tm_navbar .sub-menu>ul li a:hover {
	text-decoration: none;
	color: #e44554 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

nav.tm_navbar .sub-menu>ul li.sfHover>a {
	text-decoration: none;
	color: #e44554 !important;
	background: none !important;
}


/*subMenu2*/

nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 98px;
	left: 97px;
	top: -10px;
	border-radius: 7px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #e44554;
	padding: 10px 10px 0 13px;
	margin: 0;
	text-align: left;
}

nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px  Tahoma, Verdana, Segoe, sans-serif;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

nav.tm_navbar .sub-menu>ul li>ul li a:hover {
	text-decoration: none;
	color: #010101 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.select-menu {
	display: none !important;
}


/*========================================================
                    -Content-
=========================================================*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	border: none;
	z-index: 20;
	text-indent: -9999px;
	background: url(../img/top.png) 0 top no-repeat;
}

#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.who-box {
	overflow: hidden;
}

.who-box .col-lg-4 {
	margin-bottom: 30px;
}

.errorBox {
	text-align: center;
}

.errorBox1 {
	padding-top: 83px;
}

.thumb-box1 {
	background: #FFF;
	padding: 0px 1.2em 1.2em 0; 
}


/*background: url(../img/pattern1.png) repeat; */

.thumb-box1 .title {
	font: bold 30px/30px  Tahoma, Verdana, Segoe, sans-serif;
	color: #414141;
	margin-bottom: 16px;
}

/* @font-face {
	font-family: "Guardian TextSans Web";
	src: url(http://www.font-face.com/fonts/delicious/Delicious-Roman.otf);
	font-weight: 600;
}
 */
.thumb-box1 p {
	font-size: 1.53rem;
	line-height: 25px;
	font-weight: normal;
	color: #212124;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	}

.thumb-box1 .btn-default.btn1 {
	float: right;
	margin-top: 34px;
}

.thumb-box2 {
	padding: 20px 0 0 0;
	border-bottom: 1px solid #e4e4e4;
}

.thumb-box2 .title {
	font: bold 30px/30px  Tahoma, Verdana, Segoe, sans-serif;
	text-transform: uppercase;
	color: #414141;
	margin-bottom: 46px;
}

.thumb-box3 {
	overflow: hidden;
	padding: 20px 0 0 0;
}

.thumb-box4 {
	overflow: hidden;
	padding: 30px 0 0 0;
	border-bottom: 1px solid #e4e4e4;
}

.thumb-box4 .title {
	font: bold 30px/30px  Tahoma, Verdana, Segoe, sans-serif;
	color: #414141;
	margin: 0 0 27px 0;
	padding: 4px 0 0 0;
}

.thumb-box4 .title img {
	margin-right: 28px;
	margin-top: -4px;
}

.thumb-box4 .col-lg-5 {
	margin-bottom: 38px;
}

.thumb-box4 p {
	font-size: 12px;
}

.thumb-box5 {
	padding: 56px 0 0 0;
}

.thumb-box5 .title {
	font: bold 30px/30px  Tahoma, Verdana, Segoe, sans-serif;
	text-transform: uppercase;
	color: #414141;
	margin-bottom: 16px;
}

.thumb-box5 p {
	font-size: 16px;
	line-height: 26px;
}

.thumb-box5 .btn-default.btn1 {
	float: right;
	margin-top: 34px;
}

.thumb-box6 {
	overflow: hidden;
	padding: 12px 0 23px 0;
	border-bottom: 1px solid #e4e4e4;
}

.thumb-box6 figure {
	margin-bottom: 20px;
}

.thumb-box6 figure a {
	display: block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-box6 figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.thumb-box7 {
	overflow: hidden;
	padding: 47px 0 0 0;
}

.thumb-box7 .title {
	font: bold 30px/30px  Tahoma, Verdana, Segoe, sans-serif;
	text-transform: uppercase;
	color: #414141;
	margin-bottom: 43px;
}

.thumb-box8 p {
	font-size: 15px;
	line-height: 1.6;
	color: #1C1C1C;
	
}

.thumb-box8 {
	overflow: hidden;
	padding: 10px 0 0 0;
	background: #f9f9f9;
}

.thumb-box8 .logo-box figure {
	margin-bottom: 29px;
}

.thumb-box8 .logo-box p {
	font: 16px/24px  Tahoma, Verdana, Segoe, sans-serif;
	color: #1C1C1C;
	margin-bottom: 0;
}

.thumb-box8 .logo-box p a {
	color: #e44554;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-box8 .logo-box p a:hover {
	color: #0B615E;
}

.thumb-box9 {
	overflow: hidden;
	padding: 60px 0 22px 0;
	background: url(../img/pattern1.png) repeat;
}

.thumb-box10 {
	padding: 60px 0 0 0;
	overflow: hidden;
}

.thumb-box11 {
	overflow: hidden;
	padding: 0 0 35px 0;
}

.thumb-box12 {
	overflow: hidden;
	padding: 57px 0 0 0;
	border-bottom: 1px solid #e4e4e4;
}

.thumb-box12 .thumb-pad1 {
	margin-bottom: 20px;
}

.thumb-box13 {
	overflow: hidden;
	padding: 57px 0 0 0;
}

.thumb-box14 {
	overflow: hidden;
}

.thumb-box15 {
	overflow: hidden;
	background: #f7f7f7;
	padding: 60px 0 0 0;
}

.thumb-box15 .col-lg-4,
.thumb-box15 .col-lg-8 {
	margin-bottom: 66px;
}

.thumb-box16 {
	overflow: hidden;
	background: #f8f9f9;
	padding: 60px 0 44px 0;
}

.thumb-box16 p {
	font-size: 16px;
}

.thumb-box16 p span {
	color: #0B615E;
}


/* thumbs
========================================================*/

.thumb-pad1 {
	margin: 0 0 41px 0;
}

.thumb-pad1:hover .thumbnail strong {
	background: #e44554;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}

.thumb-pad1 .thumbnail strong {
	background: #0B615E;
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	border-radius: 100%;
	margin-right: 11px;
	display: inline-block;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad1 .thumbnail .caption {
	padding: 12px 0 0 0;
	overflow: hidden;
}

.thumb-pad1 .thumbnail .caption .description {
	font: bold 18px  Tahoma, Verdana, Segoe, sans-serif;
	color: #3e3e3e;
	margin-bottom: 7px;
}

.thumb-pad2 {
	margin: 0;
	padding: 0 0 0 0;
	background: #005274;
}

.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}

.thumb-pad2 .thumbnail .caption {
	padding: 0 15px;
}

.thumb-pad2 .thumbnail .caption .title {
	font: 500 1.5em/1.2em  Tahoma, Verdana, Segoe, sans-serif;
	color: #fff;
}

.thumb-pad2 .thumbnail .caption p {
	color: #fff;
	font-size: 0.9em;
	line-height: 18px;
	margin-bottom: 10px;
}

.thumb-pad2 .thumbnail .caption a {
	display: inline-block;
}

.thumb-pad2 .thumbnail .caption a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.thumb-pad2 figure {
	margin: 0 0 10px 0;
}

.thumb-pad2 figure img {
	width: 100%;
}

.thumb-pad2-1 {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	background: #0B615E;
	text-align: center;
}

.thumb-pad2-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}

.thumb-pad2-1 .thumbnail .caption {
	padding: 0 45px;
}

.thumb-pad2-1 .thumbnail .caption .title {
	font: 300 24px/1em  Tahoma, Verdana, Segoe, sans-serif;
	color: #fff;
}

.thumb-pad2-1 .thumbnail .caption p {
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
}

.thumb-pad2-1 .thumbnail .caption a {
	display: inline-block;
}

.thumb-pad2-1 .thumbnail .caption a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.thumb-pad2-1 figure {
	margin: 0 0 31px 0;
}

.thumb-pad2-1 figure img {
	width: 100%;
}

.thumb-pad3 {
	margin: 0 0 40px 0;
}

.thumb-pad3 figure {
	margin: 0 0 29px 0;
}

.thumb-pad3 figure img {
	width: 100%;
}

.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}

.thumb-pad3 .thumbnail .caption {
	padding: 0;
}

.thumb-pad3 .thumbnail .caption a {
	font: bold 18px  Tahoma, Verdana, Segoe, sans-serif;
	color: #3e3e3e;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad3 .thumbnail .caption a:hover {
	color: #0B615E;
}

.thumb-pad3 .thumbnail .caption p {
	margin: 7px 0 0 0;
}

.thumb-pad3-1 {
	margin: 0 0 40px 0;
}

.thumb-pad3-1 figure {
	margin: 0 0 29px 0;
}

.thumb-pad3-1 figure img {
	width: 100%;
}

.thumb-pad3-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}

.thumb-pad3-1 .thumbnail .box strong {
	font: bold 42px/1em  Tahoma, Verdana, Segoe, sans-serif;
	color: #0B615E;
	display: block;
}

.thumb-pad3-1 .thumbnail .box span {
	font: bold 18px/1em  Tahoma, Verdana, Segoe, sans-serif;
	color: #0B615E;
	display: block;
	margin-top: -2px;
}

.thumb-pad3-1 .thumbnail .box hr {
	width: 1px;
	height: 69px;
	background: #cecece;
	margin: 0 20px;
	float: left;
	border: none;
}

.thumb-pad3-1 .thumbnail .box a {
	font: 16px/24px  Tahoma, Verdana, Segoe, sans-serif;
	color: #383838;
	position: relative;
	top: 10px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad3-1 .thumbnail .box a:hover {
	color: #0B615E;
}

.thumb-pad3-1 .thumbnail .box>div {
	float: left;
	width: 70px;
	margin-right: 9px;
}

.thumb-pad3-1 .thumbnail .caption {
	padding: 14px 0 25px 0;
	margin-bottom: 29px;
	border-bottom: 1px solid #d2d2d2;
}

.thumb-pad3-1 .thumbnail .caption a {
	font: bold 18px  Tahoma, Verdana, Segoe, sans-serif;
	color: #3e3e3e;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad3-1 .thumbnail .caption a:hover {
	color: #0B615E;
}

.thumb-pad3-1 .thumbnail .caption p {
	margin: 7px 0 0 0;
}

.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}

.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}

.thumb-pad4 .thumbnail .caption {
	padding: 0;
}

.thumb-pad4 figure {
	margin: 0 0 31px 0;
}

.thumb-pad4 figure img {
	width: 100%;
}

.thumb-pad5 {
	margin: 0;
	overflow: hidden;
}

.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}

.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}

.thumb-pad5 .thumbnail .caption a {
	font: bold 18px  Tahoma, Verdana, Segoe, sans-serif;
	text-transform: uppercase;
	color: #3e3e3e;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad5 .thumbnail .caption a:hover {
	color: #e44554;
}

.thumb-pad5 .thumbnail .caption div {
	float: right;
	text-align: right;
}

.thumb-pad5 .thumbnail .caption div p {
	color: #e44554;
}

.thumb-pad5 figure {
	margin: 0 30px 0 0;
	float: left;
}

.thumb-pad5-1 {
	margin: 0 0 40px 0;
	overflow: hidden;
	text-align: left;
}

.thumb-pad5-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}

.thumb-pad5-1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}

.thumb-pad5-1 .thumbnail .caption p {
	font: 12px/24px  Tahoma, Verdana, Segoe, sans-serif;
	color: #848484;
}

.thumb-pad5-1 figure {
	margin: 0 30px 0 0;
	float: left;
}

.thumb-pad5-1 figure img {
	width: 100%;
}

.thumb-pad6 {
	overflow: hidden;
	text-align: left;
	margin: 0 0 36px 0;
}

.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

.thumb-pad6 figure {
	margin: 0 0 29px 0;
}

.thumb-pad6 figure img {
	width: 100%;
}

.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}

.thumb-pad6 .thumbnail .caption a {
	font: bold 18px  Tahoma, Verdana, Segoe, sans-serif;
	text-transform: uppercase;
	color: #3e3e3e;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad6 .thumbnail .caption a:hover {
	color: #0B615E;
}

.thumb-pad6 .thumbnail .caption p {
	margin: 7px 0 0 0;
}

.thumb-pad7 {
	margin: 0 0 37px 0;
	padding-bottom: 42px;
	border-bottom: 1px solid #e4e4e4;
}

.thumb-pad7 .box {
	margin-bottom: 30px;
}

.thumb-pad7 .box strong {
	font: bold 42px/1em  Tahoma, Verdana, Segoe, sans-serif;
	color: #0B615E;
	display: block;
}

.thumb-pad7 .box span {
	font: bold 18px/1em  Tahoma, Verdana, Segoe, sans-serif;
	color: #0B615E;
	display: block;
	margin-top: -2px;
}

.thumb-pad7 .box hr {
	width: 1px;
	height: 69px;
	background: #cecece;
	margin: 0 20px;
	float: left;
	border: none;
}

.thumb-pad7 .box .lnk {
	font: 14px/24px  Tahoma, Verdana, Segoe, sans-serif;
	color: #2f2f2f;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	top: 10px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad7 .box .lnk:hover {
	color: #0B615E;
}

.thumb-pad7 .box>div {
	float: left;
	width: 70px;
	margin-right: 9px;
}

.thumb-pad7 .box p {
	font-size: 1.33em;
	line-height: 1.6;
	margin-top: 0;
	color: #1C1C1C;
	
	margin: 0 0 8px;
	text-align: "justify";
}

.thumb-pad7 .box p a {
	color: #e44554;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad7 .box p a:hover {
	color: #0B615E;
}

.thumb-pad7.indent {
	border-bottom: none;
	padding-bottom: 0;
}

.thumb-pad7 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}

.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}

.thumb-pad7 figure {
	margin: 0 30px 0 0;
	float: left;
}

.thumb-pad7 figure img {
	width: 100%;
}

.thumb-pad8 {
	margin: 0 0 30px 0;
	padding: 15px 15px 22px 15px;
	border: 1px solid #edeaea;
	text-align: left;
}

.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}

.thumb-pad8 .thumbnail .caption {
	padding: 0;
}

.thumb-pad8 .thumbnail .caption .lnk {
	font: 20px/20px  Tahoma, Verdana, Segoe, sans-serif;
	color: #7d8286;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.thumb-pad8 .thumbnail .caption .lnk:hover {
	color: #53afee;
}

.thumb-pad8 .thumbnail .caption p {
	font: 13px/18px  Tahoma, Verdana, Segoe, sans-serif;
	color: #8b9196;
	margin: 0;
}

.thumb-pad8 .thumbnail .caption hr {
	border-top: 1px solid #dedfe0;
	margin: 12px 0 13px 0;
}

.thumb-pad8 figure {
	margin: 0 0 22px 0;
}

.thumb-pad8 figure img {
	width: 100%;
}


/* btn
========================================================*/

.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 32px;
	font: bold 18px/52px  Tahoma, Verdana, Segoe, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #fff;
	background: #e44554;
	text-transform: uppercase;
	float: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.btn-default.btn1:hover {
	color: #fff;
	background: #0B615E;
	text-decoration: none;
}

.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 12px  Tahoma, Verdana, Segoe, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #e44554;
	background: none;
	text-transform: uppercase;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.btn-default.btn2 i {
	width: 6px;
	height: 5px;
	display: inline-block;
	float: none;
	position: relative;
	top: -2px;
	margin-left: 3px;
	background: url(../img/more_arrow.png) no-repeat;
}

.btn-default.btn2:hover {
	color: #0B615E;
	text-shadow: none;
	background: none;
	text-decoration: none;
}

.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 40px;
	font: bold 30px/56px  Tahoma, Verdana, Segoe, sans-serif;
	margin: 0;
	border-radius: 3px;
	color: #fff;
	background: #e44554;
	text-transform: uppercase;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.btn-default.btn3:hover {
	color: #fff;
	text-shadow: none;
	background: #0B615E;
	text-decoration: none;
}

.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 28px;
	font: bold 14px/46px  Tahoma, Verdana, Segoe, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #fff;
	background: #53afee;
	border: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.btn-default.btn4:hover {
	color: #fff;
	text-shadow: none;
	background: #414141;
	text-decoration: none;
}


/* list
========================================================*/

.ahref {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

.ahref li {
	font-size: 15px;
	line-height: 1px;
	margin: 0 0 2px 0;
	padding-left: 13px;
	background: url(../img/list_point.png) left 6px no-repeat;
}

.ahref li a {
	color: #848484;
	
	font-size: 15px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.ahref li a:hover {
	color: #e44554;
}

.list1 {
	margin: -3px;
	padding: 15px 0 0 0;
	list-style: none;
}

.list1 li {
	font-size: 15px;
    line-height: 1.428571429;
    margin: 0 0 15px 0;
    padding: 10px;
    background: none;
   	font-weight: normal;
}

.list1 li:hover {
    background: none;
    border: none;
    transition-duration: 0.5s; 
}

/*background: url(../img/list_point.png) left 6px no-repeat; */

.list1 li a:hover {
	color: #E44554;
}

.list1-1 {
	margin: 0;
	padding: 4px 0 0px 0;
	list-style-type: none;
}

.list1-1.indent {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 56px;
	padding-bottom: 25px;
}

.list1-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 13px 0;
	padding-left: 13px;
	background: url(../img/list_point.png) left 6px no-repeat;
}

.list1-1 li a {
	color: #e44554;
	font: 15px  Tahoma, Verdana, Segoe, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.list1-1 li a:hover {
	color: #848484;
}

.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 12px 0;
	padding-left: 21px;
	background: url(../img/list_point.png) left 4px no-repeat;
}

.list2 li a {
	font: 13px  Tahoma, Verdana, Segoe, sans-serif;
	color: #848484;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.list2 li a:hover {
	color: #f1373a;
}

.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 0 86px;
	float: left;
}

.list3 li:first-child {
	margin: 0;
}

.list3 li a {
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.list3 li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.list4 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 28px;
}

.list4 li time {
	font: bold 18px  Tahoma, Verdana, Segoe, sans-serif;
	text-transform: uppercase;
	color: #3e3e3e;
	display: inline-block;
	width: 70px;
	float: left;
	margin: 0 0 0 0;
}

.list4 li time span {
	font-size: 14px;
	line-height: 20px;
	display: block;
	color: #53afee;
}

.list4 li p {
	margin-bottom: 0;
}

.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list5 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 29px 0;
	overflow: hidden;
}

.list5 li figure {
	float: left;
	margin: 7px 20px 0 0;
}

.list5 li p {
	font: italic 16px/26px  Tahoma, Verdana, Segoe, sans-serif;
	color: #8b8a8a;
	margin-bottom: 17px;
}

.list5 li a {
	font: 20px/21px  Tahoma, Verdana, Segoe, sans-serif;
	color: #7d8286;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.list5 li a:hover {
	color: #53afee;
}

.list5 li .description {
	font: bold 14px  Tahoma, Verdana, Segoe, sans-serif;
	color: #53afee;
	margin: 3px 0 0 0;
	text-transform: uppercase;
}

.list6 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}

.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #c7c7c7;
}

.list6 li .title {
	font: 18px  Tahoma, Verdana, Segoe, sans-serif;
	color: #848484;
	margin-bottom: 17px;
	padding-left: 30px;
	background: url(../img/list_arrow.png) left 9px no-repeat;
}

.list6 li p {
	margin-bottom: 0;
}

.list6 li:last-child {
	border-bottom: none;
}

.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.list7 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 13px;
}

.list7 li span {
	width: 70px;
	position: relative;
	color: #0B615E;
	display: inline-block;
	font-size: 48px;
	float: left;
	margin: 5px 30px 0 0;
	text-align: center;
}

.list7 li p {
	font: 12px/24px  Tahoma, Verdana, Segoe, sans-serif;
	color: #848484;
}

.list8 {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.list8 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0;
	padding-bottom: 8px;
}


/* search
========================================================*/

#search-404 {
	padding: 0;
	margin: 40px 0 0 0;
	position: relative;
}

#search-404 a {
	position: absolute;
	top: 13px;
	right: 13px;
}

#search-404 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	outline: none;
	background: none;
	border: 1px solid #e4e4e4;
	font: 13px  Tahoma, Verdana, Segoe, sans-serif;
	line-height: 18px;
	color: #848484;
	padding: 14px 15px;
	height: 48px;
	resize: none;
}

#search {
	padding: 0;
	margin: 0;
	float: right;
	position: relative;
	width: 269px;
	padding: 6px 40px 6px 15px;
	height: 32px;
	background: #fff;
	border: 1px solid #fff;
	font: 13px  Tahoma, Verdana, Segoe, sans-serif;
}

#search a {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 14px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

#search a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	outline: none;
	background: #fff;
	border: 1px solid #fff;
	font: 13px  Tahoma, Verdana, Segoe, sans-serif;
	line-height: 18px;
	color: #848484;
	padding: 0;
	resize: none;
}


/* map
========================================================*/

.content_map {
	position: relative;
	height: 571px;
	margin-bottom: 65px;
}

.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#map-canvas img {
	max-width: none !important;
}

.gm-wrapper div:first-child div+div+div+div {
	background-color: transparent !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
}

.gm-wrapper * {
	box-shadow: 0 0 0 #000 !important;
	background-color: transparent !important;
}

.gm-style-iw {
	text-align: center;
	width: 330px !important;
	height: 127px !important;
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: #fff;
	padding: 38px 0 0 20px;
	font: 13px  Tahoma, Verdana, Segoe, sans-serif;
	overflow: visible !important;
}

.gm-style-iw:after {
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin-top: 17px;
	left: 50%;
	margin-left: 5px;
	border-style: solid;
	border-width: 25px 15px 0 15px;
	border-color: #000000;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	position: absolute;
}

.gm-style-iw span {
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #fff;
}

.info {
	margin-bottom: 30px;
	text-align: left;
}

.info p {
	margin-bottom: 32px;
}

.mail {
	color: #e44554;
	font: 13px  Tahoma, Verdana, Segoe, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.mail:hover {
	color: #2f2f2f;
	text-decoration: none;
}


/*========================================================
                    footer
=========================================================*/

footer {
	/*padding: 10px 0;*/
	padding: 0;
	overflow: hidden;
}

p {
	font-size: 1.53rem;
	font-weight: 500;
	color: #212124;
	margin-top: 0;
	margin: 13px;
	line-height: 1.5625;
}

.pindent {
	margin-left: 2em;
}

footer {
	font-size: 1.33em;
	line-height: 1.6;
	margin-top: 0;
	color: #1C1C1C;
	
	margin: 0 0 0px;
	background: linear-gradient(to bottom, #005274, #007db3);
}

footer p {
	font-size: 0.9em;
	line-height: 1.6;
	margin-top: 0;
	color: #fff;
	
	margin: 0 0 0px;
	padding-left: 0px;
}

footer p a {
	color: #fff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

footer p a:hover {
	color: #fff;
}

footer em {
	font-style: normal;
}

footer .title {
	font: 18px  Tahoma, Verdana, Segoe, sans-serif;
	color: #3a3a3a;
	text-transform: none;
	margin-bottom: 3px;
}

footer .col-lg-3 {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

footer .col-lg-3:after {
	content: '';
	width: 1px;
	height: 100%;
	top: 0;
	left: 0px;
	background: #005274;
	position: absolute;
}

footer .col-lg-3.indent:after {
	content: none;
	display: none;
}

footer .col-lg-6:after {
	content: '';
	width: 1px;
	height: 100%;
	top: 0;
	left: -30px;
	background: #0B615E;
	position: absolute;
}

.follow_icon2 {
	padding: 0;
	margin: 21px 0 0 0;
	list-style: none;
	overflow: hidden;
}

.follow_icon2 li {
	float: left;
	margin: 0 0 0 25px;
}

.follow_icon2 li:first-child {
	margin: 0;
}

.follow_icon2 li a {
	font-size: 23px;
	line-height: 25px;
	color: #a8a8a8;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.follow_icon2 li a:hover {
	color: #e44554;
}

.fulltext-footer {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}

.fulltext-footer li {
	font-size: 1.2em;
	line-height: 1.428571429;
	
	margin: 0 0 14px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #c7c7c7;
	color: #d9d9d9;
}


/*========================================================
	RESPONSIVE LAYOUTS STYLES 
=========================================================*/

@media (min-width: 1220px) {
	.container {
		padding: 0;
	}
}


/*===========================================================================================================================*/

@media (min-width: 992px) and (max-width: 1219px) {
	nav.tm_navbar {
		text-align: center;
	}
	nav.tm_navbar .nav.sf-menu {
		float: none;
		display: inline-block;
		margin-bottom: 25px;
	}
	.thumb-pad2 .thumbnail .caption {
		padding: 0 15px;
	}
	.thumb-box10 .col-lg-4,
	.thumb-box10 .col-lg-3,
	.thumb-box10 .col-lg-5 {
		margin-bottom: 40px;
	}
	.list1-1.indent {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}


/*===========================================================================================================================*/

@media (min-width: 768px) and (max-width: 991px) {
	#toTop {
		display: none !important;
	}
	.errorBox img {
		width: 100%;
	}
	nav.tm_navbar {
		text-align: center;
	}
	nav.tm_navbar .nav.sf-menu {
		float: none;
		display: inline-block;
		margin-bottom: 25px;
	}
	.follow_icon {
		float: none;
		display: inline-block;
		margin: 15px 0 0 0;
	}
	#search {
		float: none;
		display: inline-block;
	}
	header {
		text-align: center;
	}
	header h1.navbar-brand_ {
		float: none;
		margin-bottom: 30px;
	}
	header .box1 {
		float: none;
	}
	header .box2 {
		float: none;
		display: block;
	}
	header br {
		display: block;
	}
	.thumb-pad2 .thumbnail .caption {
		padding: 0 15px;
	}
	.thumb-box8 {
		padding-bottom: 40px;
	}
	.thumb-box10 .col-lg-4,
	.thumb-box10 .col-lg-3,
	.thumb-box10 .col-lg-5 {
		margin-bottom: 40px;
	}
	.list1-1.indent {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.thumb-pad2-1 .thumbnail .caption .title {
		font-size: 20px;
	}
	.thumb-pad2-1 .thumbnail .caption {
		padding: 0 15px;
	}
	footer .col-lg-3:after {
		content: none;
		display: none;
	}
}


/*===========================================================================================================================*/

@media (max-width: 767px) {
	#toTop {
		display: none !important;
	}
	nav.tm_navbar {
		text-align: center;
	}
	nav.tm_navbar .nav.sf-menu {
		float: none;
		display: inline-block;
		margin-bottom: 25px;
	}
	#search {
		float: none;
		display: block;
		margin: 15px 0;
	}
	#search input {
		width: 100%;
	}
	header {
		text-align: center;
	}
	header h1.navbar-brand_ {
		float: none;
		margin-bottom: 30px;
	}
	header .box1 {
		float: none;
	}
	header .box2 {
		float: none;
		display: block;
		margin-bottom: 15px;
	}
	nav.tm_navbar {
		float: none;
		padding: 0;
		margin: 0;
	}
	nav.tm_navbar .nav {
		display: none !important;
	}
	.select-menu {
		display: inline-block !important;
		padding: 4px 4px 4px 0;
		margin: 30px 0 0 0;
		width: 100%;
		border: 1px solid #f2f4f6;
		background: #f2f4f6;
		color: #8c8c8c;
		cursor: pointer;
		height: 30px;
		font-size: 12px;
		vertical-align: middle;
	}
	.thumb-pad4 figure {
		margin: 0 20px 0 0;
		float: left;
	}
	.follow_icon {
		float: none;
		display: inline-block;
		margin: 10px 0 0 0;
	}
	.thumb-pad2 {
		margin-bottom: 30px;
	}
	.thumb-pad2 .thumbnail .caption {
		padding: 0 15px;
	}
	.thumb-box5 {
		padding-bottom: 40px;
	}
	.thumb-box5 .btn-default.btn1 {
		float: none;
	}
	.thumb-box1 .btn-default.btn1 {
		float: none;
	}
	.thumb-box8 {
		padding-bottom: 40px;
	}
	.thumb-box10 .col-lg-4,
	.thumb-box10 .col-lg-3,
	.thumb-box10 .col-lg-5 {
		margin-bottom: 40px;
	}
	footer .col-lg-3:after {
		content: none;
		display: none;
	}
	.list1-1.indent {
		border-bottom: none;
		margin-bottom: 30px;
		padding-bottom: 0;
	}
	.content_map {
		height: 300px;
	}
}


/*===========================================================================================================================*/

@media (max-width: 626px) {
	.thumb-pad4 figure {
		margin: 0 0 20px 0;
		float: none;
	}
	.thumb-pad7 figure {
		margin: 0 0 20px 0;
		float: none;
	}
}


/*===========================================================================================================================*/


/*===========================================================================================================================*/

@media (max-width: 480px) {
	.col-xs-6 {
		width: 100%;
		float: none;
	}
	.errorBox img {
		width: 100%;
	}
	header br {
		display: none;
	}
	header .box2 {
		padding: 9px 15px;
	}
	header .box2 p {
		font-size: 10px;
		float: none;
	}
	header .box2 img {
		display: none;
	}
	.thumb-pad5 figure {
		margin: 0 0 20px 0;
		float: none;
	}
	footer .col-lg-3 {
		height: auto !important;
	}
}


/*===========================================================================================================================*/

@media (max-width: 320px) {
	.col-xs-4 {
		width: 100%;
		float: none;
	}
	.col-xs-6 {
		width: 100%;
		float: none;
	}
	.thumb-pad5 figure img {
		width: 100%;
	}
}

.accordion_container {
	width: auto;
}

.accordion_head {
	background-color: skyblue;
	color: white;
	cursor: pointer;
	font-family: arial;
	font-size: 14px;
	margin: 0 0 1px 0;
	padding: 7px 11px;
	font-weight: bold;
}

.accordion_body {
	background: lightgray;
}

.accordion_body p {
	padding: 18px 5px;
	margin: 0px;
}

.plusminus {
	float: right;
}


/*===========================================================================================================================*/


/*Core variables and mixins*/


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


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