@charset "utf-8";
@import "skeleton.css";	
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);


html, body{
	margin: auto;
	padding: 0;
	height: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: normal;
	background: #ededed;
}

h2 {
    font-size: 38px;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin: 0px 0 25px 0;
    text-align: center;
    text-transform: uppercase;
}

h4 {
	padding:5px;
	font-weight: bold;
	color:#e70c1d;
}
p{
	margin:10;
}
ul,label{
	margin-left:15px;
	padding:5px;
}
body a:hover{
	text-decoration:none;
}
.wrapper {
	min-height:100%;
	position:relative;
}
/*-- header --*/
.header {
	background: #fff;
	padding-bottom: 20px;
}
.logo{
	float:left;
	margin-top: 0.9em;
}

.logo a span img{
	vertical-align: bottom;
}
/*-- header --*/


/*-- main content --*/

.content {
	margin:auto;
  font-family: 'Raleway', sans-serif;
  clear: both;
  font-size: 14px;
  width: 100%;
  margin-top: 20px;
  padding: 20px 90px 20px 90px;
 } 

hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
/*-- //main content --*/

/*-- footer --*/
.footer{
	height: 60px;
	background-color: #333;
	width: 100%;
	color: #888888;
	text-align: center;
	padding:1.5em 0;
	clear:both;
}

/*-- //footer --*/

/* Preloader */
#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:99999; /* makes sure it stays on top */ 
}

#status {
  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/status.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 */
}

.service_wrapper {
    padding: 40px 0 40px;
}

.service_section {
}

.service_block {
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 20px;
}

.service_block h4{
	text-align: center;
}

.service_block img {
	width: 90px;
	height: 78px;
}

.service_icon {
    width: 90px;
    height: 90px;
    margin: 0px auto 25px;
}

.service_icon i {
    color: #df0031;
    font-size: 40px;
    margin-top: 0;
    position: relative;
    top: 20px;
    z-index: 20;
}

.service_block h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    margin: 35px 0 18px;
}

.service_block p, .service_block ul{
    font-size: 16px;
    color: #888888;
}

.form {
	border: dotted 1px gray;
	border-radius: 2em;
	padding-left:50px;
	padding-bottom:10px;
}
/*-- //contact --*/
.contact{
	padding-top:4em;
}
.contact-main h3,.about-main h3,
.advn-main h3,.team-top h3,
.services-main h3,.add-mian h3,
.clients-main h3,.login-main h3,
.rgstr-top h3{
	font-size:2.6em;
	font-weight:600;
	margin:0;
	text-align:center;
	color:#e70c1d;
}
.contact-top-one h4 {
	color: #e70c1d;
	font-size: 1.5em;
	font-weight: 600;
	margin: 0;
}
.contact-top-one h6 {
	color: #1E1E1E;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.6em;
	margin: 1em 0;
}
.contact-top-one span {
	display: block;
}
.contact-top-one p {
	color: #858585;
	font-size: 1em;
	margin: 1em 0px;
	line-height: 1.8em;
}
.contact-top-one p a {
	color: #e70c1d;
	font-size: 1em;
	margin: 1em 0px;
	line-height: 1.8em;
}
.contact-top-one p a:hover {
	color: #f92c16;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.contact-top-right form input[type="text"] {
	width: 32.95%;
	color: #898888;
	outline: none;
	font-size: 1em;
	padding: 10px 10px;
	margin-bottom: 1em;
	border: solid 1px #D5D4D4;
	-webkit-appearance: none;
}
.contact-top-right form textarea {
	resize: none;
	width: 100%;
	color: #898888;
	font-size: 1em;
	outline: none;
	padding: 10px 10px;
	border: solid 1px #D5D4D4;
	min-height: 12em;
	-webkit-appearance: none;
}
.sub-button input[type="submit"] {
	border: none;
	outline: none;
	color: #fff;
	background: #e70c1d;
	padding: 10px 20px;
	font-size: 1em;
	font-weight: 600;
	-webkit-appearance: none;
}
.sub-button input[type="submit"]:hover {
	background: #E4DD2C;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.sub-button {
	margin-top: 1.5em;
	text-align: center;
}
.contact-top {
	margin-top: 3em;
}
.contact-bottom iframe{
	width:100%;
	height:400px;
}
.contact-bottom {
  margin: 4em 0;
}
/*--end-contact--*/

/*--funded-project--*/
.review{
	margin-top: 50px;
}

.review h3 {
	margin-top: 10px;
	background-color: #d3d3d3;
	padding: 10px;
}

.rev_poster {
	text-align: left;
}

.rev_poster img {
	float:left; 
	padding-right:20px;
}
.rev_poster h3 {
	text-align: left;
	margin-left: 35px;
	font-weight: bold;
}
.rev_technical {
	font-size: 16px;
	margin-bottom: 50px;
}

.rev_technical p{
	padding: 5px;
}
/*--end-funded-project--*/

/*-- tiles--*/
.banner {
   margin-top:10px;
   margin-bottom: 10px;
    position: relative;
}

.banner .label {
    color: #fff;
    position: absolute;
    text-align: center;
    left: 0;
    top: 50%;
    margin-top: -38px;
    right: 0;
    text-transform: uppercase;
}


.banner .label .title {
    font-size: 30px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.banner .label .price span {
    display: block;
    font-size: 24px;
    padding-top: 3px;
}

.banner a {
    font-size: 14px;
    line-height: 20px;
    color: #c73430;
    text-transform: uppercase;
    display: inline-block;
    background-color: #e5e5e5;
    padding: 5px 18px 4px;
    margin-top: 25px;
    border-radius: 13px;
}

.banner a:hover {
    background-color: #c73430;
    color: #fff;
}

.container_12 h1 {
	background: gray;
	text-align: center;
	text-transform: uppercase;
	padding-top:20px;
}


/*--gallery--*/
.rg-image-wrapper{
	position:relative;
	padding:20px 30px;
	background:transparent url(../sliki/images/black.png) repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height:20px;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
}
.rg-image-nav a{
	position:absolute;
	top:0px;
	left:0px;
	background:#000 url(../sliki/images/nav.png) no-repeat -20% 50%;
	width:28px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size:11px;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
}
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(../sliki/images/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(..sliki/images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}

/*--end-gallery--/


/*-----start-responsive-design------*/
@media (max-width:1440px){
	.logo a span {
	  top: 18%;
	  left: 12%;
	}

@media (max-width: 1280px){
	.logo a span {
	  top: 18%;
	  left: 7.5%;
	}
	.top-nav ul li a {
		padding: 30px 30px;
	}
	.logo {
	  margin-top: 1em;
	}
}
	.about,.services1 {
	  padding: 4em 0;
	}
	.about-grid-left h4 {
		font-size: 1.3em;
	}
	.about h3,.services1 h3 {
	  margin: 0 0 1.5em;
	}
	.service-info h3 {
		font-size: 1.8em;
	}
	.service-wrap {
	  padding: 5em 0;
	}
	.wmuSliderPagination {
		right: 44%;
	}
	.servc-grid-right h4 {
		font-size: 1.2em;
	}
	.evnt-grd-left p,.evnt-grd-right p {
		width: 100%;
	}
	.contact-left input[type="text"], .contact-left input[type="email"] {
	  width: 32.5%;
	}
}
@media (max-width:768px){
@media (max-width: 667px){
	.header-top-left {
	  margin: 1.2em 0 0 10em;
	}
	.logo a span {
		font-size: 10px;
	}
	.top-nav ul li a {
	  font-size: 14px;
	}
}
@media (max-width:640px){
	.logo a {
	  font-size: 2.2em;
	
	.header-top-right p {
		font-size: 1.2em;
	}
	.header-top-lft p span {
		font-size: 1.4em;
	}
	.header-top-left {
	  margin: 0.8em 0 0 11em;
	}
	.top-nav ul li a {
		padding: 17px 16px;
	}
	.logo {
	  margin-top: 0em;
	}
	
	.about h3, .services1 h3, .event h3, .contact-left h3 {
	  font-size: 1.6em;
	}
	.about-grid-left h4 {
	  font-size: 1em;
	}
	.service-info h3 {
	  font-size: 1.2em;
	}
	.wmuSliderPagination {
	  right: 42%;
	}
	.servc-grid-right h4 {
	  font-size: 1em;
	  margin: 0 0 .5em;
	}
	.services-bottom-info h3 {
		font-size: 1.3em;
	}
	.event-grid-right {
	  margin-top: 2em;
	}
	.contact-left input[type="text"], .contact-left input[type="email"] {
	  width: 32.74%;
	}
	.contact-left input[type="submit"] {
	  font-size: 16px;
	  padding: 10px 0;
	}
	.footer-left {
	  float: none;
	  text-align: center;
	  margin-bottom: 1em;
	}
	.footer-right {
	  float: none;
	  text-align: center;
	}

}
@media (max-width: 600px){
	.top-nav ul li a {
	  padding: 15px 12px;
	}
}
@media (max-width: 568px){
	.header-top-left {
	  margin: 0.8em 0 0 7em;
	}
}
@media (max-width:480px){
	span.menu {
	  display: block;
	  cursor: pointer;
	  width: 100%;
	  position: relative;
	  text-align: right;
	  margin:7px 0 0;
	}
	ul.nav {
	  display: none;
	  background:#F23126;
	  margin-top: 2em;
	}
	.top-nav ul {
	  position: absolute;
	  padding: 1em 0;
	  margin: 23px 0 0;
	  left: 2%;
	  width: 96%;
	  z-index: 999;
	}
	.top-nav ul.nav li {
	  display: inline-block;
	  margin: 0;
	  width: 100%;
	  padding: 17px 1em;
	  text-align: center;
	}
	.top-nav ul li a.active, .top-nav ul li a:hover{
	  background:none;
	}
	.header {
	  padding: 1em 0;
	}
	.logo a {
	  line-height: 40px;
	}
	.top-nav ul li a i {
		display: none;
	}
	.top-nav ul li a {
		color: #fff;
		display:block;
		padding:0;
	}
	.top-nav ul.nav1 li {
		padding: 10px 0;
	}
	.header-top-left {
	  margin: 0.8em 0 0 2em;
	}
	.about, .services1, .contact {
	  padding: 2em 0;
	}
	.service-info h3 {
	  font-size: 1em;
	}
	.wmuSliderPagination {
	  right: 38%;
	}
	.servc-grid-right,.event-grid {
	  padding: 0 !important;
	}
	.servc-grid-right {
	  margin-bottom: 2em;
	}
	.services1 {
	  padding: 2em 0 0 !important;
	}
	.glyphicon-globe, .glyphicon-user, .glyphicon-grain, .glyphicon-glass {
	  font-size: 2em;
	}
	.evnt-grd-left p span {
	  font-size: 17px;
	  line-height: 13px;
	}
	.evnt-grd-left p {
	  font-size: 1.3em;
	  padding: .3em 0 .7em;
	}
	.event-grid-left {
	  margin-bottom: 0em;
	}
	.event-grid-right {
	  margin: 0 0 2em;
	}
	.evnt-grd-right p {
		margin: 1em 0 2em;
	}
	.contact-left input[type="text"], .contact-left input[type="email"] {
	  width: 100%;
	  float: none;
	    padding: 10px 10px;
	}
	.contact-left input[type="email"] {
	  margin: 1em 0;
	}
	.contact-left textarea {
	  min-height: 150px;
	  margin: 1em 0;
	}
	.contact-left input[type="submit"] {
	  font-size: 14px;
	  padding: 10px 0;
	  width: 40%;
	}
	.contact-bottom iframe {
	  min-height: 270px;
	}
	
}
@media (max-width: 414px){
	.header-top-left {
	  margin: 0.8em 0 0 0em;
	}
	.header-top-right p {
	  font-size: 1em;
	  padding: 10px 13px;
	}
	.header-top-lft p span {
		padding: 11.8px 16px;
		font-size: 1.2em;
	}

}

@media (max-width: 320px){
	.header-top-left {
	  margin: 0.5em 0 0 0.2em;
	}
	.header-top-left p a {
		font-size: 12px;
	}
	.header-top-right p {
	  font-size: 14px;
	  padding: 10px 5px;
	}
	.header-top-lft p span {
	  font-size: 1em;
	}
	.about h3, .services1 h3, .event h3, .contact-left h3 {
	  font-size: 1.4em;
	}
	.about-grid-left,.contact-left,.about-grid-right,.event-grid-right,.servc-grid,.services-bottom-info-left,.services-bottom-info-right {
	  padding: 0 !important;
	}
	.about-grid-left h4 {
	  font-size:1em;
	  margin: 0 0 .5em;
	}
	.about-grid-left p,.evnt-grd-right p,.service-info p,.servc-grid-right p,.services-bottom-info p,.services-bottom-info ul li a {
		font-size: 13px;
	}
	.contact-left p, .contact-left ul li, .contact-left ul li a,.contact-left input[type="text"], .contact-left input[type="email"], .contact-left textarea {
	  font-size: 13px;
	}
	.contact-left input[type="submit"] {
	  font-size: 13px;
	  padding: 8px 0;
	  width: 45%;
	}
	.contact-left {
	  margin-bottom: 0em;
	}
	.contact-bottom iframe {
	  min-height: 200px;
	}
	.footer-left p {
	  margin: 0;
	}
	.contact-left ul {
		padding: .5em 0 0;
	}
	.more a {
	  padding: 8px 16px;
	  font-size: 13px;
	}
	.event-grid-right {
	  margin: 0 0 1em;
	}
	.services-bottom-info p {
	  margin: 1em 0 1em;
	}
	.about-grid-left {
	  margin-bottom: 1em;
	}
	.service-wrap {
	  padding: 2em 0;
	}
	.service-info {
		width: 100%;
	}
	.wmuSliderPagination {
	  right: 32%;
	}
	.service {
	  min-height: 370px;
	}
	.servc-grid-right h4 {
		font-size: 0.9em;
	}
	.servc-grid-right {
	  margin-bottom: 1em;
	}
	.services1 {
	  padding: 2em 0 1em !important;
	}
	.services-bottom {
		padding: 2em 0;
	}
	.services-bottom-info h3 {
	  font-size: 1em;
	}
	.top-nav ul.nav li {
		padding: 10px 0;
	}
	.top-nav ul li a,.footer-left p {
	  font-size: 13px;
	}
	.event {
	  padding: 2em 0 2em;
	}
	.news h3 {
	  margin: 0;
	}
	.event-grids:nth-child(2) {
	  margin: 1em 0 0em;
	}
	.footer {
	  padding: 1em 0;
	}
}