html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

/*::-moz-selection {
 background: #f2c2c9;
 color: #a4003a;
 text-shadow: none;
}
::selection {
	background: #16a085;
	color: #a4003a;
	text-shadow: none;
}*/
/*
 * A better looking default horizontal rule
 */
 
 .ylink{    
    font-family: "Maven-Regular";
    font-size: 15px;
    color:#af936c;
    text-decoration: none;
}
 
 .ylink:hover, .ylink:focus{    
	text-decoration: none;
    color:#6e6c6a;
} 

.middelPos{
	left:0;
	right:0;
	margin:auto;
}

iframe{
	margin-top: -37px;
}


hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -moz-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -ms-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -o-linear-gradient(left, #fff, #e6e6e6, #fff);
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

img {
	vertical-align: middle;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   General styles
   ========================================================================== */

html, body {
	height: 100%;
}
body {
  	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
.modal-header {
	background: #34b1c4;
}
.modal-header h4 {
	color: white;
	font-weight: 700;
	letter-spacing: 1px;
}
.modal-footer {
	background: #34b1c4;
}
.navbar-default .navbar-nav > li > a {
  font-size: 14px;
  text-transform: uppercase;
  font-family:'Maven-Regular';
  color: inherit;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #38b5c9;
  background-color: #fff;
  
  
}

.colorMenu{
	/*color: #af936c;*/

    color: black;
}
.navbar{
	border:none;	
}

.navbar-default .navbar-brand {
	font-weight: 700;
	font-size: 26px;
	color: #666;
}
.navbar-brand .fa {
	color: #38b5c9;
}
.navbar-toggle {
	border-color: transparent;
	border: 0px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #53504c;	
}

/*css declaration generic for firefox and other browsers*/

.logoHeader {
	margin-top: 10px;
	width: 122px;
}

.navbar-default {
	/*background: url(../../assets/images/Home/headerbackground1.png);*/
	background:#fff;
	padding: 0 0 33px;
	font-weight: 500;
}


/*css declaration only for Chrome/Safari*/

@media screen and (-webkit-min-device-pixel-ratio:0) { 
     .logoHeader {
		margin-top: 11px;
	    width: 122px;
	}
	
	.navbar-default {
		/*background: url(../../assets/images/Home/headerbackground1.png);*/
		background:#fff;
		font-weight: 500;
	}

}




.odd a img {
	background: #f5f5f5;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
	color: #555;
}
h2 {
	font-size: 34px;
	color: #666;
	font-weight: 500;
}
h3 {
	font-size: 24px;
	font-weight: 500;
}
/* Paragraph & Typographic */
p {
	line-height: 26px;
	margin-bottom: 20px;
}
p.large {
	font-size: 18px;
	margin-bottom: 50px;
}
.centered {
	text-align: center;
}
strong {
	font-weight: 700;
}
em {
	font-weight: 300;
}
pre {
	background: #ebebeb;
	border: none;
	font-family: "Monaco";
	font-size: 16px;
	color: #666;
	padding: 20px;
	line-height: 28px;
}
small {
	font-size: 12px;
}
blockquote, blockquote p {
	line-height: 28px;
	color: #999;
	font-weight: 300;
	font-style: italic;
}
blockquote {
	position: relative;
	margin: 0 0 40px -30px;
	padding-left: 30px;
	border-left: 5px solid #3498db;
}
blockquote cite {
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 12px;
	font-style: italic;
	color: #333;
	font-weight: 300;
}
blockquote cite:before {
	content: "-- "
}
/* Images */
.overflow-image {
	margin-top: -65px;
}
/* Links */
a {
	color: #4abcc5;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: #af936c;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/header_bg.jpg) no-repeat center top;
	padding-top: 200px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 100px;
}
#headerwrap h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 10px;
}
#headerwrap p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
}
#headerwrap .btn {
	font-weight: 500;
	font-size: 17px;
	margin: 20px 0;
	background-color: rgba(255,255,255,0);
	color: #fff;
	border: 1px solid #fff;
}
#headerwrap .btn:hover, #headerwrap .btn:focus {
	color: #555;
	background-color: #fff;
	outline: 0px;
	border: 1px solid #fff;
}


#services {
	background: url(../img/bg.jpg) no-repeat center center fixed;
	padding: 60px 0;
	text-align: center;
	background-size: cover;
}
#services .fa {
	color: #c0ed5d;
}
#services hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
#services p {
	text-align: center;
	color: #fff;
}
#services H2 {
	color: #fff;
}
#services H3 {
	color: #fff;
}
#team {
	background: url(../img/bg.jpg) no-repeat center center fixed;
	padding: 60px 0;
	text-align: center;
	background-size: cover;
}
#team hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
#team H2 {
	color: #fff;
}
#team p {
	color: #fff;
}
#team H4 {
	padding-top: 10px;
	color: #fff;
	font-weight:bold;
}
#team p.large {
	margin-top: 60px;
	margin-bottom: 30px;
}
#team .fa {
	width: 30px;
	height: 30px;
	margin: 0 3px;
	border-radius: 100%;
	font-size: 15px;
	line-height: 30px;
	outline: 0;
	color: #fff;
	background-color: #67c5d3;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
#team .fa:hover {
	background-color: #2ea0b1;
}

#aboutSection {
    padding: 80px 0 60px;
}

#portfolio {
	background-color: #fff;
	padding: 60px 0;
}
#portfolio .btn-default {
	border: 0;
}

#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding: 50px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
}
#greywrap .btn {
	font-family: "Raleway";
	font-weight: 300;
	font-size: 20px;
	margin: 0 25px;
	background-color: #fff;
	border-color: #e2e2e2;
	color: #888;
	border-bottom: 0;
	letter-spacing: 1px;
}
#greywrap .btn:hover, #greywrap .btn:focus {
	margin: 0 25px;
	background-color: #fff;
	border-color: #a5cdd5;
	border-bottom: 0;
	outline: 0px;
	color: #a5cdd5;
}
#greywrap h2 {
	font-size: 30px;
}
#greywrap .callout {
	margin-bottom: 20px;
}
#greywrap p {
	font-size: 30px;
}
#greywrap .fa {
	font-size: 18px;
	margin-right: 4px;
}
#footerwrap {
	background: rgba(255,255,255,0.8);
	padding: 5px 0 0;
	bottom: 0;
    left: 0;
    right: 0;
}
.ftxt{
    color: #af936c;
    font-family: "Maven-Regular";
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 5px
}


 .ftxt a{    
    font-family: "Maven-Regular";
    font-size: 14px;
    color:#af936c;
    text-decoration: none;
}
 
 .ftxt a:hover, .ftxt a:focus{    
	text-decoration: none;
    color:#6e6c6a;
} 

#footerwrap{padding: 15px 0}
a,a:focus,a:hover{outline:0 !important;}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background-color:  rgba(255,255,255,0) !important;
	color: #8a704b !important;
}

.carousel-indicators li {
font-size: 16px
}

#footerwrap .copyright {
	line-height: 1;
	color: #af936c;
	font-weight: 400;
	font-size:14px;
	font-family:'Maven-Regular';
}
#footerwrap .copyright a {
	color: #888;
}
#footerwrap .copyright a:hover {
	color: #3ab7cb;
	text-decoration: none;
}
#footerwrap h4 {
	color: white;
}
ul.social-buttons {
	margin: 0;
}
ul.social-buttons li a {
	font-size: 18px;
	outline: 0;
	color: #af936c;
}
.list-inline > li:first-child {
    padding-left: 5px;
}
.borderGold{
	border:solid 1px #af936c;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #53504c;
}
/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	color: #999;
}
.white p {
	padding-top: 25px;
}

/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
	border: 1px solid #ddd;
}
.grid figure img {
	width: 100%;
	display: block;
	position: relative;
	
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background-color: #34b1c4;
}
.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
}
.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}
/* Caption Style */
.mask figure {
	overflow: hidden;
}
.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .mask figure:hover img, .mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .mask figure:hover figcaption, .mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.mask figcaption a {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 30px;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px) {
body .header {
	background-attachment: scroll;
}
}

/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait) {
.header {
	background-attachment: scroll;
}
}

@media screen and (max-width:769px) {
#headerwrap h1 {
	font-size: 40px;
}
#headerwrap p {
	font-size: 20px;
}
}







/* =============================================================================
 	css wedding R us
   ============================================================================== */


.icon-prev{
	background:url("../images/Home/arrow-1.png");
}

.icon-next{
	background:url("../images/Home/arrow-2.png");
	
}

.icon-prev:hover{
	background:url("../images/Home/arrow-1-over.png");
}

.icon-next:hover{
	background:url("../images/Home/arrow-2-over.png");
	
}

.carousel-control .icon-prev::before{
	content:" ";
}
.carousel-control .icon-next::before{
	content:" ";
}
.carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{
	height:60px;
	width:60px;
}

.lightbackground{
	background: url(../images/Home/headerbackground1.png);
}
.bottomSetcion{
    display: block;
    position: absolute;
    bottom: 0px;
}

.fillabout{
	background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
	height: calc(100% - 75px);
    margin-top: 75px;
}
.fillexpertise{
	background-position: center center;
    background-size: cover;
    height: calc(100% - 75px);
    width: 100%;
	position:relative;
	margin-top: 75px;
}

.titleScript{
	font-size:40px;
	font-family:'hijrnotes';
}

.subtitle{
	font-size:24px;
	font-family:'Maven-Regular';
	color:#af936c;
	line-height: 28px;
}

.description{
	font-size:15px;
	font-family:'Maven-Regular';
	color:#6e6c6a;
	line-height: 20px;
}


#process {
	background: #efe9e2;
	padding-top: 80px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 60px;
}

.photos{
	font-size:20px;
	font-family:'Maven-Regular';
	color:#af936c;
	margin-right: 20px;
    margin-top: 10px;
	
}

.titlePress{
	font-size:16px;
	color:#af936c;
	font-family:'Maven-Bold';
	text-transform:uppercase;
	line-height: 15px;
    margin-top: 10px;
}

.descPress{
	font-family:'Maven-Regular';
	color:#555659;
	font-size:14px;
	line-height: 18px;
    margin-bottom: 4px;
    margin-top: 8px;
}

.readMore{
	color:#656668;
	font-family:'Maven-Bold';
	text-transform:uppercase;
	font-size:12px;
}


.goldBorder{
	border:solid 1px #af936c;
}

.dateContent{
	color:#af936c;
	font-size:16px;
	font-family:'Maven-Regular';
}

.titleContent{
	color:#524f4a;
	font-family:'hijrnotes';
	font-size:36px;
	line-height: 45px;
    margin-top: 10px;
	text-transform: lowercase;
}

.titleContent:first-letter {
    text-transform: uppercase;
}


.subtitleContent{
	color: #af936c;
    font-family: "Maven-Regular";
    font-size: 19px;
    line-height: 28px;
	margin-top:30px;
	text-transform:uppercase;
}


.inputForm{
	width:100%;
	color:#222;
	font-size:15px;
	font-family:'Maven-Regular';
	border:solid 1px #d4d3d3;
	margin-top:12px;
	margin-bottom:10px;
	padding: 10px;
}

.submitBt{
	cursor:pointer;
	border:solid 1px #af936c;
	color:#af936c;
	font-family:'Maven-Regular';
	width:100px;
	float:right;
	font-size:16px;
	margin-top: 10px;
    padding-bottom: 3px;
    padding-top: 7px;
    text-align: center;
}

.submitBt:hover{
	color:#53504c;
	border-color:#53504c;
}

.navbar-nav > li > a {
	padding-top:29px;
	padding-bottom:0px;
}



.facebook{
	background:url(../images/Home/fbnew.png);
	height: 28px;
    width: 28px;
	float: left;
	margin-right: 10px;
	background-size:28px 28px;
}

.facebook:hover{
	background:url(../images/Home/fb-overnew.png);
	background-size:28px 28px;
}

.insta{
	background:url(../images/Home/instanew.png);
	height: 28px;
    width: 28px;
	float: left;
	margin-top: 22px;
	background-size:28px 28px;
	margin-left: 15px;
}

.youtube{
	background:url(../images/Home/youtube.png);
	height: 28px;
    width: 28px;
	float: left;
}

.youtube:hover{
	background:url(../images/Home/youtube-over.png);
	height: 28px;
    width: 28px;
}

.activePage{
	color:#53504c;
}

.titleContact{
	color: #af936c;
    font-family: "Maven-Bold";
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
	margin-bottom: 10px;
    text-transform: uppercase;
}


.pos-x{
	position:relative;
	z-index:-1;
}



.pdrow{
	padding-top:10px;
	padding-bottom:7px
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background:transparent;
}

.titleContactNew{
	color: #af936c;
    font-family: "Maven-bold";
    font-size: 30px;
    margin-bottom: 50px;
}


/*contact popup*/
.popup {
  position: fixed;
  display: none;
  z-index: 5000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.popup > div.wrapper {
  border-radius: 10px;
  position: fixed;
  background: #fff;
  padding: 50px 15px;
  /* Width of popup can be changed */
  width: 100%;
  max-width: 1170px;
  z-index: 5001;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 54%;
  text-align: center;
}


.popup > div.exitIcon{
	border-radius: 10px;
	  position: fixed;
	  /* Width of popup can be changed */
	  width: 100%;
	  max-width: 1170px;
	  z-index: 5001;
	  -moz-transform: translate(-50%, -4%);
	  -ms-transform: translate(-50%, -4%);
	  -webkit-transform: translate(-50%, -4%);
	  transform: translate(-50%, -4%);
	  left: 50%;
	  top: 4%;
	  cursor:pointer;
}

.submitBtNew{
	cursor:pointer;
	color:#909090;
	font-family:'Maven-Regular';
	width:100px;
	float:right;
	font-size:18px;
	margin-top: 10px;
    padding-bottom: 3px;
    padding-top: 7px;
    text-align: center;
	background:#fff;
}



.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: transparent;
    color: #fff;
    text-decoration: none;
}




#contactBanner {
    background: rgba(0, 0, 0, 0) url("../images/Contact/map.jpg") no-repeat scroll center center / cover ;
    min-height: 450px;
    width: 100%;
	margin-top: 75px;
}


.getDirection{
	background:#af936c;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: "Maven-Regular";
    font-size: 18px;
    margin-top: -50px;
    padding-bottom: 3px;
    padding-top: 7px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 128px;
}


.backbutton{
	border:solid 1px #af936c;
	background:#fff;
    color: #af936c;
    cursor: pointer;
    font-family: "Maven-Regular";
    font-size: 16px;
    padding-bottom: 3px;
    padding-top: 7px;
    right: 0;
	text-transform: uppercase;
}
#myCarousel{
	height:calc(100% - 75px) !important;
}


.errorMesg{
	color:red;
}


/* Portrait phones and smaller */
@media (max-width: 480px) {
	#contactBanner{
		margin-top: 90px;
	}
	.fillabout{
		height: calc(100% - 90px);
		margin-top: 90px;
	}
	.fillexpertise{
	    height: calc(100% - 90px);
		margin-top: 90px;
	}
	#myCarousel{
		height:calc(100% - 90px) !important;
	}
	.subtitle{
		font-size:20px;
	}
	.popup {
	  position: relative;
	}
	.popup > div {
	  position: relative;
	  top:80%;
	}
	
	.navbar-toggle{
		height:90px;
		display: table-cell;
    	vertical-align: middle;
		margin-top:0;
		margin-bottom:0;
	}
	.pdrow{
		padding-top:0px;
		padding-bottom:0px
	}
	.logoHeader {
	    padding-left: 15px;
	    margin-top: 10px;
	    width: 70px;
	}
	
	.navbar-default {
		padding: 0px;
	}
	
	.carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{
		background-size: 100% 100%;
	    height: 40px;
	    width: 40px;
	}
	.navbar-default .navbar-nav > li > a{
		line-height:30px;
	}
	#filters{
		margin-top:120px !important;
	}
	#filters li span {
	    text-align: center;
	    width: 86px;
	    padding: 4px !important;
	    font-size: 20px !important;
	}
	
	.titleScript{
		font-size:29px;
	}
	#aboutSection {
	    padding: 20px 0 60px;
	}
	
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
	#contactBanner{
		margin-top: 90px;
	}
	.fillabout{
		height: calc(100% - 90px);
		margin-top: 90px;
	}
	.fillexpertise{
	    height: calc(100% - 90px);
		margin-top: 90px;
	}
	#myCarousel{
		height:calc(100% - 90px) !important;
	}
	.subtitle{
		font-size:20px;
	}
	.popup {
	  position: relative;
	}
	.popup > div {
	  position: relative;
	  top:80%;
	}
	.bottomSetcion{
		left: 0;
	    right: 0;
	}
	#aboutSection {
	    padding: 20px 0 60px;
	}
	.navbar-toggle{
		display: table-cell;
    	vertical-align: middle;
		height:90px;
		margin-top:0;
		margin-bottom:0;
	}
	.navbar-default {
		padding: 0px;
	}
	.pdrow{
		padding-top:0px;
		padding-bottom:0px
	}
	.logoHeader {
	    padding-left: 15px;
	    margin-top: 10px;
	    width: 70px;
	}
	.carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{
		background-size: 100% 100%;
	    height: 40px;
	    width: 40px;
	}
	.navbar-default .navbar-nav > li > a{
		line-height:30px;
	}
	#filters{
		margin-top:120px !important;
	}
	
	#filters li span {
	    text-align: center;
	    width: 135px;
	}
	
	.titleScript{
		font-size:40px;
	}
	
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.bottomSetcion{
		left: 0;
	    right: 0;
	}
	.photos{
		float:left;
	}
}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.bottomSetcion{
		left: 0;
	    right: 0;
	}
	.photos{
		float:left;
	}
}


/* Large desktops and laptops */
@media (min-width: 1200px) {
	.photos{
		float:left;
	}
}

@media (min-width: 768px) {
	
.height30{
	height:30px;
}

.mn2{
 right: -75px !important;
 top:30px;	
 text-align: center;	
}

.mn1{
 left: 0px !important;
 top:30px;	
 text-align: center;	
}
}
