/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: General
:: Header
:: - Logo
:: - Main Menu
:: - DropDown Menu = Superfish
:: Page Title
:: Home Quote
:: Blog Posts
:: - List
:: - Grid
:: Services
:: Portfolio
:: Pagenation
:: Sidebar
:: Search Widget
:: Recent Post Widget
:: Categories Widget
:: Twitter Widget
:: Text Widget
:: Flickr Widget
:: About Us Widget
:: Contact Us Widget
:: Footer
:: - Copyright
:: - Back to top
:: Map
:: Contact Form
:: Contact Info - Icons
:: Slider - Flexslider v2.0
:: ToolTip - Tipsy
:: Fancybox v2.0
*/

/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
.container {
/* width:100%;
 width: 1072px;
  padding: 0 10px;
  border: 1px solid #4f69a3;
  border-top: none;
  box-shadow: 0 0 0 1px #2f467a;
  margin: 0 auto 0px auto;
  position: relative;
  border-right:10px solid #ffffff;
  border-left:10px solid #ffffff;*/
      -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #FFFFFF #4F69A3;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 40px 0;
    box-shadow: 0 0 0 1px #2F467A;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    width: 100%;

}

.cols-1 { width: 325px; }
.cols-2 { width: 675px; }
.cols-3 { width: 100%; }

.cols-1-2 {
	float: left;
	margin-right: 24px;
	width: 500px;
}

.cols-1-2.last { margin-right: 0; }

.cols-2 .grid .post:nth-child(2n) { margin-right: 0; }
.cols-3 .grid .post:nth-child(3n) { margin-right: 0; }

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
header {
	padding: 3px 12px 0px;
	height:118px;
	background: #333e55;
}

/* Logo */
#logo {
	float: left;
	/*padding: 15px 0 0 15px;*/
}
.head_right
{

float:right; width:940px;
}

.head_right { float: right\9;
  margin-left:100px\9;height:115px\9;}
#logo{float:left\9;
width:113px\9;}
 .nbs-flexisel-item img
	{max-width:100px\9 !important; width:100px\9 !important;}
.social
{
float:none\9 !important;
}
/* Main Menu */
.main-menu {
	float: right;
	margin-top:8px;width:auto\9;
}

.main-menu > ul > li {
	float: left;
	margin-left: 3px;
}

.main-menu > ul > li:first-child {
	margin-left: 0;
}

.main-menu li a {
	display: block;
	font-family: 'Open Sans';
	font-size: 16px;
	text-transform: uppercase;
	background-color: #E54434;
	padding: 22px 5px 22px 53px;
}

.main-menu li a:hover {
	background-color: #4f69a3;
}

.main-menu a.icon { background-position: 14px 12px; background-repeat: no-repeat; }

.main-menu a.home { background-image: url(../images/home-icon.png); }
.main-menu a.blog { background-image: url(../images/blog-icon.png); }
.main-menu a.about { background-image: url(../images/about-icon.png); }
.main-menu a.portfolio { background-image: url(../images/grid-icon.png); }
.main-menu a.contact { background-image: url(../images/contact-icon.png); }

.main-menu select { 
	display: none;
	padding: 5px;
	border: none;
	outline: none;
}

/* DropDown Menu = Superfish */
.sf-menu {
    line-height: 1.0;
    overflow: visible !important;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 200px; /* left offset of submenus need to match (see below) */
    margin: 0 !important;
    padding: 0 !important;
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: -1px;
    top: 60px; /* match top ul list item height */
    z-index: 99;
}

.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
    top: -999em;
}

.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
    left: 198px; /* match ul width */
    top: -1px;
    /*margin-left: 2px;*/
}

.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
    top: -999em;
}

.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
    left: 198; /* match ul width */
    top: -1px;
}

.sf-menu .sub-menu {
    overflow: visible !important;
    border: 1px solid #333e55;
}

.sf-menu .sub-menu li {
    padding-right: 0;
    list-style: none;
}

.sf-menu .sub-menu li {
    border-top: 1px solid #333e55;
}

.sf-menu .sub-menu > li:first-child {
    border-top: none;
}

.sf-menu .sub-menu a {
    color: #fff;
    padding: 8px;
    line-height: normal;
    text-transform: none !important;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline: 0;
    color: #fff;
}


/*-------------------------------------------------*/
/* =  Page Title
/*-------------------------------------------------*/
.page-title {
	font-size: 22px;
	font-weight: 300;
	line-height: 36px;
	margin: 8px 0 8px 0;
	background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
}

.page-title .title {
	float: left;
	padding: 20px 14px;
	background: #E54434;
}

.page-title .title img {
	float: left;
	margin-right: 15px;
}

.page-title .title h3 {
	float: left;
	font-size: 22px;
	font-weight: 300;
	line-height: 36px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.page-title .desc {
color:#3A5796;
/* color: hsl(221, 44%, 41%);*/
    float: left;
    font-weight: bold;
    padding: 20px;
}

.post-view {
	float: right;
	padding: 20px;
}

.post-view a {
	float: left;
	width: 36px;
	height: 36px;
	background: no-repeat center;
}

.post-view .grid {
	margin-right: 8px;
	background-image: url(../images/grid-icon.png);
}

.post-view .list {
	background-image: url(../images/list-icon.png);
}

/*-------------------------------------------------*/
/* =  Home Quote
/*-------------------------------------------------*/
.quote {
	font-family: 'Open Sans';
	font-size: 22px;
	margin: -8px 0;
	line-height: 24px;
	font-weight: 300;
	padding-right: 76px;
	position: relative;
}

.quote p {
	margin: 0;
}

.quote:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 76px;
	height: 100%;
	background: url(../images/next-icon.png) no-repeat center center;
}

/*-------------------------------------------------*/
/* =  Home Posts
/*-------------------------------------------------*/
.home-posts .post {
	position: relative;
	float: left;
	width: 334px;
	height: 220px;
	padding: 0;
	margin: 0 11px 11px 0;
	overflow: hidden;
}

.home-posts .post:nth-child(3n) {
	margin-right: 0;
}

.home-posts .post a {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 24px;
}

.home-posts .post a:hover {
	text-decoration: underline;
}

/*-------------------------------------------------*/
/* =  Singlepost
/*-------------------------------------------------*/
h3.title {
	margin: 0 0 10px 0;
	font-size: 22px;
	font-weight: 300;
	color: #f7a70e;
}

.post-image {
	position: relative;
	height: 365px;
}

.post-info {
	position: absolute;
	left: 0;
	bottom: 0;
}

.post-info span {
	float: left;
	font-size: 11px;
	height: 36px;
	line-height: 36px;
	margin-right: 4px;
	padding: 0 12px 0 38px;
	background-color: rgba(0,0,0,0.6);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.post-info .comment {
	background-image: url(../images/comment-singlepost-icon.png);
}

.post-info .date {
	background-image: url(../images/date-singlepost-icon.png);
}

.post-title {
	font-size: 20px;
	color: #f7a70e;
	font-weight: normal;
	margin: 0 0 15px 0;
}

/*-------------------------------------------------*/
/* =  Comments
/*-------------------------------------------------*/
#comments {
	margin: 0;
	padding: 0;
}

#comments, #comments .children {
	list-style: none;
}

#comments .seperator {
	clear: both;
	float: left;
}

.children {
	margin-left: 88px;
	padding: 0;
}

#comments li {
	display: block;
}

.author-avatar {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 17px;
}

.author-avatar img {
	border: 5px solid #f7a70e;
	width: 70px;
	height: 70px;
	border-radius: 3px;
}

.comment-author {
	display: inline-block;
	font-size: 14px;
	color: #f7a70e;
	margin-right: 8px;
}

.comment-author a {
	color: #f7a70e;
}

.comment-author a:hover {
	text-decoration: underline;
}

.comment-date {
	display: inline-block;
	font-size: 11px;
	color: #d7d7d7;
}

.comment-text {
	margin: 3px 0 5px 0;
	font-size: 13px;
}

.comment-text p {
	margin: 0;
}

.comment-reply {
	margin-left: 88px;
}

.comment-reply a {
	display: inline-block;
	border-radius: 3px;
	font-size: 11px;
	background: #000;
	padding: 4px 10px 6px 10px;
}

.comment-reply a:hover {
	text-decoration: underline;
}

/*-------------------------------------------------*/
/* =  Blog Posts
/*-------------------------------------------------*/
.blog .post {
	float: left;
	margin: 0 24px 24px 0;
	background: #333e55;
}

/* List */
.blog.list .post {
	height: 182px;
	margin: 0 0 24px 0;
}

.blog.list .post-content {
	height: 126px;
}

.blog.list .post .img {
	float: left;
	height: 182px;
	overflow: hidden;
}

.blog.list .post-meta {
	float: left;
	width: 350px;
}

/* Grid */
.blog.grid .post {
	width: 325px;
}

.blog.grid .post .img {
	height: 182px;
	overflow: hidden;
}

.blog .post-content {
	padding: 20px 20px 0 20px;
	height: 180px;
	overflow: hidden;
}

.blog .post-title {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}

.blog .post-title a {
	color: #f7a70e;
}

.blog .post-content p {
	margin: 0;
	font-size: 13px;
	line-height: 18px;
}

.blog .post-meta {
	padding: 15px 20px 14px 20px;
}

.blog .post-meta .line {
  clear: both;
  width: 100%;
  height: 0;
  margin-bottom: 14px;
  border-top: 1px solid #485266;
  position: relative;
}

.blog .post-meta .line:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 1px solid #242b3b;
}

.blog .post-meta span {
	display: inline-block;
	height: 17px;
	font-size: 11px;
	line-height: 17px;
	color: #8b96ae;
	margin-left: 13px;
}

.blog .post-meta a {
	color: #8b96ae;
}

.blog a:hover {
	text-decoration: underline;
}

.post-meta .author {
	margin-left: 0 !important;
	padding-left: 22px;
	background: url(../images/author-icon.png) no-repeat left center;
}

.post-meta .date {
	padding-left: 24px;
	background: url(../images/date-icon.png) no-repeat left center;
}

.post-meta .comments {
	padding-left: 26px;
	background: url(../images/comment-icon.png) no-repeat left center;
}

/*-------------------------------------------------*/
/* =  Services
/*-------------------------------------------------*/
.services .service-item {
	float: left;
	width: 248px;
	text-align: center;
	font-weight: 300;
	font-size: 16px;
	padding: 25px;
	margin-left: 10px;
	border: 1px solid #4f69a3;
	outline: 1px solid #2f467a;
	background: #3e5b99;
}

.services .service-item:hover .icon img {
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); /* IE 9 */
	-moz-transform:rotate(360deg); /* Firefox */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	-o-transform:rotate(360deg); /* Opera */

	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
}

.services .service-item:first-child {
	margin-left: 1px;
}

.services .service-item .icon {
	margin-bottom: 20px;
}

.services .service-item .icon img {
	margin: auto;
}

/*-------------------------------------------------*/
/* =  Portfolio
/*-------------------------------------------------*/
.portfolio .portfolio-item {
	float: left;
	width: 324px;
	margin: 0 25px 25px 0;
	border: 1px solid #4f69a3;
	outline: 1px solid #2f467a;
	background: #3e5b99;
}

.portfolio .portfolio-item:nth-child(3n) {
	margin-right: 0px;
}

.portfolio .portfolio-item:nth-child(3n+1) {
	margin-left: 1px;
}

.portfolio .portfolio-item .img {
	position: relative;
	cursor: pointer;
	margin: -1px;
	height: 180px;
	overflow: hidden;
}

.portfolio .portfolio-item .img .hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: rgba(51,62,85,0.8);
	text-align: center;

	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

.portfolio .portfolio-item .img:hover .hover {
	opacity: 1;
}

.portfolio .portfolio-item .img .hover a {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-top: 72px;
	position: relative;
}

.portfolio .portfolio-item .img:hover a {
	left: 0 !important;
}

.portfolio .portfolio-item .img .hover a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.portfolio .portfolio-item .img .hover a.preview {
	margin-right: 10px;
	left: -40px;
	background: url(../images/preview-icon.png) no-repeat center;
}

.portfolio .portfolio-item .img .hover a.info {
	left: 40px;
	display:none;
	background: url(../images/info-icon.png) no-repeat center;
}

.portfolio .portfolio-item span.title {
	display: block;
	padding: 18px;
	font-size: 16px;
	font-weight: 300px;
	line-height: 22px;
}

/*-------------------------------------------------*/
/* =  Pagenation
/*-------------------------------------------------*/
.pagenation li {
    float: left;
    background: #8b96ae;
    margin-left: 6px;
    border-radius: 3px;
}

.pagenation li.active {
    background: #f7a70e;
}

.pagenation li:first-child {
    margin-left: 0;
}

.pagenation li a {
    display: block;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
}

.pagenation li:not(.active):hover {
    opacity: 0.90;
    -moz-opacity: 0.90;
    filter:alpha(opacity=90);
}

/*-------------------------------------------------*/
/* =  Sidebar
/*-------------------------------------------------*/
#sidebar {
	margin-right: 1px;
}

#sidebar .widget {
	border: 1px solid #4f69a3;
	outline: 1px solid #2f467a;
	background: #3e5b99;
	padding: 15px;
	margin-top: 15px;
}

#sidebar .widget:first-child { margin-top: 0; }

#sidebar .widget-title {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 15px 0;
}

/*-------------------------------------------------*/
/* =  Search Widget
/*-------------------------------------------------*/
.widget_search form {
    height: 32px;
    margin: 0;
    overflow: hidden;
}

.widget_search input[type="text"] {
    float: left;
    width: 100%;
    height: 32px;
    margin: 0;
    line-height: 32px;
    padding-left: 10px;
    border: 0;
    outline: 0;
    border-radius: 3px;
    font-size: 11px;
    color: #8b96ae;
    background: #333e55;
}

.widget_search input[type="submit"] {
    float: right;
    border: 0;
    outline: 0;
    width: 38px;
    padding: 0;
    height: 32px;
    background: #f7a70e url(../images/search-icon.png) no-repeat center center;
    cursor: pointer;
    position: relative;
    top: -32px;

    -webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/*-------------------------------------------------*/
/* =  Recent Post - Widget
/*-------------------------------------------------*/
.widget_recent li {
	clear: both;
	float: left;
	margin-top: 18px;
	height: 60px;
	overflow: hidden;
}

.widget_recent li:first-child {
	margin-top: 0;
}

.widget_recent img {
	border: 1px solid #2f467a;
	border-radius: 3px;
	width: 60px;
	height: 60px;
}

.widget_recent li > a {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 12px;
}

.widget_recent h3 {
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 3px 0;
}

.widget_recent h3 a {
	color: #f7a70e;
}

.widget_recent h3 a:hover {
	text-decoration: underline;
}

.widget_recent p {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------*/
/* =  Categories Widget
/*-------------------------------------------------*/
.widget_categories a {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0 0 0 9px;
	line-height: 26px;
	background: #8b96ae;
}

.widget_categories a span {
	float: right;
	margin: 0 0 0 9px;
	padding: 0 9px;
	line-height: 26px;
	background: #f7a70e;
}

/*-------------------------------------------------*/
/* =  Twitter Widget
/*-------------------------------------------------*/
.widget_twitter a {
	color: #f7a70e;
}

.widget_twitter li {
	margin-top: 15px;
}

.widget_twitter li:first-child {
	margin-top: 0;
}

.widget_twitter p {
	margin: 0;
}

.widget_twitter a:hover {
	text-decoration: underline;
}

/*-------------------------------------------------*/
/* =  Text Widget
/*-------------------------------------------------*/
.widget_text p {
	margin: 0;
	line-height: 18px;
}

/*-------------------------------------------------*/
/* =  Flicker Widget
/*-------------------------------------------------*/
.widget.flickr li {
	float: left;
	width: 73px;
	margin: 0 11px 11px 0;
}

.widget.flickr li:nth-child(4n) {
	margin-right: 0;
}

.widget.flickr li a {
	display: block;
	margin: 1px;
	border: 1px solid #4f69a3;
	outline: 1px solid #2f467a;
	padding: 4px;
}

.widget.flickr li a:hover { opacity: 0.7; filter: alpha(opacity=70); }

.widget.flickr li a img {
	border: 1px solid #bdc2cc;
}

/*-------------------------------------------------*/
/* =  About Us Widget
/*-------------------------------------------------*/
.widget.about-us .about-us {
	padding: 15px;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	background: #2f467a;
	margin-bottom: 10px;
}

.widget.about-us .about-us p {
	margin: 0;
}

.widget.about-us .social-icons a {
	float: left;
	width: 29px;
	height: 29px;
	opacity: 0.2;
	filter: alpha(opacity=20);
	margin-right: 8px;
}

.widget.about-us .social-icons a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.widget.about-us .social-icons .facebook-icon {
	background: url(../images/facebook-icon.png) no-repeat center;
}

.widget.about-us .social-icons .twitter-icon {
	background: url(../images/twitter-icon.png) no-repeat center;
}

/*-------------------------------------------------*/
/* =  Contact Us Widget
/*-------------------------------------------------*/
.widget.contact-us li {
	clear: both;
	float: left;
	font-size: 14px;
	line-height: 52px;
	margin-bottom: 10px;
}

.widget.contact-us a {
	text-decoration: underline;
}

.widget.contact-us span[class*="icon"] {
	float: left;
	width: 54px;
	height: 54px;
	margin-right: 18px;
	border-radius: 100%;
	background-color: #2f467a;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.widget.contact-us span[class*="icon"]:after {
	content: '';
	position: absolute;
	top: 20px;
	right: -13px;
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-left-color: #2f467a;
}

.widget.contact-us span.address {
	background-image: url(../images/address-icon.png);
}

.widget.contact-us span.phone {
	background-image: url(../images/phone-icon.png);
}

.widget.contact-us span.mail {
	background-image: url(../images/mail-icon.png);
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
	clear: both;
	position: relative;
	margin-top: 10px;
}

footer .widget {
	float: left;
	width: 325px;
	margin: 0 0 20px 24px;
}

footer .widget:first-child {
	margin-left: 0;
}

footer .widget-title {
	font-size: 20px;
	font-weight: normal;
	color: #f7a70e;
	margin: 0 0 20px 0;
}

/* Copyright */
.copyright {
	float: left;
	font-size: 11px;
	margin: 0 0 6px 0;
}

/* Back to top */
#back-to-top {
	float: right;
	position: absolute;
	right: 24px;
	bottom: -1px;
	width: 43px;
	height: 38px;
	background: #f7a70e url(../images/back-to-top.png) no-repeat center center;
	border: 1px solid #4f69a3;
	box-shadow: 0 0 0 1px #2f467a;

	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

#back-to-top a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#back-to-top:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*-------------------------------------------------*/
/* =  Map
/*-------------------------------------------------*/
#map {
	position: relative;
	width: 100%;
	height: 450px;
	margin-bottom: 25px;
}

#map img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%);
}

#map .gmnoprint, #map .gmnoscreen {
	display: none;
}

/*-------------------------------------------------*/
/* =  Contact Form
/*-------------------------------------------------*/
.contact-form input[type="text"].error,
.contact-form textarea.error {
    color: #d84c4c;
}

.contact-form input[type="text"],
.contact-form textarea,
.contact-form select {
    border-radius: 5px;
    outline: none;
    width: 245px;
    font-family: 'Open Sans';
    color: #fff;
    font-size: 12px;
    padding: 10px 15px;
    border: 1px solid #5a71a5;
    background: #2f467a;
    margin-bottom: 23px;
}

.contact-form input[type="text"] {
    margin-left: 10px;
}

.contact-form.comment input[type="text"] {
	clear: left;
	float: left;
	margin: 0 0 15px 0;
    width: 160px !important;
}

.contact-form.comment textarea {
    float: right;
    width: 500px;
	min-width: 500px;
	max-width: 500px;
	margin-top: -108px;
	height: 147px;
	min-height: 147px;
}

.contact-form input[type="text"]{
    width: 460!important;
}

.contact-form input[type="text"]:first-child {
    margin-left: 0 !important;
}

.contact-form textarea {
	width: 100%;
		min-width: 100%;
	min-width: 470px\9;
	max-width: 100%;
    height: 120px;
    min-height: 120px;
}

.contact-form input[type="submit"] {
    float: right;
    font-size: 12px;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 8px 20px;
    background: #f7a70e;
    cursor: pointer;
}

input[type="submit"] {
    transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
}

input[type="submit"]:hover {
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter:alpha(opacity=85);
}

.message {
    clear: both;
    float: left;
    max-width: 200px;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    font-size: 11px;
}

.message.error {
    color: #d84c4c;
}

.message.success { 
    color: #619d21;
}

/* Contact info - Icons */
.contact-info span {
	display: inline-block;
	margin: 0 10px 10px 0;
	line-height: 17px;
	background: no-repeat left center;
}

.contact-info span.address { padding-left: 28px; background-image: url(../images/address-contact-icon.png); }
.contact-info span.phone { padding-left: 25px; background-image: url(../images/phone-contact-icon.png); }
.contact-info span.mail { padding-left: 26px; background-image: url(../images/mail-contact-icon.png); }

.contact-info a { text-decoration: underline; }

/*-------------------------------------------------*/
/* =  Slider - FlexSlider v2.0
/*-------------------------------------------------*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; height:260px; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; height:260px;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.slider { border: 1px solid #4f69a3; box-shadow: 0 0 0 1px #2f467a; padding: 5px; margin: 3px 1px 1px 1px; height:272px; }
.flexslider { /*border: 1px solid #c0c4cd;*/ zoom: 1; height:260px; position: relative; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* Caption */
.flex-caption {
	position: absolute;
	width: 100%;
	bottom: -1px;
	text-align: center;
}

.flex-caption .desc {
	display: inline-block;
	font-size: 14px;
	/*font-weight: 300;*/
	padding: 12px 17px;
	color: #fff;
	background-color:#2A2C2E;
	opacity:0.8;
	/*background: rgba(0,0,0,0.8);*/
}

/* Direction Nav */
.flex-direction-nav {*height: 0; position: absolute; left: -1px; width: 100%; top: 50%; margin-top: -75px; }
.flex-direction-nav li { float: right; position: relative; background: url(../images/slider-next-bg.png) no-repeat center;; left: 1px; z-index: 10; width: 42px; height: 150px; transition: all .3s ease;-moz-transition: all .3s ease; -webkit-transition: all .3s ease; -o-transition: all .3s ease; -ms-transition: all .3s ease; }
.flex-direction-nav li:hover { opacity: 0.8; filter:alpha(opacity=80); }
.flex-direction-nav li:first-child { background-image: url(../images/slider-prev-bg.png); float: left; }
.flex-direction-nav a {width: 42px; height: 120px; margin-top: 15px; display: block; background: no-repeat center; cursor: pointer; text-indent: -9999px; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next { background-image: url(../images/slider-next.png); }
.flex-direction-nav .flex-prev { background-image: url(../images/slider-prev.png); }

.flex-direction-nav .flex-disabled {opacity: .3 !important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav BG 
.flex-direction-nav a:before { content: ''; position: absolute; left: 0; top: -42px; width: 0; height: 0; border: 21px solid transparent; border-bottom-color: rgba(51, 62, 85, 0.8); }
.flex-direction-nav .flex-next:before { content: ''; border-right-color: rgba(51, 62, 85, 0.8); }
.flex-direction-nav .flex-prev:before { content: ''; border-left-color: rgba(51, 62, 85, 0.8); }

.flex-direction-nav a:after { content: ''; position: absolute; left: 0; bottom: -42px; width: 0; height: 0; border: 21px solid transparent; border-top-color: rgba(51, 62, 85, 0.8); }
.flex-direction-nav .flex-next:after { content: ''; border-right-color: rgba(51, 62, 85, 0.8); }
.flex-direction-nav .flex-prev:after { content: ''; border-left-color: rgba(51, 62, 85, 0.8); }*/

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

/*-------------------------------------------------*/
/* =  ToolTip - Tipsy
/*-------------------------------------------------*/
.tipsy { font-size: 11px; position: absolute; padding: 5px; z-index: 100000; margin-top: 5px; }
.tipsy-inner { background-color: #000; color: #fff; max-width: 200px; padding: 3px 8px 5px 8px; text-align: center; }

/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

/*-------------------------------------------------*/
/* =  Video - Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
/*-------------------------------------------------*/
.flex-video { position: relative; padding-top: 25px; padding-bottom: 67.5%; height: 0; margin-bottom: 16px; overflow: hidden; }
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*-------------------------------------------------*/
/* =  FancyBox - v2.0.6
/*-------------------------------------------------*/
.fancybox-tmp iframe, .fancybox-tmp object {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    overflow: visible !important;
}

.fancybox-skin {
    position: relative;
    padding: 0;
    margin: 0;
    /*background: #f9f9f9;*/
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    /*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);*/
}

.fancybox-outer, .fancybox-inner {
    padding: 0;
    margin: 0;
    position: relative;
    outline: none;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8020;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    background: transparent url(../images/fancybox/blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 20px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 20px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    padding: 0;
    overflow: visible;
    visibility: hidden;
}

/* Overlay helper */
#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: #000;
}

#fancybox-overlay.overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8030;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: #000; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    margin-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}






#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:78%;
    background:#fcfcfc;
    background: #fcfcfc -moz-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* FF3.6+ */
    background: #fcfcfc -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: #fcfcfc -webkit-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
    background: #fcfcfc -o-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* Opera11.10+ */
    background: #fcfcfc -ms-linear-gradient(top, #fcfcfc 0%, #eee 100%); /* IE10+ */
    background: #fcfcfc linear-gradient(top, #fcfcfc 0%, #eee 100%); /* W3C */
   /* border:1px solid #ccc;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px; */ 
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:56px;
	margin-left:5px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 220px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}

.social
{
float:right;
}

.fade:hover
{
opacity: 0.8;
}

.sf-menu li a span {
    display: block;
    font-size: 10px;
}
.social img
{
padding-right:3px;
}
.red{
background-color:#FF0000;
padding:3px;}
.yellow
{background-color:#FF0000;
padding:3px;
}
.blu

{ background-color:#FF0000;
padding:3px;}

.green{
 background-color:#FF0000;
padding:3px;
}
.mail{ background-image: url("../images/mail-contact-icon.png");
    padding-left: 26px;
	background-repeat:no-repeat}
	
/*	.tickercontainer
//width of the original container in which the ticker appears
.tickercontainer .mask
//can be used to achieve padding within the container
ul.newsticker {
    //important to enable css3 transitions properly 
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    list-style:none;
    margin:0;
	
	
	
}*/

.dist{
margin-right:20px\9;
background-color:#65B1AB;
opacity:0.9;
/*background-color: rgba(107,190,181,.9);*/   float: left;
    margin-left: 400px;
 
    font-size: 14px;
    line-height: 24px;
      padding: 5px 8px;
     
 
}
p{
text-align:justify}
.img1
{
    padding-left: 85px;
    padding-top: 15px;}
	
	.work{
	width:100%;}
	.work th
	{    background: none repeat scroll 0 0 hsl(221, 18%, 61%);
	color:yellow;
   height:20px;
   border:1px solid #ccc;
   padding-left:8px;
   
    }
.work td{
border:1px solid #ccc;
text-align:left;
padding-left:10px;
}
.work th p
	{
	margin:0;   
	}
	.active a{  
	/* background-color: hsl(221, 35%, 47%) !important;*/
	background-color:#4D68A1  !important;}
	.strike
	{
	text-decoration:line-through}
.skip
{
color: #FFFFFF;
margin-top: 8px;
font-weight: bold;
margin-left: -42px;
}	
	.yellow1{
	
	color:#FFFF00}