/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

.st-header .navbar-default .navbar-nav>.current-menu-item>a, .st-header .navbar-default .navbar-nav>.current-menu-item>a:hover,  .st-header .navbar-default .navbar-nav>.current-menu-item>a:focus{
	color:#fedd01;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5 ease-in-out;
	transition: all 0.5s ease-in-out;
}
.banner img{
width:100%;
height:auto;
}


.banner .banner-heading p{
	color:#fedd01;
	text-transform:uppercase;
	text-align:center;
	text-shadow:0 2px 1px #181818;
	position:absolute;
	font-size:48px;
	font-family:'diavlobold';
	 margin-top: 270px;
	width:100%;
	line-height:60px;
	
}
.contact-form span{
margin-right:200px;
}
.contact-form p{
margin-top:15px;
font-size:17px;
font-family:Arial, 'Helvetica', sans-serif;
}

}
.contact-banner .banner-caption {
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	position:absolute;
	padding:96px 0px;
	text-align:center;
}
.contact-banner .banner-caption .contact-heading {
	color:#fff;
	text-transform:uppercase;
	margin-bottom:28px;
}
.contact-banner .banner-caption p {
	color:#fff;
	text-align:center;
}
.contact-banner .banner-caption p span {
	margin:0px 13px;
}
.contact-banner .banner-caption p span strong {
	font-weight:bold;
}
.contact-sec {
	padding-top:25px;
	padding-bottom:25px;
	background:inherit;
}
.contact-sec .contact-form {
	padding:45px 0px;
	margin-left:200px;
}
.contact-sec .contact-form .form-group {
	margin:0px;
}
.contact-sec .contact-form label {
	font-size:17px;
	font-weight:normal;
	color:#a2a2a2;
	font-family: 'helvetica_ce_55_romanregular';
	margin:0px;
	padding:15px 0px 7px 0px;
}
.contact-sec .contact-form input[type="text"], input[type="email"], input[type="password"],input[type="number"], select {
	border-radius:0px;
	border:1px solid #e6e6e6;
	background:#fff;
	color:#bcbcbc;
	font-family:Arial, 'Helvetica', sans-serif;
	font-size:15px;
	width:400px;
	min-height:45px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
	padding-left:10px;
}
.contact-sec .contact-form textarea {
	border-radius:0px;
	border:1px solid #e6e6e6;
	background:#fff;
	color:#bcbcbc;
	font-family:Arial, 'Helvetica', sans-serif;
	font-size:15px;
	width:530px;
	height:133px;
	resize:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
	padding-left:10px;
}
.contact-sec .contact-form input[type="checkbox"] {
	height:15px;
	width:15px;
	background:#fff;
	border:1px solid #e6e6e6;
}
.contact-sec .contact-form .checkbox label {
	margin-left:15px;
	padding:0px;
	font-family:Arial, 'Helvetica', sans-serif;
	font-size:15px;
	color:#949494;
}
.contact-sec .contact-form .checkbox {
	margin-top:0px;
	margin-bottom:7px;
	margin-left:5px;
}
.contact-sec .contact-form input[type="submit"] {
	height:50px;
	width:351px;
	margin-top:20px;
	background:#ffe222;
	color:#181818;
	text-transform:uppercase;
	font-family:Arial, 'Helvetica', sans-serif;
	font-size:15px;
	border:none;
}
.contact-sec .contact-form input[type="submit"]:hover {
	background:#fedd01;
}
.entry-header{
display:none;
}
.entry-meta{
display:none;
}
.comments-area{
display:none;
}
.mail{color:#ffffff;}

@media screen and (max-width: 991px) {
.banner .banner-heading p{
	color:#fedd01;
	text-transform:uppercase;
	text-align:center;
	text-shadow:0 2px 1px #181818;
	position:absolute;
	font-size:44px;
	font-family:'diavlobold';
	 margin-top: 180px;
	width:100%;
	line-height:55px;
	
}
.two-block .col-md-6 {
width:50%;
float:left;
text-align:left;
}
.two-block p{
text-align:left;
}
}
@media screen and (max-width: 768px) {
.sec-white .gold-sec-heading span:before, .sec-white .gold-sec-heading span:after{
	height:10px;
	width:100px;
	position:absolute;
	content:'';
	background:url(../Image/raster-dark.png) repeat-x;
	left:-210px;
	margin-top:10px;
}
.two-block .block1-heading {
font-size:16px;
	color:#3f3e3e;
	text-transform:uppercase;
	margin-bottom:10px;
}
.two-block .block2-heading {
font-size:16px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:10px;
}
.two-block .col-md-6{
width:50%;
float:left;
}
.two-block p{
text-align:left;

}
.banner .banner-heading p{
	color:#fedd01;
	text-transform:uppercase;
	text-align:center;
	text-shadow:0 2px 1px #181818;
	position:absolute;
	font-size:33px;
	font-family:'diavlobold';
	 margin-top: 125px;
	width:100%;
	line-height:45px;
	
}
.header-top ul li {
	list-style-type:none;
	float:left;
}
.header-top ul li a {
	background: rgba(255, 255, 255, 0.3);
	margin-left:1px;
	padding-right:17px;
	padding-top:19px;
	padding-bottom:19px;
}
.header-top li a.icon-facebook.icon:before {
	height:16px;
	width:7px;
	background-position:0px -50px;
	left: 18px;
	top: 18px;
}
.header-top li a.icon-twitter.icon:before {
	height:13px;
	width:16px;
	background-position:0px -76px;
	left: 14px;
	top: 19px;
}
.header-top li a.icon-gmail.icon:before {
	height:16px;
	width:16px;
	background-position:0px -99px;
	left: 14px;
	top: 18px;
}
.contact-sec .contact-form input[type="text"], input[type="email"], input[type="password"], select {
	border-radius:0px;
	border:1px solid #e6e6e6;
	background:#fff;
	color:#bcbcbc;
	font-family:Arial, 'Helvetica', sans-serif;
	font-size:15px;
	width:410px;
	min-height:45px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
}
.contact-sec .contact-form textarea {
	border-radius:0px;
	border:1px solid #e6e6e6;
	background:#fff;
	color:#bcbcbc;
	font-family:Arial, 'Helvetica', sans-serif;
	font-size:15px;
	width:410px;
	height:133px;
	resize:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
}
.contact-sec .contact-form input[type="submit"] {
	height:50px;
	width:410px;
	margin-top:20px;
	background:#ffe222;
	color:#181818;
	text-transform:uppercase;
	font-family:Arial, 'Helvetica', sans-serif;
	font-size:15px;
	border:none;
}



}
 @media screen and (max-width: 480px) {
 .banner .banner-heading p{
	color:#fedd01;
	text-transform:uppercase;
	text-align:center;
	text-shadow:0 2px 1px #181818;
	position:absolute;
	font-size:21px;
	font-family:'diavlobold';
	 margin-top: 80px;
	width:100%;
	line-height:30px;
}
.contact-sec .contact-form input[type="text"], input[type="email"], input[type="password"], select {
	border-radius:0px;
	border:1px solid #e6e6e6;
	background:#fff;
	color:#bcbcbc;
	font-family:Arial, 'Helvetica', sans-serif;
	font-size:15px;
	width:250px;
	min-height:45px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
}
.contact-sec .contact-form textarea {
	border-radius:0px;
	border:1px solid #e6e6e6;
	background:#fff;
	color:#bcbcbc;
	font-family:Arial, 'Helvetica', sans-serif;
	font-size:15px;
	width:250px;
	height:133px;
	resize:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
}
.contact-sec .contact-form input[type="submit"] {
	height:50px;
	width:250px;
	margin-top:20px;
	background:#ffe222;
	color:#181818;
	text-transform:uppercase;
	font-family:Arial, 'Helvetica', sans-serif;
	font-size:15px;
	border:none;
}

 }
 @media screen and (max-width: 320px) {
 .banner .banner-heading p{
	color:#fedd01;
	text-transform:uppercase;
	text-align:center;
	text-shadow:0 2px 1px #181818;
	position:absolute;
	font-size:20px;
	font-family:'diavlobold';
	 margin-top: 40px;
	width:100%;
	line-height:27px;
	
}
.two-block .col-md-6{
width:50%;
float:left;
}
.two-block p{
text-align:left;
}
.icon{
position:relative;
}
.header-top ul li {
	list-style-type:none;
	float:left;
}
.header-top ul li a {
	background: rgba(255, 255, 255, 0.3);
	margin-left:1px;
	padding-right:17px;
	padding-top:19px;
	padding-bottom:19px;
}
.header-top li a.icon-facebook.icon:before {
	height:16px;
	width:7px;
	background-position:0px -50px;
	left: 18px;
	top: 18px;
}
.header-top li a.icon-twitter.icon:before {
	height:13px;
	width:16px;
	background-position:0px -76px;
	left: 14px;
	top: 19px;
}
.header-top li a.icon-gmail.icon:before {
	height:16px;
	width:16px;
	background-position:0px -99px;
	left: 14px;
	top: 18px;
}
.contact-sec .contact-form input[type="text"], input[type="email"], input[type="password"], select {
	border-radius:0px;
	border:1px solid #e6e6e6;
	background:#fff;
	color:#bcbcbc;
	font-family:Arial, 'Helvetica', sans-serif;
	font-size:15px;
	width:220px;
	min-height:45px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
}
.contact-sec .contact-form textarea {
	border-radius:0px;
	border:1px solid #e6e6e6;
	background:#fff;
	color:#bcbcbc;
	font-family:Arial, 'Helvetica', sans-serif;
	font-size:15px;
	width:220px;
	height:133px;
	resize:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
}
.contact-sec .contact-form input[type="submit"] {
	height:50px;
	width:220px;
	margin-top:20px;
	background:#ffe222;
	color:#181818;
	text-transform:uppercase;
	font-family:Arial, 'Helvetica', sans-serif;
	font-size:15px;
	border:none;
}

}

