/* Compiled Stylesheet */

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,mainmenu,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}

/* #Base (1180 Grid)

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

 #wrapper.boxed{

	width: 1280px;

	margin: 0px auto;

	text-align: left;

	background: #f4f4f4;



	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.3);

	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.3);

	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);	

	

	

}

    .container                                  { position: relative; width: 1200px; margin: 0 auto; padding: 0; }

    .container .column,

    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }

    .row                                        { margin-bottom: 0px; }



    /* Nested Column Classes */

    .column.alpha, .columns.alpha               { margin-left: 0; }

    .column.omega, .columns.omega               { margin-right: 0; }



    /* Base Grid */

    .container .one.column,

    .container .one.columns                     { width: 55px;  }

    .container .two.columns                     { width: 130px; }

    .container .three.columns                   { width: 205px; }

    .container .four.columns                    { width: 280px; }

    .container .five.columns                    { width: 355px; }

    .container .six.columns                     { width: 430px; }

    .container .seven.columns                   { width: 505px; }

    .container .eight.columns                   { width: 580px; }

    .container .nine.columns                    { width: 655px; }

    .container .ten.columns                     { width: 730px; }

    .container .eleven.columns                  { width: 805px; }

    .container .twelve.columns                  { width: 880px; }

    .container .thirteen.columns                { width: 955px; }

    .container .fourteen.columns                { width: 1030px; }

    .container .fifteen.columns                 { width: 1105px; }

    .container .sixteen.columns                 { width: 1180px; }



    .container .one-third.column                { width: 380px; }

    .container .two-thirds.column               { width: 780px; }

    .container .twelve.alt.columns              { width: 860px; margin-right: 30px; }

    .container .twelve.alt2.columns             { width: 860px; margin-left: 30px; }

    .container .eleven.alt.columns              { width: 775px; margin-right: 30px; }

    .container .five.alt.columns                { width: 320px; margin-right: 15px; }
	
	.container .four.alt.columns                { width: 273px; margin-right: 20px; margin-left: 0px; }

    

    #wrapper.boxed								{ width: 1280px; }

	.my-sticky-element							{width:1280px; }

				

		}

	



    @media only screen and (min-width: 1200px) and (max-width: 1300px) {

        #wrapper.boxed

                        { width: 100%; }



    }





/* #Dekstop (960 Grid)

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



    /* Note: Design for a width of 960px */



    @media only screen and (min-width: 960px) and (max-width: 1199px) {



        .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }

        .container .column,

        .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }

        .row                                        { margin-bottom: 0px; }



        /* Nested Column Classes */

        .column.alpha, .columns.alpha               { margin-left: 0; }

        .column.omega, .columns.omega               { margin-right: 0; }



        /* Base Grid */

        .container .one.column,

        .container .one.columns                     { width: 40px;  }

        .container .two.columns                     { width: 100px; }

        .container .three.columns                   { width: 160px; }

        .container .four.columns                    { width: 220px; }
		
		.container .four.alt.columns                { width: 330px; margin-right: 20px; margin-left: 0px; }

        .container .five.columns                    { width: 280px; }

        .container .six.columns                     { width: 340px; }

        .container .seven.columns                   { width: 400px; }

        .container .eight.columns                   { width: 460px; }

        .container .nine.columns                    { width: 520px; }

        .container .ten.columns                     { width: 580px; }

        .container .eleven.columns                  { width: 640px; }

        .container .twelve.columns                  { width: 700px; }

        .container .thirteen.columns                { width: 760px; }

        .container .fourteen.columns                { width: 820px; }

        .container .fifteen.columns                 { width: 880px; }

        .container .sixteen.columns                 { width: 940px; }



        .container .one-third.column                { width: 300px; }

        .container .two-thirds.column               { width: 620px; }

        .container .twelve.alt.columns              { width: 680px; margin-right: 30px; }

        .container .twelve.alt2.columns             { width: 680px; margin-left: 30px; }

        .container .eleven.alt.columns              { width: 610px; margin-right: 30px; }

        .container .five.alt.columns                { width: 245px; margin-right: 15px; }

        

        #wrapper.boxed								{ width: 1020px; }

		.my-sticky-element {

			width:500px;


		}
		

    }

    

    @media only screen and (min-width: 769px) and (max-width: 1040px) {

        #wrapper.boxed

                          { width: 100%; }

    }





/* #Tablet (Portrait)

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



    /* Note: Design for a width of 768px */



    @media only screen and (min-width: 768px) and (max-width: 959px) {

        .container                                  { width: 768px; }

        .container .column,

        .container .columns                         { margin-left: 10px; margin-right: 10px;  }

        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }

        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }

        .alpha.omega                                { margin-left: 0; margin-right: 0; }



        .container .one.column,

        .container .one.columns                     { width: 28px; }

        .container .two.columns                     { width: 76px; }

        .container .three.columns                   { width: 124px; }

        .container .four.columns                    { width: 172px; }
		
		 .container .four.alt.columns                { width: 258px;}

        .container .five.columns                    { width: 220px; }

        .container .six.columns                     { width: 268px; }

        .container .seven.columns                   { width: 316px; }

        .container .eight.columns                   { width: 364px; }

        .container .nine.columns                    { width: 412px; }

        .container .ten.columns                     { width: 460px; }

        .container .eleven.columns                  { width: 508px; }

        .container .twelve.columns                  { width: 556px; }

        .container .thirteen.columns                { width: 604px; }

        .container .fourteen.columns                { width: 652px; }

        .container .fifteen.columns                 { width: 700px; }

        .container .sixteen.columns                 { width: 748px; }



        .container .one-third.column                { width: 236px; }

        .container .two-thirds.column               { width: 492px; }

        .container .twelve.alt.columns              { width: 546px; margin-right: 20px; }

        .container .twelve.alt2.columns             { width: 546px; margin-left: 20px; }

        .container .eleven.alt.columns              { width: 488px; margin-right: 20px; }

        .container .five.alt.columns                { width: 185px; margin-right: 15px; }



        #wrapper.boxed

                      { width: 100% }
		#mainlogo {width:165px; margin-top:10px;}
		#footer h3 {font-size:13px;}
		

    }





/*  #Mobile (Portrait)

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



    /* Note: Design for a width of 320px */



    @media only screen and (max-width: 767px) {

        .container { width: 300px; }

        .container .columns,

        .container .column { margin: 0; }



        .container .one.column,



        .container .one.columns,

        .container .two.columns,

        .container .three.columns,

        .container .four.columns,

        .container .five.columns,

        .container .six.columns,

        .container .seven.columns,

        .container .eight.columns,

        .container .nine.columns,

        .container .ten.columns,

        .container .eleven.columns,

        .container .twelve.columns,

        .container .thirteen.columns,

        .container .fourteen.columns,

        .container .fifteen.columns,

        .container .sixteen.columns,

        .container .one-third.column,

        .container .two-thirds.column,

        .container .twelve.alt.columns,

        .container .twelve.alt2.columns,

        .container .five.alt.columns,
		 .container .four.alt.columns,

        .container .eleven.alt.columns { width: 300px; margin-bottom:20px; }

        

        .container .twelve.alt2.columns { margin-left: 0; }

        .container .fourteen.carousel.columns  { width: 240px; }

        .container .one.carousel.column  { width: 30px; }

        

        #wrapper.boxed

                         { width: 100% }

						 #mainnav {display:none;}

    }





/* #Mobile (Landscape)

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



    /* Note: Design for a width of 480px */



    @media only screen and (min-width: 480px) and (max-width: 767px) {

        .container { width: 420px; }

        .container .columns,

        .container .column { margin: 0; }



        .container .one.column,

        .container .one.columns,

        .container .two.columns,

        .container .three.columns,

        .container .four.columns,

        .container .five.columns,

        .container .six.columns,

        .container .seven.columns,

        .container .eight.columns,

        .container .nine.columns,

        .container .ten.columns,

        .container .eleven.columns,

        .container .twelve.columns,

        .container .thirteen.columns,

        .container .fourteen.columns,

        .container .fifteen.columns,

        .container .sixteen.columns,

        .container .one-third.column,

        .container .two-thirds.column,

        .container .twelve.alt.columns,

        .container .twelve.alt2.columns,

        .container .five.alt.columns,
	
        .container .eleven.alt.columns { width: 420px; }

        .container .twelve.alt2.columns { margin-left: 0; }

        .container .fourteen.carousel.columns  { width: 340px; }

        .container .one.carousel.column  { width: 40px; }

        .container .four.alt.columns     { width: 100%; margin-right: 0px; margin-left: 0px; }

        #wrapper.boxed

                       { width: 100% }

		#mainnav {display:none;}

    }





/* #Clearing

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



    /* Self Clearing Goodness */

    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }



    /* Use clearfix class on parent to clear nested columns,

    or wrap each row of columns in a <div class="row"> */

    .clearfix:before,

    .clearfix:after,

    .row:before,

    .row:after {

      content: '\0020';

      display: block;

      overflow: hidden;

      visibility: hidden;

      width: 0;

      height: 0; }

    .row:after,

    .clearfix:after {

      clear: both; }

    .row,

    .clearfix {

      zoom: 1; }



    /* You can also use a <br class="clear" /> to clear columns */

    .clear {

      clear: both;

      display: block;

      overflow: hidden;

      visibility: hidden;

      width: 0;

      height: 0;

    }







/* Main Styles */



/* Preloader */

.js #preloader {

			position:fixed;

			top:0;

			left:0;

			right:0;

			bottom:0;

			background-color:#fff; /* change if the mask should have another color then white */

			z-index:999999; /* makes sure it stays on top */

		}

#message {

			width:200px;

			height:200px;

			position:absolute;

			left:50%; /* centers the loading animation horizontally one the screen */

			top:50%; /* centers the loading animation vertically one the screen */

			background-image:url(../images/loader1.gif); /* path to your loading animation */

			background-repeat:no-repeat;

			background-position:center;

			margin:-100px 0 0 -100px; /* is width and height divided by two */

		}

#message p{text-align:center;}

.no-js #preloader {display:none;}





.form_validation_field_error_error_message {

color: #cc0000;

font-weight: bold;

clear: left;

}

.highlight {

font-weight: bold;

color: red;

}

.fl_form {float:left;}



/* #Basic Styles - Change Boxed - pattern-018.png - Full - 2-pattern.png

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

body, html {font-size: 100%;}

body {

		background-color: #505050;

		font: 14px/21px 'Open Sans', arial, sans-serif;

		color: #555555;

		-webkit-font-smoothing: antialiased; 

		-webkit-animation: bugfix infinite 1s;

		-webkit-text-size-adjust: 100%;



 }



.big_page_text {

			font-size: 28px;

			font-weight: 300;

			padding: 10px 0 10px 0;

			line-height:30px;

			text-align:left;

		}



.big_page_text strong {

			font-weight: 500;

			color:#5aadc5;

		}

.big_page_text span {

			font-weight: 500;

			}

.intro_page_text {font-size:14px;}



/* #Typography

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

	h1, h2, h3, h4, h5, h6 {

		color: #555;

		font-family: "Open Sans", arial, serif;

		font-weight: normal;

		}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }

	h1 { font-size: 26px; line-height: 38px; margin-bottom: 14px;}

	h2 { font-size: 20px; line-height: 28px; margin-bottom: 10px; }

	h3 { font-size: 18px; line-height: 26px; margin-bottom: 8px; }

	h4 { font-size: 16px; line-height: 24px; margin-bottom: 8px; margin-top: 4px; }

	h5 { font-size: 15px; line-height: 21px; }

	h6 { font-size: 14px; line-height: 21px; }

	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }

	p img { margin: 0; }

	p.lead { font-size: 21px; line-height: 27px; color: #777;  }



	em { font-style: italic; }

	p.strong { font-weight: bold; color: #636363; font-size:18px; line-height:26px; text-shadow: 0 2px 0 #fff; }

	small { font-size: 80%; }



/*	Blockquotes  */

	blockquote, blockquote p { font-size: 16px; line-height: 24px; color: #777; font-style: italic; margin:0;}

	blockquote, blockquote h2 { font-size: 18px; line-height: 26px; color: #777; font-style: italic; }

	blockquote { margin: 20px; padding: 20px; border-left: 5px solid #5a841c; }

	blockquote.alt { background:#eee; margin: 0 0 20px 0; padding: 20px; border-left: 5px solid #ddd; border-bottom: 2px solid #fff; }

	blockquote.alt2 { background:#fff; margin: 20px; padding: 20px; border-left: 5px solid #5a841c; }

	



	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }





/* #Links

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

	a { color: #5aadc5; outline: 0; text-decoration: none;

		-webkit-transition: all 0.1s linear;

		-moz-transition: all 0.1s linear;

		-ms-transition: all 0.1s linear;

		-o-transition: all 0.1s linear;

		transition: all 0.1s linear;			

	}

	a:hover, a:focus { color: #5aadc5; text-decoration: none; }

	p a, p a:visited { line-height: inherit; }


.toplink {color:#fff;}
.toplink a {color:#fff;}
.toplink a:hover, a:focus {color:#f4f4f4;}

/* #Lists

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

	ul, ol { margin-bottom: 20px; }

	ul { list-style: none outside; }

	ol { list-style: decimal; }

	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }

	ul.square { list-style: square outside; }

	ul.circle { list-style: circle outside; }

	ul.disc { list-style: disc outside; }

	ul ul, ul ol,

	ol ol, ol ul { margin: 4px 0 5px 0px; }

	ul ul li, ul ol li,

	ol ol li, ol ul li { margin-bottom: 6px; }

	li { line-height: 1.5em; margin-bottom: 12px; }

	ul.large li { line-height: 21px; }

	li p { line-height: 21px; }



/* #Images

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

	.img_left {float:left; margin:3px;}

	.image_left {float:left; margin: 5px 20px 5px 0;}

	.image_right {float:right; margin: 6px 0 10px 20px;}

	img.scale-with-grid {

		max-width: 100%;

		height: auto; }

	.frame-scale-with-grid {

		max-width: 100%; }

		

	#google_map iframe {

		width: 100%;

		height: 416px;

		border: 0;

	}	



/* #404 Not Found

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

.not_found h1 {font-size:156px; font-weight:800; padding:50px 50px 50px 0px; text-align:center; color:#666666; text-shadow: 0 2px 0 #fff;}

.not_found h2 {font-size:24px; padding: 0px 50px 50px 0px; text-align:center;}



/* Color Shorts */



.color_blue{color:#0099CC;}

.color_red {color:#FF0000;}

.color_yellow {color:#CCCC00;}

.color_green {color:#5aadc5;}





/* #Forms

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



	form {

		margin-bottom: 20px; }

	fieldset {

		margin-bottom: 20px; }

	

	textarea:focus {

		border: 1px solid #aaa;

 		color: #444;

 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);

		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);

		box-shadow:  0 0 3px rgba(0,0,0,.2); }

	textarea {

		min-height: 60px; 

		 font-family: inherit;

  		 font-size: inherit;

		}

		

	label,

	legend {

		display: block;

		font-weight: bold;

		font-size: 13px;  }

	select {

		width: 220px; }

	input[type="checkbox"] {

		display: inline; }

	label span,

	legend span {

		font-weight: normal;

		font-size: 13px;

		color: #444; }





/* #Buttons

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



.button, a.button,

	button,

	input[type="reset"],

	input[type="submit"],

	input[type="button"] {

		border-style: solid;

		border-width: 0;

		-moz-border-radius: 2px;

		-webkit-border-radius: 2px;

		border-radius: 2px;

		



	/*	border-color: rgba(0, 0, 0, 0.03) rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.15);*/

		color: #fff;

		background-color: #5aadc5;

		text-decoration: none;

		font-size: 14px;

		font-family: "Open Sans", arial;

		font-weight: 500;



		display: inline-block;

		cursor: pointer;

		line-height: normal;

		padding: 8px 16px;

		

		-webkit-transition: all 0.2s linear;

		-moz-transition: all 0.2s linear;

		-ms-transition: all 0.2s linear;

		-o-transition: all 0.2s linear;

		transition: all 0.2s linear;

}





.button:hover, a:hover.button,

	button:hover,

	input[type="reset"]:hover,

	input[type="button"]:hover {

		background-color: #2b2f30;

	  }



.button:active,

	button:active,

	input[type="reset"]:active,

	input[type="button"]:active {

		background-color: #2b2f30;

		}

	.button.full-width,

	button.full-width,

	input[type="reset"].full-width,

	input[type="button"].full-width {

		width: 100%;

		padding-left: 0 !important;

		padding-right: 0 !important;

		text-align: center; }



.button_hilite, a.button_hilite{

	background-color: #5aadc5;

}	



.button_hilite:hover, a:hover.button_hilite{

	background-color: #374045;

}



.button_slide, a.button_slide{

	background-color: #5aadc5;

	padding: 4px 10px;

	margin-left:10px;



}	

.button_slide:hover, a:hover.button_slide{

	background-color: #22262e; 

}



.button_slide_sidebar, a.button_slide_sidebar{

	background-color: #fff;

	padding: 1px 8px;

	margin-left:5px;

	border: 1px solid #ccc;

	color:#5aadc5;

}	

.button_slide_sidebar:hover, a:hover.button_slide_sidebar{

	background-color: #5aadc5;

	color:#fff;

}



.button_carousel, a.button_carousel{

	background-color: #5aadc5;

	padding: 4px 8px;

	margin-right:5px;

}	

.button_carousel:hover, a:hover.button_carousel{

	background-color: #292929;

}

.bluebutton, a.bluebutton{

	color: #fff;

	background-color: #488b9e;

}	

a:hover.bluebutton{

    background-color: #488b9e;

}

.greenbutton, a.greenbutton{

	color: #fff;

	background-color: #607907;

}	

a:hover.greenbutton{

    background-color: #394704;

}

.orangebutton, a.orangebutton{

	color: #fff;

	background-color: #9f8b03;

}	

a:hover.orangebutton{

    background-color: #817102;

}

.button_pale, a.button_pale{

	color: #374045;

	background-color: #ccc;

	text-shadow: 0 1px 0 rgba(256, 256, 256, 0.4);

}	

a:hover.button_pale{

	color: #fff;

	background-color: #374045;

	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);

}

.button_small, a.button_small{
	color: #fff;
	padding:4px 7px;
	font-size:12px;
	background-color: #3c3d40;
	margin-left:10px;
	margin-bottom:0;
}	

a:hover.button_small{
	color: #fff;
	background-color: #488b9e;
}



.button, button.sm_button, a.sm_button,

	input[type="reset"].sm_button,

	input[type="button"].sm_button {

		

		font-size: 13px;

}





.button .smallbutton {padding:50px;}



/* #Main containers + Common styles

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





.page_title_line {

	margin:40px 0 0 0;

	background: url('../images/line_title5.png') left bottom repeat-x;



}

.title span{

	padding-right: 12px;

}





.sidebar .title {

	font-size: 18px;

	line-height: 18px;

	margin-top: 30px;

}



.heading {margin-top:40px;}

.heading-title {position:relative;}	

.heading-title h1{margin:0 20px 20px 0; letter-spacing:1px; line-height:26px; text-shadow: 0 1px 0 #fff; font-size:22px; font-weight:600; text-transform:uppercase;}

.heading-left-line {height:4px; width:40px; background-color:#5aadc5; position:absolute; bottom:-10px; left:0px; border-bottom: 1px solid #fff;}

.heading-right-line {height:4px; width:40px; background-color:#d6dee1; position:absolute; bottom:-10px; left:40px; border-bottom: 1px solid #fff;}

.heading-underline {

	display:block;

	background-color:#e3e3e3;

	height:1px;

	margin-top:-12px;

	margin-bottom:20px;

	margin-left:80px;

	margin-right:0px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #ffffff;

	}





#header_left { float:left;}

#header_left .logo img{

	margin-top:0;

	padding:0;

}

#header_right {

	float:right;

	margin:0;

	font-size: 12px;

	color:#888888;

	height:auto;

}

#header_social {margin:0px 0 10px 0; text-align:right;}

#header_social li {display:inline-block; font-size:14px;}

#header_social li a { color:#555555}

#header_social li a:hover { }



#header_info {padding:0; margin-bottom:20px;}



.homenavsmall {margin:15px 0 10px 0; text-align:right; float:right;}

.homenavsmall li {display:inline-block; margin-right:20px;}

.homenavsmall li a { color:#f8f8f8;}

.homenavsmall li a:hover {color: #fff;}

/* site search */

#header_search {

position:relative;

	margin-top: 0px;

	margin-bottom: 0px;

	float:right;

	width:220px;

	height:32px;

	background-color:#f4f4f4;

	border-radius: 3px;

	

}

#header_searchform {

	margin: 0;

	padding: 0;

	

}

#header_searchform #q{

position:absolute;

background-color:#f4f4f4;

top:5px;

left:5px;

width: 170px;

height:20px;

color: #999;

font-style:normal;

outline:none;

	}

#header_searchform input[type="text"] {outline:none; border:none;}

#header_searchform #search_button{

	position:absolute;

	right:2px;

	top:2px;

	width:35px;

	height:28px;

	cursor:pointer;

	text-indent:-9999px;

	overflow:hidden;

	background: #5aadc5 url(../images/search_button_off.png) no-repeat center center;

	border-left-width: 1px;

	border-left-style: solid;

	border-left-color: #ccc;

}

#header_searchform #search_button:hover{

	background: #5aadc5 url(../images/search_button_on.png) no-repeat center center;

}



.info-top {

	height: 40px;

	line-height: 40px;

}

.info-text p {

	font-size: 12px;

}



.shadow {

	-webkit-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);

	-moz-box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);

	box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);

}

.section_big_title {

	text-align: center;

	margin: 0px 0 0px;

}

.section_big_no_m {

	margin: 10px 0 0;

}

.section_big_title h1{

	margin: 0;

	font-weight: 300;

	font-size: 32px;

	line-height: 38px;

	color:#444;

	letter-spacing: -1px;

}

.section_big_title h1 strong{

	font-weight: 400;	

	text-transform: uppercase;

	color:#5aadc5;

	text-shadow: 0 2px 0 #fff;

}

.section_big_title h1 span{

	font-weight: 400;

	color:#5f5f5f;

}

.section_big_title h2{

	margin: 2px 0 20px;

	font-size: 22px;

	line-height: 28px;

	font-style: italic;		

	font-weight: 300;

	color:#969696;

}



.carousel_section {

	position: relative;

	margin-bottom: 40px;



}



.section_featured_services{

	position: relative;

}



.section_featured_services h4{

	margin: 14px 0 6px;

	font-size: 16px;

	line-height: 24px;

}

.section_featured_services p{

	color: #777;

	font-size: 12px;

}



.services_list li img{

	height: auto;

	max-width: 100%;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	-khtml-border-radius: 3px;

	border-radius: 3px;	

}

.services_description {

	padding-left: 16px;

}

.services_description h5 {

	margin: 20px 0 16px;

	font-size: 17px;

}

.services_description p {

	margin: 0 0 12px;

}

.services_description ul {

	margin-bottom: 30px;

}

.imageloading { 

background:url(i/loader1.gif) center center no-repeat #ffffff;   

margin: 0 auto;

}

.folioimage {position:relative;display: block;}

.folioimage img{

	width: 100%;

	-webkit-border-top-left-radius: 2px;

-webkit-border-top-right-radius: 2px;

-moz-border-radius-topleft: 2px;

-moz-border-radius-topright: 2px;

border-top-left-radius: 2px;

border-top-right-radius: 2px;

		}

.fitimage {position:relative;}

.fitimage img{

	width: 100%;

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	-khtml-border-radius: 2px;

	border-radius: 2px;

	}

.image_caption {

	position:absolute;

	bottom:10px;

	left:1px;

	padding:2px 10px;

	color:#FFFFFF;

	/* Fallback for web browsers that doesn't support RGBa */

	background: rgb(0, 0, 0);

	/* RGBa with 0.4 opacity */

	background: rgba(0, 0, 0, 0.4);

	font-family:Arial, Helvetica, sans-serif;

	font-size:11px;

	margin:0;

}

.pic {

	position:relative;

	display: block;

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	-khtml-border-radius: 2px;

	border-radius: 2px;

	background:url("../images/overlay-pattern.png") repeat scroll center center transparent;

}

.pic img{

	width: 100%;

	display: block;

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	-khtml-border-radius: 2px;

	border-radius: 2px;

	}

a .img_overlay {

	position: absolute;

	top:0;

	left: 0;

	width: 100%;

	height: 100%;

	background: #333;

	background-color: rgba(0, 0, 0, 0.3);

	background-image: url(../images/icon_plus.png);

	background-position: center center;

	background-repeat: no-repeat;

	opacity: 0;

	filter: alpha(opacity=0);

    z-index: 0;

    

	-webkit-transition: all 0.1s ease-in-out;

	-moz-transition: all 0.1s ease-in-out;

	-o-transition: all 0.1s ease-in-out;

	-ms-transition: all 0.1s ease-in-out;

	transition: all 0.1s ease-in-out;

	

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	-khtml-border-radius: 2px;

	border-radius: 2px;	

}

a:hover .img_overlay {

	opacity: 1;

	filter: alpha(opacity=100);

    z-index: 1;	

	}

	

a .img_overlay_zoom {

	position: absolute;

	top:0;

	left: 0;

	width: 100%;

	height: 100%;

	background: #333;

	background-color: rgba(0, 0, 0, 0.3);

	background-image: url(../images/icon_zoom.png);

	background-position: center center;

	background-repeat: no-repeat;



	opacity: 0;

	filter: alpha(opacity=0);

    z-index: 0;

    

	-webkit-transition: all 0.1s ease-in-out;

	-moz-transition: all 0.1s ease-in-out;

	-o-transition: all 0.1s ease-in-out;

	-ms-transition: all 0.1s ease-in-out;

	transition: all 0.1s ease-in-out;

    

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	-khtml-border-radius: 2px;

	border-radius: 2px;	

}

a:hover .img_overlay_zoom {

	opacity: 1;

	filter: alpha(opacity=100);

    z-index: 1;	

	}



.big_icon_text{

	position:relative;

	text-align:center;

    padding:20px;

    margin:0px;

    overflow:hidden; 

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: transparent;

}

.big_icon_text:hover {

    background-color:#FFFFFF;

	padding:20px;

    margin:0px;

    overflow:hidden; 

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #FFFFFF;

	background: -moz-linear-gradient(top, #f4f4f4, #FFFFFF 22%); 

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(.20, #FFFFFF));

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#FFFFFF'); /* for IE */

    /* Firefox */

    -moz-border-radius:2px;

    -moz-box-shadow:0px 1px 2px #ababab;

    /* Linux Browsers */

    -khtml-border-radius:2px;

    -khtml-box-shadow:0px 1px 2px #ababab;

    /* Webkit */

    -webkit-border-radius:2px;

    -webkit-box-shadow:0px 1px 2px #ababab;

    /* CSS3 */

    border-radius:2px;

    box-shadow:0px 1px 2px #ababab;

	-moz-transition:all 0.3s ease-in-out;

		-ms-transition:all 0.3s ease-in-out;

		-o-transition:all 0.3s ease-in-out;

		-webkit-transition:all 0.2s ease-in-out;

		transition:all 0.3s ease-in-out;

}

.big_icon_text i {

	display:inline-block; 

	color:#FFFFFF;

	font-size:32px; 

	padding:0;

	margin:0;

}

.big_icon_text .iconbox {

margin:0 auto;

width:30px;

height:30px;

background-color:#5aadc5;

border: 10px solid #bccfdb;

padding:20px;



-moz-border-radius: 400px;

	-webkit-border-radius: 400px;

	-khtml-border-radius: 400px;

	border-radius: 400px;	

}

.big_icon_text .iconbox:hover {



}

.big_icon_text h3 {font-size:24px; font-weight:500; line-height:24px; margin:20px 0 10px 0;}

.big_icon_text p {margin-top:0;}





.push-content {}

.push-content .number{

	float: left;

	margin: 0;

	}

.push-content .numbers{

	float: left;

	color:#afb0b1;

	margin: 0px 10px 0px 0px;

	padding:0;

	font-weight: 800;

	font-size: 60px;

	line-height: 50px;

	text-shadow: 0 3px 0 #FFFFFF;

	}

.push-content .icon{

	float: left;

	margin:0 10px 0 0;

	color:#f7f7f7;

	font-size: 34px;

}

.push-content h2 {

	font-weight: 600;

	font-size: 14px;

	line-height: 18px;

	margin: 5px 10px 10px 20px;

	color:#f2f2f2;

}

.push-content h4 {

	display:none;

	font-weight: 500;

	color:#f2f2f2;

	font-size: 14px;

	line-height: 18px;

	margin-left: 20px;

	margin-bottom:10px;

}



.push-content p {

	line-height: 21px;

	text-align:left;

	margin-left:0px;

	margin-bottom:10px;

}



.section_featured_texts {

	margin: 34px 0 40px;

}

.section_featured_texts_no_m {

	margin-bottom: 10px;	

}

.section_featured_texts .icon{

	float: left;

	margin: 1px 16px 66px 0;

	width: 37px;

	height: 37px;	

}

.section_featured_texts h3 {

	font-weight: 600;

	font-size: 20px;

	line-height: 26px;

	color: #555;

	letter-spacing: -1px;

	margin-left: 54px;

}

.section_featured_texts h3 a{

	color: #555;

}

.section_featured_texts h3 a:hover{

	color: #5aadc5;

}

.section_featured_texts p {

	color: #777;

	font-size: 13px;

	line-height: 21px;

	margin-right: 12px;

	margin-left: 54px;

}



.media_item {

	border-bottom: 1px dotted #EEE;

	margin: 20px 0 20px;

	padding-bottom:60px;

}



/* Newlife Styles */

/* Loading Indicator */

.space20 {height:20px; display:block;}

.space40 {height:40px; display:block;}

.space60 {height:60px; display:block;}

.space80 {height:80px; display:block;}

.space100 {height:100px; display:block;}

#tooltip{

	font-family:Arial, Helvetica, sans-serif;

	position:absolute;

	font-size:12px;

	border:1px solid #22262e;

	padding:4px 8px;

	color:#FFFFFF;

	display:none;

	background-color: #3399CC;

	}

.featured_ribbon {

position:absolute;

top: -4px;

right: -4px;

z-index:99999999;

}

.ul_slide {position:relative;}

#ul_slide_testimonial_buttons {position:absolute; top:14px; right:0px;}

#ul_slide_testimonial_sidebar_buttons {position:absolute; top:8px; right:0px;}

#ul_slide_post_buttons {position:absolute; top:14px; right:0px;}

#ul_slide_testimonial_buttons i {color:#fff;}

#sidebar_testimonials .quote_content{

	float:left;

	padding-bottom:0px;

	font-style: italic;

	font-size:15px;

}

#loading-screen {

	background-color: #f4f4f4; /*shows while image is loading */

	position: fixed;

	top: 0px;

	left: 0px;

	width: 100%;

	height: 100%;

	z-index: 9999;

}



	#loading-indicator

	{

		position: fixed;

		top: 50%;

		left: 50%;

		background-image: url(../images/loading.gif);

		margin-top: -16px; /* half of width */

		margin-left: -16px;

		width: 32px;

		height: 32px;

		background-repeat: no-repeat;

		z-index: 99999;

	}



	

.required {

  float: left;

  display: inline;

  color: red;

  font-weight: bold;

  margin-left: 10px;

}

.contact_processing{

	margin-top: 5px;

	padding-left: 50px;

	margin-left: 10px;

	background-image: url(i/contact-loader.gif);

	background-repeat: no-repeat;

	background-position: 2px center;

}

.contact_input {

float:left;

	padding:5px;

	margin-bottom:20px;

	width:85%;

	height:24px;

	text-decoration: none;

	outline:none;

	border:1px solid #ccc;

	color:#666;

	background-color: #FFFFFF;

	background-image: url(../images/input-bg.png);

	background-repeat: repeat-x;

	background-position: center top;

}

#contact_form {}

#contact_form label {

  font-weight: bold;

  }

.textarea{

	padding:5px;

	margin-bottom:10px;

	width:85%;

	text-decoration: none;

	outline:none;

	border:1px solid #ccc;

	color:#666;

	background-color: #FFFFFF;

	background-image: url(../images/input-bg.png);

	background-repeat: repeat-x;

	background-position: center top;

}

.blog-details {

	font-size:12px;

	color:#999999;

	text-shadow: 0 1px 0 #FFFFFF;

	margin:0px;

	padding:10px 5px 5px 10px;

	margin-bottom:10px;

	border-left-width: 0px;

	border-left-style: solid;

	border-left-color: #ececec;

	

	border-bottom-width: 0px;

	border-bottom-style: solid;

	border-bottom-color: #ececec;



}

.blog-details span.blog_title {

font-weight:bold;

margin-right:10px;

}

.blog-details span.blog_category {

	font-weight:normal;

	padding-left:24px;

	margin-right:10px;

	background-image: url(../images/category.png);

	background-repeat: no-repeat;

	background-position: left center;

}

.blog-details span.blog_tags {

	font-weight:normal;

	padding-left:24px;

	margin-right:10px;

	background-image: url(../images/tag.png);

	background-repeat: no-repeat;

	background-position: left center;

}

.blog-details span.blog_comments {

	font-weight:normal;

	padding-left:24px;

	background-image: url(../images/comments.png);

	background-repeat: no-repeat;

	background-position: left center;

}

.blog_date {

	padding:4px;

	height:30px;

	color:#acadad;

	background-image: url(../images/bottom-shadow.png);

	background-repeat: no-repeat;

	background-position: left bottom;

}

.new-container {

    position: relative;

    height:auto;

	width:100%;

}



.embed-container {

    position: relative;

    padding-bottom: 56.25%; /* 16/9 ratio */

    padding-top: 30px; /* IE6 workaround*/

    height: 0;

    overflow: hidden;

	z-index:1;

}



.embed-container iframe,

.embed-container img,

.embed-container object,

.embed-container embed {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

	border-radius:2px;

}







#slider-bottom {

	height:20px;

	margin-top:-20px;

	background-image: url(../images/slider-bottom-2.png);

	background-repeat: no-repeat;

	background-position: center top;



}

.shadow1 {

	height:20px;

	margin-top:-20px;

	background-image: url(../images/line2.png);

	background-repeat: no-repeat;

	background-position: center top;



}

.dropcap{

	float:left;

	color:#878787;

	font-size:72px;

	line-height:55px;

	padding:2px 8px 0 0;

	margin:0;

	}

.dropcap2{

	float:left;

	width:40px;

	height:48px;

	font-size:50px;

	line-height:55px;

	margin:4px 8px 0px 0px;

	text-align:center;

	padding:0px 8px 8px 8px;

	background-color:#f7f7f7;

	 -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  border-radius: 5px;

}

.dropcap-dark{

	float:left;

	width:40px;

	height:48px;

	font-size:50px;

	line-height:55px;

	margin:4px 8px 0px 0px;

	text-align:center;

	padding:0px 8px 8px 8px;

	background-color:#1284a9;

	color:#FFFFFF;

	 -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  border-radius: 5px;

}

.dropcap3{

	float:left;

	color:#FFFFFF;

	width:40px;

	height:38px;

	font-size:30px;

	line-height:38px;

	margin-top:2px;

	text-align:center;

	padding-top:4px;

	background-image: url(../images/dropcap-3.png);

	background-repeat: no-repeat;

	background-position: left center;

}

.link_overlay {

  background: url(../images/link_overlay.png) center center no-repeat;

  }

.image-pp {

  background: url(../images/zoom.png) center center no-repeat;

  background-color:#eee;

  z-index:99999999;

  }

.image-blog {

  background: url(../images/loader2.gif) center center no-repeat;

  }

.youtube-pp {

  background: url(../images/youtube-pp.png) center center no-repeat;

 }

.vimeo-pp {

  background: url(../images/vimeo-pp.png) center center no-repeat;

 }

.useicon_left i{margin-right:5px;}

.useicon_right i{margin-left:5px;}



.image_gallery ul {margin:0; padding:0;}

.image_gallery ul li {margin:0; padding:0;}





.view_image {

background-color: rgba(256, 256, 256, 0.8);

background-image: url(../images/view_image.png);

	background-repeat: no-repeat;

	background-position: center center;

}

.view_link {

background-color: rgba(256, 256, 256, 0.8);

background-image: url(../images/link_overlay.png);

	background-repeat: no-repeat;

	background-position: center center;

}

.view_youtube {

background-color: rgba(256, 256, 256, 0.8);

background-image: url(../images/youtube-pp.png);

	background-repeat: no-repeat;

	background-position: center center;

}

.view_vimeo {

background-color: rgba(256, 256, 256, 0.8);

background-image: url(../images/vimeo-pp.png);

	background-repeat: no-repeat;

	background-position: center center;

}


a.trans_image img {

filter:Alpha(opacity=100);

-moz-opacity:1.0;

opacity:1.0; 

border:none;

-webkit-transition: opacity 0.3s ease-in-out;

  -moz-transition: opacity 0.3s ease-in-out;

  -o-transition: opacity 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out;
  	

}

a.trans_image:hover img {

	filter:Alpha(opacity=35);

-moz-opacity:0.4;

	opacity:0.4;

	border:none;

	-webkit-transition: opacity 0.3s ease-in-out;

  -moz-transition: opacity 0.3s ease-in-out;

  -o-transition: opacity 0.3s ease-in-out;

  transition: opacity 0.3s ease-in-out;

	}



#select_menu {display:none;}

#mainmenu * {margin-bottom:0px; z-index:100; text-transform:uppercase;}

#mainmenu>li:first-child{

border-left:solid 1px #ddd;

}

#mainmenu, #mainmenu ul {

	font-size: 14px;

	list-style: none;

	margin: 0;

	padding: 0px;

	float:right;

	margin-right:0px;

}

#mainmenu a {

	color: #666;

	display: block;

	font-weight: 700;

	padding: 8px 20px;

	text-decoration: none;

	line-height:105px;

	border-right:solid 1px #ddd;

	border-bottom: solid 4px #f8f8f8;

}

#mainmenu a:hover {

color:#666;

background:#fff;

border-bottom: solid 4px #5aadc5;

}

#mainmenu li {

position:relative;

	float: left;

}

#mainmenu li ul {

	background: #f8f8f8;

	left: -9999px;

	position: absolute;

	width: 210px;

	border: solid 1px #eee;

}

#mainmenu li ul a {

	line-height:24px;

	font-size:11px;

	font-weight: 600;

	width: 170px;

	border-top:solid 1px #fff;

	border-bottom:solid 1px #ddd;

}

#mainmenu > li> ul.submenu {

	border: solid 1px #ddd;

	}

#mainmenu > li> ul> li> ul.submenu {

		border: solid 1px #ddd;

	}

#mainmenu li ul a:hover, #mainmenu > li.dropdown li.dropdown > a:hover, #mainmenu > li.dropdown li.dropdown:hover > a {

	background: #fff;

	color:#666;

border-right:solid 1px #ddd;

}



#mainmenu > li.dropdown li.dropdown > a:hover, #mainmenu > li.dropdown li.dropdown:hover > a {

	background:#fff;

}

#mainmenu li ul ul {

	margin: -43px 0 0 210px;

}

#mainmenu li:hover ul ul, #mainmenu li:hover ul ul ul {

	left: -9999px;

}

#mainmenu li:hover ul, #mainmenu li li:hover ul, #mainmenu li li li:hover ul { /* lists nested under hovered list items */

	left: auto;

	padding:0px;

}

#mainmenu > li.dropdown > a {



}



#mainmenu > li.dropdown:hover > a {

	background:#fff;

	color:#666;

border-right:solid 1px #ddd;

}



#mainmenu > li.dropdown li.dropdown > a {



}



#mainmenu > li.active > a, #mainmenu > li.active > a:hover {



}





#mainmenu.vertical.white > li.dropdown:hover > a {



}



#mainmenu.white > li.dropdown li.dropdown > a {



}

.left {float:left;}

.right {float:right;}





.title_text_frame{

	position:relative;

	padding:0px;

	border-bottom:1px solid #5aadc5;

}

.page_title_text{float:left;padding:0;margin-bottom:0px; }

.title_text{float:left; padding: 0; margin-bottom:0px; }

.title_text, .page_title_text h1, h2, h3, h4, h5 {padding:0; margin-bottom:5px; text-transform:uppercase; letter-spacing:1px; font-weight:600;}

.line {

	display:block;

	background-color:#e3e3e3;

	height:1px;

	margin:0 0 20px 0;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #ffffff;

	}

.line_2x {

	display:block;

	background-color:#e3e3e3;

	height:2px;

	margin:0 0 20px 0;

	border-bottom-width: 2px;

	border-bottom-style: solid;

	border-bottom-color: #ffffff;

	}



.whiteline {

	display:block;

	background-color:#eee;

	height:2px;

	margin:0 0 20px 0;

	border-bottom-width: 2px;

	border-bottom-style: solid;

	border-bottom-color: #fff;

}

.line2 {

	display:block;

	height:20px;

	margin:0 0 20px 0;

	background-image: url(../images/line2.png);

	background-repeat: no-repeat;

	background-position: center center;

}

.line3 {

	display:block;

	height:20px;

	margin:0px;

	background-image: url(../images/line3.png);

	background-repeat: no-repeat;

	background-position: center center;

}



.darkline {

	display:block;

	background-color:#0b0c0c;

	height:1px;

	margin:0 250px 20px 250px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #373c3e;

	}

.darkline_wide {

	display:block;

	background-color:#1b1d1e;

	height:1px;

	margin-bottom:20px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #3f454e;

	}



.darklineimage {

	display:block;

	height:5px;

	margin-bottom:20px;

	background-image: url(../images/line_dark.png);

	background-repeat: repeat-x;

	background-position: center bottom;

}

.divline-large {

	display:block;

	height:27px;

	margin:0px;

	background-image: url(../images/div-line-big-3.png);

	background-repeat: no-repeat;

	background-position: center top;

}

.sidebarbox{

	position:relative;

	padding:0px 20px 0 20px;

    margin-bottom:20px;

    overflow:hidden; 

	background-color:#fff; 

	box-shadow: 0 0 1px rgba(0,0,0,.2);



}

.sidebarline {

	display:block;

	height:5px;

	margin-bottom:20px;

	background-image: url(../images/line.png);

	background-repeat: repeat-x;

	background-position: center bottom;

}

ul.sidebar-links {margin-top:0px;}



ul.sidebar-links li {

	color:#555555;

	font-size:12px;

	border-bottom:1px solid #eee;

	padding:0;

}

ul.sidebar-links li a {

	color:#555555;

	display:block;

	padding: 3px 3px 3px 5px;

	margin-bottom:7px;

	text-decoration:none;

	line-height:18px;



	}

ul.sidebar-links li a:hover {

	background-color:#fff;

	text-decoration:none;



}

ul.sidebar-links li.selected {font-weight:600;}

ul.sidebar-links li:last-child {

  border-bottom:0px;

}

.page_left {float:left; margin:0px; padding:0px;}

.page_col {

	width:633px;

	margin:0px 20px 0px 0px;

}

.box{

	position:relative;

	padding:20px;

    margin-bottom:20px;

    overflow:hidden; 

	background-color:#fff; 

	box-shadow: 0 0 1px rgba(0,0,0,.3);

}



.box i {color:#5aadc5;}

.box_blue, .box_orange, .box_green, .box_white {

	position:relative;

	padding:20px 20px 10px 20px;

	margin-bottom:20px;

	border-radius:10px;

	background-image: url(../images/color_box_bg.png);

	background-repeat: no-repeat;

	background-position: top right;

	-webkit-transition: all 0.2s linear;

		-moz-transition: all 0.2s linear;

		-ms-transition: all 0.2s linear;

		-o-transition: all 0.2s linear;

		transition: all 0.2s linear;

} 

.box_blue {

	background-color:#5aadc5;

	color:#f7f7f7;

	border: 4px solid #cfdde4;

}

.box_blue h2 {font-size:20px;}

.box_orange {

background-color:#c4ab03;

color:#f7f7f7;

border: 4px solid #ded595;

}



.box_green {

background-color:#76920f;

color:#f7f7f7;

border: 4px solid #dee6c3;

}

.box_white {

background-color:#FFF;

border: 2px solid #eee;

}

.boxy-text {text-align:center;}

.boxy-text h2 {font-size:22px; color:#f4f4f4;}

.boxy-text h4 {font-size:14px; color:#f4f4f4; line-height:16px;}

.download-box {}

.download-box h4{color:#f4f4f4;}

.download-box p a{color:#f4f4f4;}

.tab_box{

	position:relative;

    background-color:#FFFFFF;

	padding:20px;

    margin:0px;

    overflow:hidden; 

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #FFFFFF;

	/* Firefox */

    -moz-border-radius:2px;

    -moz-box-shadow:0px 1px 2px #ababab;

    /* Linux Browsers */

    -khtml-border-radius:2px;

    -khtml-box-shadow:0px 1px 2px #ababab;

    /* Webkit */

    -webkit-border-radius:2px;

    -webkit-box-shadow:0px 1px 2px #ababab;

    /* CSS3 */

    border-radius:2px;

    box-shadow:0px 1px 2px #ababab;

}

.spaced_box{

	position:relative;

   	padding:10px 0 10px 0;

    margin:0px;

    overflow:hidden; 

}

.faq_box{

	position:relative;

	padding:10px 10px 0 10px;

	text-align:left;

    overflow:hidden; 

	margin-bottom:0px;

	border-bottom:solid 1px #e1e2e0;

	border-radius:3px;

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

}

.faq_box:hover {background:#fff;}

.trans_box{

	position:relative;

	padding:20px;

	margin-bottom:20px;

	overflow:hidden;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #FFFFFF;

	/* Firefox */

    -moz-border-radius:2px;

    -moz-box-shadow:0px 1px 2px #ababab;

    /* Linux Browsers */

    -khtml-border-radius:2px;

    -khtml-box-shadow:0px 1px 2px #ababab;

    /* Webkit */

    -webkit-border-radius:2px;

    -webkit-box-shadow:0px 1px 2px #ababab;

	/* CSS3 */

    border-radius:2px;

	box-shadow:0px 1px 2px #ababab;

	background-image: url(../images/box_bg_trans.png);

	background-repeat: repeat-x;

	background-position: center top;

}



#twitterbox {

margin:0 auto;

text-align: center;

line-height:10px;

}

#twitterbox_bg {

	position:absolute;

	top:20px;

	left:20px;

	color:#a1a2a2;

}

.tweet, .query  {

	margin-left:30px;

	font-weight: 300;

	font-size: 31px;

	color:#444;

	letter-spacing: -1px;

   }

  .tweet .tweet_list, .query .tweet_list {

    list-style-type: none;

    margin: 0;

    padding: 0;

    overflow-y: hidden;

     }

    

	

	.tweet_time {

	display:block;

	margin:0 0 0px 10px;

	text-align:left;

	color:#a1a2a2;

	font-style: italic;

}

	

	

	.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {

      text-transform: uppercase; }

    .tweet .tweet_list li, .query .tweet_list li {

      overflow-y: auto;

      overflow-x: hidden;

      padding:0px 30px 10px 20px; line-height:33px; overflow:hidden; }

      .tweet .tweet_list li a, .query .tweet_list li a {

        color: #5aadc5; font-size:26px; font-weight: 300;}













.closebox {

	position:absolute;

}



a.closebox {display: block; width: 11px; height: 11px;  background: url('../images/ico_close_off.png') top left no-repeat; font-size: 0%; text-indent: -9999px; position: absolute; top: 10px; right: 10px; }

a.closebox:hover	{ background: url('../images/ico_close_ovr.png') top left no-repeat; }

.block_item {margin-bottom:20px;}

.block_item_10 {margin-bottom:10px;}

.block_item_5 {margin-bottom:5px;}

.priceColumn {

	

	border: 4px solid #FFF;

	-webkit-box-sizing: border-box; /*This allows us to add padding/border without adding to the width*/

	-moz-box-sizing: border-box;

	-o-box-sizing: border-box;

	box-sizing: border-box;

	font-family: arial;

	position: relative;

	-webkit-transition: border .35s ease;

	-moz-transition: border .35s ease;

	-ms-transition: border .35s ease;

	-o-transition: border .35s ease;

	transition: border .35s ease;

	color: #949494;

}



.priceColumn .title {

	background: #EDEDED;

	text-align: center;

	color: #949494;

	font-size: 1.5em;

	line-height: 2em;

	margin-bottom: 30px;

}



.priceColumn .price {

	padding: 10px;

	font-size: 4em;

	text-align: center;

	color: #4b4b4b;

	margin-bottom:20px;

}







.priceColumn p {

	text-align: center;

	margin-top: 30px;

}







.priceColumn:hover {

	border: 4px solid #ebebeb;

	background: #FFF;

	cursor:pointer;

}



.priceColumn.premium {

	padding: 35px 20px;

	margin-top: -25px;

	background: #5aadc5;

	color: #fff;

}



.priceColumn.premium .title {

	margin-bottom: 55px;

	background: #59B9E3;

	color: #fff;

}



.priceColumn.premium .price {

	color: #fff;

	font-size: 5em;

	line-height:30px;

}

.priceColumn .button {

	padding: 10px;

	background: #84C92A;

	bottom: 25px;

	display: block;

	text-decoration: none;

	color: #fff;

	text-align: center;

}





/* LISTS */



ul.arrowed{

	list-style: none;

	margin: 0;

	padding: 0;

}

ul.arrowed li {

	padding: 0 0 0 20px;

	background: url('../images/arrow.png') 0px 3px no-repeat;

	margin-bottom: 6px;

}

ul.dotted{

	list-style: none;

	margin: 0;

	padding: 0;

}

ul.dotted li {

	padding: 0 0 0 20px;

	background: url('../images/dot.png') 0px 3px no-repeat;

	margin-bottom: 6px;

}

ul.checked{

	list-style: none;

	margin: 0;

	padding: 0;

}

ul.checked li {

	padding: 0 0 0 26px;

	background: url('../images/check.png') 0px 3px no-repeat;

	margin-bottom: 6px;

}



.hilite {

	background: #7fe7f2;

	padding: 2px;

}

.hilite_dark {

	background: #4d5559;

	color: #fff;

	padding: 2px;

}



/* Testimonials */

.testimonials {

	position:relative;

}



.testimonial_quote {

}





.quote_arrow {

	width: 12px;

	height: 7px;

	position: absolute;

	bottom:-7px;

	left: 46px;	

	background:url('../images/quote_arrow.png') 0px 0px no-repeat;

}

.quote_author {

	position: relative;

	left: 46px;

	margin-top: 12px;

}

.quote_author_description {

	display: block;

	color: #aaa;

	font-size: 11px;

}

.icon_testimonial {

	display: inline;

	background:url('../images/icon_testimonial.png') 0px 3px no-repeat;	

	padding-left: 24px;

	font-size: 14px;

	font-weight: 600;

}



/* Easy Tabs */

.tab-container .panel-container { overflow:hidden;}

.panel-container {margin-bottom:20px;}

.etabs { margin: 0; padding: 0;}

.tab {

	height: 12px;

	font-size: 13px;

	font-weight:700;

	line-height: 24px;

	border-bottom: 1px solid #FFFFFF;

	margin-left: 10px;

	display: inline-block; 

	zoom:1; 

	*display:inline;

}

.tab a {

	color: #666;

	background: #f4f4f4;

	border-top: 1px solid #e4e4e4;

	border-left: 1px solid #e4e4e4;

	border-right: 1px solid #e4e4e4;

	padding: 4px 12px;

	float: left;

	text-align: center;

	text-decoration: none;

	text-shadow: 0 1px 0 rgba(256, 256, 256, 0.8);

	padding-bottom:20px;  

	-moz-border-radius: 5px 5px 0px 0px;

    -webkit-border-radius: 5px 5px 0px 0px;

    -khtml-border-radius: 5px 5px 0px 0px;

    border-radius: 5px 5px 0px 0px;

	

	display: block; 

	outline: none;

}

.tab i {margin-right:0px;}

.tab a:hover {

	background:white;

	text-decoration: none;

}

.tab active {

	background:white;

	

}

.tab a.active {

	background:white;

	color:#5aadc5;

}

.tab-container .panel-container {

	z-index: 2;

	overflow: auto;

}



/* Accordion */

h5.acc_fire {

margin: 0 14px 0px 8px;

background: url('../images/accordion_btn.png') 0px 5px no-repeat;

-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-ms-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	transition: all 0.2s linear;

}

h5.acc_fire a {

	text-decoration: none;

	display: block;

	padding-left: 25px;

	margin-bottom: 10px;

	line-height: 26px;

	color:#666;

	font-weight:700;

	font-size:13px;

}



h5.acc_selected {

	background-position: 0px -78px;

}

.acc_container {

	margin: 0 0 5px; padding: 0;

	overflow: hidden;

	width: 100%;

	clear: both;

}

.acc_container p {

	padding: 0 10px;

	margin-left: 0px;

}

.acc_container img {

	float: left;

	margin: 5px 10px 0 0;

	padding: 4px;

	background:#fff;

}

.acc_container .transimage {

	float: left;

	margin: 5px 10px 0 0;

	padding: 4px;

	background:none;

}

/* Page elements */



.page_heading{

	margin: 46px 0 10px;

	background: url('../images/heading_bgr.png') left top repeat-x;

}

.page_heading h1{

	display: inline;

	font-family: 'Open Sans', arial, sans-serif;

	font-weight: 300;

	font-size: 28px;

	line-height: 28px;

	background: #fff;

	margin:0;

	padding-right: 10px;

}

.breadcrumbs {



}

	

.breadcrumbs a{

	color: #ccc;

	font-size: 11px;

	background: url('../images/line_vert.png') left center no-repeat;

	}

.breadcrumbs a:hover {

	color:#5aadc5;

}

.breadcrumbs a span{

	display: inline-block;

	padding: 0 5px 0 10px;

}

.breadcrumbs a.active{

	font-weight:bold;

	font-style: italic;

}

.breadcrumbs a.home{

	background:none;

}

.success, .warning, .attention, .information {

	padding: 8px 14px;

	margin-top: 6px;

	margin-bottom: 14px;

	-moz-border-radius: 4px;

    -webkit-border-radius: 4px;

    -khtml-border-radius: 4px;

    border-radius: 4px;	

}

.success a, .warning a, .attention a, .information a{

	color: #444;

}

.success {

	background: #b8c783;

	border: 1px solid #fff;

}

.warning {

	background: #ffe8e8;

	border: 1px solid #efd9d9;

}

.attention {

	background: #FFF5CC;

	border: 1px solid #f0e6bf;	

}

.information {

	background: #e2f5f7;

	border: 1px solid #d1e9ec;

}

.success .close, .warning .close, .attention .close, .information .close {

	float: right;

	padding-top: 4px;

	padding-right: 4px;

	cursor: pointer;

}



.error {

	display: block;

	color: #ff4242;

}

.close_img {

	width: 7px;

	height: 7px;

	float: right;

	margin: 7px 0 7px 20px; 

	background:url('../images/close.png') 0px 0px no-repeat;

	cursor: pointer;	

}









.textwidget {

	padding: 0 0 10px;

	margin: 0px 0 0;

}

.tagcloud {

	padding: 0 0 10px;

}

.tagcloud a{

	float:left;

	font-size: 12px;

	padding: 4px;

	color: #555;

	text-shadow: 0 1px 0 rgba(256,256,256, 0.7);	

	background: #fafafa url('../images/grad_menu.png') top left repeat-x;

	

	margin: 0 6px 6px 0;

	border: 1px solid #e6e6e6;



	-webkit-transition: all 0.2s ease-in-out;

	-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;

	border-radius: 5px;

}

.tagcloud a:hover{

	color: #666;	

	background-color: #fff;

	border: 1px solid #d5d5d5;

}

.tagcloud i {color:#eee;}

	

/* Blog Page */



.entry {

	margin-bottom: 20px;

 }





		.entry-title .title { 

			margin-bottom: 14px; 

			line-height: 1;

		}

		

			.entry-title h2 a { color: #373737; }

			

		.item .title { 

			margin-bottom: 4px;

			font-weight: 700;

			font-size: 12px; 

			font-family: 'Arial';

		}



						

	.entry-meta {

	   display: inline-block;

	   margin-top: -10px;

	   margin-bottom: 15px;

	   padding: 2px 0 8px;

	   width: 100%;

	   border-bottom-width: 1px;

	   border-bottom-style: solid;

	   border-bottom-color: #ebebeb;

	   color: #545353;

		font-size: 11px;

	}

	

	

		.entry-meta span {

			display: block;

			float: left;

			margin-right: 20px;

		}

		

	

		.entry-meta span:before {

			margin-right: 5px;

			font-size: 14px;

			font-family: "FontAwesome";

		}



		.entry-meta .date:before	 { content: "\f073"; }

		.entry-meta .author:before   { content: "\f007"; }

		.entry-meta .tag:before		 { content: "\f02b"; }

		.entry-meta .comments:before { content: "\f086"; }



			.entry-meta a {

				color: #666;

				font-size: 11px;

			}

			

	.entry-body { margin-bottom: 24px; }









.post_item {

	border-bottom: 1px dotted #eee;

	margin-bottom: 20px;

}



.post_title {

	margin:0 0 10px 0;

	font-size: 23px;

	line-height: 30px;	

}

.post_meta {

	margin: 0;

	font-size: 12px;

	line-height: 20px;

	color: #999;	

}

.post_meta a{

	color: #888;	

	}

.post_meta a:hover{

	color: #5a841c;	

	}	

	

.post_description {

	margin: 16px 0 24px;

}

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

		/*	Popular Posts

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



		.widget_popular_posts li { margin-bottom: 20px; }

		

		.widget_popular_posts li:after {

			clear: both;

			display: block;

			visibility: hidden;

			height: 0;

			content: ".";

		}



			.widget_popular_posts .preloader {

				float: left;

				margin-right: 10px;

			}

			

			.widget_popular_posts .post-holder { display: table; }



				.widget_popular_posts h5 {

					 margin-bottom: 5px;

					 font-size:13px;

						font-weight: 600;

					 line-height: 1.3;

				}

				

				.widget_popular_posts p { 

					margin-bottom: 0px;

					font-size: 11px;

					line-height:16px;

				}

				

				.widget_popular_posts img { 

					max-width:80px;

					padding:2px;

					background-color:#fff;

					border: solid 1px #eee;

				}

				

				.widget_popular_posts img:hover { 

					border: solid 1px #ccc;

				}



				.widget_popular_posts span {

					display: block;

					color: #b2b2b2;

					font-style: italic;

					font-size: 11px;

					text-shadow: 0px 1px 0px #fff;

				}



/* Post/Portfolio specific elements */

.post_description ul{

	margin-bottom: 20px;

	margin-left: 12px;

}

.post_description h1{

	margin-top: 20px;

	font-size: 24px;

	line-height: 30px;

}

.post_description h2{

	margin-top: 16px;

	font-size: 21px;

	line-height: 27px;

}

.post_description h3{

	margin-top: 14px;

	font-size: 18px;

	line-height: 24px;

}

.post_description h4{

	margin-top: 10px;

	font-size: 16px;

	line-height: 21px;

}

.post_description h5{

	margin-top: 10px;	

	font-size: 15px;

	line-height: 20px;

}

.post_description p{

	margin: 0 0 12px;

}





.padded_block {

	margin-bottom: 80px;

}

.half_padded_block {

	margin-bottom: 40px;

	position:relative;

}

.portfolio_page {

	margin-top: 32px;

}

.portfolio_description {

	margin-top: -20px;

	padding-left: 16px;

}

.portfolio_description h5 {

	margin: 20px 0 16px;

	font-size: 17px;

}

.portfolio_description p {

	margin: 0 0 12px;

}

.portfolio_description ul {

	margin-bottom: 30px;

}







/* Comments Section */

.comments_section {

	margin: 60px 0 60px;	

}

.comments_section label {

	font-weight: normal;

}

.input,

	input[type="text"].input, 

	input[type="password"].input, 

	input[type="email"].input, 

	textarea.input, 

	select.input{

		width: 225px;

		border: 1px solid #ccc;

		padding: 7px 8px 7px 8px;

		font-size: 13px;

		background: #FBFBFB;

		-moz-border-radius: 4px;

		-webkit-border-radius: 4px;

		border-radius: 4px;

		-moz-box-shadow: inset 0 0 6px rgba(0,0,0,.05);

		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);

		box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);

		transition: all 0.3s cubic-bezier(0.4,0.1,0.2,0.7);

		-webkit-transition: all 0.3s cubic-bezier(0.4,0.1,0.2,0.7);

		-moz-transition: all 0.3s cubic-bezier(0.4,0.1,0.2,0.7);

}

textarea.input {

	width: 450px;

}

.input:focus {

	border: 1px solid #ccc !important;

}



/* Related Posts */

.related_posts_section {

	position: relative;

	margin: 0px 0 0 -10px;

}

.related_posts_section h4{

	margin: 14px 0 8px;

	font-size: 16px;

	line-height: 21px;

}

.related_posts_section .meta_date {

	font-size: 12px;

	line-height: 12px;

	margin: 0 0 10px 0;

	color: #999;

	font-style: italic;

}

.related_posts_section p{

	color: #777;

	font-size: 12px;

	line-height: 18px;

}

/* Comments */



.comment_list {

	margin: 40px 0;

	border-top: 1px solid #EEE;

	padding-top: 30px;	

}



/* Comment List */



.comment_list ol {

	list-style: none;

	margin-left: 0px;

}

.comment_list ol.comment_sub {

	list-style: none;

}



li.comment .single_comment {

	padding: 20px 0;

	border-top: 1px dotted #ddd;	

}

li.comment .single_comment.first_comment {

	border-top: none;

}



li.comment ol.comment_sub {

	margin-left: 65px;	

}



/* Comment List Content */



.comment_list ol .comment_avatar {

	float: left;

	margin-right: 15px;

}



.comment_list ol .comment_avatar a.comment_edit {

	display: block;

	margin-top: 12px;

	text-align: center;

	font-style: italic;

}



.comment_list ol .comment_content {

	overflow: hidden;

}



.comment_list ol .comment_name {

	font-weight: bold;	

}

.comment_list ol .comment_name span{

	font-weight: normal;

	color: #aaa;

	margin: 0 8px;	

}



.comment_list ol .comment_name a {

    font-size: 14px;

    font-weight: 600;

}

.comment_list ol .comment_name a.comment_reply {

	font-size: 13px;

	font-weight: normal;

}



.comment_list ol .comment_desc {

	font-size: 12px;

	margin-bottom: 16px;	

	color: #999;

	font-style: italic;

}







/* Pagination */

.pagination {

	margin-bottom: 20px;

}

.pagination .links {

	float: left;

	font-size: 13px;

	line-height: 16px;

}

.pagination .links a {

	display: inline-block;

	padding: 4px 10px;

	text-decoration: none;

	

	background: #f8f8f8 url('../images/grad_menu.png') top left repeat-x;

	

	-moz-border-radius: 4px;

    -webkit-border-radius: 4px;

    -khtml-border-radius: 4px;

    border-radius: 4px;

    text-shadow: 0px 1px 0px #fff;	

	color: #666;

	font-weight: 400; 	

}

.pagination .links a:hover {

	background-color: #5aadc5;

	color: white;

	text-shadow: none;

}



.pagination .links b {

	display: inline-block;

	padding: 3px 9px;

	font-weight: normal;

	text-decoration: none;

	color: #555;

	font-weight: 400; 	

	cursor: default;

}

.pagination .results {

	float: right;

	padding-top: 3px;

}



/* Sidebar Latest Posts */

.latest_post_sidebar {

	font-size: 11px;

	line-height: 15px;

	margin-right: 8px;

}

.latest_post_sidebar img {

	float: left;

	width: 52px;

	height: 52px;

	border: 1px solid #ddd;

	padding: 3px;

	background: #fff;

	margin: 2px 14px 22px 0;

	

	-webkit-transition: all 0.3s linear;

	-moz-transition: all 0.3s linear;

	-ms-transition: all 0.3s linear;

	-o-transition: all 0.3s linear;

	transition: all 0.3s linear;	

}

.latest_post_sidebar img:hover {

	border: 1px solid #bbb;

	}

.latest_post_sidebar p{

	font-size: 11px;

	line-height: 15px;

	margin-bottom: 8px;	

}

.latest_post_sidebar p.date{

	color: #999;	

}



.latest_post_sidebar p.latest_post_sidebar_title {

	padding-top: 2px;

	font-size: 12px;

	line-height: 15px;

}



/* Portfolio Page */



.portfolio {

	margin: 20px -20px 20px 0;

}

#portfolio_items {

	margin-right: -20px;

	}

.portfolio_filter {

	margin: 20px 0;

}

.portfolio_filter span{

	float: left;

	margin: 0 6px 6px 0;

	font-size: 12px;

	padding: 5px 12px;

	color: #555;

	}

.portfolio_filter div{

	float: left;

	font-size: 12px;

	padding: 5px 12px;

	color: #555;

	text-shadow: 0 1px 0 rgba(256,256,256, 0.7);	

	background: #fafafa url('../images/grad_menu.png') top left repeat-x;

	

	margin: 0 6px 6px 0;



	-webkit-transition: all 0.2s ease-in-out;

	-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;

	border-radius: 2px;



	cursor: pointer;

}

.portfolio_filter div:hover{

	color: #fff;	

	background-color: #374045;

	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);	

}

.portfolio_filter div.current{

	color: #fff;	

	background-color: #5aadc5;

	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);

}



.portfolio_item {

	float: left;

	width: 300px;

	margin-right: 20px;

	margin-bottom: 20px;

}

.portfolio_item .pic img{

	-webkit-border-radius: 3px 3px 0 0;

	-moz-border-radius: 3px 3px 0 0;

	border-radius: 3px 3px 0 0;

	}



.portfolio_item a h4{

	text-align: center;

	font-size: 14px;

	line-height: 20px;

	margin: 0;

	-webkit-border-radius: 0 0 4px 4px;

	-moz-border-radius: 0 0 4px 4px;

	border-radius: 0 0 4px 4px;	

	color: #333;

			

	padding: 10px;

	-webkit-transition: all 0.2s ease-in-out;

	-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;

	

	-webkit-border-radius: 0 0 4px 4px;

	-moz-border-radius: 0 0 4px 4px;

	border-radius: 0 0 4px 4px;



	background: #fcfcfc url('../images/grad_menu.png') top left repeat-x;

	text-shadow: 0 1px 0 rgba(256, 256, 256, 0.8);

	}

.portfolio_item a:hover h4{

	color: #222;

	background-color: #e5e5e5;

	text-shadow: 0 1px 0 rgba(256, 256, 256, 0.6);	

	}

	

	

.portfolio_item a h5{

	text-align: center;

	font-size: 13px;

	line-height: 16px;

	margin: 0;

	-webkit-border-radius: 0 0 4px 4px;

	-moz-border-radius: 0 0 4px 4px;

	border-radius: 0 0 4px 4px;	

	color: #333;

			

	padding: 8px;

	-webkit-transition: all 0.2s ease-in-out;

	-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;

	

	-webkit-border-radius: 0 0 4px 4px;

	-moz-border-radius: 0 0 4px 4px;

	border-radius: 0 0 4px 4px;



	background: #fcfcfc url('../images/grad_menu.png') top left repeat-x;

	text-shadow: 0 1px 0 rgba(256, 256, 256, 0.8);

	}

.portfolio_item a:hover h5{

	color: #222;

	background-color: #e5e5e5;

	text-shadow: 0 1px 0 rgba(256, 256, 256, 0.6);	

	}





/* About Page */



.team_block {

	margin: 30px 0;

}

.team_block h4{

	margin: 20px 0 6px;

	text-align: center;

	font-weight: 600;

	font-size: 15px;

	line-height: 22px;

}

.team_block .team_desc{

	font-style: italic;

	color: #aaa;

	text-align: center;

}

.team_block p{

	

}



/* Table */

table {

	margin: 10px 0 20px 0;

	width:100%;

}

table th {

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #FFFFFF;

	border-left-width: 1px;

	border-left-style: solid;

	border-left-color: #e2e2e2;

	border-right-width: 1px;

	border-right-style: solid;

	border-right-color: #e2e2e2;

	background: -moz-linear-gradient(top, #f4f4f4, #FFFFFF 55%); 

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(.55, #FFFFFF));

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#FFFFFF'); /* for IE */

	text-align: center;

	padding: 8px 10px 8px 14px;

	font-size: 14px;

	text-align: left;

	font-weight: 600;

	margin-bottom:10px;

}



table td {

	padding: 8px 14px;

	border: #e2e2e2 1px solid;

	background: #fff;

	-webkit-transition: all 0.3s linear;

	-moz-transition: all 0.3s linear;

	-ms-transition: all 0.3s linear;

	-o-transition: all 0.3s linear;

	transition: all 0.3s linear;	

}



table tr:hover td {

	background: #f4f4f4;

	}

	



.no_bm {

	margin-bottom: 0px;

}



#folio_filters, .folio_filter_menu ul {padding:0px; margin:0px; height:30px;}

.folio_filter_menu li a {

	float:left;

	background:#ffffff;

	font-size:12px;

	padding:5px 10px 5px 10px;

	color:#7b7b7b;

	display:inline-block;

	margin-bottom:0px;

	text-decoration:none;

	-moz-border-radius: 3px;

    -webkit-border-radius: 3px;

}



.folio_filter_menu li {

	list-style:none;

	float: left;

	margin-right:10px;

}



.folio_filter_menu li a:hover {

	background-color:#292929;

	color:#fff;

}



.folio_filter_menu li.active a {

	color:#fff;

	background-color:#292929;

}

.folio_filter_menu li.current a {

	color:#fff;

	background-color:#5aadc5;

}

.folio_segment {

	float: left;

}

.folio_image_container {

    height: 100%;

	background-color:#FFFFFF;

	padding:1px 1px 10px 1px;

	margin-bottom: 20px;

	text-align:center;

	 /* Firefox */

    -moz-border-radius:2px;

    -moz-box-shadow:0px 1px 2px #ababab;

    /* Linux Browsers */

    -khtml-border-radius:2px;

    -khtml-box-shadow:0px 1px 2px #ababab;

    /* Webkit */

    -webkit-border-radius:2px;

    -webkit-box-shadow:0px 1px 2px #ababab;

    /* CSS3 */

    border-radius:2px;

    box-shadow:0px 1px 2px #ababab;

}

.folio_image_container h5 {font-size:14px; margin-top:5px; padding:0px; }

.folio_image_container span {font-size:11px; color:#5aadc5; font-style: italic;}



.folio_image_container_footer {

    height: 100%;

	background-color:#515151;

	padding:10px;

	 /* Firefox */

    -moz-border-radius:2px;

      /* Linux Browsers */

    -khtml-border-radius:2px;

      /* Webkit */

    -webkit-border-radius:2px;

   

    /* CSS3 */

    border-radius:2px;

  

}

.folio_3_col_isotope {float:left;margin-bottom:20px;}







.media_image_container {

   	background-color:#FFFFFF;

	padding:2px;

		 /* Firefox */

    -moz-border-radius:2px;

    -moz-box-shadow:0px 1px 2px #ababab;

    /* Linux Browsers */

    -khtml-border-radius:2px;

    -khtml-box-shadow:0px 1px 2px #ababab;

    /* Webkit */

    -webkit-border-radius:2px;

    -webkit-box-shadow:0px 1px 2px #ababab;

    /* CSS3 */

    border-radius:2px;

    box-shadow:0px 1px 2px #ababab;

}



.image_container{

	position:relative;

	background-color:#FFFFFF;

	padding:8px;

	box-shadow: 0 0 1px rgba(0,0,0,.1);	

	margin-bottom:20px;

}



.image_container img

 {

display:block;

max-width: 100%;

overflow:hidden;

}


.gridimage_container{
	position:relative;
	background-color:#FFFFFF;
	padding:0px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
	margin-bottom:20px;
	border-bottom:solid 2px #ddd;
}

.gridimage_container img
 {
display:block;
max-width: 100%;
overflow:hidden;
}

.gridimage_container p {padding:10px;}
.gridimage_container h5 {margin:0 10px; font-weight:800; font-size:18px;}


.gridimage_container:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
	margin-bottom:20px;
	border-bottom:solid 2px #ddd;
}

.client-image {display:block; border: 1px solid #c8c8c8; background-color:#FFFFFF; margin-bottom:20px!important}
.client-image img {width:150px;}



/*  Slider Revolution*/
.boxedcontainer {position:relative; max-width: 1280px; margin:auto; padding:0px;}
/*********************************************

	-	SETTINGS FOR BANNER CONTAINERS	-

**********************************************/



.tp-banner-container{

	width:100%;

	position:relative;

	padding:0;



}



.tp-banner{

	width:100%;

	position:relative;

}



.tp-banner-fullscreen-container {

		width:100%;

		position:relative;

		padding:0;

}



/*  Slider Revolution*/





.add_social {padding:10px; margin-bottom:20px; background:#eee; -moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	-khtml-border-radius: 3px;

	border-radius: 3px;}

	

#sitemap a {color:#555555;}

#sitemap a:hover {color:#5aadc5; text-decoration:none;}



/***************************************/

/*************** FOOTER ****************/

/***************************************/

#action {background:#5aadc5; margin-bottom:20px; padding:40px; text-align:center; border-top: solid 6px #488b9e;}

#action h1 {color:#f4f4f4; text-transform:uppercase;}

#action h2 {font-size: 18px; color:#ddd; text-transform:uppercase; padding:10px; margin-bottom:20px; border-bottom: solid 1px #559baf;}



#footer {

	overflow:hidden;

	border-top-width: 0px;

	border-top-style: solid;

	border-top-color: #2785ab;

	background-color: #2e343e;

	color:#888e96;

	font-size:13px;

}

#footer a {color:#b2b1b1;}

#footer a:hover {color:#5aadc5;}

#footer .footer_about i {float:left; padding:5px 5px 10px 0; font-size:60px;}

.footer_title_text_frame{

	padding:0px;

	border-bottom:1px solid #3b414b;

	background-image: url(../images/footer_line.png);

	background-repeat: repeat-x;

	background-position: left bottom;

}

.footer_title_text h3{font-size:16px; color:#9aa2a9; line-height:34px; float:left;padding:0;margin:10px 0 10px 0;}

#footer h5{

	margin-bottom:5px;

}

#footer h5 a {

	color:#9aa2a9;

}

#footer h5 a:hover {

	color:#c4d0db;

}

#footer p {

line-height:20px; margin-bottom:5px;

}

#footer strong { font-weight: bold; color: #fff; padding:0; margin:0;}

#footer p.contact {

line-height:24px;

font-size:13px;

text-shadow:0px 2px 0px #22262e;

color:#b2b1b1;

}

#footer img{

float:left;

padding:0 10px 5px 0;

}

#footer-logo {

	margin-bottom:17px;

}

#footer .footer-post, post {

	overflow:hidden;

	margin:0; padding:0;

}

#footer .footer-post img {

	float:left;

	margin-right:10px;

	padding:2px;

	background-color:#16191e;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	-khtml-border-radius: 3px;

	border-radius: 3px;

	-webkit-transition: all 0.2s linear;

		-moz-transition: all 0.2s linear;

		-ms-transition: all 0.2s linear;

		-o-transition: all 0.2s linear;

		transition: all 0.2s linear;

}

#footer .footer-post img:hover {

	background-color:#5aadc5;

	opacity:0.5;

}

#footer .footer_post_title a{

	font-size:13px;

	color:#9aa2a9;

	text-shadow:0px 2px 0px #22262e;

}

#footer .footer_post_title a:hover{

	font-size:13px;

	color:#c4d0db;

}

#footer .footer-post .meta {

	float:left;

	margin-bottom:5px;

	margin-right:10px;

}



#footer .footer-post .post {

	float:left;

	margin-right:0px;

}

#footer .footer-post .post p {

	

}

#footer .footer-post .meta small,

#footer .footer-post .meta small a {

	font-style:italic;

	text-decoration:none;

	padding-right:10px;

	text-shadow:0px 2px 0px #22262e;

}

.about p {

	

}

#footer .footer-post .meta small a:hover {

}

#footer .footer-post .post strong,

#footer .footer-post .post strong a {

	font-weight:bold;

	text-decoration:none;

}

#footer .footer-post .post strong a:hover {

	color:#c4d0db;

}

.footer_social {text-align:left;}

.footer_social li {display:inline-block; font-size:18px; margin:15px 10px 20px 0; padding:0;}

.footer_social li a {color:#b6b6b6; background-color:#fff; border: solid 1px #eee;

	-webkit-border-radius: 3px;

	-khtml-border-radius: 3px;

	border-radius: 3px; }

.footer_social li.fb a:hover {color:#fff; background-color:#356797; background-image: url(../images/social_icon_bg.png);

	background-repeat: no-repeat;

	background-position: top right;}

.footer_social li.tw a:hover {color:#fff; background-color:#29a8df;background-image: url(../images/social_icon_bg.png);

	background-repeat: no-repeat;

	background-position: top right;}

.footer_social li.gp a:hover {color:#fff; background-color:#c13629;background-image: url(../images/social_icon_bg.png);

	background-repeat: no-repeat;

	background-position: top right;}

.footer_social li.lk a:hover {color:#fff; background-color:#2a84c9;background-image: url(../images/social_icon_bg.png);

	background-repeat: no-repeat;

	background-position: top right;}

.footer_social li.pr a:hover {color:#fff; background-color:#76920f;background-image: url(../images/social_icon_bg.png);

	background-repeat: no-repeat;

	background-position: top right;}



#footer .footer_nav li a {color:#91979f;}

#footer .footer_nav li a:hover {color:#5aadc5;}

#footer .footer_tagcloud {

	padding: 0 0 10px 0;

	font-size:11px;

}

#footer .post_footer_tag {margin-right:5px;}

#footer .footer_tagcloud a{

	float: left;

	padding: 4px 10px;

	color:#929191;

	margin: 0 10px 10px 0;

	-webkit-transition: all 0.2s ease-in-out;

	-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;

	border-radius: 5px;

	background-color: #292929;

	min-height:17px;

}

#footer .footer_tagcloud a:hover{

	color: #fff;	

	background-color: #0d80ad;

		background-image: url(../images/dark_box_no_arrow.png);

	background-repeat: no-repeat;

	background-position: left -7px;

}

#footer_testimonials {}

#footer_testimonials .quote_content{

	float:left;

	padding-bottom:20px;

	font-style: italic;

	font-size:14px;

	background-image: url(../images/dark_box_arrow_bottom.png);

	background-repeat: no-repeat;

	background-position: bottom left;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	-khtml-border-radius: 5px;

	border-radius: 5px;

}

#footer_testimonials img{

	padding:5px;

	float:left;

	height:50px;

	width:120px;

	background:none;

}

#bottom {

	position:relative;

	background-color:#22262e;

	height:auto;

	padding:0;

	margin-top:20px;

	}

#bottom p {padding:10px; margin:10px; text-align:center; line-height:26px;}



#btm_contact .btm_phone, .btm_web, .btm_email {margin-right:10px; padding:5px; font-weight:normal; font-size: 13px; line-height:26px; text-shadow:0px 2px 0px #22262e; color:#5aadc5;} 

#btm_contact i{margin-right:2px; color:#88a433; font-size: 14px;}

#copyright {

	clear:both;

}

#bottom_nav {

	margin:0 0 10px 0;

	text-align:center;

}

#bottom_nav li {display:inline-block;}

#bottom_nav li a {

color:#6c7378;

padding:3px;  

margin-left:5px; 

}

#bottom_nav li a:hover {color:#a2a8ae; text-decoration:none;}

#copyright p,

#copyright p a {

	margin-top:0px;

	margin-bottom:20px;

	text-shadow:0px 1px 0px #22262e;

	text-decoration:none;

}

.small-logo {

	background-image: url(../images/small-logo.png);

	background-repeat: no-repeat;

	background-position: left top;	

}

.small-logo p {

padding-left:100px;

}

.scrollup {

    width:40px;

    height:35px;

    opacity:0.4;

	background:#000;

    position:fixed;

    bottom:20px;

    right:20px;

    display:none;

	border-radius:5px;

	text-align:center;

	font-size:34px;

	padding-bottom:5px;

}

.scrollup:hover {opacity:0.9;}

.credits {

	margin:0 auto;

	height:20px;

	padding:0;

	background-image: url(../images/bottom-trans.png);

	background-repeat: repeat;

	background-position: center center;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #22262e;

}

.last {margin-right:0;}

/* #Template Styles::END

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



/* CUSTOM RESPONSIVE STYLES */



/* #Tablet (Portrait)

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



    /* Note: Design for a width of 768px */



    @media only screen and (min-width: 768px) and (max-width: 959px) {

		#header_left .logo img{ max-width:300px; }

		.banner, .bannercontainer {	width:748px; height:318px;}

        #select_menu {display:none;}

		.mainmenu i {margin-right:0px; text-indent:-99999px; font-size:1px;}

        #footer 			{ width: 100%; }

    }





/*  #Mobile (Portrait)

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



    /* Note: Design for a width of 320px */



    @media only screen and (max-width: 767px) {

	#header_left .logo img{ max-width:300px; }

		.banner, .bannercontainer {width:300px;height:127px;}

		 .darkline {margin: 10px;}

		 textarea.input {max-width: 300px;}

		#header_left {text-align:center;}

		#header_right {display:none; }

		.breadcrumbs {display:none;}

        #footer 			{ width: 100%; }

        #menu 				{ display: none; }

		#crumbs {display:none;}

		#topsearch {display:none;}

    	#select_menu		{ display: block; width: 100%; padding: 8px; margin-bottom: 0;}

  .mainmenu > ul, .mainmenu > ul ul {

      display: none;

  }

	.mainmenu > ul ul li {display:none;}

	.mainmenu a.home {display:none;}

	.mainmenu > ul ul {width:0px; height:0px; display:none;}

   	

    }





/* #Mobile (Landscape)

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



    /* Note: Design for a width of 480px */



    @media only screen and (min-width: 480px) and (max-width: 767px) {

		 .banner, .bannercontainer	{width:420px; height:178px;}

		#header_left {text-align:center;}

			#crumbs {display:none;}	

			#topsearch {display:none;}

		/* Page Specific */

		.tab a 			{ padding: 6px 10px 5px 10px; font-size: 13px; }

    }



/*!

 *  Font Awesome 3.0.2

 *  the iconic font designed for use with Twitter Bootstrap

 *  -------------------------------------------------------

 *  The full suite of pictographic icons, examples, and documentation

 *  can be found at: http://fortawesome.github.com/Font-Awesome/

 *

 *  License

 *  -------------------------------------------------------

 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL

 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -

 *    http://opensource.org/licenses/mit-license.html

 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/

 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:

 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"



 *  Contact

 *  -------------------------------------------------------

 *  Email: dave@davegandy.com

 *  Twitter: http://twitter.com/fortaweso_me

 *  Work: Lead Product Designer @ http://kyruus.com

 */@font-face{font-family:FontAwesome;src:url(../font/fontawesome-webfont.eot?v=3.0.1);src:url(../font/fontawesome-webfont.eot?#iefix&v=3.0.1) format('embedded-opentype'),url(../font/fontawesome-webfont.woff?v=3.0.1) format('woff'),url(../font/fontawesome-webfont.ttf?v=3.0.1) format('truetype');font-weight:400;font-style:normal}[class*=" icon-"],[class^=icon-]{font-family:FontAwesome;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-menu>.active>a>[class^=icon-],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^=icon-],.dropdown-submenu:hover>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^=icon-],.icon-white,.nav-list>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^=icon-],.nav-pills>.active>a>[class*=" icon-"],.nav-pills>.active>a>[class^=icon-],.navbar-inverse .nav>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^=icon-]{background-image:none}[class*=" icon-"]:before,[class^=icon-]:before{text-decoration:inherit;display:inline-block;speak:none}a [class*=" icon-"],a [class^=icon-]{display:inline-block}.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em}.btn [class*=" icon-"],.btn [class^=icon-],.nav [class*=" icon-"],.nav [class^=icon-]{display:inline}.btn [class*=" icon-"].icon-large,.btn [class^=icon-].icon-large,.nav [class*=" icon-"].icon-large,.nav [class^=icon-].icon-large{line-height:.9em}.btn [class*=" icon-"].icon-spin,.btn [class^=icon-].icon-spin,.nav [class*=" icon-"].icon-spin,.nav [class^=icon-].icon-spin{display:inline-block}.nav-pills [class*=" icon-"],.nav-pills [class*=" icon-"].icon-large,.nav-pills [class^=icon-],.nav-pills [class^=icon-].icon-large,.nav-tabs [class*=" icon-"],.nav-tabs [class*=" icon-"].icon-large,.nav-tabs [class^=icon-],.nav-tabs [class^=icon-].icon-large{line-height:.9em}.nav li [class*=" icon-"],.nav li [class^=icon-],li [class*=" icon-"],li [class^=icon-]{display:inline-block;width:1.25em;text-align:center}.nav li [class*=" icon-"].icon-large,.nav li [class^=icon-].icon-large,li [class*=" icon-"].icon-large,li [class^=icon-].icon-large{width:1.5625em}ul.icons{list-style-type:none;text-indent:-.75em}ul.icons li [class*=" icon-"],ul.icons li [class^=icon-]{width:.75em}.icon-muted{color:#eee}.icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.icon-3x{font-size:3em}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.icon-4x{font-size:4em}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.pull-right{float:right}.pull-left{float:left}[class*=" icon-"].pull-left,[class^=icon-].pull-left{margin-right:.3em}[class*=" icon-"].pull-right,[class^=icon-].pull-right{margin-left:.3em}.btn [class*=" icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x,.btn [class^=icon-].pull-left.icon-2x,.btn [class^=icon-].pull-right.icon-2x{margin-top:.18em}.btn [class*=" icon-"].icon-spin.icon-large,.btn [class^=icon-].icon-spin.icon-large{line-height:.8em}.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x,.btn.btn-small [class^=icon-].pull-left.icon-2x,.btn.btn-small [class^=icon-].pull-right.icon-2x{margin-top:.25em}.btn.btn-large [class*=" icon-"],.btn.btn-large [class^=icon-]{margin-top:0}.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x,.btn.btn-large [class^=icon-].pull-left.icon-2x,.btn.btn-large [class^=icon-].pull-right.icon-2x{margin-top:.05em}.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^=icon-].pull-left.icon-2x{margin-right:.2em}.btn.btn-large [class*=" icon-"].pull-right.icon-2x,.btn.btn-large [class^=icon-].pull-right.icon-2x{margin-left:.2em}.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@-moz-document url-prefix(){.icon-spin{height:.9em}.btn .icon-spin{height:auto}.icon-spin.icon-large{height:1.25em}.btn .icon-spin.icon-large{height:.75em}}.icon-glass:before{content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envelope:before{content:"\f003"}.icon-heart:before{content:"\f004"}.icon-star:before{content:"\f005"}.icon-star-empty:before{content:"\f006"}.icon-user:before{content:"\f007"}.icon-film:before{content:"\f008"}.icon-th-large:before{content:"\f009"}.icon-th:before{content:"\f00a"}.icon-th-list:before{content:"\f00b"}.icon-ok:before{content:"\f00c"}.icon-remove:before{content:"\f00d"}.icon-zoom-in:before{content:"\f00e"}.icon-zoom-out:before{content:"\f010"}.icon-off:before{content:"\f011"}.icon-signal:before{content:"\f012"}.icon-cog:before{content:"\f013"}.icon-trash:before{content:"\f014"}.icon-home:before{content:"\f015"}.icon-file:before{content:"\f016"}.icon-time:before{content:"\f017"}.icon-road:before{content:"\f018"}.icon-download-alt:before{content:"\f019"}.icon-download:before{content:"\f01a"}.icon-upload:before{content:"\f01b"}.icon-inbox:before{content:"\f01c"}.icon-play-circle:before{content:"\f01d"}.icon-repeat:before{content:"\f01e"}.icon-refresh:before{content:"\f021"}.icon-list-alt:before{content:"\f022"}.icon-lock:before{content:"\f023"}.icon-flag:before{content:"\f024"}.icon-headphones:before{content:"\f025"}.icon-volume-off:before{content:"\f026"}.icon-volume-down:before{content:"\f027"}.icon-volume-up:before{content:"\f028"}.icon-qrcode:before{content:"\f029"}.icon-barcode:before{content:"\f02a"}.icon-tag:before{content:"\f02b"}.icon-tags:before{content:"\f02c"}.icon-book:before{content:"\f02d"}.icon-bookmark:before{content:"\f02e"}.icon-print:before{content:"\f02f"}.icon-camera:before{content:"\f030"}.icon-font:before{content:"\f031"}.icon-bold:before{content:"\f032"}.icon-italic:before{content:"\f033"}.icon-text-height:before{content:"\f034"}.icon-text-width:before{content:"\f035"}.icon-align-left:before{content:"\f036"}.icon-align-center:before{content:"\f037"}.icon-align-right:before{content:"\f038"}.icon-align-justify:before{content:"\f039"}.icon-list:before{content:"\f03a"}.icon-indent-left:before{content:"\f03b"}.icon-indent-right:before{content:"\f03c"}.icon-facetime-video:before{content:"\f03d"}.icon-picture:before{content:"\f03e"}.icon-pencil:before{content:"\f040"}.icon-map-marker:before{content:"\f041"}.icon-adjust:before{content:"\f042"}.icon-tint:before{content:"\f043"}.icon-edit:before{content:"\f044"}.icon-share:before{content:"\f045"}.icon-check:before{content:"\f046"}.icon-move:before{content:"\f047"}.icon-step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:before{content:"\f04a"}.icon-play:before{content:"\f04b"}.icon-pause:before{content:"\f04c"}.icon-stop:before{content:"\f04d"}.icon-forward:before{content:"\f04e"}.icon-fast-forward:before{content:"\f050"}.icon-step-forward:before{content:"\f051"}.icon-eject:before{content:"\f052"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-plus-sign:before{content:"\f055"}.icon-minus-sign:before{content:"\f056"}.icon-remove-sign:before{content:"\f057"}.icon-ok-sign:before{content:"\f058"}.icon-question-sign:before{content:"\f059"}.icon-info-sign:before{content:"\f05a"}.icon-screenshot:before{content:"\f05b"}.icon-remove-circle:before{content:"\f05c"}.icon-ok-circle:before{content:"\f05d"}.icon-ban-circle:before{content:"\f05e"}.icon-arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{content:"\f062"}.icon-arrow-down:before{content:"\f063"}.icon-share-alt:before{content:"\f064"}.icon-resize-full:before{content:"\f065"}.icon-resize-small:before{content:"\f066"}.icon-plus:before{content:"\f067"}.icon-minus:before{content:"\f068"}.icon-asterisk:before{content:"\f069"}.icon-exclamation-sign:before{content:"\f06a"}.icon-gift:before{content:"\f06b"}.icon-leaf:before{content:"\f06c"}.icon-fire:before{content:"\f06d"}.icon-eye-open:before{content:"\f06e"}.icon-eye-close:before{content:"\f070"}.icon-warning-sign:before{content:"\f071"}.icon-plane:before{content:"\f072"}.icon-calendar:before{content:"\f073"}.icon-random:before{content:"\f074"}.icon-comment:before{content:"\f075"}.icon-magnet:before{content:"\f076"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-retweet:before{content:"\f079"}.icon-shopping-cart:before{content:"\f07a"}.icon-folder-close:before{content:"\f07b"}.icon-folder-open:before{content:"\f07c"}.icon-resize-vertical:before{content:"\f07d"}.icon-resize-horizontal:before{content:"\f07e"}.icon-bar-chart:before{content:"\f080"}.icon-twitter-sign:before{content:"\f081"}.icon-facebook-sign:before{content:"\f082"}.icon-camera-retro:before{content:"\f083"}.icon-key:before{content:"\f084"}.icon-cogs:before{content:"\f085"}.icon-comments:before{content:"\f086"}.icon-thumbs-up:before{content:"\f087"}.icon-thumbs-down:before{content:"\f088"}.icon-star-half:before{content:"\f089"}.icon-heart-empty:before{content:"\f08a"}.icon-signout:before{content:"\f08b"}.icon-linkedin-sign:before{content:"\f08c"}.icon-pushpin:before{content:"\f08d"}.icon-external-link:before{content:"\f08e"}.icon-signin:before{content:"\f090"}.icon-trophy:before{content:"\f091"}.icon-github-sign:before{content:"\f092"}.icon-upload-alt:before{content:"\f093"}.icon-lemon:before{content:"\f094"}.icon-phone:before{content:"\f095"}.icon-check-empty:before{content:"\f096"}.icon-bookmark-empty:before{content:"\f097"}.icon-phone-sign:before{content:"\f098"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-github:before{content:"\f09b"}.icon-unlock:before{content:"\f09c"}.icon-credit-card:before{content:"\f09d"}.icon-rss:before{content:"\f09e"}.icon-hdd:before{content:"\f0a0"}.icon-bullhorn:before{content:"\f0a1"}.icon-bell:before{content:"\f0a2"}.icon-certificate:before{content:"\f0a3"}.icon-hand-right:before{content:"\f0a4"}.icon-hand-left:before{content:"\f0a5"}.icon-hand-up:before{content:"\f0a6"}.icon-hand-down:before{content:"\f0a7"}.icon-circle-arrow-left:before{content:"\f0a8"}.icon-circle-arrow-right:before{content:"\f0a9"}.icon-circle-arrow-up:before{content:"\f0aa"}.icon-circle-arrow-down:before{content:"\f0ab"}.icon-globe:before{content:"\f0ac"}.icon-wrench:before{content:"\f0ad"}.icon-tasks:before{content:"\f0ae"}.icon-filter:before{content:"\f0b0"}.icon-briefcase:before{content:"\f0b1"}.icon-fullscreen:before{content:"\f0b2"}.icon-group:before{content:"\f0c0"}.icon-link:before{content:"\f0c1"}.icon-cloud:before{content:"\f0c2"}.icon-beaker:before{content:"\f0c3"}.icon-cut:before{content:"\f0c4"}.icon-copy:before{content:"\f0c5"}.icon-paper-clip:before{content:"\f0c6"}.icon-save:before{content:"\f0c7"}.icon-sign-blank:before{content:"\f0c8"}.icon-reorder:before{content:"\f0c9"}.icon-list-ul:before{content:"\f0ca"}.icon-list-ol:before{content:"\f0cb"}.icon-strikethrough:before{content:"\f0cc"}.icon-underline:before{content:"\f0cd"}.icon-table:before{content:"\f0ce"}.icon-magic:before{content:"\f0d0"}.icon-truck:before{content:"\f0d1"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-sign:before{content:"\f0d3"}.icon-google-plus-sign:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-money:before{content:"\f0d6"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-columns:before{content:"\f0db"}.icon-sort:before{content:"\f0dc"}.icon-sort-down:before{content:"\f0dd"}.icon-sort-up:before{content:"\f0de"}.icon-envelope-alt:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-undo:before{content:"\f0e2"}.icon-legal:before{content:"\f0e3"}.icon-dashboard:before{content:"\f0e4"}.icon-comment-alt:before{content:"\f0e5"}.icon-comments-alt:before{content:"\f0e6"}.icon-bolt:before{content:"\f0e7"}.icon-sitemap:before{content:"\f0e8"}.icon-umbrella:before{content:"\f0e9"}.icon-paste:before{content:"\f0ea"}.icon-lightbulb:before{content:"\f0eb"}.icon-exchange:before{content:"\f0ec"}.icon-cloud-download:before{content:"\f0ed"}.icon-cloud-upload:before{content:"\f0ee"}.icon-user-md:before{content:"\f0f0"}.icon-stethoscope:before{content:"\f0f1"}.icon-suitcase:before{content:"\f0f2"}.icon-bell-alt:before{content:"\f0f3"}.icon-coffee:before{content:"\f0f4"}.icon-food:before{content:"\f0f5"}.icon-file-alt:before{content:"\f0f6"}.icon-building:before{content:"\f0f7"}.icon-hospital:before{content:"\f0f8"}.icon-ambulance:before{content:"\f0f9"}.icon-medkit:before{content:"\f0fa"}.icon-fighter-jet:before{content:"\f0fb"}.icon-beer:before{content:"\f0fc"}.icon-h-sign:before{content:"\f0fd"}.icon-plus-sign-alt:before{content:"\f0fe"}.icon-double-angle-left:before{content:"\f100"}.icon-double-angle-right:before{content:"\f101"}.icon-double-angle-up:before{content:"\f102"}.icon-double-angle-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}.icon-desktop:before{content:"\f108"}.icon-laptop:before{content:"\f109"}.icon-tablet:before{content:"\f10a"}.icon-mobile-phone:before{content:"\f10b"}.icon-circle-blank:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-spinner:before{content:"\f110"}.icon-circle:before{content:"\f111"}.icon-reply:before{content:"\f112"}.icon-github-alt:before{content:"\f113"}.icon-folder-close-alt:before{content:"\f114"}.icon-folder-open-alt:before{content:"\f115"}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;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,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-inner,.fancybox-outer{position:relative}.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:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{width:100%;height:100%;max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(../images/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(../images/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;text-decoration:none;background:transparent url(../images/blank.gif);-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:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important;}.fancybox-lock{overflow:hidden!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(../images/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:400 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:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:0 0;background:rgba(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:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(../images/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(../images/fancybox_loading@2x.gif);background-size:24px 24px}}.flex-container a:active,.flex-container a:focus,.flexslider a:active,.flexslider a:focus{outline:0}.flex-control-nav,.flex-direction-nav,.slides{margin:0;padding:0;list-style:none}.flexslider{padding:0}.flexslider ul li{margin-bottom:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;display:block;border-radius:5px;background-color:#FFF}.flex-pauseplay span{text-transform:capitalize}.slides:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .slides{display:block}* html .slides{height:1%}.no-js .slides>li:first-child{display:block}.flexslider{margin:0;zoom:1;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:0;padding:0}.flex-direction-nav{*height:0}.flex-direction-nav a{width:30px;height:30px;margin:-20px 0 0;display:block;background:url(../images/bg_direction_nav.png) no-repeat 0 0;position:absolute;top:50%;z-index:10;cursor:pointer;text-indent:-9999px;opacity:0;-webkit-transition:all .3s ease}.flex-direction-nav .flex-next{background-position:100% 0;right:5px}.flex-direction-nav .flex-prev{left:5px}.flexslider:hover .flex-next{opacity:.8;right:5px}.flexslider:hover .flex-prev{opacity:.8;left:5px}.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:.3!important;filter:alpha(opacity=30);cursor:default}.flex-control-nav{width:100%;position:absolute;bottom:20px;text-align:right}.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,.5);cursor:pointer;-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,.3)}.flex-control-paging li a:hover{background:#fff;background:rgba(0,0,0,.7)}.flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,.9);cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;display:block;opacity:.7;cursor:pointer}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}@media screen and (max-width:860px){.flex-direction-nav .flex-next,.flex-direction-nav .flex-prev{display:block}}.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0,0);-webkit-perspective:1000}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-buttons div,.owl-controls .owl-page{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden}.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:190px;background:url(AjaxLoader.gif) no-repeat center center}