@font-face {
    font-family: 'Satisfy Regular';
    src: url('../font/Satisfy-Regular.eot');
    src: url('../font/Satisfy-Regular.eot?#iefix') format('embedded-opentype'),
         url('../font/Satisfy-Regular.woff') format('woff'),
         url('../font/Satisfy-Regular.ttf') format('truetype'),
         url('../font/Satisfy-Regular.svg#Satisfy Regular') format('svg');
}



html {
	overflow-x:hidden;
}
a {
	color:#ff6600;
	text-decoration:none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a:hover {
	text-decoration:none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
input:focus,textarea:focus{
	border:none;
	outline:none !important;
}

body {
	margin:0;
	padding:0;
	color:#000;
	font:13px Open Sans;
}
ul, ol {
	margin:0 0 0 40px;
	padding:0;
}

.padding-bottom {
	padding-bottom:80px;
}

.iphone {
	display:none;
}

#backToTop {
    position: fixed;
    right: 20px;
    bottom: 0;
    color: #fff;
    padding-bottom: 10px;
}
#backToTop a {
    display: inline-block;
    padding: 5px  10px;
    color: #000;
    background: #fff;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
	 text-decoration:none
}
#backToTop a:hover {
    background:#ff6600;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}


/*all site use css*/


.topone {
    float: left;
    width: 100%;
				background:#000;
				padding:2px 0
}
.topone.white{
   background:#fff;
	}
	
.search_top {
    display: inline-block;
    width: 10%;
    position: relative;
}

.menu_top {
    display: inline-block;
    width: 70%;
    text-align: center;
}


.logo {
    display: inline-block;
   /* width: 71%;  */
    margin: 12px 0 -18px;
}

.laura_right {
    display: inline-block;
    width: 10%;
    float: right;
}

.laura_right img {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    border: 3px solid #fff;
    position: absolute;
   -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
top:12px
}
a.read_more {
    float: right;
}
.menufull {
    display: inline-block;
    width: 100%;
    text-align: center;
    background:#000000 ;
    margin-bottom: -4px;
}
.corkboard_line{
     background:url(../../images/corkboard_line.jpg) bottom center repeat;
    display: inline-block;
    width: 100%;
    height:21px;
   display:none;
}
.corkboard_top img {
    width: 100%;
}

.social_right {
    display: inline-block;
    width: 19%;
    text-align: right;
    vertical-align: top;
				margin-top:6px;
}
.socialicons {
    display: inline-block;
    width: 15%;
    vertical-align: top;
}

.social_right ul,.socialicons ul {
    margin: 0;
}

.social_right li {
    display: inline-block;
}

.socialicons ul li {
    display: inline-block;
				width:34%;
}


.search_top img {
    position: absolute;
    top: -29px;
}

.parttop{
    background:url(../../images/corkboard.jpeg) repeat;
				width:100%;
				display:inline-block;
				padding:15px 0;
				background-size:100%
}
.corkboard_top {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.footer {
    display: inline-block;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 20px 0;
}

.footer h5 {
    color: #fff;
				margin-bottom:10px
}

.footr_dot {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}

.footer_icons {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.footer_icons ul {
    margin: 0;
}

.footer_icons li {
    display: inline-block;
}

.copyright {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin: 12px 0 0;
}

.footer_link {
    display: inline-block;
    width: 100%;
}

.footer_link ul {
    margin: 0;
    padding: 0;
}

.footer_link ul li {
    display: inline-block;
    width: 100%;
}

.footer_link ul li a {
    font-size: 12px;
    color: #fff;
				display:inline-block;
}

.footer_link ul li a:after{
  border-bottom:1px solid #fff;
		width:0;
		display:block;
		content:'';
		transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	}
.footer_link ul li a:hover:after{
  border-bottom:1px solid #fff;
		width:100%;
		transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	}

/*blog page css*/

.inner-page {
    float: left;
    width: 100%;
    margin: 30px 0 ;
				min-height:300px
}

.blog_area {
    display: inline-block;
    width: 100%;
    margin:30px 0 ;
}

.mid_head {
    text-align: center;
    display: block;
}

.blog-div {
	float: left;
	width: 100%;
}
.blog-img {
	float: left;
	width: 45%;
}
.blog-img img {
	width:90%;
}
.blog-text {
	float: left;
	width:95%;
}

.post_text{
   display:inline-block;
			width:100%;
}

.post_text strong{
    display:block;
}

.full-img {
    display: block;
    width: 45%;
    margin: 20px 0px;
    float:left;
}

.full-img img {
    width: 100%;
}

.sidebar {
    display: block;
    width: 75%;
    float: right;
}

.laura_circle {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin:10px 0
}



.color_dots {
    display: inline-block;
    width: 100%;
    background: url(../../images/color-dots.jpg) repeat-x;
    height: 8px;
    margin: 10px 0;
}


.sign_up_side {
    display: inline-block;
    width: 100%;
}

.sign_up_side form {
    display: block;
    background: #f5f5f5;
    border: 1px solid #ddd;
    text-align: center;
    padding: 15px;
}

.sign_up_side form input[type="text"],.sign_up_side form input[type="email"] {
    border: 1px solid #ddd;
    width: 96%;
    padding: 0 2%;
    font-size: 13px;
    height: 28px;
    margin-bottom: 10px;
}

.sign_up_side form input[type="submit"] {
    background: #000;
    color: #fff;
    border: none;
    padding: 4px 15px;
}


.all_ads {
    display: inline-block;
    width: 100%;
}

.all_ads img {
    width: 100%;
}



.side_serach {
    float: right;
    width: 24%;
    margin-top: 30px;
}

.side_serach form {
    margin: 0;
	height:32px;
    background: #fff;
    border: 1px solid #ddd;
				-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}

.side_serach form label {
    display: none;
}

.side_serach form input {
    background: none;
    border: none;
    width: 75%;
    height: 32px;
    padding: 0 0 0 10px;
}

.side_serach form button {
    border: none;
    background: #000;
    color: #fff;
    float: right;
    height: 32px;
    padding: 0 10px;
}

.menufull .span3 .social_right {
    width: 100%;
}

.col center img {
    width: 100px;
}


.col.overh3 center img {
    width: auto;
}

 @media(max-width:1200px) {

#cssmenu > ul > li > a {
    padding: 10px 20px !important;
    font-size: 13px !important; 
}

}
