/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
	font-family: 'Lato', sans-serif;
}

* {
	border-radius: 0;
}

body {
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	text-align: justify;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

.vertical-center {
  height:100%;
  width:100%;
}

.vertical-center:before {    /* create a full-height inline block pseudo=element */
  content: " ";
  display: inline-block;
  vertical-align: middle;    /* vertical alignment of the inline element */
  height: 100%;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

iframe div.i4ewOd-pzNkMb-haAclf { display:none !important; opacity:0 !important}


.MyModal {
				display: block;
				position: fixed;
				left: 0px;
				top: 0px;
				width: 100%;
				width: 100vw;
				height: 100vh;
				height: 100%;
				background-color: rgba(255,255,255,0.7);
				z-index: 100000;
			}
			.MyModal .MyModalContainer {
				width: 55%;
				padding: 20px;
				border: 1px solid lightgrey;
				border-radius: 5px;
				padding: 20px;
				position: absolute;
				left: 50%;
				top: 50%;
				transform: translate(-50%, -50%);
				background-color: white;
			}
			.MyModal .MyModalContainer .MyModalContent {
				text-align: center;
				font-size: 16px;
				color: black;
			}
			.MyModal .MyModalContainer .MyModalCancel {
				font-size: 35px;
				color: black;
				position: absolute;
				display: inline-block;
				margin: 0px;
				padding: 0px;
				top: -17px;
				right: 5px;
				cursor: pointer;
			}


@media (max-width: 601px) {
	.resp {
		width:  95% !important;
	}
}
