@charset "utf-8";
/* CSS Document */

@import "css/reset.css";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);


@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*----*****---- << General >> ----*****----*/
	
	body { font-weight:normal; font-size:16px; color:#333333; font-family: 'Open Sans', sans-serif; font-weight:300; letter-spacing:1px; }
	
	/*----*****---- << Fonts >> ----*****----*/
	
	h1, h2, h3, h4, h5, h6{font-weight:500; font-family: 'BebasNeueRegular';}
	input[type=text], input[type=password], input.text, textarea, input[type=submit], .mobile-menu {font-family: 'BebasNeueRegular';}	
	
	
	/*----*****---- << Headings >> ----*****----*/
	
	h2, h3, h4, h5, h6 {  text-transform:uppercase; font-weight:500; font-family: 'BebasNeueRegular';}	
	h2 a, h3 a, h4 a, h5 a, h6 a { color:#333333; }
	
	h6 a{color:#c4a851;}
	
	h1{ font-size:36px; line-height: 1.1; margin-bottom:15px; ; color:#363636; font-weight:500; text-transform:uppercase; color:#333333; }
	h2{ font-size:30px; line-height:normal; margin-bottom:15px;  }
	h3{ font-size:26px; line-height:normal; margin-bottom:15px; }
	h4{ font-size:22px; line-height:22px; margin-bottom:10px; }
	h5{ font-size:20px; line-height:22px; margin-bottom:10px;  font-weight:normal; }
	h6{ font-size:16px; line-height:22px; margin-bottom:10px; }
	
	.border-title { background:url(images/splitter.png) bottom repeat-x; width:100%; text-align:center; display:inline-block; margin:0px 0px 50px; padding:0px; position:relative; }
	.border-title h1, .border-title h2, .border-title h3, .border-title h4 { text-transform:uppercase; padding:0px 20px 15px; margin-bottom:5px; display:inline-block; *display:inline; *zoom:1; }
	.border-title h1 span, .border-title h2 span, .border-title h3 span, .border-title h4 span { border-left:6px solid transparent; border-right:6px solid transparent; left:0; *left:49%; right:0; width:0; margin:auto; bottom:10px; position:absolute; }
	
	/*----*****---- << Transition >> ----*****----*/
	
	a, input[type=submit], button, input[type=button], .widget ul li, #secondary .widget h3.widgettitle, #secondary .widget h3.widgettitle a:before, #secondary h2.filtering, #secondary h2.filtering span:before, #top-bar .phone-no, .social-icons li i, #main-menu ul li, #main-menu > ul > li > ul:before, #main-menu ul ul li ul:before, .slider-next-arrow, .ico-content.type2 .icon, .carousel-arrows a span, .portfolio .portfolio-thumb img, .blog-entry .entry-thumb-meta .entry-meta span, .testimonial .author, .team .image img, .side-nav-container ul li a span, .partner-carousel li, .carousel-arrows a:hover span { -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear; transition:all 300ms linear; }
	
	/*----*****---- << Text Elements >> ----*****----*/
	
	a{ text-decoration:none; }
	a:hover { color:#df8198; }
	a img{ border:none; }
	
	strong{ font-weight: bold; }
	em{ font-style: italic; }
	
	address { display:block; margin:10px 0px 20px; }
	abbr {  border-bottom:1px dotted #3d3d3d; cursor:help; }
	ins { background:#FFF9C0; }
	sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline; }
	sub { bottom: -3px; }
	sup { bottom: -3px; }	
	
	p { line-height:1.5; margin-bottom:10px; text-align:justify; }	
	ul, ol, pre, code{ margin-bottom:30px; }
	
	ul{ list-style-type:none; list-style-position:inside; }
	ul li { padding-bottom:10px; }
	ul li ul { list-style-type:disc; padding-left:20px; margin:10px 0px 0px; }
	ul ul ul { margin-bottom:0px; list-style-type:circle; }
	
	ol{ list-style-type:decimal; list-style-position:outside; padding-left:20px; padding-top:10px; }
	ol li { padding-bottom:10px; }
	ol li ol { margin-bottom:0px; list-style-type:lower-alpha; }
	ol ol ol { margin-bottom:0px; list-style-type:lower-roman; }	
	
	blockquote{ line-height:22px; font-style:italic; font-size:16px; padding:3px 0px 0px 0px; margin:10px 0px 30px; float:left; }
	blockquote span { background-color:#e6e2d6; background-position:-354px -234px; width:70px; height:70px; float:left; margin:0px 10px 0px 0px; border-radius:70px; }
	blockquote p { margin-bottom:0px; }
	blockquote cite { float:right; margin:10px 0px 0px; font-size:14px; }
	
	blockquote.alignleft { margin-right:20px; text-align:left; width:30%; float:left; }
	blockquote.alignright { margin-left:20px; text-align:left; width:30%; float:right; }
	blockquote.aligncenter { width:100%; text-align:center; }
	
	pre, code{ border-left:3px solid #f8cc6e; background-color:#e6e2d6; display:block; padding:10px; font-size:11px; font-family: monospace; width:96.5%; overflow:auto; }
	
	hr{ background-color:#e6e2d6; border:none; height:1px; margin:30px 0; }
	
	/* due to IE <HR> margin bugs I had to made classed and apply them to div to achieve the effect of a <HR> */
	
	.hr{ background:url(images/splitter.png) repeat-x; height:10px; width:100%; clear:both; display:block; float:left; margin:40px 0px; position:relative; z-index:1; }
	.hr2{ background:url(images/splitter.png) repeat-x; height:10px; width:100%; clear:both; display:block; float:left; margin:15px 0px; position:relative; z-index:1; }
	.hr-border { border:4px dashed #df8198; width:100%; clear:both; display:block; float:left; margin:15px 0px; position:relative; z-index:1; border-radius:5px; }
	.hr-invisible { float:left; width:100%; margin:40px 0px; display:block; clear:both; }
	.hr-invisible-small { float:left; width:100%; margin:20px 0px; display:block; clear:both; }
	.hr-invisible-very-small { float:left; width:100%; margin:10px 0px; display:block; clear:both; }
	
	.hr.top, .hr-border.top { width:97%; }
	.hr.top, .hr-border.top { background-position:right center; text-align:right; }
	.hr.top a, .hr-border.top a { color:#999589; background:transparent; font-size:11px; line-height:16px; padding-left:5px; position:absolute; right:-21px; top:-5px; }
	.hr-border.top a { top:-10px; right:-23px; }
	.hr.top a:hover, .hr-border.top a:hover { color:#e96666; }
	
	.clear { float:none; clear:both; margin:0px; padding:0px; }
	.float-right { float:right; }
	.float-left { float:left; }
	.center { width:100%; text-align:center; }
	.hidden { display:none;}
	
	.post-edit-link { background:#e5e5e5; color:#5a5a5a; float:right; clear:both; margin:20px 0px 0px; line-height:24px; padding:0px 10px; font-size:12px; }
	.post-edit-link:hover { background:#4C4C4C; color:#ffffff; text-shadow:0px 1px 0px #0e4b6e; }	
	
	/*----*****---- << Tables >> ----*****----*/
	
	table{ border-collapse:separate; border-spacing:0; margin-bottom:20px; width:100%; clear:both; border:1px solid #dfdfdf; border-bottom:0px; border-right:0px;  }
	th{ background:#333334; color:#ffffff; border-bottom:5px solid #dfdfdf; border-right:1px solid #e4e4e4; padding:17px 15px; font-size:16px; line-height:normal; font-weight:bold; text-transform:uppercase; text-align:center; }
	td{ border-right:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; background:#f7f7f7; font-size:14px; line-height:normal; text-align:center; padding:13px 15px; }
	
	/*----*****---- << Definition Lists >> ----*****----*/
	
	
		
	/*----*****---- << Forms >> ----*****----*/
	
	label{ font-size:14px; color:#2e2a2b; font-weight:bold; font-size:14px; }
	label span{ color:#b4b4b4; }

	fieldset{ border:1px solid #efefef; padding:15px; margin:0 0 20px 0; }
	legend{ font-weight: bold; }
	
	input[type=text], input[type=email], input[type=password], textarea{ background:#ededed; border:1px solid #c4c4c4; color:#333334; padding:15px; display:block; font-size:14px; margin:10px 0 10px; letter-spacing:2px;}
	input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input.text:focus, textarea:focus{ border-color:#a1a1a1; }
	input[type=text], input[type=email], input[type=password], input.text, textarea { width:93%; }
	textarea { height:120px; overflow:auto; }
	select{ background:#ededed; border:1px solid #c4c4c4; padding:10px; margin:10px 0 10px; display:block; }
	
	input[type=submit], button, input[type=button] { background:#eb672f url(images/btn-small-gradient.png) repeat-x; border:none; color:#ffffff; text-transform:uppercase; font-weight:500; margin:10px 0px 0px; font-size:14px; padding:11px 20px; float:right; cursor:pointer; letter-spacing:2px;}	
	input[type=submit]:hover, button:hover, input[type=button]:hover { background-color:#333; }
	
	#searchform input[type="text"] { border:none; text-transform:uppercase; color:#aaaaaa; font-size:12px; width:260px; }
	
	/*----*****---- << Images >> ----*****----*/
	
	#primary img { max-width:100%; }
	
	.post-content input[type="submit"] { float:none; }
	
	.wp-caption { background:#C4C1AE; border:1px solid #C4C1AE; margin-bottom:10px; margin-top:10px; max-width:96%; padding:5px 7px 7px 5px; }
	.wp-caption img { display:block; margin: 0 auto; padding:6px; max-width:98%; }
	.wp-caption .wp-caption-text { text-align:center; padding-top:0px; margin:0px; }
	
	img.size-auto, img.size-large, img.size-full, img.size-medium { max-width:99.6%; height: auto; }
	.alignleft, img.alignleft { display: inline; float: left; margin-right: 15px; }
	.alignright, img.alignright { display: inline; float: right; margin-left: 20px; }
	.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; text-align:center; }
	.alignleft, .alignright, .aligncenter, .alignnone, img.alignleft, img.alignright, img.aligncenter { margin-bottom:9px; }
	
	/*----*****---- << Columns >> ----*****----*/
	
	.column { margin:0px 2% 0px 0px; float:left; min-height:1px; position:relative; }
	.column.last { margin-right:0px; }	
	
	.one-column { width:100%; }
	.column.one-column { margin-right:0px; }
	
	.one-fourth { width:23.4%; }
	.one-half { width:48.9%; }
	.one-third { width:31.9%; }
	.three-fourth { width:74.5%; }	
	.two-third { width:65.8%; }
	
	.one-fifth { width:18.3%; }
	.four-fifth { width:79.6%; }
	.three-fifth { width:59.2%; }
	.two-fifth { width:38.8%; }
	
	.one-sixth { width:15%; }
	.two-sixth { width:20%; }
	.three-sixth { width:45%; }
	.four-sixth { width:74.1%; }
	.five-sixth { width:75%; }		
	
	.column img { max-width:100%; height:auto; }
	
	.one-half iframe, .one-third iframe, .one-fourth iframe, .three-fourth iframe, .two-third iframe, iframe { max-width:100%; }
	embed, iframe, object, video { max-width:100%; }
	
	.column.no-space { margin-right:1px; }
	.column.no-space.one-fourth { width:24.8%; } 	
	.column.no-space.one-third { width:33.2%; }	
	.column.no-space.one-half { width:49.8%; }
	.column.no-space.one-fifth { width:19.8%; }
	.column.no-space.one-sixth { width:16.5%; }
	
	.column.no-space.three-fourth { width:74.9%; }
	.column.no-space.two-third { width:66.5%; }		
	.column.no-space.four-fifth { width:79.9%; }
	.column.no-space.three-fifth { width:60%; }
	.column.no-space.two-fifth { width:40%; }		
	.column.no-space.two-sixth { width:33.4%; }
	.column.no-space.three-sixth { width:50%; }
	.column.no-space.four-sixth { width:66.6%; }
	.column.no-space.five-sixth { width:83.2%; }
	
	/*----*****---- << Widgets >> ----*****----*/
	
	
	/*----*****---- << PIE >> ----*****----*/
	
	.ico-content.type1 .icon img, .product-overlay a, .product-overlay a span, h5.faq:before, .carousel-arrows a, .testimonial .author img, .testimonial .author, #secondary .widget h3.widgettitle a:before, .portfolio .image-overlay a, .portfolio .image-overlay a span, .team .social-icons li { behavior:url(PIE.htc); }
	
	.ico-content.type1 .icon img, .carousel-arrows a, .product-overlay a, .product-overlay a span, .portfolio .image-overlay a, .portfolio .image-overlay a span { position:relative\0/; z-index:1\0/; }
	
	.portfolio .image-overlay a.zoom, .portfolio .image-overlay a.link, ul.products li .product-thumb .product-overlay a { z-index:-1\0/; }
	.portfolio:hover .image-overlay a.zoom, .portfolio:hover .image-overlay a.link, ul.products li .product-thumb:hover .product-overlay a { z-index:1\0/; }
	
/*----*****---- << Layout >> ----*****----*/

	/*----*****---- << Container >> ----*****----*/

	.container { width:980px; margin:0 auto; position:relative; }
	
	.boxed .wrapper { width:1020px; margin:10px auto; background:transparent; display:table;  }
	.boxed .wrapper2 { width:1040px; margin:0px auto; display:table; background:transparent;  }
	.boxed { background: url(images/procemp_bg.jpg) center top no-repeat  , url(images/procemp_bg2.jpg)repeat bottom; 

-webkit-background: url(images/procemp_bg.jpg) center top no-repeat , url(images/procemp_bg2.jpg)repeat bottom; 

-moz-background: url(images/procemp_bg.jpg) center top no-repeat , url(images/procemp_bg2.jpg)repeat bottom; 

-o-background: url(images/procemp_bg.jpg) center top no-repeat , url(images/procemp_bg2.jpg)repeat bottom; background-size:100%; }
	
	/*----*****---- << Header >> ----*****----*/
	
	#header { width:100%; margin:0px; padding:0px;  text-align:center; background:transparent;   }
	
	/*#header { box-shadow:0px 1px 5px rgba(0, 0, 0, .10); }*/
	
	.section_first{padding:0px 0px 20px 0px ; }
	.section_second{  padding:50px 0px ; margin:0px; background:#dadada; margin:20px 0px 5px 0px;  }
	
	
	.inner-top{padding-top:0px !important;}
	.banner-top{margin-top:-100px;}
	.banner-top h1{color:#FFFFFF; margin:0px 0px 50px 0px; line-height:48px;}
	.page-title{margin-bottom:25px;}
	.page-title h2{margin-bottom:0px; line-height:42px; }
	.inner-left-border{padding-left:20px; border-left:1px solid #cccccc;}
	.inner-right-border{padding-right:25px; border-right:1px solid #cccccc;}
	.column .content-img img{ float:right; margin:0px 0px 10px 15px; width:400px; height:auto;}
	.highlight{color:#df8198; font-weight:700;}
	.highlight2{color:#e1e1e1; font-weight:700;}
	
	
	.buletstyle li { position:relative; float:none; display:block;  margin:0px 0px 10px; padding:0px 25px 0px 25px;  line-height:1.5;}
	
	.buletstyle li:before{ font-family:FontAwesome; font-style:normal; font-weight:normal; text-decoration:inherit; font-size:16px; position:absolute; top:0px; left:0px; content:"\f101"; }
	
	
	
	
	#header .social-icons { float:right; margin:0px; padding:2% 0px; }
	#header .social-icons li { position:relative; overflow:hidden; width:60px; height:60px; border-radius:60px; border:2px solid #df8198;   display:inline-block; *display:inline; zoom:1;  text-align:center; padding-bottom:0px;}
	#header .social-icons li i {color:#df8198; font-size:28px; padding:18px 0px; text-align:center; } 
	#header .social-icons li:hover {background:#df8198; } 
	#header .social-icons li:hover i{color:#FFFFFF;  -moz-transform: scale(1) rotate(45deg) translate(0px); -webkit-transform: scale(1) rotate(45deg) translate(0px); -o-transform: scale(1) rotate(45deg) translate(0px); transform: scale(1) rotate(45deg) translate(0px); } 
	
	.social-icons {  margin:0px; padding:0px; text-align:center; }
	.social-icons li { position:relative; overflow:hidden; width:40px; height:40px; border-radius:40px; border:2px solid #333333;   display:inline-block; *display:inline; zoom:1;  text-align:center; padding-bottom:0px;}
	.social-icons li i {color:#333333; font-size:20px; padding:10px 0px; text-align:center; } 
	.social-icons li:hover {background:#eb672f; border:2px solid #eb672f; } 
	.social-icons li:hover i{color:#FFFFFF;  -moz-transform: scale(1) rotate(45deg) translate(0px); -webkit-transform: scale(1) rotate(45deg) translate(0px); -o-transform: scale(1) rotate(45deg) translate(0px); transform: scale(1) rotate(45deg) translate(0px); } 
	
	
	
	img.alignleft{max-width:100%;}
	img.alignright{max-width:100%;}
	
	.project_gallery{text-align:center;}
	.project_gallery img{float:left; margin:8px; max-width:30.8%; border:4px solid #FFFFFF;  }
	
	.project_gallery2{text-align:center;}
	.project_gallery2 img{float:left; margin:8px; max-width:22.5%; border:4px solid #FFFFFF;  }
	
	#logo { margin:10px 0px;  padding:0px; text-align:center;}
	#logo img { max-width:100%; }
	
	
	#main-menu { float:left; margin:0px 0px 0px 0px; width:100%; padding:0px; position:relative; z-index:100;  background:#000000 url(images/procemp_menu.jpg) repeat; text-align:center;}
	#main-menu ul { float:left; margin:0px 0px 0px; padding:0px; background:#000000 url(images/procemp_menu.jpg) repeat; width:100%; text-align:center;}
	#main-menu ul li { padding:0px 0px; display:inline-block;  position:relative; float:left;  }
	#main-menu ul li a {  display:inline-block;  padding:26px 45px; text-align:center; color:#FFFFFF; font-family: 'Open Sans', sans-serif; text-shadow: 1px 1px 1px #333333; font-size:19px; font-weight:300; text-transform:uppercase; transition: background 1s, color 1s, padding 0.5s, margin 0.5s; -moz-transition: background 1s, color 1s, padding 0.5s, margin 0.5s; -webkit-transition: background 1s, color 1s, padding 0.5s, margin 0.5s; -o-transition: background 1s, color 1s, padding 0.5s, margin 0.5s; }
	#main-menu ul li span { display:none; border-left:6px solid transparent; border-right:6px solid transparent; border-top:6px solid #333334; left:0; *left:48%; right:0; width:0; margin:auto; top:0; position:absolute; }
	#main-menu ul li:first-child{ display:inline-block; }
	#main-menu ul li:last-child{ background:none; padding-right:0px; }
	
	#main-menu > ul > li.current_page_item span { display:block; }	
	#main-menu ul li:hover > a, #main-menu ul li.current_page_item > a { color:#ec6930; background:#FFFFFF url(images/procemp_menubg.png) repeat; position:relative;transition: background 1s, padding 0.5s, margin 0.5s; -moz-transition: background 1s, padding 0.5s, margin 0.5s; -webkit-transition: background 1s, padding 0.5s, margin 0.5s; -o-transition: background 1s, padding 0.5s, margin 0.5s;}		
	
	#main-menu > ul > li.hasSubmenu:hover {  }
	
	#main-menu ul li ul { z-index:1; display:none; float:left; position:absolute; width:200px; top:75px; left:0px; box-shadow:0px 5px 10px rgba(0, 0, 0, 0.25); -moz-box-shadow:0px 5px 10px rgba(0, 0, 0, 0.25); -webkit-box-shadow:0px 5px 10px rgba(0, 0, 0, 0.25); }
	#main-menu ul ul li { background:url(images/thin-border.png) bottom repeat-x; display:block; float:left; clear:both; padding:0px; border:0px; width:100%; }
	#main-menu ul ul li a {background:#f39c12 url(images/prayatna_menubg.png) repeat; text-align:left;  padding:16px 15px 15px; margin:0px; display:block; }
	#main-menu ul ul li a:hover {background:#df8198 url(images/prayatna_menubg.png) repeat; }
	#main-menu ul ul li:first-child { display:block; width:200px; padding:0px 0px; text-align:left; margin-left:0px; font-family: 'Open Sans', sans-serif; font-size:19px; font-weight:400; color:#696969; text-transform:uppercase; }
	#main-menu ul ul li:last-child { background:none; }
	
	#main-menu > ul > li > ul:before { border-left:6px solid transparent; border-right:6px solid transparent; content:""; height:0; left:15px; position:absolute; top:-11px; width:0; }
	
	#main-menu ul ul ul { left:200px; top:0px; }
	#main-menu ul ul li ul:before { border-top:6px solid transparent; border-bottom:6px solid transparent; left:-11px; top:18px; content:""; height:0; position:absolute; width:0; }	
	
	#main-menu ul ul li.current_page_item li { padding:19px 0px 22px 0px; }
	
	/*----*****---- << Responsive Menu >> ----*****----*/
	#main-menu .rmm { display:none; }

	/*----*****---- << Main >> ----*****----*/
	
	#main { width:100%; margin:0px; padding:0px 0px 0px; float:left; }
	
	#primary { width:700px; margin:0px 0px 0px; padding:30px 0; float:left; }
	#primary.content-full-width { width:100%; }
	#primary.with-left-sidebar { float:right; }
	
	#secondary { width:340px; margin:30px 0px 0px 20px; float:left; padding:0px; }
	#secondary.left-sidebar { margin:30px 20px 0px 0px; }
	
		/*----*****---- << Home >> ----*****----*/
		
		#slider { width:100%; margin:0px; padding:0px; float:left; position:relative; margin-top:3px;  }
		#slider .page-slider-container img{width:100%; height:auto;}
		#slider .shadow img{width:100%; max-width:960px; height:auto; }
		
		.page-slider-container {float:left; width:100%; /*height:300px;*/ margin: 0px 0 0; padding:0px 0px 0px; position:relative;  max-height:374px}
		.page-slider-inner {float:left; width:100%; /*height:300px;*/ margin: 0px 0 -2px; padding:0px 0px 0px; position:relative; }
		.page-slider-inner img { width:100%;  }
		.page-slider { float:left; width:100%; margin:0px; padding:0px; }
		.page-slider li { display:block; width:100%; float:left; margin:0px; padding:0px; }
		.page-slider li img { max-width:100%;  max-height:374px}
		
		.page-slider-container .bx-pager { position:absolute; right:15px; bottom:43px; z-index:100; }
		.page-slider-container .bx-pager .bx-pager-item { float:left; margin:0px 3px; }
		.page-slider-container .bx-pager .bx-pager-item a { background:#ffffff; width:12px; height:12px; border-radius:12px; font-size:0px; float:left; }
		.page-slider-container .bx-pager .bx-pager-item a.active { background:#333334; }
		
		
		
		
		.intro-text { width:100%; float:left; }
		.intro-text.type1 { text-align:left; margin-bottom:50px }
		.intro-text.type1 h1 { text-transform:uppercase; margin:0px; line-height:1.1; border-right: 6px solid #b1b1b1; margin-right:18px;}
		
		.intro-text.type1 p { font-size:20px; padding:0px 0px; line-height:1.6;  }
		.intro-text.type1 img{ padding:0px 0px 20px 0px; width:100%; max-width:950px;}
		
		.bg1{background:#f06127 url(images/s10.png) repeat;}
		.bg2{background:#308fd0 url(images/s10.png) repeat;}
		.bg3{background:#275e9d url(images/s10.png) repeat;}
		
		.ico-content { width:100%; margin:0px; padding:0px; }
		.ico-content.type1 { text-align:center; color:#979797; }
		.ico-content.type1 .icon { width:100%; text-align:center; margin-bottom:10px;}
		.ico-content.type1 .icon img { display:inline-block; margin: 0px 0px; width:97.5%; border:4px solid #dadada; font-size:60px; line-height:108px; color:#FFFFFF;   -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 100ms linear; -ms-transition:all 300ms linear; transition:all 300ms linear;  }
		.ico-content.type1:hover .icon span { color:#ffffff; }
		.ico-content.type1 h5 a { text-transform:uppercase; color:#333333; font-weight:500; font-size:20px; margin-top:15px;}
		.ico-content.type1 p{ color:#4c4c4c; line-height:1.6; margin-bottom:35px; }
		
		
		.ico-content.type1:hover h5 a{ color:#eb672f;}
				
		.bigbtn { clear:both; text-transform:uppercase; color:#FFFFFF; margin-top:35px; font-weight:700; text-align:center; font-size:36px; font-family: 'Oswald', sans-serif; background:#f39c12; padding:20px 25px; margin-top:44px; display:table;}
		.bigbtn:hover { background:#f39c12; padding:20px 35px; color:#FFFFFF;}
		
		
		.column .lightgallery a img { float:left; margin:15px 0px;  max-width:222px; width:100%; height:222px}
		
		.inner .lightgallery a img { float:left; max-width:222px; width:100%; height:222px}
		.inner{margin-top:-20px; margin-bottom:30px;}
		.owl-pagination{display:none;}
		
		
		/*.column .lightgallery a:nth-child(3n+3) img {margin:15px 0px 15px 0px;}
		*/
		/*----*****---- << contact Form >> ----*****----*/		
		
		ol.phpfmg_form{
    list-style-type:none;
    padding:0px;
    margin:0px;
}



ol.phpfmg_form li{
   padding-bottom:0px;
}


.form_field, .form_required{
    font-weight : bold;
}

.form_required{
    color:red;
    margin-right:8px;
}


.form_submit_block{
    padding-top: 3px;
}



.form_error_title{
    font-weight: bold;
    color: red;
}

.form_error{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 0px;
    margin-bottom: 0px;
}

.form_error_highlight{
    background-color: #F4F6E5;
    border-bottom: 1px dashed #ff0000;
}

div.instruction_error{
    color: red;
    font-weight:bold;
}

hr.sectionbreak{
    height:1px;
    color: #ccc;
}

#one_entry_msg{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 10px;
    margin-bottom: 10px;
}

		
		/*----*****---- << Footer >> ----*****----*/
		
		#footer { float:left; width:100%; margin:0px; padding:0px 0px 0px 0px;  font-weight:300;  font-size:16px; }
		
		
		#footer .address{margin:13px 0 0 10%; color:#e1e1e1; font-size:20px; line-height:1.1}
		#footer .address h4{ color:#e1e1e1;}
		.copyright {  width:100%; 	clear:both; padding:20px 0px 20px; margin:0px; color:#333333;font-size:14px; }
		.copyright .copyrightbody{}
		.copyright p, .copyright div, .copyright a { font-size:14px; color:#333333; margin-bottom:0px; text-align:center; letter-spacing:3px; text-transform:capitalize; font-weight:300;}
		.copyright a:hover { color:#eb672f; }
		

		
		
