﻿/*************************
*******Typography******
**************************/
body {
	font-family: 'Open Sans';
	background:#fff;
	position: relative;
	font-weight: 400px;
	font-size:14px;
	width: 100%;
	height: 100%;
	line-height:20px;
}
p {
	text-align:justify;
}
ul li {
	list-style: none;
}
a:hover {
	outline: none;
	text-decoration: none;
}
a:focus {
	outline: none;
	outline-offset: 0;
}
a {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Arial', sans-serif;
	font-weight:bold;


}
.subheading {
	color:#037cbc;
	border-bottom:thin solid #462066;
	padding-bottom:10px;
}
.btn:hover, .btn:focus {
	outline: none;
	box-shadow: none;
}

.navbg {
	/* Firefox v3.6+ */
	background-image: -moz-linear-gradient(50% 0% 180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(255,147,38)), color-stop(1, rgb(217,109,0)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image: -webkit-linear-gradient(180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);
	/* Opera v11.10+ */
	background-image: -o-linear-gradient(180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);
	/* IE v10+ */
	background-image: -ms-linear-gradient(180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);
	background-image: linear-gradient(180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);
    position:relative;
}
.navbar-toggle {
	background-color: #000;
}
a#scrollUp {
	bottom: 0px;
	right: 10px;
	padding: 5px 10px;
	background: #FE980F;
	color: #FFF;
	-webkit-animation: bounce 2s ease infinite;
	animation: bounce 2s ease infinite;
}
a#scrollUp i {
	font-size: 30px;
}

.top_nav {
	background:#465b69;
	height:40px;
}

.logo {
}
.logo img {


}
.logo h1 {
	font-size: 35px;
	padding-top: 20px;
	padding-bottom:0px;
	color: #04468a;
	line-height:35px;
	font-weight:800;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing:-0.5px;
	z-index:1;
}
.logo h1>span {
	font-size: 35px;
	color:#04468a;
	line-height:40px;
	padding:0px;
	margin:0px;
	font-weight:100;
	font-family: 'Ramabhadra', sans-serif;
}
.logo span {
	font-size: 18px;
	color:#555;
	line-height:5px;
	padding:0px;
	margin:0px;
	font-weight:800;
	font-family: 'Roboto Condensed', sans-serif;
}

.header-middle {

/* background:url(../images/GHMC_BG.png)#036 center no-repeat; */
background-repeat:repeat-x;
background-position:left top;
height:170px;
padding-top:15px;
	
}


.banner {
	/* background:url(../images/GHMC_BG.png)#306ca9 center no-repeat; */
	display:block;
	
}

/*************************
******* Home ******
**************************/
/******* slider ******
**************************/
#slider {
	border:6px solid #fff;
	position:fixed;
	z-index:5;
}
.carousel-indicators li {
	background: #C4C4BE;
}
.carousel-indicators li.active {
	background: #FE980F;
}
.item {
	position:relative;
}

.slider_bg {
			height:370px;
	overflow:hidden;
	/* background:url(../images/bg_slider.jpg) no-repeat; */
	background-size:100% 100%
}



.item ul.topmargin li{
	display:inline-block;
	width:18%;
	text-align:center;
	margin-right:1%;

}

.item ul.topmargin li img{
	background:#fff;
	border:thin solid #00a9ec;
	border-radius:50%;
	margin-bottom:10px;
	vertical-align:top;

}

.item .slidertitle {
	padding:10px 10px;
	font-weight:400;
	font-family: 'Roboto Condensed', sans-serif;
	color:#fff;
	font-size:35px;
	position:absolute;
	margin:0px auto;
	bottom:20%;
	width:100%;
	text-align:center;
	z-index:2;
	text-shadow:0px 1px 1px #000;
}
.item .slidertitle span {
	font-weight:800;
	font-family: 'Roboto Condensed', sans-serif;
	color:#fff;
	font-size:55px;
}
.pricing {
	position: absolute;
	right: 40%;
	top: 52%;
}
.girl {
	margin-left: 0;
}
.item h1 {
	color: #B4B1AB;
	font-family: abel;
	font-size: 48px;
	margin-top: 115px;
}
.item h1 span {
	color: #FE980F;
}
.item h2 {
	color: #363432;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 22px;
	margin-top: 10px;
}
.item p {
	color: #363432;
	font-size: 16px;
	font-weight: 300;
	font-family:  Arial, Helvetica, sans-serif;
}
.get {
	background: #FE980F;
	border: 0 none;
	border-radius: 0;
	color: #FFFFFF;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin-top: 23px;
}
.item button:hover {
	background: #FE980F;
}
.control-carousel {
	position: absolute;
	top: 45%;
	font-size: 30px;
	color: #fff;
	padding:5px 15px;
	background:rgba(0,0,0,0.5);
	margin:0px 10px;
	display:block;
	z-index:5;
}
.control-carousel:hover {
	color: #FE980F;
	
}
.right {
	right: 0;
}
.category-products {
	padding:0px;
}

.panel-body ul {
	padding-left: 20px;
}
.panel-body ul.liststyles li {
	padding:5px;
	border-bottom:thin dotted #ccc;
	margin:10px;
}
.panel-body ul.liststyles li:before {
	content:"\f054";
	color:#462066;
	font-family:'FontAwesome';
	padding-right:10px;
}
.panel-default .panel-heading {
    border: 0 none;
    color: #FFFFFF;
    margin: 0px;
    background: #4880b9;
}
.panel-body {
	padding: 20px 10px;
   
}
       .panel-group .panel-heading + .panel-collapse > .panel-body {
            border: 1px solid #ddd;
             border:none;

        }

        .panel-group,
        .panel-group .panel,
        .panel-group .panel-heading,
        .panel-group .panel-heading a,
        .panel-group .panel-title,
        .panel-group .panel-title a,
        .panel-group .panel-body,
        .panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-radius: 2px;
            border:1;
            border-color:#036;
        }

            .panel-group .panel-heading {
                padding: 0;
            }

                .panel-group .panel-heading a {
                    display: block;
                    background: #188395;
                    color: #ffffff;
                    padding: 15px;
                    text-decoration: none;
                    position: relative;
                }

                    .panel-group .panel-heading a.collapsed {
                        background: #0d6189;
                        color: inherit;
                    }

                    .panel-group .panel-heading a:after {
                        content: '-';
                        position: absolute;
                        right: 20px;
                        top: 5px;
                        font-size: 30px;
                    }

                    .panel-group .panel-heading a.collapsed:after {
                        content: '+';
                    }

            .panel-group .panel-collapse {
                margin-top: 5px !important;
            }

            .panel-group .panel-body {
                background: white;
                padding: 15px;
            }

            .panel-group .panel {
                background-color: transparent;
            }

            .panel-group .panel-body p:last-child,
            .panel-group .panel-body ul:last-child,
            .panel-group .panel-body ol:last-child {
                margin-bottom: 0;
            }

ul.arrow-list {
	list-style:none;
	list-style-position:inside;
	margin-left:0px;
}
ul.arrow-list li {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right:0px;
	width:95%;
	margin:0px;
	text-align:justify;
	line-height:normal;
}

ul.arrow-list li a{
	color:#000;
}
ul.arrow-list li:before {
	content :"\f046";
	font-family:'FontAwesome';
	padding-right:18px;
	margin-left:-30px;
	color:#ed8114;
}

ul.circlelist {
	list-style:none;
	list-style-position:inside;
	margin-left:0px;
}
ul.circlelist li {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right:0px;
	width:95%;
	margin:0px;
	text-align:justify;
	line-height:normal;
}
ul.circlelist li:before {
	content :"\f10c";
	font-family:'FontAwesome';
	padding-right:18px;
	margin-left:-30px;
	color:#fc0;
}

ul.liststyles li {
	padding:8px;
	border-bottom:thin dotted #ccc;
	margin:0px;
}
ul.liststyles li:before {
	content:"\f054";
	color:#ed8114;
	font-family:'FontAwesome';
	font-size:10px;
	font-weight:100;
	margin-left:-22px;
	padding-right:10px;
}
.panel-body ul li a {
	color: blue;
	font-size: 12px;
}
.brands-name {
	border: 1px solid #F7F7F0;
	padding-bottom: 20px;
	padding-top: 15px;
}
.brands-name .nav-stacked li a {
	background-color: #FFFFFF;
	color: #696763;
	font-size: 14px;
	padding: 5px 25px;
	text-decoration: none;
	text-transform: uppercase;
}
.brands-name .nav-stacked li a:hover {
	background-color: #fff;
	color: #696763;
}
.shipping {
	background-color: #F2F2F2;
	margin-top: 40px;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}
.price-range {
	margin-top: 30px;
}
.well {
	background-color: #FFFFFF;
	border: 1px solid #F7F7F0;
	border-radius: 4px;
	box-shadow: none;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 35px;
}
.maptooltip-inner {
	background-color: #FE980F;
	border-radius: 4px;
	color: #FFFFFF;
	max-width: 200px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
}
.maptooltip.top .maptooltip-arrow {
	border-top-color: #FE980F;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}
.padding-right {
	padding-right: 0;
}
.features_items {
	overflow: hidden;
}
h2.title {
	color: #FE980F;
	font-size: 18px;
	font-weight: 700;
	margin: 0 15px;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
}
.product-image-wrapper {
	border: 1px solid #F7F7F5;
	overflow: hidden;
	margin-bottom: 30px;
}
.single-products {
	position: relative;
}
.new, .sale {
	position: absolute;
	top: 0;
	right: 0;
}
.productinfo h2 {
	color: #FE980F;
	font-size: 24px;
	font-weight: 700;
}
.product-overlay h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}
.productinfo p {
	font-size: 14px;
	font-weight: 400;
	color: #696763;
}
.productinfo img {
	width: 100%;
}
.productinfo {
	position: relative;
}
.product-overlay {
	background: #FE980F;
	top: 0;
	display: none;
	height: 0;
	position: absolute;
	transition: height 500ms ease 0s;
	width: 100%;
	display: block;
 opacity:;
}
.single-products:hover .product-overlay {
	display: block;
	height: 100%;
}
.product-overlay .overlay-content {
	bottom: 0;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}
.product-overlay .add-to-cart {
	background: #fff;
	border: 0 none;
	border-radius: 0;
	color: #FE980F;
	font-size: 15px;
	margin-bottom: 25px;
}
.product-overlay .add-to-cart:hover {
	background: #fff;
	color: #FE980F;
}
.product-overlay p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.add-to-cart {
	background: #F5F5ED;
	border: 0 none;
	border-radius: 0;
	color: #696763;
	font-size: 15px;
	margin-bottom: 25px;
}
.add-to-cart:hover {
	background: #FE980F;
	border: 0 none;
	border-radius: 0;
	color: #FFFFFF;
}
.add-to {
	margin-bottom: 10px;
}
.add-to-cart i {
	margin-right: 5px;
}
.add-to-cart:hover {
	background: #FE980F;
	color: #FFFFFF;
}
.choose {
	border-top: 1px solid #F7F7F0;
}
.choose ul li a {
	color: #B3AFA8;
	font-size: 13px;
	padding-left: 0;
	padding-right: 0;
}
.choose ul li a i {
	margin-right: 5px;
}
.choose ul li a:hover {
	background: none;
	color: #FE980F;
}
.category-tab {
	overflow: hidden;
}
.category-tab ul {
	background: #fafafa;
	border-bottom: 1px solid #FE980F;
	list-style: none outside none;
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}
.category-tab ul li a {
	border: 0 none;
	border-radius-top-left: 5px;
	border-radius-top-right: 5px;
	color: #fff;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	background:#2fbdf5;
	margin-left :2px;
}
.category-tab ul li a:hover {
	background: #2fbdf5;
	color: #fff;
	margin-left :2px;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #d33014;
	border: 0px;
	color: #FFFFFF;
	cursor: default;
	margin-right: 0;
	margin-left: 0;
	padding:5px 10px;
	line-height: 1.42857;
}
.nav-tabs li a {
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius:none;
	line-height: 1.42857;
	margin-right: 0;
	padding:5px 10px;
	background:#00aaa0;
}

/*************************
*******Shop CSS******
**************************/
#advertisement {
	padding-bottom: 45px;
}
#advertisement img {
	width: 100%;
}
.pagination {
	display: inline-block;
	margin-bottom: 25px;
	margin-top: 0;
	padding-left: 15px;
}
.pagination li:first-child a, .pagination li:first-child span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: 0;
}
.pagination li:last-child a, .pagination li:last-child span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.pagination .active a, .pagination .active span, .pagination .active a:hover, .pagination .active span:hover, .pagination .active a:focus, .pagination .active span:focus {
	border-color: #FE980F;
	color: #FFFFFF;
	cursor: default;
	z-index: 2;
}
.pagination li a, .pagination li {
	border: 0;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	position: relative;
	text-decoration: none;
	color: #fff;
	background:#b93c33;
}
.pagination li a:hover {
	background: #FE980F;
	color: #fff;
}

h6.headings {
	background: #636d77; /* Old browsers */
	padding: 5px;
	color: #fff;
}
.footer1 {
	background: #3F464E;
	min-height:50px;
	padding:10px;
}
ul.footer-links {
	list-style:none;
	margin:auto;
}
ul.footer-links li {
	display: inline;
	margin:5px;
	border-right: thin solid #ececec;
	padding:0px 5px;
}
ul.footer-links li a {
	color:#fff;
}
.footercompany {
	color: #a5a5a5;
	padding: 5px;
	font-family: 'Open Sans';
	border-top:thin solid #333;
	background:#131313;
}
.bgall {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #E1E8ED;
}

body.rtl .prl-form-help-inline {
	margin-left:0;
	margin-right:10px;
}
label {
	display:inline-block;
	margin-bottom:7px;
	font-weight:bold;
	cursor:pointer
}
input[type="checkbox"] + label, input[type="radio"] + label {
	font-weight:normal;
	margin-bottom:5px;
	line-height:1;
	vertical-align:middle
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
legend {
	border:0;
	padding:0;
}
button, input, select, textarea {
	font-family:inherit;
	font-size:100%;
	margin:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
button, input {
	line-height:normal;
}
button, select {
	text-transform:none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
}
button[disabled], html input[disabled] {
	cursor:default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing:border-box;
	padding:0;
	display: inline;
}
input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	background-color:#f9f9f9;
	border: 1px solid #ddd;
	font-size:12px;
	padding: 7px 10px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	margin: 0;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2);
	border-top-color: #111;
	border-right-color: #111;
	border-bottom-color: #111;
	border-left-color: #111;
}
textarea {
	overflow:auto;
	vertical-align:top;
	min-height: 80px;
}
.placeholder {
	color: #999!important;
}
.login-container {
	padding:17px 20px;
	background:#3498db;
	line-height:25px;
	font-size:16px;
}
.login-container h3 {
	color:white;
	font-family:'Open Sans';
	font-size:30px;
	font-weight:100;
	border-bottom:thin solid rgba(255,255,255,0.5);
	padding-bottom:10px;
	margin-bottom:25px;
}
.login-container p {
	color:white;
	font-family:'Open Sans';
	font-size:18px;
	line-height:22px;
	font-weight:100;
}
.schemescontainer ul.arrow-list li {
	border-bottom: 1px dotted #ccc;
	/* background: url(../images/list-check.png) no-repeat 0 center; */
	padding-left: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right:0px;
	width:95%;
	margin:0px;
	text-align:justify;
}
.schemescontainer ul {
	padding-left:15px;
	padding-left:15px;
}
ul.socialicons {
	list-style:none;
}
ul.socialicons li {
	border-radius:50%;
	border:thin solid #444;
	width:50px;
	height:50px;
	padding:15px;
	float:left;
	margin-left:10px;
	text-align:center;
	background:#ccc;
	display:block;
}
ul.socialicons li a {
	font-size:20px;
	color:#444;
	display:block;
}
ul.socialicons li a:hover {
	font-size:20px;
	color:#C30;
	background:none;
}
.facebook {
	background:#0066CC;
}



h3.title_red {
	background: #C30;
	font-size:16px;
	color:#fff;
	padding:5px;
	margin:0px;
}

h2.title_blue {
	color:#00a9ec;
	font-size: 25px;
	font-weight: bold;
	padding: 0;
	margin: 20px 0 15px 0;
	line-height: 1;

}

h3.title_blue {
	color:#00a9ec;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 20px 0 15px 0;
	line-height: 1;

}
h3.title_blue span {
	border-bottom: 3px solid #462066;
	margin-bottom: -3px;
	display: inline-block;
	padding-bottom: 10px;
}
.departmentlinks .row a {
	background: none repeat scroll 0% 0% #EDF8E4;
	display: block;
	width: auto;
	margin-bottom: 9px;
	padding: 5px 10px;
	color: #444;
}
.departmentlinks .row:nth-child(2n+1) a {
	background: none repeat scroll 0% 0%;
}
/*10-3 TABS*/
.nav-tabs {
	background:#dadee1;
	border-bottom:2px solid #2E91D9;
}
.nav-tabs li a {
	background-color: #dadee1;
	color: #000;
	border: none;
	padding-right: 5px;
	padding-left: 5px;
	font-size:14px;
	height:38px;
	padding-top:9px;

	border-bottom:1px solid #2E91D9;
}
.nav-tabs li a:hover {
	background-color: #d33014;
	border-bottom:2px solid #d33014;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
	background-color: #d33014;
	color: #fff;
	border: none;
	height:38px;
	padding-top:10px;
}
.nav-tabs.nav-justified li {
	border-right: 1px solid #fff;
}
.nav-tabs.nav-justified li a {
	border-bottom: none;
}
.nav-tabs.nav-justified li.active a, .nav-tabs.nav-justified li.active a:hover, .nav-tabs.nav-justified li.active a:focus {
	background: #d33014!important;
	border: none;
}
.tab-pane {
	background:#fafafa;

	min-height:142px;
}
.table-colored>tbody>tr:nth-child(even)>td, .table-striped>tbody {
	background:#E5E5E5;
	padding:10px;
}
.table-colored>tbody>tr:nth-child(odd)>td, .table-striped>tbody {
	background:#fff;
	padding:10px;
}
 .table > thead > tr > th {
	background:#EDDCDC;
	padding:10px;
	border-bottom:4px solid #2E91D9;
}
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border-bottom:1px solid rgba(242,109,125,0.5);
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > thead > tr > th {
	border-right:1px solid rgba(242,109,125,0.5);
}

.table {
	margin-bottom:0px;
}


.tab-pane {
	background:#fafafa;

	min-height:142px;
}
.table-colored>tbody>tr:nth-child(even)>td, .table-striped>tbody {
	background:#e5f1fd;
	padding:10px;
}
.table-colored>tbody>tr:nth-child(odd)>td, .table-striped>tbody {
	background:#fff;
	padding:10px;
}
 .table > thead > tr > th {
	background:#e0edfb;
	padding:10px;
	border-bottom:2px solid #2E91D9;
	vertical-align:middle;
	text-align:center;
	color:#fff;
}
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border-bottom:1px solid rgba(46,145,217,0.5);
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > thead > tr > th {
	border:1px solid rgba(46,145,217,0.5);
}

.table {
	margin-bottom:0px;
	border:thin solid rgba(46,145,217,0.5)
}

/*-------------------------------------------------*/
/* =  Responsive part
/*-------------------------------------------------*/

@media (max-width: 991px) {
.main-menu {
	text-align:left;
}
.main-menu li {
	text-align:left;
}
a.elemadded {
	display: block;
}
.navbar-vertical {
	position: absolute;
	left: 4%;
	visibility: hidden;
	opacity: 0;
	width: 95%;
	top: 100%;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	max-height: 320px;
	overflow-y: scroll;
	z-index:9999;
	text-align:left;
}
.navbar-vertical.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
}
li.drop ul.drop-down {
	position: relative !important;
	text-align: left !important;
	top: 0 !important;
	left: 0 !important;
	margin-left: 20 !important;
	width: 100% !important;
	visibility: visible !important;
	opacity: 1 !important;
	-webkit-transform: rotateY(0deg) !important;
	-moz-transform: rotateY(0deg) !important;
	-ms-transform: rotateY(0deg) !important;
	-o-transform: rotateY(0deg) !important;
	transform: rotateY(0deg) !important;
	-webkit-transform: rotateX(0deg) !important;
	-moz-transform: rotateX(0deg) !important;
	-ms-transform: rotateX(0deg) !important;
	-o-transform: rotateX(0deg) !important;
	transform: rotateX(0deg) !important;
	padding-left:50px;
}
li.drop a {
	background:#069;
	color:#09F;
}
li.drop i {
	display:none;
}
}

.logowrapper {
	background:#fff;

}
.col-centered {
	float:none;
	margin:0px auto;
}
.footerlinkscontainer {
	/* background:url(../images/footer_bg.png) #000 center repeat-x; */
	padding-top:50px;
	color:#a5a5a5;
	padding-bottom:50px;
}
.footerlinkscontainer p{
	text-align:left;
}


.footerlinkscontainer a{
	color:#fff;
}


.footerlinkscontainer h3 {
	color:#00a9ec;
	padding-bottom:10px;
	border-bottom: thin dotted #FFEAEA;
	font-size:16px;
	font-weight:700;
}
.footercompany a {
	color:#fff;
}
ul.footerlinks {
	list-style-type:circle;
	padding:0px;
}
ul.footerlinks li {
	padding:0px 10px 0px 10px;
	border-bottom:thin dotted #666;
}
ul.footerlinks li a {
	color:#fff;
}
ul.announcements {
padding:0px;
margin:0px;

}




 @media (max-width: 480px) {
	 
	 .modal-dialog {
	width:100%;
	margin:auto;
}
.carousel-inner {
	height:120px;
	overflow:hidden;
}

.carousel-inner .slidertitle {
	font-size:12px;
}
.carousel-indicators {
	position: absolute;
	bottom: 20px;
	right: 0px;
	z-index: 3;
	padding-left: 0;
	text-align: center;
	list-style: none;
}
.welcomewrapper h3 {
	margin-top:30px;
	margin-left:65px;
	margin-bottom:30px;
	font-size:25px;
	font-weight:normal;
}
.welcomewrapper p {
	margin-left:65px;
}
.logo h1 {
	text-align:center;
	margin:10px 0px;
	padding:0px;
	
}
.logo h1>span {
line-height:21px;
	
}
.logo img {
	text-align:center;
	width:100%;
	float:none;
	clear:both;
}
.timendate {
	display:none;
}
.aplogo {
	display:none;
}
.sm {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	line-height:normal;
	direction:ltr;
	text-align:left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	width:100%;
}
.sm a {
	padding:5px;
}
}






a.mobilemenu {
	color:#fff;
	display:none;
	cursor:pointer;
		text-decoration:none;	
		font-family:'Open Sans', Arial, sanserif;
}

#main-menu {
	display:block;
}

.btn-twitter {
	margin-top:5px ;
	clear:both;
	float:right;
}

.btn-facebook {
	margin-top:20px;
		clear:both;
		float:right;
}








.contactbg {
	background:#333;
}

.contactaddress{
color:#fff;
}

.contactaddress h3{
color:#f90;
}

.contactaddress h4 {
	color:#C90;
}

.clearout {
height:20px;
clear:both;
}




 .imghover {
fill-opacity:0.7;
cursor:pointer;
 

	 }
.imghover:hover {
fill-opacity:0.9;
cursor:pointer;
}


.schemes {
	background:#465b69;
	padding:10px;
}
.schemes .item{

	border-top:thin solid #ccc;		
	margin-left:-1px;	
		border-right:none;		
	text-align:center;
	padding:10px;
	background:#fff;

}

.schemes .item:first-child{

	border-left:thin solid #ccc;		

	text-align:center;
	padding:10px;

}

.schemes .item:last-child{

	border-right:thin solid #ccc;		

	text-align:center;
	padding:10px;

}

.schemes .item:hover{

background:#3498db;
}








.schemes .item i{
	font-size:25px;
	width:100%;
	text-align:center;
	color:#2E91D9;
}

.schemes .item a{
	font-size:18px;
	color:#3498db;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:800;
	display:block;

}

.schemes .item a:hover{

	color:#fff;
	
}


.schemes_box {
	border:thin solid #bdb6bb;
	width:100%;
	background:#fff;
	box-shadow:0px 0px 5px #CACACA;
}

.schemes_box i{
	width:60px;
	float:left;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	background:#1cbbb4;
	line-height:60px;
	margin-right:15px;
	color:#fff;
	font-size:35px;
}


.schemes_box a{

	text-align:left;
height:60px;
	display:table-cell;
	vertical-align:middle;
	font-size:18px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#111;
	text-transform:uppercase;

}


.main-menu {
  margin: 0;
  padding: 0;
  	border-top: 5px solid #4b86c2;
}
.main-menu > li {
  display: block;
  position: relative;
}
.main-menu > li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.23s ease-in-out;
	-moz-transition: all 0.23s ease-in-out;
	-webkit-transition: all 0.23s ease-in-out;
	-o-transition: all 0.23s ease-in-out;
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	padding: 8px 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-left: 2px solid transparent;
	-webkit-backface-visibility: hidden;
	position: relative;
	/* Firefox v3.6+ */
	background-image: -moz-linear-gradient(50% 0% 180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(255,147,38)), color-stop(1, rgb(217,109,0)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image: -webkit-linear-gradient(180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);
	/* Opera v11.10+ */
	background-image: -o-linear-gradient(180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);
	/* IE v10+ */
	background-image: -ms-linear-gradient(180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);
	background-image: linear-gradient(180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);

}
.main-menu > li a i {
  font-size: 18px;
  margin-right: 12px;
}
.main-menu > li > a.active,
.main-menu > li a:hover {
  background: #f90;
  border-left: 2px solid #d33014;
  color:#fff;
}
.main-menu > li > a.active:after,
.main-menu > li > a:hover:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border: 4px solid #8ab928;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  margin-top: -4px;
}
.main-menu li.drop ul.drop-down {
  margin: 0;
  padding: 0;
  margin-left: 1px;
  position: absolute;
  top: 0;
  width: 220px;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  text-align: left;
  left: 100%;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-backface-visibility: hidden;
}
.main-menu li.drop ul.drop-down li {
  display: block;
  position: relative;
}
.main-menu li.drop:hover > ul.drop-down {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.right-menu-sidebar header li.drop ul.drop-down {
  margin-left: 0px;
  margin-right: 1px;
  left: inherit;
  right: 100%;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}


a.elemadded {
	display: none;
	background: #8ab928;
	color: #ffffff;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	padding: 14px 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	text-decoration: none;
	position: relative;
	border-top: 1px solid rgba(56, 56, 56, 0.2);
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	-webkit-backface-visibility: hidden;
	text-align: center;
	background-color: #8ab928;
}
a.elemadded:hover {
  opacity: 0.7;
}

/*-------------------------------------------------*/
/* =  Responsive part AN_Portal
/*-------------------------------------------------*/

@media (max-width: 375px) {

.main-menu {
    text-align: center;
  }
  a.elemadded {
    display: block;
  }
  .navbar-vertical {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    top: 100%;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    transition: all 0.23s ease-in-out;
    -moz-transition: all 0.23s ease-in-out;
    -webkit-transition: all 0.23s ease-in-out;
    -o-transition: all 0.23s ease-in-out;
    max-height: 320px;
    overflow-y: scroll;
  }
  .navbar-vertical.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 0.23s ease-in-out;
    -moz-transition: all 0.23s ease-in-out;
    -webkit-transition: all 0.23s ease-in-out;
    -o-transition: all 0.23s ease-in-out;
  }
  li.drop ul.drop-down {
    position: relative !important;
    text-align: center !important;
    top: 0 !important;
    left: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: rotateY(0deg) !important;
    -moz-transform: rotateY(0deg) !important;
    -ms-transform: rotateY(0deg) !important;
    -o-transform: rotateY(0deg) !important;
    transform: rotateY(0deg) !important;
    -webkit-transform: rotateX(0deg) !important;
    -moz-transform: rotateX(0deg) !important;
    -ms-transform: rotateX(0deg) !important;
    -o-transform: rotateX(0deg) !important;
    transform: rotateX(0deg) !important;
  }
  .profilelg{
	  width:50px;
	  height:50px;
	  border-radius:100%;
  }
  .col-lg-8{
	  width:100%;
	  font-color:red;
  }
  .col-lg-4{
	  width:100%;
  }
    .col-lg-12{
	  width:100%;
  }
  .col-md-8{
	  width:100%;
  }
   .col-md-4{
	  width:100%;
  }
  
  .col-sm-8{
	  width:100%;
	  text-align:justify;
  }
  .col-sm-4{
	  width:100%;
	  text-align:justify;
  }
  
    .container py-sm-4{
	  width:100%;
  }
     .general-title{
	  width:100%;
  }
   .responsive{
	  width:100%;
  }
   .support{
	  width:100%;
	  
  }
   .footer{
	  width:100%;
	  
  }
   .col-md-12{
	  width:100%;
	  
  }
  .col-lg-6{
	  width:100%; 
margin-left: -28px;	  
  }
  .img-responsive{
	  width:100px;
  }
   .social_buttons{
	  width:100%;
      	  
  }
 .portfolio-wrapper{
	  width:100%;
      	  
  }
  .response1{
	  width:100%;
      	 
  }
  
    .logo_content{
	  margin-left: 64px;
		margin-top: -76px;
      	
  }
      .content col-lg-12{
	  width:100%;
      	
  }
   .social_buttons{
		width: 265px;
		height: 110px;
		padding-top: 37px;
		margin-left: 15px;
		margin-top:-37px;
  }
   .headermobile{
	  width:10%;
      margin-left:-350px;
	  padding-top: 30px;
  }
     .col-lg-12 col-md-12 col-sm-12 clearfix{
	  width:100%;
      
  }
  
   .qrcode1 {
	  
	  margin-top:32px;
      
  }
   .whatwidth {
	  
	 width:317px;
      
  }

   #contentslider {
	  
	 width:349px;
	 max-height:auto;
      
  }
   #mm {
	  
	 width:100%;
      
  }
  
   #hi {
	  
	 width:39%;
      
  }
  
   #content-slider {
	  
	 width:349px;
	 max-height:auto;
      
  }
  
 #contents{
	  width:384;    
  }
  
   #weath{
	  margin-top:165px;    
  }
  
   #searchh{
		position: absolute;
		margin-left: -240px;
		width: 100px; 
  }
   #contentwi{
	  
	 width: 100%;
	 margin-bottom: 219px;
	
  }
   #conAn{
	  
	height:510px;
	
  }
  
    #ttt{
	  
	margin-top: -250px;
	
  }
  
   #search1{
	  width:39%;
	  margin-left:105px;
	  position: absolute;
	  margin-top: -75px;
      
  }
    #copymobile{
	  position: absolute;
	  margin-top: 129px;
	  margin-left: -234px; 
width:100%;	  
  }
     
     #copymobile{
	 
	   margin-top: -161px;	  
  }
    
	 #mob_width{
	 
	   width: 234px;	  
  }
    
		 #foot_width{
	 
	   float: left;	 
font-size:10px;	   
  }
    	 #im_witdh{
	 
	 padding-right: 28px;  
  }
     #mob_width{
	 
	   width: 315px;	  
  }
   #footwi{
	 
	  margin-left: -20px;
		width:39%;
		height:1000px;
  }
   
  #lgwidth{
	 
	 width:39%; 
	 height: 575px;
  }
   #lgmsg{
	margin-left: -206px;
  }
  
   #lgname{
	 
	 width:256px; 
  }
  
    #cswidth{
	 
	  width:300px; 
  }
  
   #widwith{
	 
	 margin-top: 218px; 
  }
  #betaimg{
	margin-top: -104px;
margin-left: 232px;
width: 48px;
display:none;
  }
  
    #swmob{
margin-top: -104px;
margin-left: 232px;
width: 84px;
  }
  
    #digimob{
	margin-top: -104px;
width: 80px;
display: none;
  }
  
   #screenmob
   {
   padding-left: 44px;


  }
  #maincont
   {
   
   display:none;

  }
  
  
   #disc {
	  
	width:39%;
  }

  #acc {
	  
	width:39%;
	 margin-left: 5px;
  }
  #acc1{
	  
	 width: 300px;
	
  }
  #contt{
	  
	 width: 100%;
	 margin-left: 0px;
	
  }
 #contab{
	  
	width:39%;
  }
  #colle{
	  
	 width: 40%;
  }
 
    #deptt{
	  
	 width: 40%;
  }
   #mainlan{
	  
	 margin-left:25px;
	 width:418px;
  }
  
  #ship1{
	  
position: absolute;
margin-left: -129px;
margin-top: 21px;
  }
  
  
 #ra1{
	  
	 width:300px;
  }

 #radd{
	  
	 width:800px;
  }
 #isla{
	  
	 width:343px;
  }
 #lgg{
	  
	 width:39%;
  }
 #lgg1{
	  
	 margin-left:-30px;
  }
   #ticker_id{
	  
	 margin-left:-50px;
	 width:52%;
  }
  #lgimg{
	  
	 margin-left:-26px;
  }
  
   #abbt{
	  
	 width:37%;
  }
   #animg{
	  
	 border-radius: 20px;
	 margin-left: 19px;
	width: 248px;
  }
   #abtinf{
	  
	 width:37%;
  }
      #abtinf1{
	  
	 width:37%;
  }
  
    #annall{
	margin-left: -43px;
	width: 50%;
  }
  #deptt1{
	margin-left: -17px;
	width: 38%;
  }
  #deptt2{
	margin-left: 3px;
	width: 38%;
  }
	
	 #vac{
	
	width:39%;
  }
  
   #what{
	
	width:39%;
	
  }
  
  #rec{
	
	width:39%;
  }
  
  
  
  #pho{
	
	margin-left:-269px;
  }
  #popu{
	
	
	width:39%;

  }
  
 
  
  
	#late{
	
	width:39%;
	margin-top:-40px;
  }
  #adm{
	
	font-size:10px;
	
	
  }
	 #flash{
	
	margin-left:26px;
  }
	
 #posi{
	
	margin-left:-136px;
  }
	
	#wea{
	
	margin-left:0px;
  }
#search_term{
	width:73px;
	margin-left:-42px;
  }	
  
  #webs{
	
	margin-left:-350px;
  }	
  
   #rep{
	
	width:39%;
	margin-top:5px;
  }	
	
   #ser{
	
	width:39%;
	
  }	
	#ser1{
	
	margin-left:-550px;
	
  }	
  #link{
	
	width:39%;
	
  }	
  
  #link1{
	
	width:50%;
	
  }	
  
  #link2{
	
	margin-top:50px;
	width:39%;
  }	
  
  #image_g{
	
	margin-left:-55px;
	width:39%;
  }	
  
   #image_g1{
	
	margin-left:0px;
	width:39%;
	
  }	
  
    #msport{
	
	width:250px;
	height:119px;
	margin-left:68px;
  }	
     #copy{
	
	
	font-size:9px;
  }	
  
   #myCarousel{
	
	width:39%;
  }	
	 #intro{
	
	width:100%;
  }	
  
   #intros{
	
	width:39%;
  }	
  
    #emb{
	
	margin-left:-25px;
	margin-top:-93px;
	width:46px;
  }	
  
      #sid{
	margin-left: -57px;
  }	
	
	 #soci{
	margin-left:70px;
	margin-top:-41px;
  }	
  
   #antop{
	width:39%;
  }	
  
  #lg1{
	margin-left:-543px;
  }	
  #cs1{
	margin-left:-643px;
  }	
  #mp1{
	margin-left:-643px;
  }	
	#tt{
	 
	 margin-left:-400px;
  }	
	
	#ship_type{
	 
	 width:39%;
  }
  
  #ship_name{
	 
	 width:39%;
  }
  
  #mainlan1{
	 
	 
	 width:39%;
  }
   #lt{
	 
	 margin-left:30px;
	 width:80%;
  }
  #fcon{
	 
	 
	 width:35%;
  }
	
	#fcon1{
	 
	 
	 width:39%;
  }
}
	

		
	
	
	
  
  .weather_rpt{
  height:210px;
  position: relative;
  width:100%;
  margin-top:-21px;
  
  }
  .widget1{
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 20px;
text-align:justify;
border: 1px solid #bce8f1;
background:white; 
border-top-left-radius:20px;
border-top-right-radius:20px;
  }
}

.contentWrapper {
background:#fafafa;
border:thin solid #dadee1;
padding:10px;
position:relative;
margin-bottom:15px;
	
}

.contentWrapper h2{
color:#444;
letter-spacing:-1px;
	font-weight:100;
	font-size:22px;
}

.contentWrapper h2>span{
font-weight:700;

	
}

.contentWrapper h2>i{
color:#ed8114;
margin-right:10px;

	
}

.contentWrapper .seeall{
position:absolute;
right:0;
bottom:0;
padding:5px;
font-weight:bold;

	
}

.contentWrapper .seeall a{
color:#d33014;
font-size:18px;
padding:5px;

	
}

	


.Services {
padding:5px;	
}


.Services h3{
	font-weight:700;
	font-size:16px;
	margin-top:10px;	
}

ul.servicesLinks{
list-style:none;
margin-left:0px;
padding:0px;

}

ul.servicesLinks li a{
font-weight:500;
font-size:16px;
color:#d33014;
}

ul.servicesLinks li a:hover{
font-weight:500;
font-size:16px;
color:#555;
}

ul.announces {
	margin:0px 0px 30px 0px;
	padding:0px;
}
ul.announces li{
padding:8px;
border-bottom:thin solid #cacaca;

}

ul.announces li a{
color:#d33014;
font-size:14px;
text-align:justify;
}

ul.announces li a span{
color:#000;
font-size:12px;
font-weight:600;
}

ul.documentLinks  {
padding:0px;
margin-left:28px;
}

ul.documentLinks li:before {
		content:"\f1c1";
	color:#555;
	font-family:'FontAwesome';
	padding-right:10px;
	margin-left:-25px;
		margin-right:10px;
	padding:0px;
}


ul.documentLinks li {

	color:#555;
	padding-right:16px;
	padding-left:-10px;
	padding:5px 0px;
}

ul.documentLinks li a{

	color:#d33014;

}


	#weather {
				color:#fff; 
				/* background: url(../images/weather_bg.png) #000 center; */
				padding: 10px;
				margin: 0px auto;
				width: 100%;
				border-radius: 1px;
			}
			
			
ul.upcomingEventsLinks {
	margin-left:0px;
	padding:0px;
	margin-top:10px;
}

ul.upcomingEventsLinks li {
	margin-left:0px;
	padding-left:0px;
	height:58px;
	vertical-align:middle;
	border-bottom:thin dotted #d33014;;
	padding:3px 0px;
}
			
ul.upcomingEventsLinks .date{
	width:50px;
	height:50px;
	background:#c0c0c0;
	position:relative;
	float:left;
	margin-right:10px;
}

ul.upcomingEventsLinks .date .month{
	width:100%;
	background:#d33014;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	position:absolute;
	height:18px;
	
}

ul.upcomingEventsLinks .date .day{
width:100%;
	color:#000;
	text-align:center;
	bottom:0;
	position:absolute;
	height:32px;
	padding-top:5px;
	font-weight:600;
	font-size:16px;
	
}

.social-icons {
	list-style-type:none;
	position:absolute;
}
.social-icons>li {
	list-style-type:none;
	margin:-25px 0px;
	padding:0;
	line-height:1.2em;
	float:left;

}
.social-icons>li {
	display:inline-block;
	margin:0 2px
}
.social-icons a {
	display:block;
	width:34px;
	height:34px;
	line-height:34px;
	font-size:18px;
	text-align:center;
	border-radius:50%;
	color:#fff;
		
}

.ico-facebook {
	background:#4e71a8;
	color:#fff;
	border-radius:50%;
}

.ico-twitter {
	background:#1cb7eb;
	color:#fff;
	border-radius:50%;
}

.ico-youtube {
	background:#ca3737;
	color:#fff;
	border-radius:50%;
}


/* =================================================================== */
/* 3. NAVIGATION
====================================================================== */
/*
  Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
.navbar-nav ul
{
    width:100%;
    min-width:187px!important;
    padding:0;
}

.nav-caption{
    color: #323A45;
    font-size: 22px;
    font-weight: bold;
    padding: 5px 0 0 0;
    position: absolute;
    text-align: center;
    top: 15%;
    width: 100%;
    display: none;
}
.navbar-toggle{
    background:#303436;
    border:none;
    padding:10px 10px;
    border-radius:3px;
    margin-top:5px;
}
.navbar-default{
 	/* Firefox v3.6+ */
	background-image: -moz-linear-gradient(50% 0% 180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(255,147,38)), color-stop(1, rgb(217,109,0)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image: -webkit-linear-gradient(180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);
	/* Opera v11.10+ */
	background-image: -o-linear-gradient(180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);
	/* IE v10+ */
	background-image: -ms-linear-gradient(180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);
	background-image: linear-gradient(180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background:#036;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color:#fff;
    height:3px;
}
.navbar{
    margin-bottom: 0px;
    min-height:35px;
    border:none;
	width:100%;
}

/* sub menus arrows */
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
    position:static;
    margin-top:0;
    margin-right:0;
    margin-left:6px;
    display:inline-block;
    width:0;
    height: 0;
    overflow:hidden;
    vertical-align:middle;
    border-top:4px solid;
    border-right:4px dashed transparent;
    border-bottom:4px dashed transparent;
    border-left:4px dashed transparent;
}
.navbar-nav > li > .has-submenu .sub-arrow {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    width:8px;
    height: 8px;
    line-height: 8px;
    border-width: 0px;
}
.navbar-nav > li > .has-submenu .sub-arrow:before {
    content: "\f107";
}
.navbar-nav ul .sub-arrow {
    position:absolute;
    right:0;
    margin-top:6px;
    margin-right:15px;
    border-top:4px dashed transparent;
    border-bottom:4px dashed transparent;
    border-left:4px solid;
}
.navbar-nav ul a.has-submenu {
    padding-right:30px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border-color: transparent;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
    position:absolute;
    display:none;
    visibility:hidden;
    height:20px;
    overflow:hidden;
    text-align:center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
    position:absolute;
    top:-2px;
    left:50%;
    margin-left:-8px;
    width:0;
    height:0;
    overflow:hidden;
    border-top:7px dashed transparent;
    border-right:7px dashed transparent;
    border-bottom:7px solid;
    border-left:7px dashed transparent;
}
.dropdown-menu.sm-nowrap{
    display: none;
    left: 0;
    margin-left: 186px;
    margin-top: -42px;
    max-width: 20em;
    min-width: 10em;
    top: auto;
    width: auto;
}

.navbar-nav span.scroll-down-arrow {
    top:6px;
    border-top:7px solid;
    border-right:7px dashed transparent;
    border-bottom:7px dashed transparent;
    border-left:7px dashed transparent;
}
.navbar-default .navbar-nav li a{
    color: #fff;
    text-transform:uppercase;
    font-size: 13px;
    font-weight: 500;
    line-height:15px;
}
.navbar-default .navbar-nav > li{
}
.navbar-default .navbar-nav > li:first-child{
    border-left:none;
}
.navbar-default .navbar-nav > li > a:after,
.navbar-default .navbar-nav > li > a:before {
    transition: all .5s;
}

.navbar-default .navbar-nav > li > a{
    padding:12px 15px;

    position:relative;
    z-index: 1;
}

.navbar-default .navbar-nav > li > a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #f90;
    opacity: 0;
    z-index: -1;
}
.navbar-default .navbar-nav > li > a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.navbar-nav > li.active > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
    background: #036;
    color:#fff!important;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus
{
     background:#013713;
    color:#fff!important;
}

.navbar-nav li:nth-child(n+2)::before {
    background: none repeat scroll 0 0 #F90;
    content: "";
    height: 39px;
    left: -1px;
    position: absolute;
    top: 0px;
    width: 1px;
}
.navbar-nav > li + li {
    margin-left: 1px;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav .collapsible ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul .dropdown-menu .dropdown-header {
    padding-left:35px;
}
.navbar-nav .collapsible ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul .dropdown-menu .dropdown-header {
    padding-left:45px;
}
.navbar-nav .collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul .dropdown-menu .dropdown-header {
    padding-left:55px;
}
.navbar-nav .collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul ul .dropdown-menu .dropdown-header {
    padding-left:60px;
}
.navbar-nav .dropdown-menu > li > a {
    white-space:normal;
    font-size: 12px;
    padding:12px 20px;
    border-bottom:1px solid #e4e4e4;
	background:#036;
}

.navbar-nav .dropdown-menu > li > a:hover
{
    color:#fff;
    background:#F90;
}
.navbar-nav ul.sm-nowrap > li > a {
    white-space:nowrap;
}
/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
.navbar-nav .collapsible ul {display:none;position:static !important;top:auto !important;left:auto !important;margin-left:0 !important;margin-top:0 !important;width:auto !important;min-width:0 !important;max-width:none !important;}
.navbar-nav .collapsible ul.sm-nowrap > li > a {white-space:normal;}
.navbar-nav .collapsible iframe{display:none;}
/* disable Bootstrap 3's global box-sizing:border-box; for the menus as it doesn't play nice with SmartMenus */
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus
{
    border-color:transparent!important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
    background-color:#fff ;
}
/*------------Animation-CSS-------------*/
.navbar-nav > li:hover > ul{
    /*display: block;*/
    -moz-animation: fadeInUp .4s ease-in;
    -webkit-animation: fadeInUp .4s ease-in ;
    animation: fadeInUp .4s ease-in;
}

.navbar-nav > li > ul.dropdown-menu li:hover ul{
    /*display:block;*/
    -moz-animation: fadeInUp .5s ease-in ;
    -webkit-animation: fadeInUp .5s ease-in ;
    animation: fadeInUp .5s ease-in;
}
/*--------Animation_Hover_Effect_CSS---------------*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
 /**************AN Portal For Tablet setting***************************/
@media only screen and (min-width: 768px) and (max-width: 989px){

     #contentslider {
	  
	 width:75%;
	 
      
  }
  
   #content-slider {
	  
	width:100%;
	 
      
  }
  
 #contents{
	  width:384;    
  }
  
   #weath{
	  margin-top:165px;    
  }
  
   #searchh{
		margin-top:-22px;
		margin-left:214px;
  }
   #contentwi{
	  
	 width: 80%;
	 margin-bottom: 219px;
	
  }
   #conAn{
	  
	height:510px;
	
  }
  
    #ttt{
	  
	margin-top: -250px;
	
  }
  
   #search1{
	  width:80%;
	  margin-left:105px;
	  position: absolute;
	  margin-top: -75px;
      
  }
    #copymobile{
	  position: absolute;
	  margin-top: 129px;
	  margin-left: -234px; 
width:100%;	  
  }
     
     #copymobile{
	 
	   margin-top: -161px;	  
  }
    
	 #mob_width{
	 
	   width: 234px;	  
  }
    
		 #foot_width{
	 
	   float: center;	 
font-size:10px;	   
  }
    	 #im_witdh{
	 
	 padding-right: 28px;  
  }
     #mob_width{
	 
	   width: 315px;	  
  }
   #footwi{
	 
	  margin-left: -20px;
		width:80%;
		height:1000px;
  }
   
  #lgwidth{
	 
	 width:80%; 
	 height: 575px;
  }
  
     
  
   #lgmsg{
	margin-left: -206px;
  }
  
   #lgname{
	 
	 width:256px; 
  }
  
    #cswidth{
	 
	  width:300px; 
  }
  
   #widwith{
	 
	 margin-top: 218px; 
  }
  #betaimg{
	margin-top: -104px;
margin-left: 232px;
width: 48px;
display:none;
  }
  
    #swmob{
margin-top: -104px;
margin-left: 232px;
width: 84px;
  }
  
    #digimob{
	margin-top: -104px;
width: 80px;
display: none;
  }
  
   #screenmob
   {
   padding-left: 44px;


  }
  #maincont
   {
   
   display:none;

  }
  
  
   #disc {
	  
	 width: 80%;
  }

  #acc {
	  
	 width: 80%;
	 margin-left: 5px;
  }
  #acc1{
	  
	 width: 300px;
	
  }
  #contt{
	  
	 width: 80%;
	 margin-left: 0px;
	
  }
 #contab{
	  
	 width: 80%;
  }
  #colle{
	  
	 width: 80%;
  }
 
    #deptt{
	  
	 width: 80%;
  }
   #mainlan{
	  
	 margin-left:25px;
	 width:100%;
  }
   #hi{
	  
	height:63px;
	margin-top:-100px;
  }
  
  #ship1{
	  
position: absolute;
margin-left: -129px;
margin-top: 21px;
  }
  
  
 #ra1{
	  
	 width:300px;
  }

 #radd{
	  
	 width:800px;
  }
 #isla{
	  
	 width:343px;
  }
 #lgg{
	  
	 width:80%;
  }
 #lgg1{
	  
	 margin-left:-30px;
  }
   #ticker_id{
	  
	 margin-left:-50px;
	 width:80%;
  }
  #lgimg{
	  
	 margin-left:-26px;
  }
  
   #abbt{
	  
	 width:80%;
  }
   #animg{
	  
	 border-radius: 20px;
	 margin-left: 19px;
	width: 248px;
  }
   #abtinf{
	  
	 width:80%;
  }
      #abtinf1{
	  
	 width:80%;
  }
  
    #annall{
	margin-left: -43px;
	width: 80%;
  }
  #deptt1{
	margin-left: -110px;
	width: 100%;
  }
  #deptt2{
	margin-left: 3px;
	width: 80%;
  }
	
	 #vac{
	
	width:80%;
  }
  
   #what{
	
	width:80%;
	
  }
  
  #rec{
	
	width:80%;
  }
  
  
  
  #pho{
	
	margin-left:-269px;
  }
  #popu{
	
	margin-top:-357px;
	width:80%;
  }
  
	#late{
	
	width:80%;
	margin-top:-40px;
  }
  #adm{
	
	font-size:10px;
	
	
  }
	 #flash{
	
	margin-left:26px;
  }
	
 #posi{
	
	margin-left:-136px;
  }
	
	#wea{
	
	
	height:230px;
	width:543px;
  }
#search_term{
	width:200px;
  }	
  
  #webs{
	
	margin-left:-350px;
  }	
  
   #rep{
	
	width:80%;
	margin-top:5px;
  }	
	
   #ser{
	
	width:80%;
	
  }	
	#ser1{
	
	margin-left:-550px;
	
  }	
  #link{
	
	width:80%;
	
  }	
  
  #link1{
	
	width:80%;
	
  }	
  
  #link2{
	
	margin-top:50px;
	width:80%;
  }	
  
  #image_g{
	
	margin-left:-12px;
	width:80%;
  }	
  
  
    #msport{
	
	width:250px;
	height:119px;
	margin-left:68px;
  }	
     #copy{
	
	
	font-size:9px;
  }	
  
   #myCarousel{
	
	width:80%;
  }	
	 #intro{
	
	width:100%;
  }	
  
   #intros{
	
	width:80%;
  }	
  
    #emb{
	
	margin-left:-25px;
	margin-top:-93px;
	width:46px;
  }	
  
      #sid{
	margin-left: -57px;
  }	
	
	 #soci{
	margin-left: -100px;
	
  }	
  
   #antop{
	width:80%;
  }	
  
  #lg1{
	margin-left:-543px;
  }	
  #cs1{
	margin-left:-643px;
  }	
  #mp1{
	margin-left:-643px;
  }	
	#tt{
	 
	 margin-left:-400px;
  }	
	
	#ship_type{
	 
	 width:80%;
  }
  
  #ship_name{
	 
	 width:80%;
  }
  
  #mainlan1{
	 
	 
	 width:80%;
  }
   #lt{
	 
	 margin-left:30px;
	 width:100%;
  }
  #fcon{
	 
	 
	 width:80%;
  }
	
	#fcon1{
	 
	 
	 width:80%;
  }
  
  	#lgg{
	 
	 
	 width:80%;
  }
  
  	#cc{
	 
	 
	 height:250px;
  }
  
  #ss{
	 
	 
	 height:230px;
	margin-left:150px;
  }
  
  #gett{
	 
    width:100%;
	margin-left:-132px;;
  }
}
	 
/**************ANPortal End Tablet setting******************/ 
	 
	 
    .navbar-default .navbar-nav > li > a { padding: 12px 9px;}

    .serviceBox_2{ margin-bottom:30px; }

    .tab-content {margin-bottom:30px;}

    .post-images { margin-right: 15px; }

    .serviceBox_1 .service_icon > h3{ font-size: 17px;}

    .serviceBox_3 .service-content h3 {
        font-size: 18px;
        height: 105px;
        line-height: 20px;
        padding: 30px 0;
    }

    .serviceBox_4 .service-icon{left: 66px;}

    .serviceBox_6 { padding: 30px; }

    .grey-transparent-content .sub_content {
        padding: 50px 20px;
    }

    .post-slide { margin-bottom:40px; }
}

@media only screen and (max-width:768px) {

    #logo-bar{padding:30px 0;}

    .nav-tabs > li > a { padding:10px 10px; }

    .sub_content {
        padding: 15px 0;
    }

    .super_sub_content {
        padding: 40px 0;
    }

    .tab-content{margin-bottom:30px;}

    .nav-tabs > li > a { padding:10px 10px; }

    .serviceBox_1,.serviceBox_2,.serviceBox_3{ margin-bottom:30px; }

    .serviceBox_3 .service-content h3 {
        font-size: 18px;
        height: 105px;
        line-height: 20px;
        padding: 30px 0;
    }

    .serviceBox_6 { padding: 30px; }

    .grey-transparent-content .sub_content {
        padding: 50px 20px;
    }

    .blog-hover > a { top: 30%; }

    .blog_medium .post_content{ width:45%; }

    .shares li.shareslabel h3{ padding:8px 14px; }

    section.parallax { padding: 30px 0; }

    .parallax-testimonial{ padding: 0 15px 30px; }

    .img-about{ margin-bottom: 20px; }

    .texture-section{ padding: 15px 0;margin: 10px 0; }

    .post-slide { margin-bottom:40px; }

    .option a.fa,
    .small-images .option a.fa ,
    .owl-carousel .option a.fa{
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 35px;
    }

    .option h5,
    .large-images .option h5,
    .small-images .option h5{
        font-size: 155%;
    }

    .option span,
    .small-images .option span,
    .large-images .option span{
        font-size: 115%;
    }

    .large-images .masonry_wrapper .inner > div,
    .medium-images .masonry_wrapper .inner > div,
    .small-images .masonry_wrapper .inner > div {
        height: 65%;
    }

    .feature-block img{
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 767px) {

    #info-bar {background:none; padding:0;}

    #logo {
        position: absolute;
        width: 65%;
        z-index: 9999;
    }

    #top-bar{padding:5px 0;}

    #logo-bar {padding: 10px 0;}

    .navbar-default .navbar-nav li a{
        color: #010101;
    }
    .navbar{
             border-color: transparent;
        float: none;
    }
    .navbar-nav li:nth-child(n+2)::before {
        background: none;
    }

    .navbar-nav{
        background:#303436;
		width:100%;
		
    }
    .navbar-collapse{
        position: absolute;
        width: 100%;
		margin-left: 20px;
    }
    .navbar-nav > li ul > li:first-child > a{border-top:none;}
    .navbar-default .navbar-nav > li > a,.navbar-nav .dropdown-menu > li > a
    {
        padding-top:12px!important;
        padding-bottom:12px!important;
    }
    .navbar-default .navbar-nav li a{
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a
    {
        padding-left:45px;
        color:#fff;
        font-size:13px;
        border-bottom: none;
		
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
    {
        background:#f90;
        color:#fff;
    }
    .navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow
    {
        float:right;
        color:#fff;
    }
    .navbar-nav > li > ul:before
    {
        content:"";
        display:none;
    }
    .navbar-nav > li > .has-submenu .sub-arrow{
        font-size: 14px;
        font-weight: bold;
        width: 10px;
    }
    .navbar-default .navbar-nav > li{border-bottom:1px solid rgba(255, 255, 255, 0.54);}
    .dropdown-menu.sm-nowrap > li{background:#303436; border-top:1px solid rgba(255, 255, 255, 0.54);}

    .navbar-nav > li:hover > ul{
        -moz-animation: none;
        -webkit-animation: none ;
        animation: none;
    }

    .navbar-nav > li > ul.dropdown-menu li:hover ul{
        -moz-animation: none;
        -webkit-animation:none;
        animation: none;
    }
    .nav-caption{ display: block; }

    .page_head {padding: 12px 0;}
    .page_head h2 { font-size: 20px; }

    .text-center > img {
        width: 30%;
    }
    .images-style-inner {
        margin: 10px 0;
    }


    #breadcrumbs { float: right;margin-top: 25px;}

    .serviceBox_1,.serviceBox_3{ margin-bottom:30px; }
    .serviceBox_4{margin-bottom: 80px;}

    .list_style li i{ margin-right:0; }

    ul.client_items { display: block; margin: 0 auto; padding: 0; text-align: center; }

    .list_item{ width:100%;}

    .owl-carousel .option h5{
        font-size: 155%;
    }
    .owl-carousel .option span{
        font-size: 125%;
    }

    .widget_content{ margin-bottom:30px; }

    .promo_box .pb_action a.btn {display: block; float: none; margin-top: 20px;  }

    .list_style{ margin:0 0 30px; }

    .pricingTable{ margin-bottom:50px; }

    .team_prof{ margin-bottom:30px; }

    .blog_large .post_meta h2 a, .blog_single .post_meta h2 a { font-size:18px; line-height:normal; }

    .blog_medium .post_meta h2 a { font-size: 20px; line-height:normal; }

    .blog_large .post_meta h2,
    .blog_medium .post_meta h2,
    .blog_single .post_meta h2 { font-size:18px; line-height:20px; margin-bottom:10px; margin-top:0; }

    .blog_large .day,.blog_medium .day, .blog_single .day { font-size:20px; }

    .blog_large .month, .blog_medium .month , .blog_single .month { padding: 2px 8px 4px; }

    .blog_large .post_img, .blog_single .post_img{ margin-bottom:20px; }

    .blog_large .post_content, .blog_single .post_content { margin: 0 0 0 60px; }

    .blog_large .post_meta .metaInfo, .blog_single .post_meta .metaInfo{ padding:0 0 10px; }

    .blog_large .post_meta .metaInfo > span, .blog_single .post_meta .metaInfo > span { line-height:24px; }

    .blog_large .post, .blog_medium .post, .blog_single .post, .blog_medium .post { margin-bottom:40px; padding-bottom:40px; }

    .blog_medium .post_content { float:left; width:100%; }

    .blog_medium .post_img { margin-right:0; width:75%; margin-bottom:30px; }

    .sidebar .widget { display:inline-block; margin-top:30px; position:relative; }

    .shareslabel {display:none; }

    .author_desc { height:auto; min-height:inherit; width:100%; }

    .author_bio { float:none; margin-top:35%; padding:20px; position:relative; text-align:center; width:100%; }

    #comment-list ul.children{ margin-left:10px; }

    .comment-container{ margin-left:80px; margin-bottom:10px; }

    .comment_form > input{ width:100%; }

    .page_404 > h1{ font-size:160px; line-height:180px; margin-top:0; }

    .page_404 > p{ font-size:26px; line-height:36px; }

    .rec_blog { margin-bottom:20px; }

    .copyright{ text-align:left; float:left; }

    .post-images {
        margin-right: 15px;
    }
    form {
        margin-bottom: 65px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px){

    .author_bio {margin-top:35%; position: relative;}

    #breadcrumbs { float: right;margin-top:0;}
}

/*Mobile View for AN Portal*/

@media only screen and (max-width: 480px){

    #breadcrumbs{ display: none; }

    .sub_content {
        padding: 10px 0;
    }

    .author_bio {margin-top:55%; position: relative;}

    #filter li a{padding:10px;}

    .post-images {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .post-detail { width: 100%; }

    .serviceBox_7.right .service-icon {
        margin: 0 0 0 20px;
    }
    .serviceBox_7 .service-icon{
        margin: 5px 20px 0 0;
    }
    .serviceBox_7 .service-content {
        width: 65%;
    }

    .copyright{
        line-height: 20px;
    }
	
		
		 #contentslider {
	  
	 width:349px;
	 max-height:auto;
      
  }
  
   #content-slider {
	  
	 width:349px;
	 max-height:auto;
      
  }
  
 #contents{
	  width:384;    
  }
  
   #weath{
	  margin-top:165px;    
  }
  
   #searchh{
		position: absolute;
		margin-left: 240px;
		width: 200px; 
		margin-top:-25px;
  }
   #contentwi{
	  
	width:39%;
	 margin-bottom: 219px;
	
  }
   #conAn{
	  
	height:510px;
	
  }
  
    #ttt{
	  
	margin-top: -250px;
	
  }
  
   #search1{
	  width:39%;
	  margin-left:105px;
	  position: absolute;
	  margin-top: -75px;
      
  }
    #copymobile{
	  position: absolute;
	  margin-top: 129px;
	  margin-left: -234px; 
width:100%;	  
  }
     
     #copymobile{
	 
	   margin-top: -161px;	  
  }
    
	 #mob_width{
	 
	   width: 234px;	  
  }
    
		 #foot_width{
	 
	   float: left;	 
font-size:10px;	   
  }
    	 #im_witdh{
	 
	 padding-right: 28px;  
  }
     #mob_width{
	 
	   width: 315px;	  
  }
   #footwi{
	 
	  margin-left: -20px;
		width:39%;
		height:1000px;
  }
   
  #lgwidth{
	 
	 width:39%; 
	 height: 575px;
  }
  
   #lgwidthmp{
	 
	 width:39%; 
	 margin-top:-250px;
  }
  
  
   #lgmsg{
	margin-left: -206px;
  }
  
   #lgname{
	 
	 width:256px; 
  }
  
    #cswidth{
	 
	  width:300px; 
  }
  
   #widwith{
	 
	 margin-top: 218px; 
  }
  #betaimg{
	margin-top: -104px;
margin-left: 232px;
width: 48px;
display:none;
  }
  
    #swmob{
margin-top: 0px;
margin-left: 0px;
width: 0px;
  }
  
    #digimob{
	margin-top: -104px;
width: 80px;
display: none;
  }
  
   #screenmob
   {
   padding-left: 44px;


  }
  #maincont
   {
   
   display:none;

  }
  
  
   #disc {
	  
	width:39%;
  }

  #acc {
	  
	 width: 39%;
	 margin-left: 5px;
  }
  #acc1{
	  
	 width: 300px;
	
  }
  #contt{
	  
	 width: 100%;
	 margin-left: 0px;
	
  }
 #contab{
	  
	width:39%;
  }
  #colle{
	  
	 width: 40%;
  }
 
    #deptt{
	  
	 width: 40%;
  }
   #mainlan{
	  
	 margin-left:25px;
	 width:400px;
  }
  
  #ship1{
	  
position: absolute;
margin-left: -129px;
margin-top: 21px;
  }
  
  
 #ra1{
	  
	 width:300px;
  }

 #radd{
	  
	 width:800px;
  }
 #isla{
	  
	 width:343px;
  }
 #lgg{
	  
	 width:39%;
  }
 #lgg1{
	  
	 margin-left:-30px;
  }
   #ticker_id{
	  
	 margin-left:-50px;
	 width:52%;
  }
  #lgimg{
	  
	 margin-left:-26px;
  }
  
   #abbt{
	  
	 width:37%;
  }
   #animg{
	  
	 border-radius: 20px;
	 margin-left: 19px;
	width: 248px;
  }
   #abtinf{
	  
	 width:37%;
  }
      #abtinf1{
	  
	 width:37%;
  }
  
    #annall{
	margin-left: -43px;
	width: 50%;
  }
  #deptt1{
	margin-left: -17px;
	width: 38%;
  }
  #deptt2{
	margin-left: 3px;
	width: 38%;
  }
	
	 #vac{
	
	width:39%;
  }
  
   #what{
	
	width:39%;
	
  }
  
  #rec{
	
	width:39%;
  }
  
  
  
  #pho{
	
	margin-left:-269px;
  }
  
  #popu{
	
	margin-top:-250px;
	width:39%;
  }
  
	#late{
	
	width:39%;
	margin-top:-40px;
  }
  #adm{
	
	font-size:10px;
	margin-top:-58px;
	
	
  }
	 #flash{
	
	margin-left:26px;
  }
	
 #posi{
	
	margin-left:-136px;
  }
	
	#wea{
	
	margin-left:0px;
  }
#search_term{
	width:140px;
	margin-left:-84px;
  }	
  
  #webs{
	
	margin-left:-565px;
  }	
  
   #rep{
	
	width:39%;
	margin-top:5px;
  }	
	
   #ser{
	
	width:39%;
	
  }	
	#ser1{
	
	margin-left:-550px;
	
  }	
  #link{
	
	width:39%;
	
  }	
  
  #link1{
	
	width:50%;
	
  }	
  
  #link2{
	
	margin-top:50px;
	width:39%;
  }	
  
  #image_g{
	
	margin-left:0px;
	width:39%;
  }	
  
    #msport{
	
	width:250px;
	height:119px;
	margin-left:68px;
  }	
     #copy{
	
	
	font-size:9px;
  }	
  
   #myCarousel{
	
	width:39%;
  }	
	 #intro{
	
	width:100%;
  }	
  
   #intros{
	
	width:39%;
  }	
  
    #emb{
	
	margin-left:272px;
	margin-top:0px;
	width:46px;
  }	
  
      #sid{
	margin-left: -57px;
  }	
	
	 #mpp{
	margin-top:-32px;
	margin-left:11px;
  }	
  
   #antop{
	width:39%;
  }	
  
  #lg1{
	margin-left:-543px;
  }	
  #cs1{
	margin-left:-643px;
  }	
  #mp1{
	margin-left:-643px;
  }	
	#tt{
	 
	 margin-left:-400px;
  }	
	
	#ship_type{
	 
	 width:39%;
  }
  
  #ship_name{
	 
	 width:39%;
  }
  
  #mainlan1{
	 
	 
	 width:39%;
  }
   #lt{
	 
	 margin-left:30px;
	 width:80%;
  }
  #fcon{
	 
	 
	 width:35%;
  }
	
	#fcon1{
	 
	 
	 width:39%;
  }
  
  #hi{
	 
	 
	 width:39%;
  }
  
  #hii{
	 
	 
	 width:85%;
  }
  
    #gett{
	 
	 
	 width:39%;
	 margin-left:-50px;
  }
  
  
}
	

/*End Mobile View*/


.modern-ticker {
	width:100%;
	min-height:38px;
	line-height:36px;
	font-size:16px;
	overflow:hidden;
	padding:0px;
		background:#e8e8e8;
		margin:10px auto;
		border:thin solid #ccc;
	
}

.modern-ticker1 {
	width:100%;
	height:35px;
	line-height:35px;
	font-size:16px;
	overflow:hidden;
	padding:0px;
		background:e8e8e8;
		margin-top:10px;
	
}

.modern-ticker a {
	text-decoration:none
}
.modern-ticker ul {
	margin:0;
	padding:0;
	list-style:none
}
.mt-round {
	border-radius:0px
}
.mt-body {
	position:relative
}
.mt-label {
	margin-right:10px;
	padding:1px 8px 0px 12px;
	position:absolute;
	left:0;
	

}

.mt-label:after {
   content:"";
   position: absolute;
   left: 96%;
   top: 9px;
   width: 0;
   height: 0;
   border-top: 10px solid transparent;
   border-left: 15px solid #2fbdf5;
   border-bottom: 10px solid transparent;
   
}
.mt-round .mt-label {

}


.mt-news {
	overflow:hidden;
	position:absolute
}
.mt-scroll .mt-news {
	background-color:transparent
}
.mt-news ul {
	background-repeat:no-repeat;
	background-position:-1000px
}
.mt-news li {
	float:left;
}
.mt-round .mt-news:first-child, .mt-round .mt-news:first-child a {
	
}
.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a {

}
.mt-news a {
	font-size:15px;
	margin-right:2px;
	background-repeat:no-repeat;
	background-position:7px center;
	display:block;
	white-space:nowrap;
	/* background-image:url(../images/bullet.png); */
	padding-left:20px;
		padding-right:5px;
		line-height:36px;
		margin-right:10px;
}
.mt-scroll.mt-round .mt-news a {
	border-radius:0
}
.mt-hide {
	display:none
}


.mt-controls {
	margin-left:2px;
	position:absolute;
	right:0;
	background-repeat:no-repeat;
	background-position:-1000px
}
.mt-next, .mt-play, .mt-prev {
	width:30px;
	height:36px;
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	cursor:pointer
}
.mt-round .mt-next {
	border-radius:0px
}
 @charset "utf-8";
.modern-ticker {
	color:#fafafa;
	background-color:#fff;
}
.mt-label {
	background-color:#2fbdf5
}
.mt-news {
	background-color:#e8e8e8
}
.mt-preloader {
	/* background:url(../images/preloader.gif) no-repeat center */
}
.mt-news ul {
	
}
.mt-news a {
	color:#111;
	background-color:#fafafa;
	border:none;
}
.mt-news a:hover {
	color:#fafafa;
	background-color:#999999;
	border-color:#f20;

}
.mt-news a:active {
	background-color:#07f
}
.mt-controls {
	/* background-image: */
}
.mt-next, .mt-prev {
	background-color:#2fbdf5
}
.mt-prev {
	/* background-image:url(../images/arrow-prev.png) */
}
.mt-next {
	/* background-image:url(../images/arrow-next.png) */
}
.mt-play {
	background-color:#ed8114;
	/* background-image:url(../images/play.png) */
}
.mt-pause {
	/* background-image:url(../images/pause.png) */
}
.mt-next:hover, .mt-play:hover, .mt-prev:hover {
	background-color:#D81B60
}
.mt-next:active, .mt-play:active, .mt-prev:active {
	background-color:#D81B60
}


.carousel-inner1{
	height:370px;

	
}


.sidebarbg {
	height:210px;
	overflow:hidden;
position:relative;
}
.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 10s linear infinite;
	overflow:hidden;

	display:block;
}

.marquee:hover {
    animation-play-state: paused;

}

/* Make it move! */
@keyframes marquee {
    0%   { top:   8em }
    100% { top: -11em }
}


.more {
	font-weight:bold;
	font-size:16px;
	color:#00a9ec;
}

.bluebg {
	background:#00a9ec;
	margin-top:20px;

}

.contentBox {
	background:#fff;
	color:#222;
	border:thin solid #ccc;
		min-height:470px;
		padding:8px;
}



.contentBox img{
	width:100%;
	
}



.contentBox p{
color:#626262
}

.contentBox h3{
	padding:10px 0px;
	font-size:22px;
	text-align:center;
	color:#333;

}

.contentBox hr {
	width:25px;
	height:3px;
	background:#fda505;
	margin-bottom:0px;
	margin-left:15px;
	
}


.contentBox .btn-blue {
	background:#2fbdf5;
	margin:10px auto;
	border-radius:0px;
	border:none;
	display:block;
	text-align:center;
	width:130px;
	padding:5px 10px;
	color:#fff;
	font-weight:bold;
 
}

.serviceBox {
	margin-top:20px;
}
.serviceBox p{
color:#fff;
text-align:left;
font-size:14px;
	
}

.serviceBox h3 {
		line-height:60px;

}

.serviceBox span{
	color:#ffa600;
	float:left;
	height:50px;
	padding-top:8px;
	padding-right:5px;
}

.serviceBox i{
	color:#ffa600;
}

.serviceBox a{
	color:#ffa600;
	
}
.quicklinksHeader {
	color:#fff;
	text-shadow:0px 0px 5px #555;
	display:inline-block;
}

.quicklinksBox {
padding:10px 0px;
}

.quicklinksBox ul.liststyles{
martin-left:0px;
padding-left:15px;
}

.quicklinksBox ul.liststyles li {
	margin:0px;
	padding:0px;
	border:none;
}

.quicklinksBox ul.liststyles li a{
color:#fff;
font-weight:bold;
font-size:14px;
text-transform:uppercase;
}

.quicklinksBox ul.liststyles li a:hover{
color:#006699;
font-weight:bold;
font-size:14px;
text-transform:uppercase;
}
.quicklinksBox  ul.liststyles li:before {
	content:"\f054";
	color:#fff;
	font-family:'FontAwesome';
	font-size:10px;
	font-weight:100;
	margin-left:-22px;
	padding-right:14px;
}



.btn_links a{
	margin:0px;
	padding:0px;
	width:19.0%;
	float:left;
	text-align:center;
	background:#FF8040;
	color:#fff;
	margin-right:1%;
	padding:10px;
	border-radius:5px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.8vh;
	text-shadow:0px 0px 1px #000;
	margin-bottom:20px;
}

.btn_links a:hover{
	color:#036;
	text-shadow:none;
}
.img-border {
	padding:8px;
	width:100%;
	border:thin solid #ccc;
}

.listItems {
	margin:0px;
	padding:0px;
}

.listItems li{
	display:inline-block;
	
	margin-right:30px;
}

.contentAnnouncements {
	border:1px solid #1f5891;
}

.contentAnnouncements ul{
	padding:0px;
	margin:0px;
	
}



.contentAnnouncements h2{
color:#2fbdf5;
letter-spacing:-1px;
	font-weight:100;
	font-size:22px;
	padding:10px;
	background:#f8370ee6;
	display:inline-block;
	margin-top:-1px;
	border-radius: 7px;
}

.contentAnnouncements h2>span{
font-weight:700;

	
}

.contentAnnouncements h2>i{
color:white;
margin-right:10px;

	
}


.contentAnnouncements .btn-blue {
	background:#2fbdf5;
	margin:10px auto;
	border-radius:0px;
	border:none;
	width:110px;
	padding:2px 5px;
	color:#fff;
	font-weight:bold;
	position:absolute;
	bottom:0px;
	
}

.headerAnnouncements{
	background:#1f5891;
	height:44px;
	overflow:hidden;
	margin-bottom:5px;
}


.innerpageHeader {
    background: #D2E9FF;
    padding: 10px;
   /*/ padding-left: 282px;*//*Change for center alignment*/
}

.innerpageHeader h2{
    color: #036;
    padding: 10px;
   /*/ padding-left: 282px;*//*Change for center alignment*/
}

.item  ul.bannerLists{
	text-align:center;
	list-style:none;
	padding:0px;
	margin:0px;
}

.item  h2{
	text-align:center;
	margin-top:50px;
	color:#fff;
	text-shadow:0px 0px 3px #000;
	font-size:38px;

}



.item  ul.bannerLists li{
	text-align:center;

}

.item  ul.bannerLists li a{
	text-align:center;
	font-size:23px;
	line-height:30px;
	
}



