/****************************** MAIN STYLES - backgorund,deviders ******************************/

/* Main Container */
img, embed, object, video {
	max-width: 100%
}

/* Deviders */
div.line {
	height: 6px;
	background:url(../images/separator.png) 0 0 no-repeat;
	border-top:2px solid #cfa0d1;
	display: block;
	margin:0;
}
div.sepContainer {
	height: 2px;
	background:#13C3DB;
	border-left:20px solid #aaa;
	display: block;
	margin: 20px 0;
}
div.sepContainer0 {
	width:100%;
	height: 15px;
	background:#13C3DB;
	border-left:0px solid #aaa;
	margin: 0;
}
div.sepContainer1 {
	height: 2px;
	background:#aaa;
	border-left:20px solid #aaa;
	display: block;
	margin: 10px 0 30px 0;
}
div.sepContainer2 {
	height: 2px;
	background:#e1e8ed;
	border-left:20px solid #ff0000;
	display: block;
	margin: 5px 0;
}
div.blankSeparator {
	height: 1px;
	margin:15px 0;
	display: block;
}
div.blankSeparator1 {
	height: 1px;
	margin:25px 0;
	display: block;
}
div.blankSeparator2 {
	height: 1px;
	margin:10px 0;
	display: block;
}

/****************************** HOME - Content Part - Logo&Menu ******************************/
/* Header - Logo & Menu */

#header {
	background:#353333;
	margin-top:0px;
	border-bottom:1px solid #555;
}
.logo {
	float: left;
	margin-right: 2px;
	margin-top:45px;
	margin-bottom:5px;
	margin-left: 15px;
}
.mainmenu {
	float:right;
}
ul.sf-menu {
	margin-top:0px;
}
/*** ESSENTIAL STYLES ***/


}	
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.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:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
.sf-menu {
	position: relative;
	float: right;
	line-height: 12px;
	margin: 0;
	z-index: 22;
}
.sf-menu li {
	background:transparent;
	border-top:2px solid transparent;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sf-menu li:hover { /* visited pseudo selector so IE6 applies text colour*/
	background: rgba(190, 200, 200, 0.3);
	border-top:2px solid #fff;
}
.sf-menu li a {
	font-family: open_sanslight, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:5px 15px 10px 15px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:600;
	color: #C0EA16;
}
li a#visited {
	background: rgba(215, 234, 238, 0.3);
}
/*** submenu ***/
.sf-menu li ul {
	border-bottom:5px solid #353333;
	margin-top:75px;
}
.sf-menu ul li { /* visited pseudo selector so IE6 applies text colour*/
	border-top:none;
}
.sf-menu ul li:hover { /* visited pseudo selector so IE6 applies text colour*/
	border-top:none;
}
.sf-menu li ul li a {
	padding:15px 0 15px 0;
	text-decoration:none;
	color:#fff;
	background:#727888;
	color: #ccc;
	border: 0;
	padding:15px;
	font-weight: normal;
	font-size: 11px;
	text-transform:lowercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sf-menu li ul li a:hover {
	padding-left: 18px;
}
.sf-menu li li {
	border-bottom:1px solid #606573;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:-10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
span.home {
	margin-right:10px;
}
/****************************** HOME - Content Part - FlexSlider ******************************/
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a, .flexslider a, .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: 0px 0 0 0;
	padding: 0;
	background:#353333;
	border-top:1px solid #353333;
	border-bottom:15px solid #353333;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	display: block;
}
.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
*********************************/
.image-container {
  position: relative;
  padding-bottom: 21.458333%; /* ratio of image height to width */
  height: 0;
  overflow: hidden;
}
 
.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
}
/* Caption style */
/* IE rgba() hack */
.flex-caption {
	zoom: 1;
	width: 11%;
	padding: 2%;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background:#353333;
	color:#ccc;
	font-size: 16px;
	line-height: 20px;
}
/* Direction Nav */
.flex-direction-nav {
	height: 0;
}
.flex-direction-nav a {
	width:52px;
	height: 52px;
	margin: -15px 0 0;
	display: block;
	background:  url(../images/flexslider/bg-direction-nav.png) no-repeat;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -999em;
}
.flex-direction-nav .flex-next {
	background-position: -52px 0;
	right: 0px;
}
.flex-direction-nav .flex-prev {
	left: 0px;
}
.flex-direction-nav .flex-disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav a {
	width: 13px;
	height: 13px;
	display: block;
	cursor: pointer;
	text-indent: -999em;
}
.flex-control-nav a:hover {
	background-position: 0 -13px;
}
.flex-control-nav a.flex-active {
	background-position: 0 -26px;
	cursor: default;
}
/****************************** HOME - Content Part - Box One ******************************/

.info {
	margin:0px 10px 0px 0px;
}
.info a {
	font-size:16px;
	font-weight:300;
	color:#00f;
	margin-left:0;
	text-decoration:underline;
}
.info a:hover {
	margin-left:0px;
	color:#f0f;
}
span.home {
	font-size:16px;
	font-style:normal;
	font-weight:600;
}
span.blue {
	color:#4F53E5;
	font-size:12px;
	font-weight:600;
}

/****************************** HOME - Content Part - Box Two ******************************/
.boxthree .one_third {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



.boxthreeleft, .boxthreecenter, .boxthreeright {
	padding:20px 0px 15px 5px;
}

.boxthree p {
	font-size:16px;
	text-transform:normal;
	color:#444;
	margin-top:5px;
}


h4 {
	font-size:14px;
	font-weight:600;
	
}
.aboutheading{
	font-size:20px;
	font-weight:600;
	color:#1A1D92;
	margin-top:5px;
	margin-bottom:5px;
}

.aboutquote{
	font-size:16px;
	font-weight:bold;
	color:#444;
	font-style:italic;
}
a.simple {
	color:#c45d69;
	font-size:11px;
}
/****************************** HOME - Content Part - Box Three ******************************/
.quote {
	text-align:center;
	padding:0px 0 10px 0;
}
.quote h3 {
	font-style:italic;
	font-weight:bold;
}
.quote h4 {
	margin-bottom:-10px;
}
.clients img {
	border-bottom:3px solid #efefef;
	opacity: 1;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	cursor:pointer;
}
.clients img:hover {
	opacity: 0.4;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
/****************************** HOME - Content Part - Footer ******************************/
#footer {
	background:#eee;
	padding:20px 0px;
	border-top:3px solid #013571;
}
.footer p {
	color:eee;
}
.footer h3 {
	color:#eee;
	text-align:center;
}

.opening-hours {
	font-size:16px;
	font-style:normal;
	text-transform:none;
	font-weight:600;
}

#tweets li {
	line-height: 1.5em;
	color:#efefef;
}
#tweets li a {
	color:#bfd6e4;
}
#tweets p.meta {
	color:#bfd6e4;
	margin-top:10px;
}
#tweets li.tweet_content_0 {
	border-top:0px none;
	list-style:none;
}
#tweets li:last-child {
	border-bottom:0px none;
}
#tweets .hash {
	color:#efefef;
}
#tweets .reply {
	color:#efefef;
}
.footer ul li {
	color:#f1f2f2;
	border-top:1px solid #353333;
	border-bottom:1px solid #353333;
	padding:5px 0;
}
.footer ul li:last-child {
	border-bottom:none;
}
.footer ul li:first-child {
	border-top:none;
}
.footer ul li a {
	color:#ddd;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor:pointer;
}
.footer ul li a:hover {
	color:#9a4;
	padding-left:5px;
}
p .one_half lastcolumn{
	font-size:12px;
	color:#eee;
	padding-top:10px;
	text-align:center;
}

/****************************** HOME - Content Part - Copyright ******************************/
#copyright {
	background:#13C3DB;
	border-top:1px solid #353333;
	border-bottom:1px solid #353333;
}
p.copyright {
	font-size:12px;
	color:#000;
	padding-top:10px;
	text-align:center;
}
p.copyright a {
	color:#eee;
}
p.copyright a:hover {
	color:#FF40FF;
	padding-left:5px;
}
p.welcome {
	font-family:pt_sansregular;
	font-size:36px;
	color:#1a1c6c;
	text-align:center;
}
p.contact {
	font-family:pt_sansregular;
	font-size:26px;
	color:#1a1c6c;
	text-align:center;
}
ul.socials {
	margin-top:10px;
	float:right;
}
ul.socials li {
	display:inline;
}
/****************************** ABOUT - Content Part ******************************/

.image-container1 {
  position: relative;
  padding-bottom: 87.2%; /* ratio of image height to width */
  height: 0;
  overflow: hidden;
}
 
.image-container1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.aboutoneleft p.quote, .aboutonecenter p.quote {
	color:#647884;
	font-style:italic;
	font-weight:bold;
	font-size:11px;
}
.aboutoneleft img.raster, .aboutonecenter img.raster {
	float:left;
	margin-right:3px;
	margin-top:2px;
}
.aboutoneright img {
	border-bottom:4px solid #ccc;
}

.one_third img {
	margin:10px 0px 10px 0px;
}
span.about {
	color:#00f;
	font-size:16px;
	font-style:normal;
	font-weight:800;
}

rightfloat {
	float:right;
}



/******************************* SERVICES  *******************************/

.caption {
	font-weight:600;
	color:#222;
	margin:0px 0px 0px 0px;
}
.resume {
	margin-top:30px;
	font-size:24px;
}

ul.resume {
    background: #3399ff;
    padding: 20px;
	line-height:1.8em;
}

.resume .one_third {
	background:none;
}

.resume .one_third p {
	font-size:14px;
	color:#444;
	margin-left:20px;
	text-align:left;
}
.resume img {
	margin:auto;
}
.resume .one_third h2 {
	font-weight:600;
	color:#1A1D92;
	padding:10px;
	text-transform:uppercase;
	text-align:center;
	background:#FFF;
}
.resume .one_third li {
	font-size:18px;
	font-weight:600;
	font-style:normal;
	text-transform:none;
	color:#0E117A;
	padding:10px;
	text-align:left;
}

.services {
	line-height:1;
}


ul.servicesList li {
	color:#333;
	font-size:16px;
	font-weight:600;
	display:block;
	margin:inherit;
	line-height:20px;
	padding: 0px 0px 20px 30px;
}

ul.servicesList2 li {
	color:#111;
	font-size:16px;
	font-weight:normal;
	line-height:22px;
	padding: 10px 0px 5px 25px;
	background:none;
}
ul.servicesList li:last-child {
	margin-bottom:0px;
}

ul.servicesList2 li:last-child {
	margin-bottom:10px;
}

/******************************* CONTACT  page  *******************************/

.map-container {
	background: #353333;
	position: relative;
	padding-bottom: 20%;
	overflow: hidden;
	border-bottom:15px solid #353333;
	
}
.map-container iframe, .map-container object, .map-container embed {
	position: absolute;
	top: 0;
	left: 15%;
	width: 70%;
	height:100%;
}
.contact1 {
	margin-top:-40px;
}
span.contact {
	font-size:18px;
	font-style:normal;
	color:#444;
	text-transform:uppercase;
	font-weight:600;
}
/***************** Contact/Sidebar *****************/
.contactsidebar p {
	border-bottom:1px solid #fff;
	padding:5px;
}
.contactsidebar {
	line-height:normal;
	
	
}
ul.contactsidebarList a.about {
	color: #414558;
	text-decoration:underline;
}
ul.contactsidebarList a.about:hover {
	padding-left:3px;
}
ul.contactsidebarList li {
	color:#353333;
	font-size:18px;
	padding: 10px 20px;
	border-bottom:1px solid #fff;
	background: url(../images/raster.png) left no-repeat;
}
ul.contactsidebarList2 li {
	color:#353333;
	font-size:18px;
	padding: 10px 35px;
	border-bottom:none;
	background:none;
	
}
.second, .third {
	margin-top:30px;
}
.third h5 {
	text-transform:uppercase;
	font-size:12px;
}
span.color {
	background:#c45d69;
	color:#fff;
	padding:5px;
	font-weight:bold;
}
/***************** Specialty list *****************/
.specialtylist p {
	border-bottom:1px solid #fff;
	padding:5px;
}
.specialtylist {
	line-height:normal;
	
	
}
ul.specialtylist a.about {
	color: #414558;
	text-decoration:underline;
}
ul.specialtylist a.about:hover {
	padding-left:3px;
}
ul.specialtylist li {
	color:#444;
	font-size:16px;
	padding: 5px 30px;
	border-bottom:0px solid #fff;
	background: url(../images/raster.png) left no-repeat;
}
ul.specialtylist2 li {
	color:#353333;
	font-size:18px;
	padding: 10px 35px;
	border-bottom:none;
	background:none;
	
}

/****************************** Shortcodes ******************************/
/* Content Shortcodes */

.full {
	width: 95%;
	margin-left:2%;
	margin-right:1%
}
.one_half {
	width: 46%;
	margin-left:2%;
	margin-right:1%
}
.one_third {
	width: 30%;
}
.two_third {
	width: 60%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.8%;
}
.one_sixth {
	width: 15%;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth {
	margin-right: 4%;
	margin-bottom: 10px;
	float: left;
}
.one_sixth {
	margin-right: 2%;
	margin-bottom:20px;
	float: left;
}
.lastcolumn {
	margin-right: 0!important;
	clear: right;
}
/* #Page Styles
================================================== */
.content {
	padding-top: 20px;
}
.content.right {
	float: right;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
.clients img {
	border-bottom:4px solid #efefef;
}
.full {
width: 95%;
margin-left:2%;
margin-right:1%
}
.info {
	margin:0px 10px 0px 0px;
}
.sf-menu li a {
 padding:3px 10px 10px 10px;
}
.flex-caption {
	display:block;
	font-size: 14px;
	line-height: 15px;
}
span.left {
 padding:0 5px;
}
.blog p.meta, .singleblog p.meta {
 background:#efefef;
}
form#contact_form textarea {
 width: 350px;
}
p.contact {
	font-family:open_sanslight;
	font-size:20px;
	color:#1a1c6c;
	text-align:center;
}
ul.contactsidebarList li {
	color:#353333;
	font-size:18px;
	padding: 10px 20px;
	border-bottom:1px solid #fff;
	background: url(../images/raster.png) left no-repeat;
}
ul.specialitylist li {
	color:#353333;
	font-size:18px;
	padding: 10px 20px;
	border-bottom:1px solid #fff;
	background: url(../images/raster.png) left no-repeat;
}
}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
 .mainmenu {
float: left;
width: 100%;
margin-top:-230px;
}


.flex-caption {
	display:none;
}
.blog p.meta, .singleblog p.meta {
 padding:20px 0px 50px 10px;
 background:#efefef;
}
form#contact_form textarea {
 width: 300px;
}
.sf-menu li a {
 padding:55px 10px 10px 10px;
}
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {



.clients img {
	border-bottom:2px solid #efefef;
}

.contact1 {
	margin-top:10px;
	margin-left:20%;
}

ul.tabs {
 margin-top:20px;
}
.flex-caption {
	display:none;
}
form#contact_form textarea {
 width: 300px;
}
 .mainmenu {
float: left;
width: 100%;
margin-top:-80px;
}
.one_half, .one_third, .two_third .full {
width: 90%;
margin-left:4%;
margin-right:4%
}
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

.info {
	margin:0px 0px 0px 10px;
}

.contact1 {
	margin-top:5px;
}

.clients img {
	margin-left:15%;
	border-bottom:2px solid #efefef;
}

ul.tabs {
 margin-top:20px;
}
ul.tabs li {
 padding: 0 5px 0 0px;
}
 .mainmenu {
float: left;
width: 100%;
margin-top:-180px;
}

.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .one_sixth {
width: 100%; 
}
ul.pagination li a {
 padding:5px 8px;
}
.blog p.meta, .singleblog p.meta {
 padding:10px 0px 60px 10px;
 background:#efefef;
}
form#contact_form textarea {
 width: 200px;
}
form#contact_form input[type="text"] {
 width: 150px;
}
form#contact_form input#email {
 width: 150px;
}
ul.tabs li {
 padding:10px 0px;
}
ul.tabs li a {
 padding:0px 10px;
 line-height: 10px;
}
}
/* Responsive Menu
================================================== */
	
#mainmenu {
	visibility: visible;
}
#responsive-menu {
	display: none;
	float: left;
}
 @media only screen and (max-width: 767px) {



.flex-caption {
 display:none;
}
 #mainmenu {
visibility: hidden;
height: 0;
}
 #responsive-menu {
display: inline-block;
width: 90%;
margin-top: 20px;
margin-left:5%;.
}
}
