@font-face {
    font-family: 'RagsToRiches';
    src: url('fonts/RagsToRiches/RagsToRiches.eot?') format('eot'),
    url('fonts/RagsToRiches/RagsToRiches.woff') format('woff'),
    url('fonts/RagsToRiches/RagsToRiches.ttf')  format('truetype'),
    url('fonts/RagsToRiches/RagsToRiches.svg#RagsToRiches') format('svg');
}

@font-face {
    font-family: 'DilleniaUPC';
    src: url('fonts/Dillenia/DilleniaUPC.eot?') format('eot'),
    url('fonts/Dillenia/DilleniaUPC.woff') format('woff'),
    url('fonts/Dillenia/DilleniaUPC.ttf')  format('truetype'),
    url('fonts/Dillenia/DilleniaUPC.svg#DilleniaUPC') format('svg');
}

@font-face {
    font-family: 'Interstate-Regular';
    src: url('fonts/InterstateRegular/Interstate-Regular.eot?') format('eot'),
    url('fonts/InterstateRegular/Interstate-Regular.woff') format('woff'),
    url('fonts/InterstateRegular/Interstate-Regular.ttf')  format('truetype'),
    url('fonts/InterstateRegular/Interstate-Regular.svg#Interstate-Regular') format('svg');
}

@font-face {
    font-family: 'ecuyerdaxregular';
    src: url('fonts/EcuyerR/ecuyerr-webfont.eot');
    src: url('fonts/EcuyerR/ecuyerr-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/EcuyerR/ecuyerr-webfont.woff') format('woff'),
    url('fonts/EcuyerR/ecuyerr-webfont.ttf') format('truetype'),
    url('fonts/EcuyerR/ecuyerr-webfont.svg#ecuyerdaxregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'freestyle_scriptregular';
    src: url('fonts/FreestyleScript/freescpt_0-webfont.eot');
    src: url('fonts/FreestyleScript/freescpt_0-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/FreestyleScript/freescpt_0-webfont.woff') format('woff'),
    url('fonts/FreestyleScript/freescpt_0-webfont.ttf') format('truetype'),
    url('fonts/FreestyleScript/freescpt_0-webfont.svg#freestyle_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'special_eliteregular';
    src: url('fonts/SpecialElite/specialelite-webfont.eot');
    src: url('fonts/SpecialElite/specialelite-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/SpecialElite/specialelite-webfont.woff') format('woff'),
    url('fonts/SpecialElite/specialelite-webfont.ttf') format('truetype'),
    url('fonts/SpecialElite/specialelite-webfont.svg#special_eliteregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "NeoBulletin";
    src: url('fonts/NeoBulletin/NeoBulletin-Limited-Free-Version.eot');
    src: url('fonts/NeoBulletin/NeoBulletin-Limited-Free-Version.eot?#iefix') format('embedded-opentype'),
    url('fonts/NeoBulletin/NeoBulletin-Limited-Free-Version.svg#NeoBulletin') format('svg'),
    url('fonts/NeoBulletin/NeoBulletin-Limited-Free-Version.woff') format('woff'),
    url('fonts/NeoBulletin/NeoBulletin-Limited-Free-Version.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
    outline: none;
}
::selection {
    color:#FFFFFF;
    background:#BA631B;
}
::-moz-selection {
    color:#fff;
    background:#BA631B;
}
html, body {
    text-align: center;
    height: 100%;
}
body {
    min-width: 1024px;
    background: url(images/body_bg.jpg) repeat center top;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, address {
    margin: 0px;
    padding: 0px;
    color: #353535;
    font-size: 15px;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    font-weight: 400;
    font-family: "NeoBulletin";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}
th, td {
    vertical-align: top;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
em {
    font-style: italic
}
strong {
    font-weight: bold
}
iframe {
    margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
a {
    border: none;
    text-decoration: none;
    color: #BA631B;
}
a img {
    border: none;
}
.clear {
    clear: both;
    padding: 0;
    margin: 0;
}
/*START: reset CSS*/
h1 {
    color: #BA631B;
    margin: 0px;
    padding: 0 0 5px 0;
    font-size: 45px;
    font-weight: normal;
}
h2 {
    margin: 0;
    padding: 6px 0 2px 0;
    font-size: 40px;
    font-weight: normal;
}
h3 {
    margin: 0;
    padding: 6px 0 2px 0;
    color: #444444;
    font-size: 36px;
    font-weight: normal;
}
h4 {
    margin: 0;
    padding: 6px 0 2px 0;
    color: #444444;
    font-size: 30px;
    font-weight: normal;
}
h5 {
    font-size: 30px;
    margin: 0;
    padding: 0;
}
p {
    margin: 0px;
    padding: 0 0 15px 0;
    color: #909090;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    font-family: "NeoBulletin";
}
p a {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 15px;
    font-weight: normal;
}
p a:hover {
    text-decoration: underline;
}
ul, ol {
    margin: 0;
    padding: 0 0 9px 0;
}
ul li {
    margin: 0 0 5px 10px;
    padding: 0 0 0 20px;
    color: #444444;
    font-size: 15px;
    font-weight: normal;
    list-style: none;
    background: url(images/li_arrow.png) no-repeat 0 5px;
    font-family: "NeoBulletin";
}
ol li {
    margin: 0 0 5px 25px;
    padding: 0;
    color: #444444;
    font-size:15px;
    font-weight: normal;
}
input[type = "text"], input[type = "password"] {
    margin: 4px 0 4px 10px;
    padding: 0 10px 0 10px;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #c3c3c3;
    width: 200px;
    height: 25px;
    color: #444444;
    font-size:15px;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    font-family: "NeoBulletin";
}
select {
    margin: 4px 0 4px 10px;
    padding: 0 0 0 7px;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #c3c3c3;
    width: 222px;
    height: 25px;
    color: #444444;
    font-size: 15px;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    font-family: "NeoBulletin";
}
textarea {
    margin: 4px 0 4px 10px;
    padding: 0 10px 0 10px;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #c3c3c3;
    width: 200px;
    height: 100px;
    color: #444444;
    font-size:15px;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    font-family: "NeoBulletin";
}
input[type = "checkbox"] {
    margin: 4px 7px 4px 10px;
    position: relative;
    top: 2px;
}
input[type = "radio"] {
    margin: 4px 7px 4px 10px;
    position: relative;
    top: 2px;
}
input[type = "button"], button, input[type = "submit"] {
    margin: 4px 0 4px 4px;
    padding: 0 20px 0 20px;
    border: none;
    width: auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    background: #034e98 url(images/button_bg.gif) repeat-x 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.banner_bottom_rightSide input[type = "button"], button, input[type = "submit"] {
    margin: 4px 0 4px 4px;
    padding: 0 20px 0 20px;
    border: none;
    width: auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    background: #034e98 url(images/button_bg.gif) repeat-x 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
input[type = "button"]:hover, button:hover, input[type = "submit"]:hover {
    color: #ffffff;
}
a.button {
    margin: 2px 0 2px 10px;
    padding: 7px 23px 7px 23px;
    border: none;
    width: auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: normal;
    background: #034e98 url(images/button_bg.gif) repeat-x 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
a.button:hover {
    text-decoration: none;
    color: #ffffff;
}
/* Form Element End Here */
fieldset {
    border: 1px solid #c7c7c7;
    padding: 10px;
    margin: 10px 0 5px 0;
}
legend {
    margin: 0px;
    color: #04509B;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    padding: 0 5px;
}
hr {
    border: none;
    height: 1px;
    border-top: 1px dashed #e0e0e0;
}
.right_alain_image_div {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
}
.right_alain_image {
    position: relative;
    left: 0px;
    top: 0px;
    width: 270px;
    height: 229px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    float: right;
    margin-left: 20px;
}
.right_alain_image img {
    position: absolute;
    left: 10px;
    top: 10px;
}
/*END:reset css*/

/* Parent Div Start Here  */
#container {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    padding:0;
}
.wrapper {
    margin: 0px auto;
position: relative;
    width: 1000px;
}
.social_footer
{
 left: 428px;
top:40px;
    position: absolute;
}
.social_footer a
{
display:inline-block;
margin:0 5px;
}
footer,
#footer,
.site-content section {
    position: relative;
    z-index: 100;
}
#navigation-info {
    width: 100%;
    text-align: center;
    background: url(images/background/navigation-info.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    -moz-background-size:cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    position: relative !important;
    z-index: 0 !important;
}
#navigation-info .wrapper {
    position: absolute;
    z-index: 9999;
    left: 50%;
    margin-left: -500px;
}
#portfolio {
    width: 100%;
    text-align: center;
    background: url(images/background/portfolio.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    -moz-background-size:cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
#portfolio .wrapper {
    height: 998px;
}
#meet-kelly {
    width: 100%;
    text-align: center;
    background: url(images/background/meet-kelly.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    -moz-background-size:cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
#meet-kelly .wrapper {
}
#info-weddings {
    width: 100%;
    text-align: center;
    background: url(images/background/info-weddings.jpg) no-repeat center top #f6f5f1;
    background-size: cover;
    -moz-background-size:cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    padding: 50px 0 70px;
}
#info-weddings .wrapper {
}
#say-hello {
    width: 100%;
    text-align: center;
    background: url(images/background/say-hello.jpg) no-repeat fixed;
    background-size: cover;
    -moz-background-size:cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    padding-top: 220px;
}
#say-hello .wrapper {
    width: 1066px;
    padding:0 0 70px 0;
    min-height:845px;
}
#header {
    width: 100%;
    height: 100px;
    text-align: center;
    background: url(images/header.png) repeat-x left top;
    position: fixed;
    top: 0;
    z-index: 10000;
    display: none;
}
#footer {
    width: 100%;
    text-align: center;
    background: url(images/footer_bg.png) repeat center top;
}
.home #footer {
    margin-top: -30px;
}
#footer .wrapper {
    height: 60px;
    padding-top: 20px;
}
.home .page-title {
    padding: 150px 0 45px;
    margin: 0;
    color: #333;
    font-size: 130px;
    text-align: center;
    line-height: 100px;
    font-family: 'RagsToRiches';
}
.page-content {
    padding: 10px 0;
}
#meet-kelly .page-content {
    padding-bottom: 100px;
}
.page-content p {
    color: #333;
    font-size:25px;
    line-height: 20px;
}
/* Parent Div End Here  */
.copyright-text {
    width: 50%;
    float: left;
    color: #828282;
    font-size: 15px;
    text-align: left;
    line-height: 60px;
}
.digital-agency {
    width: 50%;
    float: right;
    color: #828282;
    font-size: 15px;
    text-align: right;
    line-height: 60px;
}
.digital-agency a {
    color: #828282;
    font-size: 15px;
    text-align: right;
}
.company-logo {
    width: 300px;
    padding: 3px 0 0 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
#header .wrapper {
    position: relative;
}
.header-menu {
    position: absolute;
    right: 0;
    top: 25px;
}
#header ul.sub-menu{
    display:none !important;
}
/*Start:wrodrpes drop menu*/
/* =Menu -------------------------------------------------------------- */
.menu-main-menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-main-menu-container li {
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
    background: none;
}
.menu-main-menu-container a {
    color: #7d705c;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    padding: 12px 19px;
    text-decoration: none;
    text-transform: uppercase;
}
.menu-main-menu-container li:hover a {
    color: #b65a0a;
}
.menu-main-menu-container li.current-menu-item a, .menu-main-menu-container li.active a {
    color: #b65a0a;
}
.menu-main-menu-container ul ul {
    display: none;
    float: left;
    margin: 0;
    padding: 1px 0 0;
    position: absolute;
    top: 49px;
    left: 0;
    width: 188px;
    z-index: 99999;
}
.menu-main-menu-container ul ul ul {
    left: 100%;
    top: 0;
}
.menu-main-menu-container ul ul a {
    border-bottom: 1px dotted #ddd;
    color: #fff !important;
    font-size: 18px;
    font-weight: normal;
    height: auto;
    line-height: 20px;
    padding: 12px 35px 15px 21px;
    min-width: 260px;
}
.menu-main-menu-container ul ul li a {
    background: #333;
    text-transform: capitalize;
}
.menu-main-menu-container li:hover ul li a {
    border-bottom: 1px solid #fff;
}
.menu-main-menu-container ul ul li:hover a {
    color: #b65a0a;
    border-bottom: 1px solid #fff;
}
.menu-main-menu-container ul ul li:hover > a, .menu-main-menu-container ul ul a:focus {
    color: #b65a0a !important;
}
.menu-main-menu-container ul li:hover > ul {
    display: block;
}
/*End*/
.kelly-fo-logo {
    padding: 380px 0 0;
    text-align: center;
}
.navigation-info-menu {
    padding: 18px 0 0;
}
.navigation-info-menu ul {
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
}
.navigation-info-menu ul:after {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border-radius: 50px;
    box-shadow: 0 0 40px 20px rgba(255, 255, 255, 0.8);
    content: "";
    height: 0px;
    left: 227px;
    position: absolute;
    top: 12px;
    width: 546px;
    z-index: 0;
}
.navigation-info-menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 3px;
    background: none;
}
.navigation-info-menu li a {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 5px 15px;
    background: rgba(0,0,0,0);
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    position: relative;
    z-index: 100;
}
.navigation-info-menu li a:hover {
}
#portfolio .wrapper .page-title {
    line-height: 130px;
    padding: 185px 0 0px;
    margin-bottom: -30px;
}
#meet-kelly .wrapper .page-title {
    color:#fff;
    line-height: 130px;
    padding: 130px 0 45px;
}
#info-weddings .wrapper .page-title {
    padding: 105px 0 35px;
}
#say-hello .wrapper .page-title {
    font-size: 130px;
    padding: 0 0 30px;
    position: relative;
    top: -10px;
}
.weddings-title{
    color: #333;
    font-size:100px;
    text-align: center;
    font-family: 'RagsToRiches';
    line-height: 60px;
}
.weddings-title.portraits{
    padding:30px 0 5px 0;
}
.weddings-title.pricing{
    padding:30px 0 45px;
}
.portfolio-content{
    padding:120px 0 0;
}
.portfolio-content ul {
    text-align: center;
    margin: 0;
    padding: 0;
}
.portfolio-content li {
    width: 372px;
    height: 372px;
    background: url(images/portfolio.png) no-repeat;
    margin: 0 25px 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
}
.portfolio-content li img {
    border-radius: 326px;
    height: 326px;
    margin: 21px 0 0 2px;
    width: 326px;
    opacity: 1;
    position: relative;
}
.portfolio-content li:hover img {
}
.portfolio-content li .portfolio-block:after {
    content: "";
    height: 326px;
    width: 326px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    background: rgba(170, 210, 200, 0.0);
    position: absolute;
    left: 24px;
    top: 21px;
    z-index: -1;

    -moz-transform: scale(1.3) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1.3) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1.3) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1.3) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1.3) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.portfolio-content li:hover .portfolio-block:after {
    background: rgba(170, 210, 200, 0.7);
    -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.portfolio-block {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 372px;
    height: 372px;
    z-index: 100;
    overflow: hidden;
    -webkit-border-radius: 200px;
    border-radius: 200px;
}
.portfolio-content li p {
    margin: 0;
    padding: 150px 0 10px 0;
    color: #333;
    font-size:15px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}
.portfolio-content li h3 {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.portfolio-content li:hover p ,
.portfolio-content li:hover h3 {
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
#meet-kelly .page-content h4 {
    padding: 20px 0 58px;
    color: #333;
    font-size: 40px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}
#meet-kelly .page-content p.believe-text {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 35px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 740px;
    text-shadow: 0 0 6px #333;
}
.meet-kelly-banner{
    padding:50px 0 0 0;
}
.gallery_images.meet_kelly_bg_area {
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 1000px auto;
    margin: 60px 0 0;
    padding: 50px 45px 30px;
    width: 908px;
}
.meet_kelly_bg_area.gallery_images:before {
    top: -4px;
}
.meet_kelly_bg_area.gallery_images:after {
    bottom: -4px;
}
#meet-kelly .page-content p {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px;
    text-align: center;
}
#info-weddings .page-content h1,
#info-weddings .page-content h3 {
    color: #333;
    text-align: center;
    font-size:100px;
    padding: 0 0 15px 0;
    font-family: 'RagsToRiches';
}
#info-weddings .page-content p {
    text-align: center;
    padding:0 0 30px;
    font-size: 18px;
}
.wedding-information {
    padding:5px 0 30px;
}
.wedding-information ul {
    text-align: center;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.wedding-information li {
    width: 243px;
    height: 411px;
    padding: 30px 40px;
    margin:0 6px 0 0;
    background: url(images/wedding-information.jpg) no-repeat;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    float: left;
}
.wedding-information h4 {
    color: #333;
    font-size:30px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    padding: 15px 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
#info-weddings .page-content .wedding-information p {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.contact-area {
    width: 996px;
    height: 775px;
    background: url(images/contact-area.png) no-repeat;
    padding: 70px 35px 35px;
}

.row-contact {
    padding: 10px 0 0;
}
.input-field {
    width:494px;
    height: 56px;
    display: inline-block;
    vertical-align: top;
    background: url(images/input-field.png) no-repeat;
    position: relative;
}
.mandetory {
    display: inline-block;
    position: relative;
}
/*.mandetory:after {
    color: #FF0000;
    content: "*";
    position: absolute;
    left: 15px;
    top: 5px;
    z-index: 999;
}*/
.name-icon.mandetory:after{
    left:110px;
}
.email-icon.mandetory:after{
    left:115px;
}
.wedding-icon.mandetory:after{
    left:178px;
}
.about-icon.mandetory:after{
    left:218px;
    top:-40px;
}
.rqr-star{
    font-family: Arial, sans-serif;
}
.row-contact input {
    border: medium none;
    color: #666;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 20px;
    margin: 0;
    padding: 18px 20px 18px 70px;
    text-align: left;
    vertical-align: top;
    width: 395px;
    font-family: Arial, sans-serif;
}
.select-field {
    width: 496px;
    height: 56px;
    display: inline-block;
    vertical-align: top;
    background: url(images/select-field.png) no-repeat;
    overflow: hidden;
    position: relative;
}
.row-contact select {
    width: 485px;
    height: 56px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding:18px 0px 10px 65px;
    border: none;
    color: #999;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    font-family: Arial, sans-serif;
}
.row-contact .select-field:after {
    background: url("images/input-field.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    border-radius: 0 3px 3px 0;
    content: "";
    display: inline-block;
    height: 56px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
}
.row-contact input:focus, .row-contact select:focus {
    color: #B65A0A;
}
.row-contact select option {
    padding: 10px 20px;
    color: #666;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #eee;
}
.name-icon input {
    background: url(images/name-icon.png) no-repeat 20px center;
}
.email-icon input {
    background: url(images/email-icon.png) no-repeat 20px center;
}
.date-of-event-icon input {
    background: url(images/date-of-event-icon.png) no-repeat 20px center;
}
.type-of-event-icon select {
    background: url(images/type-of-event-icon.png) no-repeat 20px center;
}
.phone-icon input {
    background: url(images/phone-icon.png) no-repeat 20px center;
}
.location-icon input {
    background: url(images/location-icon.png) no-repeat 20px center;
}
.tell-me-text {
    color: #333;
    font-size:30px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    padding:30px 0 10px;
}
.row-contact-left{
    width:489px;
    display:inline-block;
    vertical-align:top;
}
.row-contact-right{
    width:490px;
    display:inline-block;
    vertical-align:top;
}
.row-contact-details input{
    width:476px;
    height:76px;
    display: inline-block;
    vertical-align: top;
    background: url(images/input-field-details.png) no-repeat;
    margin: 0;
    padding:0 10px;
    border: none;
    color: #333;
    font-size:25px;
    font-weight: normal;
    line-height: 76px;
    text-align: left;
}
.row-contact-details p {
    color: #333;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 10px 0 0;
    text-align: left;
}
.row-contact.row-contact-captcha span.wpcf7-form-control-wrap {
    float: left;
    background: url("images/captcha_input_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 160px;
    padding: 0 10px;
}
.row-contact.row-contact-captcha input {
    width: 100%;
    background: none;
}
.row-contact-details span {
    display: inline-block;
    position: relative;
}
.row-contact.row-contact-captcha {
    float: left;
    padding-top: 28px;
    display: inline-block;
}
.row-contact.row-contact-captcha > img {
    border: 16px solid #FFFFFF;
    height: 24px;
    margin-right: 10px;
    float: left;
    border-radius: 5px;
}
.form-submit{
    text-align:center;
    padding:20px 0 0;
    float: right;
    position: relative;
    right: -7px;
}
.form-submit input{
    width:194px;
    height:60px;
    line-height: 60px;
    display: inline-block;
    vertical-align: top;
    background: url(images/form-submit-button.png) no-repeat;
    border:none;
    padding:0;
    color: #fff;
    cursor:pointer;
    font-size:25px;
    font-weight:400;
    line-height: 20px;
    text-align: center;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
    opacity: 1;
}
.form-submit input:hover{
    background: url(images/form-submit-button-h.png) no-repeat;
}

.bx-viewport {
    height: auto !important;
}
.bx-wrapper {
    position: fixed;
    z-index: 0;
    width: 100%;
    top: 0;
}
.contact-area textarea {
    background: url("images/textarea_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 15px;
    height: 66px;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 5px 10px;
    resize: none;
    width: 466px;
    overflow: auto;
    font-family: Arial, sans-serif;
}
form.wpcf7-form {
    left: 7px;
    position: relative;
}
.gallery_content .entry-header {
    margin-top: 100px;
    /*background: url("images/entry_header_bg.jpg") repeat-x center 0;*/
    height: 265px;
    position: relative;
}
.gallery_content .entry-header:after {
    background: url("images/top_border.png") repeat-x scroll center -3px rgba(0, 0, 0, 0);
    content: "";
    height: 4px;
    position: absolute;
    top: 265px;
    width: 100%;
    z-index: 100;
}
.gallery_content h1.entry-title {
    position: absolute;
    text-align: center;
    width: 100%;
    font-family: 'RagsToRiches';
    color: #fff;
    font-size: 140px;
    line-height: 140px;
    top: 50px;
}
.gallery_content .entry-content {
    margin: 0 auto;
    width: 925px;
}
.description {
    padding: 60px 0 40px;
}
#main #content .entry-content .description p {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 0 40px 15px;
}
.category_projects {
    display: inline-block;
    width: 100%;
}
.category_projects li {
    background: url("images/cat_item_bg.png") no-repeat center 0;
    margin: 0 0 90px;
    padding: 2px;
    height: 340px;
    overflow: hidden;
    width: 916px;
    display: inline-block;
    float: left;
}
.category_projects li .left_part {
    width: 329px;
    height: 344px;
    margin: 1px 0 0 1px;
    background: url("images/cat_item_left_bg.png") no-repeat 0 0;
    float: left;
    position: relative;
}
.category_projects li .left_part a {
    background: url("images/cat_item_view_bg.png") no-repeat scroll -1px -1px rgba(0, 0, 0, 0);
    bottom: 0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 25px;
    height: 60px;
    left: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 330px;
    font-family: "NeoBulletin";
}
.category_projects li .left_part a:hover {
    color: #aaa;
}
.category_projects .image {
    float: right;
    height: 340px;
    margin: 0;
    right: 0;
    width: 586px;
    overflow: hidden;
}
.category_projects .image img {
    width: 588px;
    height: auto;
    opacity: 1;
}
.category_projects .image:hover img {
    opacity: .5;
}
.category_projects .image a {
    display: inline-block;
    position: relative;
    background: #333;
}
.category_projects .image a:after {
    background: url("images/go.png") no-repeat scroll center rgba(0, 0, 0, 0);
    display: inline-block;
    content: "";
    position: absolute;
    top: 140px;
    left: 262px;
    height: 64px;
    width: 64px;
    z-index: 100;
    opacity: 0;
    -moz-transform: scale(.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.category_projects .image:hover a:after {
    opacity: 1;
    -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
h1.entry-title.gallery-detail-title {
    color: #403E3B;
    font-size: 80px;
    line-height: 70px;
    margin-bottom: -40px;
    padding-top: 150px;
    position: relative;
    top: 0;
    text-align: center;
    width: 100%;
    font-family: 'RagsToRiches';
}
h1.entry-title.gallery-detail-title span {
    display: inline-block;
    position: relative;
}
h1.entry-title.gallery-detail-title span.author {
    display: inline-block;
    font-family: 'freestyle_scriptregular';
    font-size: 40px;
    margin-bottom: -10px;
}
h1.entry-title.gallery-detail-title span.for_side_bg:before {
    background: url("images/cat_details_title_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    left: -180px;
    top: 40px;
    display: inline-block;
    width: 166px;
    height: 15px;
}
h1.entry-title.gallery-detail-title span.for_side_bg:after {
    background: url("images/cat_details_title_right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    right: -205px;
    top: 40px;
    display: inline-block;
    width: 192px;
    height: 19px;
}
.gallery_images {
    background: url("images/cat_details_bg.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 0 40px 54px;
    padding: 3px;
    width: 890px;
    position: relative;
    display: inline-block;
}
.gallery_images:before {
    background: url("images/top_border.png") repeat-x scroll center center rgba(0, 0, 0, 0);
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
}
.gallery_images:after {
    background: url("images/top_border.png") repeat-x scroll center center rgba(0, 0, 0, 0);
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    bottom: -1px;
    width: 100%;
}
.gallery_images .gallery_img {
    display: inline-block;
    float: left;
    max-width: 890px;
    background: #fff;
}
.gallery_images img {
    float: left;
    margin: 0;
    max-width: 100%;
    cursor:default;
}
.gallery_images:hover img {
    opacity: .8;
}
.gallery_images:hover img:hover {
    opacity: 1;
}
.category_projects li .left_part .title {
    font-family: 'ecuyerdaxregular';
    text-align: center;
    font-size: 37px;
    padding: 75px 15px 0;
    line-height: 30px;
}
.category_projects li .left_part .title .author {
    font-family: 'freestyle_scriptregular';
    font-size: 48px;
    text-align: center;
    line-height: 70px;
}
#content ,
.blog #main ,
.content_with_sidebar {
    margin: 0 auto;
    width: 1000px;
}
#content.gallery_content,
.home #content {
    margin: 0;
    width: 100%;
}
.blog #main-content {
}
.blog #main #content,
.content_with_sidebar #content {
    width: 650px;
}
.blog #primary,
.content_with_sidebar #primary {
    background: url("images/blog_bg.png") repeat-y scroll #fff;
    float: left;
    width: 650px;
    padding: 40px 35px 30px;
    margin: 160px 0 40px;
    position: relative;
}
.blog #primary:before,
.content_with_sidebar #primary:before {
    background: url("images/top_border.png") repeat-x scroll center center rgba(0, 0, 0, 0);
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 100%;
}
.blog #primary:after,
.content_with_sidebar #primary:after {
    background: url("images/top_border.png") repeat-x scroll center center rgba(0, 0, 0, 0);
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    bottom: -3px;
    width: 100%;
}
.blog #secondary,
.content_with_sidebar #secondary {
    float: right;
    width: 250px;
    padding-top: 150px;
}
.blog #main #content img,
.content_with_sidebar #content img {
    max-width: 650px;
    height: auto;
}
#main #content a {
    display: inline-block;
}
#main #content a img:hover {
    background: #000;
    opacity: .8;
}
.post-thumbnail {
    display: inline-block;
    margin-bottom: 15px;
    background: #fff;
}
.post-thumbnail img {
    float: left;
    opacity: 1;
}
.post-thumbnail:hover img {
    opacity: .8;
}
.entry-title {
    font-size: 30px;
}
.entry-header {
    position: relative;
}
.entry-header .date {
    background: url("images/date_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    height: 55px;
    left: -38px;
    padding-left: 20px;
    position: absolute;
    text-align: left;
    top: 15px;
    width: 67px;
}
.entry-header .date span {
    display: block;
}
.entry-header .date span.day {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
    padding-top: 0;
}
.entry-header .date span.month {
    font-size: 15px;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    top: -10px;
}
.entry-header .entry-title {
    line-height: 30px;
    min-height: 60px;
    padding: 12px 0 0 70px;
}
.entry-header .entry-meta {
    line-height: 30px;
    padding: 0 0 15px 70px;
    display: none;
}
.entry-header .entry-meta span {
    font-size: 13px;
    display: inline-block;
    padding-right: 15px;
    color: #666;
}
.entry-header .entry-meta span.author {
    background: url("images/icon_author.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
    padding-left: 20px;
}
.entry-header .entry-meta span.category {
    background: url("images/icon_cat.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
    padding-left: 20px;
}
.entry-header .entry-meta span.category a {
    color: #666;
}
.entry-header .entry-meta span.category a:hover {
    text-decoration: underline;
}
#main #content .entry-content {
    padding: 30px 0 40px;
    position: relative;
}
#main #content .entry-content p,
.content_with_sidebar .entry-content p {
    color: #333;
}
.entry-content .more-link {
    display: inline-block;
    color: #B35606;
    font-size: 15px;
}
.social_bookmark_btn {
    padding: 15px 0 0;
}
.project_detail_page .social_bookmark_btn {
    text-align: center;
}
.entry-content .more-link span {
    position: relative;
    top: 4px;
}
.entry-content .comments-link {
    display: none;
}
nav.navigation {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 40px;
}
.screen-reader-text {
    float: left;
    display: none;
    position: relative;
    z-index: 100;
}
.pagination {
    float: right;
    position: relative;
    z-index: 100;
    padding: 9px 5px 5px 0;
}
.navigation:after {
    background: url("images/top_border.png") repeat-y scroll center 0px rgba(0, 0, 0, 0);
    content: "";
    height: 35px;
    left: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    opacity: .2;
}
.navigation:before {
    background: url("images/top_border.png") repeat-y scroll center 0px rgba(0, 0, 0, 0);
    content: "";
    height: 35px;
    left: 0;
    position: absolute;
    bottom: 5px;
    width: 100%;
    opacity: .2;
}
.pagination .page-numbers {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px dashed #666;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 0 5px;
    padding: 0 9px;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background: none repeat scroll 0 0 #333;
    border: 1px dashed #999;
    color: #fff;
}
.widget-title {
    background: url("images/sidebar_title_bg.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    color: #B35403;
    font-family: 'freestyle_scriptregular';
    font-size: 33px;
    height: 45px;
    line-height: 48px;
    margin: 3px 0 5px;
    padding-left: 20px;
}
.widget li {
    margin: 0;
    padding: 0;
}
.widget li a {
    color: #333;
    display: block;
    padding: 5px 0;
    font-size: 18px;
}
.widget li a:hover {
    color: #666;
    text-decoration: underline;
}
.widget {
    margin-bottom: 25px;
}
.widget_recent_entries.widget li {
    border-bottom: 1px dashed #999999;
}
.widget_recent_entries.widget li a {
    font-size: 15px;
    display: inline-block;
    line-height: 20px;
    padding: 5px 0;
}
.single_post_details_page nav.navigation {
    display: none;
}
.comments-area {
    border-top: 3px dotted #DDDDDD;
    padding: 10px 0 30px;
}
.comment-list li {
    list-style: none outside none;
    margin: 0;
}
.comments-title {
    font-size: 25px;
    padding-bottom: 20px;
}
.comment-author .avatar {
    display: none;
}
.comment-meta {
    padding-left: 55px;
    position: relative;
    min-height: 42px;
}
.comment-meta:before {
    background: url("images/avatar.png") no-repeat scroll center 0px rgba(0, 0, 0, 0);
    content: "";
    height: 42px;
    left: 0px;
    position: absolute;
    top: 7px;
    width: 42px;
}
.comment-metadata {
    display: inline-block;
    position: relative;
    top: -7px;
}
.comment-metadata a {
    color: #666;
    display: inline-block;
    float: left;
    font-size: 19px;
    line-height: 20px;
}
.comment-content > p {
    color: #666666;
    font-size: 22px;
    line-height: 18px;
    padding-left: 55px;
}
.comment-body .reply {
    padding-left: 55px;
}
.comment-body .reply a {
    background: #999;
    display: inline-block;
    border: 1px dashed #666;
    border-radius: 2px;
    font-size: 22px;
    padding: 0 20px;
    color: #fff;
}
.comment-respond {
    padding-top: 25px;
}
.comment-form p.comment-notes {
    font-size: 12px;
    font-style: italic;
    position: absolute;
    right: 0;
    top: -30px;
    width: auto;
}
form.comment-form {
    padding-top: 30px;
    position: relative;
}
.comment-form p {
    display: inline-block;
    width: 100%;
}
h3.comment-reply-title {
    border-bottom: 1px solid #DDDDDD;
    font-size: 20px;
    padding-bottom: 7px;
}
.comment-form p label {
    display: inline-block;
    float: left;
    line-height: 40px;
    color: #333;
}
.comment-form p input {
    float: right;
    margin: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    border: 1px dashed #aaa;
    border-radius: 3px;
    width: 500px;
}
.comment-form p textarea {
    float: right;
    margin: 0;
    line-height: 20px;
    height: 150px;
    padding: 5px 10px;
    border: 1px dashed #aaa;
    border-radius: 3px;
    width: 500px;
    resize: vertical;
}
.archive-title {
    color: #666666;
    font-size: 15px;
    text-align: center;
}
#recaptcha_widget_div {
    margin-left: 128px;
    position: relative;
    top: -30px;
}
#recaptcha-submit-btn-area #submit {
    background: none repeat scroll 0 0 #333;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 26px;
    height: 40px;
    line-height: 40px;
    margin-left: 122px;
}
#recaptcha-submit-btn-area #submit:hover {
    background: #B35606;
}
#page {
    overflow: hidden;
    opacity: 0;
}
.portfolio-content a {
    display: inline-block;
}
.row-contact-details {
    padding-top: 7px;
}
#main #content .entry-content .last_line_of_portrait {
    font-size: 18px;
    text-align: center;
}
span.wpcf7-not-valid-tip {
    color: #FF0000;
    display: block;
    font-size: 18px;
    position: absolute;
    top: -24px;
}
.row-contact-captcha span.wpcf7-not-valid-tip {
    left: 188px;
    top: 20px;
    white-space: nowrap;
}
div.wpcf7-validation-errors {
    background: none repeat scroll 0 0 #FF0000;
    border: 1px solid #FF0000 !important;
    color: #FFFFFF !important;
    float: left;
    left: 0;
    margin: 0 !important;
    padding: 4px !important;
    position: relative;
    text-align: center;
    top: 62px;
    width: 97%;
    font-size: 18px;
}
.info_title_i_image {
    background: url("images/i.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 111px;
    padding-left: 33px;
    background-size: 50px;
}
.comment-form p input#submit {
    background: url("images/form-submit-button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: normal;
    height: 60px;
    left: 120px;
    line-height: 20px;
    opacity: 1;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 194px;
}
.comment-form p input#submit:hover {
    background: url("images/form-submit-button-h.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
select::-ms-expand { display: none; }
/*------------------------------- transition --------------------------------*/
.portfolio-content li img,
.portfolio-content li:hover img,
.portfolio-content li .portfolio-block:after,
.portfolio-content li:hover .portfolio-block:after,
.portfolio-content li:hover p ,
.portfolio-content li:hover h3,
.navigation-info-menu li a,
.navigation-info-menu li a:hover,
.category_projects .image img,
.category_projects .image:hover img,
.category_projects .image a:after,
.category_projects .image:hover a:after,
.gallery_images:hover img,
.gallery_images:hover img:hover,
.post-thumbnail img,
.post-thumbnail:hover img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.color-loading{
    width: 0px;
    height: 83px;
    position:absolute;
    left: 0;
    z-index: 500;
}
.back-white-loading{
    width: 238px;
    height: 83px;
    position: absolute;
    top:0;
    left:0;
    z-index: 5;
}
.loading-area {
    left: 50%;
    position: absolute;
    top: 48%;
    margin-left: -119px;
    z-index: 99999;
    background: #fff;
}
.row-contact-left span.wpcf7-not-valid-tip {
    font-size: 14px;
    right: 0;
    top: -32px;
}
.contact-area .wpcf7-mail-sent-ok {
    background: none repeat scroll 0 0 green;
    color: #fff;
    position: relative;
    top: 110px;
}
#home_page_content_area {
    background: url("images/body_bg.jpg") repeat scroll center top rgba(0, 0, 0, 0);
    min-width: 1024px;
}
#main .project_detail_page #content .entry-content .description p {
    padding-bottom: 30px;
}


/*---------------------------------------------- Responsive css ----------------------------------*/

@media  all and (max-height: 700px) {

    #portfolio .wrapper .page-title {
        padding-top: 120px;
    }
    .portfolio-content {
        padding: 20px 0 0;
    }
    #portfolio .wrapper {
        height: 700px;
    }

}

@media  all and (max-width: 900px) and (max-height: 600px) {

    #main-content,
    #main,
    #content,
    body,
    section {
        width: 1200px;
    }
    #navigation-info {
        height: 800px !important;
        width: 1200px !important;
    }
    #navigation-info .landing-slider {
        height: 800px !important;
        width: 1200px !important;
    }
    .landing-slider li {
        width: 1200px !important;
        height: 800px !important;
    }
    #portfolio,
    #meet-kelly,
    #info-weddings,
    #say-hello {
        background-size: auto;
        background-color: #F6F6F6;
        background-position: center 0 !important;
        background-attachment: scroll;
    }
    #info-weddings {
        background-position: center bottom !important;
        border-top: 3px solid #ddd;
    }
    #info-weddings .page-content p,
    #meet-kelly .page-content p {
        font-size: 15px;
        line-height: 20px;
    }
    #info-weddings .wrapper .page-title {
        padding: 55px 0 0;
    }
    .row-contact-details p {
        font-size: 13px;
        line-height: 18px;
    }
    .kelly-fo-logo {
        padding-top: 260px !important;
    }
    .project_detail_page #content.site-content {
        margin: 0 auto;
        width: 1000px;
    }
    .loading-area {
        left: 600px;
        top: 400px;
    }
    #navigation-info .wrapper {
        left: 600px;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) {
    #main-content,
    #main,
    #content,
    body,
    section {
        width: 1500px;
    }
    #portfolio,
    #meet-kelly,
    #info-weddings,
    #say-hello {
        background-size: auto;
        background-color: #F6F6F6;
    }
    #info-weddings {
        background-position: center bottom;
        border-top: 3px solid #ddd;
    }
    #navigation-info {
        height: 984px !important;
        width: 100% !important;
    }
    #portfolio .wrapper {
        height: 984px !important;
    }
    #navigation-info .landing-slider {
        height: 984px !important;
        width: 1500px !important;
    }
    .landing-slider li {
        width: 1500px !important;
        height: 984px !important;
    }
    #portfolio .wrapper .page-title {
        padding: 150px 0 150px;
    }
    .kelly-fo-logo {
        padding-top: 350px !important;
    }
    #info-weddings .wrapper .page-title {
        margin-bottom: -30px;
        padding: 65px 0 0;
    }
    .blog #main-content,
    #main-content.content_with_sidebar {
        width: 1000px;
        margin: 0 auto;
    }
    .project_detail_page #content.site-content {
        margin: 0 auto;
        width: 1000px;
    }
    .loading-area {
        left: 750px;
        top: 450px;
    }
    #navigation-info .wrapper {
        left: 750px;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait)   {
    #main {
        min-height: 1685px;
    }
}
@media  all and (max-width: 768px) {
    #meet-kelly,
    #info-weddings,
    #say-hello {
        background-size: cover;
    }
    #portfolio{
        background: url("images/background/portfolio.jpg") no-repeat  50% 0 / auto  rgba(0, 0, 0, 0);
    }
    #say-hello{
        background: url("images/background/say-hello.jpg") no-repeat  0 0 / auto  rgba(0, 0, 0, 0);
    }
    section#navigation-info, div.bx-wrapper{
        position: relative;
        background-attachment:scroll;
    }
}

.content_404_inner {
    padding: 200px 0 150px;
}

.graphic_404 {
    padding: 0 0 30px;
}

.content_404_inner h2 {
    font-size: 70px;
    opacity: 0.5;
    text-align: center;
}

.content_404_inner p {
    padding: 10px 0;
    text-align: center;
}
.children
{
    padding-top:35px;
}
.comment-list .comment-content > p
{
    font-size:17px;
    line-height:22px;
}
.comment-list .comment-author
{
    padding-bottom:15px;
}
.comment-metadata a
{
    font-size:15px;
}
/*start:Testimonal*/
.testimonials li{
    padding:30px;
    margin:0 0 35px 0;
    background:url(images/top_testimonial_bg.png) repeat-y center center #fff;
    position:relative;
}
.testimonials li:before{
    content:"11";
    width:1000px;
    height:9px;
    font-size: 1px;
    color:#eee;
    position:absolute;
    left:0;
    top:-6px;
    background:url(images/top_border.png) repeat-x center center;
}
.testimonials li:after{
    content:"11";
    width:1000px;
    height:9px;
    font-size: 1px;
    color:#eee;
    position:absolute;
    left:0;
    bottom:-6px;
    background:url(images/top_border.png) repeat-x center center;
}

.testimonials li p {
    text-align: justify;
}
.testimonials li h6 {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding:15px 0 0 0;
    text-align: right;
}
.testimonials li  h6 span {
    color: #ba631b;
    font-size: 12px;
    font-style: italic;
    text-align: right;
}
.arrow_left{
    width:22px;
    height:19px;
    margin:0 10px 0 0;
    vertical-align:top;
    display:inline-block;
    background:url(images/arrow_left.png) no-repeat;
}
.arrow_right{
    width:22px;
    height:19px;
    margin:0 0 0 5px ;
    vertical-align:middle;
    background:url(images/arrow_right.png) no-repeat;
	display:none;
}
.home.testimonials_title h2.page-title{
	padding:80px 0 45px;
}
.testimonial_area_details{
    padding-top:90px;
}
.testimonial_area_details ul.testimonials li  p{
	padding:0;
	margin:0;	
}
/*End:Testimonal*/