
@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');

/* === prettify === */
@import url('../js/google-code-prettify/prettify.css');
/* === fontawesome === */
@import url('font-awesome.css');
/* === custom icon === */
@import url('custom-fonts.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

@font-face
{
	font-family:Segoe UI Light;
	src:url('../font-awesome/segoeuil.ttf');
}


body {
    background: white;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 12px;
    height:100%;
}

.violet1 { color: #01962e;font-size:45px; }
.violet { color: #01962e; }

a {
    color: #000000;
    text-decoration: none;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
}

a:hover { text-decoration: none; 
        }

strong { font-weight: bold; }

/*----- Donate Now Panel Form  -----*/
.MainBackground
{
	width: 100%;
	margin: 10px;
	text-align:center;
}
#DonateTable table td
{
	text-align:left;
}
.textHeader
{
	font-family:Segoe UI Light;	
	font-size:20px;
	color:Black;
	margin-top:5px;
	text-align:center;
}
.panelFormlabel
{
	color:black;
	font-family:Segoe UI Light;
	font-size:15px;
}
.paneltxt
{
	background-color: #EFEFEF;
	padding:2px;
	font-family:Segoe UI Light;
	height:30px;
	width:200px;
	color:Black;
	border:1px solid #EFEFEF;
}
.paneltxt:hover
{
	border:1px solid #000000;
}
.paneltxt:focus
{
	border:1px solid #000000;
}

/*  Donate now*/
.donatenow
{
	color:Black;
	font-family:verdana;
	text-align:center;
}
.donatenow p
{
	text-align:left;
	padding:10px;
	font-size:15px !important;
	font-family:Segoe UI;
}
.donateBtn
{
	height: 40px;
	border:1px solid #8D8D8D;
	width: 140px;
	background-color: #8D8D8D;
	font-family:Segoe UI;
	font-size:16px;
	
	transition:all 0.5s ease;
	margin-bottom:5px;
}
.donateBtn1
{
	height: 40px;
	border:1px solid #8D8D8D;
	width: 140px;
	background-color: #8D8D8D;
	font-family:Segoe UI;
	font-size:20px;
	float:left;
	width:100%
}
.donateBtn:hover
{
	background-color:White;
	color:Black;
	border:1px solid White;
}

/* ----- Header ----- */

.Current-menu
{
	color:#92A343 !important;
}

.blinking
{
	text-decoration: none;
    
    transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    
    -moz-animation: myfirst 1s; 
    -webkit-animation: myfirst 1s; 
    animation: myfirst 1s;
    
    -webkit-animation-play-state: running;
    animation-play-state: running;
    
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    
    font-size:17px;
    font-weight:bold;
    
}

/*animation*/

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    from {color:white;}
    to {color:#3C599F;}
}

/* Standard syntax */
@keyframes myfirst {
    from {color:white;}
    to {color:#3C599F;}
}


.header .navbar {
    margin-bottom: 0;
}

.header .navbar-inner {
    background: #f2aa00;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header h1 {
    float: left;
    margin: 0;
    text-align: left;
}

.header a.brand {
    display: inline-block;
    text-indent: -9999px;
	width: 100px;
	height: 80px;
	z-index:1;
    padding: 8px 0;
    background: url(../img/Final_Logo.png) 20px center no-repeat;
}

.header ul.nav {
    font-size: 13px;
    text-transform: uppercase;
    margin-top:60px;
    z-index:1000;
}

.header ul.nav li a {
    padding: 0px 14px 10px 11px;
    color: #000000;
    text-shadow: none;
}
/*
.header ul.nav li.current-page a {
    padding-top: 0px;
    /*border-top: 5px solid #d31a20;
    background: #f8f8f8;
}*/
.Current-page
{
	background-color: #3a3428;	
}
.Current-page a
{
	color:White !important;
}
.header ul.nav li a:hover
{
	background:rgba(0,0,0,0.6);
	color: #fff;
}

.header ul.nav li a i {
    line-height: 35px;
    color: #aaa;
}

.header ul.nav li a:hover i { color: #fff; }

.nav-collapse .has-sub {
  z-index: 1000;
  text-align: left;
}
.nav-collapse .has-sub:hover > ul {
  display: block;
}
.nav-collapse .has-sub ul {
  display: none;
  position: absolute;
  width: 140px;
  top: 100%;
  margin-left:-30px;
  border:1px solid rgba(113, 113, 113, 0.76);
  border-radius:0px 0px 4px 5px;
  border-bottom:5px solid rgba(255, 112, 13, 1);
}
.nav-collapse .has-sub ul li {
  *margin-bottom: -1px;
  list-style:none;
  width:inherit;
}
.nav-collapse .has-sub ul li a
{
	/*background: rgba(0, 68, 109, 0.82);*/
	background: rgba(255,255,255, 0.9);
	/*border-bottom: 1px Solid rgba(213, 213, 213, 0.28);*/
	filter: none;
	font-size: 12px;
	display: block;
	line-height: 120%;
	padding: 8px !important;
	/* border-bottom: 1px solid #ffffff; */
	font-family: 'Segoe UI';
	color:black !important;
	
}

#d_menu:hover
{
	background-color:gray !important;
}

.nav-collapse .has-sub ul li:hover a
{
	background-color: rgba(164, 164, 164, 1);
}
.nav-collapse .has-sub .has-sub
{
	transition:ease-in 0.5s;
}
.nav-collapse .has-sub .has-sub:hover > ul 
{
  display: block;
}
.nav-collapse .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 122%;
  top:22%;
}
.nav-collapse .has-sub .has-sub ul li a {
  background: rgba(225, 225, 225, 0.65);
  border-bottom: 1px dotted #6db2d0;
  
}
.nav-collapse .has-sub .has-sub ul li a:hover {
  background: rgba(164, 164, 164, 1);
}
.HRStyle
{
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}
/* -----Contact Us ------ */
.buttonSubmit {
    width: 120px;
    height: 30px;
    margin-top: 15px;
    padding: 5px 40px 5px 40px;
    background: rgba(21, 141, 165, 1);
    border: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #fff;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

/* ----- Presentation ----- */

.presentation {
    margin-top: 30px;
}

.presentation h2 {
    font-family: Poor Richard;
    font-size: 30px;
    color: #5d5d5d;
}

.presentation p {
    font-size: 18px;
    font-style: italic;
}
/*
#me {
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}*/


/*---------Publication Download---------*/
.pubDownload
{
}
.pubDownload ul
{
	margin:30px;
	text-align:left;
	margin-left:50px;
}

.pubDownload ul li
{
	line-height:30px;
	list-style:none;
	font-size:16px;
	margin-bottom:5px;
	background: #b0d4e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #b0d4e3 0%, #88bacf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0d4e3), color-stop(100%,#88bacf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b0d4e3 0%,#88bacf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b0d4e3 0%,#88bacf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b0d4e3 0%,#88bacf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b0d4e3 0%,#88bacf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0d4e3', endColorstr='#88bacf',GradientType=0 ); /* IE6-9 */

}
.pubDownload ul li a
{
	color:Black;
	font-family:Verdana;
}
.pubDownload ul li a:hover
{
	text-shadow:1px 1px 1px black;
	color:gray;
}
.pubDownload ul li i
{
	font-size:35px;
    padding: 7px;
}

/* ----- What we do ----- */

.what-we-do {
}
 .span2
{
	margin-left:2px !important;
	width:264px;
}
.span2 img
{
	height:215px;	
}
.what-we-do .service 
{
    padding-bottom: 10px;
    background: #f8f8f8;
}

.what-we-do .service:hover {
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}
.what-we-do .service:hover i { color:red; } 
.what-we-do .service .icon-awesome {
    margin-top: 10px;
    font-size: 50px;
    line-height: 50px;
    color: #5d5d5d;
}
.what-we-do .service .icon-awesome img
{
	 width:95%;
}
.what-we-do .service h4 {
    margin-top: 5px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.what-we-do .service p {
    padding-bottom: 10px;
    line-height: 24px;
}

.what-we-do .service a {
    padding: 5px 22px;
    background: #01962e;
    color: #fff;
    font-style: italic;
    text-decoration: none;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.what-we-do .service a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.what-we-do .service a:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}


/* ----- Portfolio ----- */

.portfolio {
    margin-top: 10px;
}

.portfolio-title {
    background: url(../img/line.png) left center repeat-x;
    background:#ffffff;
    padding-bottom:15px;
}

.portfolio-title h3 {
    width: 220px;
    margin: 0 auto;
    background: #ffffff;
    font-family: Poor Richard;
    font-size: 24px;
    color: #5d5d5d;
}

.portfolio .work
{
	padding-bottom: 35px;
	background: #f8f8f8;
	border-bottom: 2px solid red;
	border-bottom-color: green;
	min-height: 518px;
}

.portfolio .work:hover img {
    opacity: 0.7;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.portfolio .work:hover {
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.portfolio .work .icon-awesome {
    margin-top: 15px;
    font-size: 22px;
    line-height: 22px;
}

.portfolio .work .icon-awesome a {
    display: inline-block;
    padding: 5px 9px;
    background: green; 
    color: #fff;
    /*-moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;*/
    margin-left:3px;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.portfolio .work .icon-awesome a:hover {
    background: red;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio .work .icon-awesome a:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.portfolio .work h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.portfolio .work p {
    line-height: 24px;
    
}
.mainNews
{
	width:100%;
	height:auto;
	clear:both;
}
.classMainNews
{
	text-align:justify;
}
.newsEvents
{
	height:auto;
	padding:5px;
}
.newsEvents img
{
	height:100px;
	width:100px;
	border:3px solid gray;
	
}
.newsEvents span
{
	border: 4px solid #727272;
	border-radius: 3px;
	background: #DDDDDD;
	padding: 6px;
	float: left;
}
.newsEvents span b
{
	font-size: 35px;
	font-family: Constantia;
	font-weight: bold;
	color: #000D02;
}
.newsEvents span p
{
	padding-top: 7px;
	font-size: 15px;
	color: #D50000;
	width: 25px;
}
.newsEvents strong
{
	line-height:20px;
	font-size:15px;
}

.span3 > div > a > i
{
	font-size:35px;
	margin:5px;
	color:Gray;
}
/* ----- Donate Now ----- */
.Intervation
{
	text-align:left;
	font-family:Segoe UI Light;
	background-color:purple;
	color:White;
	border:1px solid purple;
	border-radius:0 1px 1px 0;
}


/* ----- Testimonials ----- */

.testimonials {
    margin-top: 50px;
    padding-bottom: 50px;
}

.testimonials-title {
    background: url(../img/line.png) left center repeat-x;
}

.testimonials-title h3 {
    width: 180px;
    margin: 0 auto;
    background: #fff;
    font-family: Poor Richard;
    font-size: 24px;
    color: #5d5d5d;
}

.testimonial-list {
    margin-top: 30px;
    text-align: left;
}

.testimonial-list img {
    float: left;
    margin: 10px 0 0 60px;
    border: 3px solid #eaeaea;
    border-radius: 50px;
}

.testimonial-list p {
    padding: 0 60px 0 150px;
    font-size: 14px;
    line-height: 30px;
    font-style: italic;
}

.testimonial-list .nav-tabs {
    width: 200px;
    float: right;
    border: 0;
}

.testimonial-list .nav-tabs li {
    margin-right: 6px;
}

.testimonial-list .nav-tabs li a {
    width: 12px;
    height: 12px;
    padding: 0;
    background: red;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial-list .nav-tabs li a:hover { border: 0; background: #ddd; }
.testimonial-list .nav-tabs li.active a { background: green; }
/* ----- SiteMap -------*/
.SitemapStyle
{
	font-family:Segoe UI;
	font-size:15px;
}
/* ----- Education ------*/

.bradCrumb
{
	/*background-color:rgba(0, 88, 131, 0.71);*//*RamaColor*/
	/*background-color:rgba(92, 92, 92, 0.97); /*DarkGray*/
	/*background-color:rgba(21, 141, 165, 1);*/
	/*background-color:rgba(255, 104, 0, 0.95);*/
	background-color:#d95002;
	/*
	background: rgba(73,155,234,1);
	background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
	background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
	*/
	
	height:auto;
	width:inherit;
	text-align:center;
}
.bradCrumb a
{
	color:White;
	font-size:25px;
}
.bradCrumb a i
{
	padding:15px 0 15px 0px;
	color:#d95002;
}
.SixSpan
{
	
	transition:ease-in 0.5s;
	width:22% !important;
	
}
.SixSpan:hover
{
	/*border-bottom:3px Solid rgba(255, 104, 0, 0.95);*/
}

.SixSpan div
{
	/*width:100%;
	min-height:60px;
	margin-top:10px;*/
	height:auto;
	
}
.span3
{
	
}
.SixSpan q
{
	
	font-family:verdana;
	font-size:16px;
	padding-bottom:15px;
	color:Black;
}


/* ----- Footer ----- */

footer {
    /*background: #f8f8f8 url(../img/pattern.jpg) left top repeat;*/
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    margin: 20px auto 0;
    background-color:#F9F7F9;
    height:auto !important;
}

footer .widget {
    margin-top: 20px;
    text-align: left;
}

footer .widget h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

footer .widget p {
    line-height: 24px;
}

footer .widget i {
    padding-right: 7px;
}

footer .footer-border {
    border-top: 1px dashed #ddd;
}

footer .copyright {
    margin-top: 15px;
    text-align: left;
}

footer .social {
    margin-top: 10px;
    text-align: right;
}

footer .social a { display: inline-block; width: 24px; height: 24px; margin: 0 0 0 8px; vertical-align: middle; }

footer .social a.twitter { background: url(../img/social-icons/twitter.png) left bottom no-repeat; }
footer .social a.dribbble { background: url(../img/social-icons/dribbble.png) left bottom no-repeat; }
footer .social a.rss { background: url(../img/social-icons/rss.png) left bottom no-repeat; }
footer .social a.pinterest { background: url(../img/social-icons/pinterest.png) left bottom no-repeat; }
footer .social a.flickr { background: url(../img/social-icons/flickr.png) left bottom no-repeat; }
footer .social a.forrst { background: url(../img/social-icons/forrst.png) left bottom no-repeat; }
footer .social a.vimeo { background: url(../img/social-icons/vimeo.png) left bottom no-repeat; }
footer .social a.linkedin { background: url(../img/social-icons/linkedin.png) left bottom no-repeat; }
footer .social a.facebook { background: url(../img/social-icons/facebook.png) left bottom no-repeat; }
footer .social a.email { background: url(../img/social-icons/email.png) left bottom no-repeat; }
footer .social a.github { background: url(../img/social-icons/github.png) left bottom no-repeat; }
footer .social a.behance { background: url(../img/social-icons/behance.png) left bottom no-repeat; }
footer .social a.googleplus { background: url(../img/social-icons/googleplus.png) left bottom no-repeat; }
footer .social a.youtube { background: url(../img/social-icons/youtube.png) left bottom no-repeat; }
footer .social a.skype { background: url(../img/social-icons/skype.png) left bottom no-repeat; }
footer .social a.tumblr { background: url(../img/social-icons/tumblr.png) left bottom no-repeat; }

footer .social a:hover { background-position: left top; }

.socials  {
    float: right;
    padding-bottom: 10px;
}

.socials a {
    display: block;
    float: left;
    width: 60px;
    height: 61px;
    position: relative;
    background-color: #92ce0a;
    color: #fff;
    box-shadow: 0px 0px 0px transparent;
    
    background: url(../img/fb.png) 0 0 no-repeat;
}

.socials a:hover {
    box-shadow: 3px 3px 5px #555;
}

.socials a+a {
    background-color: #ffe202;
    margin-left: 6px;
    background: url(../img/twitter.png) 0 0 no-repeat;
}

.socials a+a:after {
    
}

.socials a+a+a {
    margin-left: 5px;
    background-color: #ffe202;
    background: url(../img/blog.png) 0 0 no-repeat;
}

.socials a+a+a:after {
    content: '';
}

.socials a:after {
    text-align: center;
    display: block;
    
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* ----- Page title ----- */

.page-title {
    margin: 0 auto;
    padding: 30px 0 35px 0;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    text-align: left;
}

.page-title h2 {
    display: inline;
    margin-left: 10px;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    vertical-align: middle;
}

.page-title p {
    display: inline;
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
    vertical-align: middle;
}

.page-title-icon {
    margin-left: 20px;
    font-size: 46px;
    color: #ccc;
    vertical-align: middle;
}


/********** ----- School ----- **********/
.leftSpan4
{
	cursor: pointer;
    text-decoration: none;
    color: #CFCDCC !important;
    font-size: 15px;
    font-weight: lighter;
    text-align: center !important;
    background-color: #58504D;
    
}
.leftSpan4 a
{
	color:White;
}
.leftSpanList
{
	text-align:left;
	font-family:Segoe UI;
	display:none;
}
.leftSpanList > a > i
{
	padding:0 6px 0 0;
	font-size:15px !important;
	color:Black;
}
.leftSpanList a
{
	color:Black;
	font-size:14px;
	padding:5px 0 0 5px;	
}
.RightSideContent
{
	width:inherit;
	height:auto;
	margin-top:5px;
	text-align:left;
	color:Black;
	font-size:medium;
}
.paragraph
{
	padding: 0;
    margin: 0;
    display: block;
    float:left;
    width: 75%;
}

.paragraph1
{
	padding: 0;
    margin: 0;
    display: block;
    float:left;
    width: 100%;
    text-align:justify;
}

.image
{
	display: block;
    float: right;
    width: 24%;
}
.image img
{
	width:100%;
}
.RightSideContent p
{
	text-align:justify;
	color:Black;
	font-size:14px;
	/*font-family:Verdana;*/
	/*font-family:Calibri;*/
	font-family:verdana;
}
.RightSideContent h3
{
	font-family:Segoe UI Light;
	font-size:20px;
	color:black;
}
.RightSideContent h4
{
	font-family:Segoe UI Light;
	font-size:18px;
	color:Black !important;
	text-decoration:underline;
}
.RightSideContent ul
{
	line-height:10px;
}
.RightSideContent h1
{
	font-family:Copperplate Gothic Light;
	font-size:25px;
	color:White;
}
.RightSideContent ul li
{
	font-family:Segoe UI Light;
	font-size:15px;
	color:Black;
	line-height:20px;
}
.SiteMap
{
	font-family:Segoe UI Light;
	font-size:20px;
	color:Black;
	text-align:left;
}

/* ----- Meet our team ----- */

.team {
    margin-top: 30px;
}

.team-title {
    background: url(../img/line.png) left center repeat-x;
}

.team-title h3 {
    width: 220px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
}

.team-text {
    margin-top: 40px;
    padding-bottom: 20px;
    background: #f8f8f8;
    border-bottom: 2px solid #9d426b;
}

.team-text:hover img {
    opacity: 0.7;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.team-text:hover {
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.team-text .social-links {
    margin-top: 15px;
}

.team-text .social-links a { display: inline-block; width: 24px; height: 24px; margin: 0 4px; vertical-align: middle; }

.team-text .social-links a.twitter { background: url(../img/social-icons/twitter.png) left top no-repeat; }
.team-text .social-links a.dribbble { background: url(../img/social-icons/dribbble.png) left top no-repeat; }
.team-text .social-links a.pinterest { background: url(../img/social-icons/pinterest.png) left top no-repeat; }
.team-text .social-links a.flickr { background: url(../img/social-icons/flickr.png) left top no-repeat; }
.team-text .social-links a.forrst { background: url(../img/social-icons/forrst.png) left top no-repeat; }
.team-text .social-links a.vimeo { background: url(../img/social-icons/vimeo.png) left top no-repeat; }
.team-text .social-links a.linkedin { background: url(../img/social-icons/linkedin.png) left top no-repeat; }
.team-text .social-links a.facebook { background: url(../img/social-icons/facebook.png) left top no-repeat; }
.team-text .social-links a.email { background: url(../img/social-icons/email.png) left top no-repeat; }
.team-text .social-links a.behance { background: url(../img/social-icons/behance.png) left top no-repeat; }
.team-text .social-links a.googleplus { background: url(../img/social-icons/googleplus.png) left top no-repeat; }
.team-text .social-links a.youtube { background: url(../img/social-icons/youtube.png) left top no-repeat; }
.team-text .social-links a.skype { background: url(../img/social-icons/skype.png) left top no-repeat; }
.team-text .social-links a.tumblr { background: url(../img/social-icons/tumblr.png) left top no-repeat; }

.team-text .social-links a:hover { background-position: left bottom; }

.team-text h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.team-text p {
    line-height: 24px;
    font-style: italic;
}


/********** ----- CONTACT PAGE ----- **********/

/* ----- Form ----- */

.contact-us {
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: left;
}

.textarea {
    width: 90%;
    height: 24px;
    border: 1px solid #ddd;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 14px;
    padding: 4px 6px;
}
.contact-us textarea {
    height: 160px;
}

.contact-form {
    padding: 10px 0;
}

.contact-form p {
    margin-top: 15px;
}

.contact-us form {
    margin-top: 25px;
    padding: 0 20px;
}

.contact-us form input, .contact-us form textarea {
    width: 90%;
    height: 24px;
    border: 1px solid #ddd;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 13px;
    font-style: italic;
}

.contact-us form input:focus, .contact-us form textarea:focus {
    border: 1px solid #bbb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us form textarea {
    height: 160px;
}

.contact-us form button {
    width: 120px;
    height: 30px;
    margin-top: 15px;
    background: #9d426b;
    border: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #fff;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.contact-us form button:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us form button:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.contact-us form label {
    margin-top: 10px;
    font-size: 13px;
}

.contact-us form input:-moz-placeholder, .contact-us form textarea:-moz-placeholder { color: #ccc; }
.contact-us form input:-ms-input-placeholder, .contact-us form textarea:-ms-input-placeholder { color: #ccc; }
.contact-us form input::-webkit-input-placeholder, .contact-us form textarea::-webkit-input-placeholder { color: #ccc; }

/* ----- Google maps ----- */

.map {
    margin: 20px 20px 40px 20px;
    height: 300px;
    border: 5px solid #f8f8f8;
}


/********** ----- SERVICES PAGE ----- **********/

/* ----- Services full width text ----- */

.services-full-width {
    margin-top: 20px;
}

.services-full-width-text {
    padding: 10px 0 0 0;
    text-align: left;
}

.services-full-width-text h4 {
    margin-top: 25px;
    padding: 0 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.services-full-width-text p {
    padding: 0 20px;
    line-height: 28px;
    font-size: 13px;
}

/* ----- Services half width text ----- */

.services-half-width {
    margin-top: 20px;
}

.services-half-width-text {
    padding: 10px 0;
    text-align: left;
}

.services-half-width-text h4 {
    margin-top: 25px;
    padding: 0 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.services-half-width-text p {
    padding: 0 20px;
    line-height: 28px;
    font-size: 13px;
}

/* ----- Call to action ----- */

.call-to-action {
    margin-top: 20px;
    padding-bottom: 50px;
}

.call-to-action-text {
    padding: 25px 0 20px 0;
    text-align: left;
    background: #f8f8f8;
    overflow: hidden;
}

.call-to-action-text:hover {
    box-shadow:
        0 3px 10px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.call-to-action-text .ca-text, .call-to-action-text .ca-button {
    float: left;
    padding: 0 0 0 35px;
    line-height: 30px;
    font-size: 18px;
    font-style: italic;
}

.call-to-action-text .ca-button {
    float: right;
    padding: 0 35px 0 0;
}

.call-to-action-text .ca-button a {
    padding: 5px 22px;
    background: #9d426b;
    color: #fff;
    text-decoration: none;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.call-to-action-text .ca-button a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.call-to-action-text .ca-button a:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}


/********** ----- PORTFOLIO PAGE ----- **********/

.portfolio-page {
    margin-top: 20px;
    padding-bottom: 50px;
}

.portfolio-page h4.filter-portfolio {
    margin-top: 35px;
    padding: 0 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

ul.portfolio-img {
    margin: 0;
    overflow: hidden;
}

ul.portfolio-img li {
    list-style: none;
}

.filter-portfolio a { color: #5d5d5d; text-decoration: none; }
.filter-portfolio a:hover { color: #9d426b; text-decoration: none; }

.filter-portfolio a#active-imgs { color: #9d426b; }
.filter-portfolio a#active-imgs:hover { color: #5d5d5d; }

/*-------Search Box--------*/
#tfheader{
		
	}
	#tfnewsearch{
		float:right;
		padding:20px;
	}
	.tftextinput{
		margin: 0;
		padding: 5px 7px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		border:1px solid #0076a3;
		 border-right:0px;
		border-top-left-radius: 5px 5px;
		border-bottom-left-radius: 5px 5px;
		width:165px;
	}
	.tfbutton {
		margin: 0;
		padding: 5px 15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		border: solid 1px #424B4F; border-right:0px;
		/*background: #0095cd;
		/*background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
		background: -moz-linear-gradient(top,  #00adee,  #0078a5);*/		
		
		background: #5b6066; /* Old browsers */
        background: -moz-linear-gradient(top,  #5b6066 0%, #070707 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b6066), color-stop(100%,#070707)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #5b6066 0%,#070707 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #5b6066 0%,#070707 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #5b6066 0%,#070707 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #5b6066 0%,#070707 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b6066', endColorstr='#070707',GradientType=0 ); /* IE6-9 */
		
		border-top-right-radius: 5px 5px;
		border-bottom-right-radius: 5px 5px;
	}
	.tfbutton:hover {
		text-decoration: none;
		background: #007ead;
		background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
		background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	}
	/* Fixes submit button height problem in Firefox */
	.tfbutton::-moz-focus-inner {
	  border: 0;
	}
	.tfclear{
		clear:both;
	}
	.mainHeadImage img
	{
		height:425px;
	}
	

/* ----- Media queries ----- */

@media (min-width: 980px) and (max-width: 1200px) {

	.span2
	{
		margin-left:2px !important;
		width:201px !important;
	}
	.header ul.nav li a {
		padding: 0px 08px 10px 08px;
		color: #000000;
		text-shadow: none;
		font-size:10px;
	}
	.header ul.nav li a:hover .header>.navbar>.nav>li
	{
		background-color:rgba(21, 141, 165, 1);
	}
	.flex-caption .b1
	{
		float:left;
		color:White !important;
		font-size: 24px;
	}
    .flex-caption {
        max-width: 888px;
    }

    .what-we-do .service p, .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

    .call-to-action-text .ca-text {
        padding: 0 35px;
    }

    .call-to-action-text .ca-button {
        margin-top: 10px;
    }
    .tftextinput
	{
		-moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-bottom-left-radius: 5px;
        border-color: #0076a3 -moz-use-text-color #0076a3 #0076a3;
        border-image: none;
        border-style: solid none solid solid;
        border-top-left-radius: 5px;
        border-width: 1px 0 1px 1px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 11px;
        margin: 0;
        padding: 2px;
        width: 111px;
	}
	.tfbutton
	{	
		-moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: linear-gradient(to bottom, #5b6066 0%, #070707 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-bottom-right-radius: 5px;
        border-color: #424b4f -moz-use-text-color #424b4f #424b4f;
        border-image: none;
        border-style: solid none solid solid;
        border-top-right-radius: 5px;
        border-width: 1px 0 1px 1px;
        color: #ffffff;
        cursor: pointer;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 13px;
        margin: 0;
        outline: medium none;
        padding: 2px 5px;
        text-align: center;
        text-decoration: none;
	}
	
}

@media (min-width: 768px) and (max-width: 979px) {
	
    .header ul.nav li a {
        padding: 15px 20px 15px 20px;
        font-weight: normal;
        text-align: left;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .mainHeadImage img
	{
		height:350px;
	}
	.span2
	{
		margin-left:2px !important;
		width:177px !important;
	}
	
	.SixSpan q
	{
		font-size:11px;
	}
	.flex-caption .b1
	{
		font-size: 18px;
	}
	.flex-caption .b2
	{
		font-size: 18px;
	}
    .header ul.nav li.current-page a {
        padding-top: 15px;
    }

    .header ul.nav li a i, .header ul.nav li a br {
        display: none;
    }

    .flex-caption {
        max-width: 672px;
    }

    .what-we-do .service p, .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }
	.header ul.nav {
		font-size: 13px;
		text-transform: uppercase;
		margin-top:5px;
	}
    .call-to-action-text {
        padding-bottom: 30px;
    }

    .call-to-action-text .ca-text {
        padding: 0 35px;
    }

    .call-to-action-text .ca-button {
        margin-top: 10px;
    }
	.newsEvents img
	{
		height:90px;
		width:90px;
		border:3px solid gray;
	}
	
	.tftextinput
	{
		-moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-bottom-left-radius: 5px;
        border-color: #0076a3 -moz-use-text-color #0076a3 #0076a3;
        border-image: none;
        border-style: solid none solid solid;
        border-top-left-radius: 5px;
        border-width: 1px 0 1px 1px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 11px;
        margin: 0;
        padding: 2px;
        width: 109px;
	}
	.tfbutton
	{	
		-moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: linear-gradient(to bottom, #5b6066 0%, #070707 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-bottom-right-radius: 5px;
        border-color: #424b4f -moz-use-text-color #424b4f #424b4f;
        border-image: none;
        border-style: solid none solid solid;
        border-top-right-radius: 5px;
        border-width: 1px 0 1px 1px;
        color: #ffffff;
        cursor: pointer;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 13px;
        margin: 0;
        outline: medium none;
        padding: 2px 5px;
        text-align: center;
        text-decoration: none;
	}
	
}

@media (max-width: 767px) {
	.SixSpan
	{
		width:100% !important;
	}
    body {
        padding-left: 0;
        padding-right: 0;
    }
	.header ul.nav {
		font-size: 13px;
		text-transform: uppercase;
		margin-top:5px;
	}
	.flex-caption .b1
	{
		font-size: 15px;
		
	}
	.mainHeadImage img
	{
		height:280px;
	}
	.bradCrumb a
	{
		font-size: 20px
	}
	.SixSpan q
	{
		font-size:15px;
	}
	.span2 
	{
	    margin-left: 2px !important;
		width: 19%;
		float: left;
	}
	.span2 img
	{
		max-width:100%;
		width:100% !important; 
	}
	.span2 img 
	{
		height: 155px;
	}
	.flex-caption .b2
	{
		font-size: 15px;
	}
    .slider, .what-we-do, .portfolio {
        padding: 0 20px;
    }

    .what-we-do {
        margin-top: 30px;
    }

    .header ul.nav li a {
        padding: 15px 20px 15px 20px;
        font-weight: normal;
        text-align: left;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .header ul.nav li.current-page a {
        padding-top: 15px;
    }

    .header ul.nav li a i, .header ul.nav li a br {
        display: none;
    }

    .flex-caption {
         width: 590px;
        font-size:12px;
    }

    .presentation, footer, .testimonials {
        padding-left: 20px;
        padding-right: 20px;
        height:auto;
    }

    .presentation p {
        line-height: 30px;
    }

    .what-we-do .service p, .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .what-we-do .service .icon-awesome {
        padding-top: 10px;
    }

    .page-title p {
        display: block;
        margin-top: 10px;
        margin-left: 20px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

    .call-to-action-text .ca-text {
        padding: 0 35px;
    }

    .call-to-action-text .ca-button {
        margin-top: 10px;
    }

    .portfolio-page {
        padding-bottom: 50px;
    }

    .tweet_list {
        height: 6em;
    }
	.newsEvents img
	{
		height:90px;
		width:90px;
		border:3px solid gray;
	}
	.portfolio .work
	{
		padding:42px;
	}
	
	.tftextinput
	{
		-moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-bottom-left-radius: 5px;
        border-color: #0076a3 -moz-use-text-color #0076a3 #0076a3;
        border-image: none;
        border-style: solid none solid solid;
        border-top-left-radius: 5px;
        border-width: 1px 0 1px 1px;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 11px;
        margin: 0;
        padding: 2px;
        width: 111px;
	}
	.tfbutton
	{	
		-moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: linear-gradient(to bottom, #5b6066 0%, #070707 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-bottom-right-radius: 5px;
        border-color: #424b4f -moz-use-text-color #424b4f #424b4f;
        border-image: none;
        border-style: solid none solid solid;
        border-top-right-radius: 5px;
        border-width: 1px 0 1px 1px;
        color: #ffffff;
        cursor: pointer;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 13px;
        margin: 0;
        outline: medium none;
        padding: 2px 5px;
        text-align: center;
        text-decoration: none;
	}
	
}

@media (max-width: 480px) {
	.flex-caption {
        font-size: 8px;
		line-height: 9px;
		width: 230px;
    }
    .mainHeadImage img
	{
		height:200px;
	}
    .span2 
	{
	    margin-left: 2px !important;
		width: 100%;
		float: left;
	}
	
	.SixSpan q
	{
		font-size:14px;
	}
	.bradCrumb a
	{
		font-size: 13px
	}
	.bradCrumb a i
	{
		padding:10px 0 10px 0;
	}
	.span2 img 
	{
		height: 215px;
	}
    .tweet_list {
        height: 10em;
        
    }
	.flex-caption .b1
	{
		font-size: 13px;
	}
	.flex-caption .b2
	{
		font-size: 13px;
	}
	.portfolio .work
	{
		padding:0;
		margin-top: 40px;
		padding-bottom: 35px;
		background: #f8f8f8;
		border-bottom: 2px solid red;
		border-bottom-color: green;
	}
	
}

.scroll-to-top
{
	position: fixed;
	background: url(../img/scroll-to-top.png) no-repeat;
	cursor: pointer;
	bottom: 1em;
	right: 0px;
	width: 55px;
	height: 55px;
	padding-right: 0.5em;
	display: none;
	z-index: 999;
}

/* ----- Slider ----- */

.slider {
    margin: 0 auto;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
}

.flexslider {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 6px solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
}

.flex-caption {
    position: absolute;
    bottom: 20px;
    width: 1118px;
    padding: 10px 20px;
    margin: 0;
    background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 14px;
    line-height: 24px;
    color: #eaeaea;
    text-align: left;
    font-style: italic;
}
.flex-caption .b1
{
	float:left;
	color:White !important;
	font-size: 24px;
}
.flex-caption .b1 a
{
	color:White !important;
}
.flex-caption .b2
{
	float:right;
	color:White !important;
	font-size: 24px;
}
.flex-caption .b2 a
{
	color:White !important;
}