
/* RESET
*********************************************************************************/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p,a, blockquote, address, time, span, strong, img, ol, ul, li, figure, canvas, video, th, td, tr,iframe {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align:baseline;
    font: inherit;
    text-decoration:none;
    /*list-style:none;*/

}

em {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align:baseline;
    /*font: inherit;*/
    text-decoration:none;
    /*list-style:none;*/

}



ul.portfolio {
    padding-left: 0px;
    list-style:none;
}


ul {
     padding-left: 18px;   
}

strong, b{
    font-weight: bold;
    color: #000;
}
a,a:active,a:hover {outline: none;}
img{max-width:100%;}

iframe {
    border: 0 none;
    width: 100%;
}

.grecaptcha-badge {
    z-index: 999;
    bottom: 70px !important;
}


/* HTML
*********************************************************************************/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
    display: block;
}

html {
    height: 100% !important;
}
body{
    padding:0;
    margin:0;
    /* font-family:'robotoregular', Arial,sans-serif; */
    font-family: bookantiqua, 'robotoregular', Arial, sans-serif;
    /*color:#999999;*/
    color:#666666;
    overflow-x:hidden;
    font-size:13px;

    height: 100%;
}

body.ps-building {
    opacity:0;
}
body.device-computer{
    font-size:15px;
}
body.wait{
    cursor: wait !important;
}
body.fancyOpen {
    overflow: hidden;
}


/* COMMON
*********************************************************************************/
a, .contactForm input.submit, #toTop i, .btn-accept{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

    color: #ff9933;
    outline: none;
}
a:hover{
    color: #b46d27;
}

.homepageTitle h2, .captions p , .secTitle p , .innerTitle p,  
.textWidget p, .servDesc p, .testimoniaContainer blockquote, .testimoniaContainer h3, 
ul#category li, .tweet p, .tweets .tweet_list, .bottom p , .bottom ul , .contactForm [type="text"], .contactForm textarea ,
.contactForm textarea {
    /* font-family: 'robotoregular', Arial,sans-serif; */ 
    font-family: bookantiqua, 'robotoregular', Arial, sans-serif;
}

.workDesc h3,.address p, .info , .emDesc h6, .edDesc h6{
    /* font-family: 'robotomedium', Arial,sans-serif; */
    font-family: bookantiqua, 'robotomedium', Arial, sans-serif;
}

nav#mainNav li,.homepageTitle h1, .secTitle h1, .innerTitle h1, .subTitle h1, .skillbarTitle, .textWidget h1, .emDesc h3, .edDesc h3, .inputBox label, .contactForm input.submit, .btn-accept, .tweet h3, .tweets .tweet_list a,
.bottom p span,  .titleInner h1 ,#loaderInner h1  {
    /* font-family: 'robotobold', Arial,sans-serif; */
    font-family: bookantiqua, 'robotobold', Arial, sans-serif;
}

p{
    line-height:20px;
    padding-bottom: 15px;
}

*::-moz-selection {
    background: #2d2d2d;
    color: #ffffff;
}

.bottom40{
    margin-bottom:40px !important;
}
.bottom50{
    margin-bottom:50px !important;
}
span.symbmarkce{
    display: inline-block;
    width: 23px;
    height: 20px;
    background: url('../images/marcatura_ce.png') center 2px no-repeat;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
    text-indent: -9999px;
}

/* PRELOADER
*********************************************************************************/
#loader {
    display:block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: #ffffff;
    z-index: 9999;

}
#loaderInner {
    display:block;
    position:absolute;
    width: 100%;
    margin:auto;

    top: 50%;
    margin-top: -23px;

    color:#1fb4da;
    font-size:25px;
    text-align:center
}
#loaderInner h1 {
    color: #2d2d2d;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}
#loaderInner i{
    display:block;
    margin-left:10px;
}

#loaderInner p{
    color:#2d2d2d;
    font-size:12px;
    text-align:center;
    margin-top:2px;
    /* font-family: 'robotolight' , Arial, sans-serif; */
    font-family: bookantiqua, 'robotolight' , Arial, sans-serif;
}


/* STRUCTURE
*********************************************************************************/
#wrapper{
    position:relative;
    width:100%;
    z-index:100;
    overflow: hidden;
    background: #FFF;
}
#wrapper.backpage_transition{
    box-shadow: 0 3px 6px rgba(0,0,0,0.5)
}
#backpage{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 50;
    margin-top: 62px;
}

.holder960{
    width:960px;
    padding-left:15px;
    padding-right:15px;
    margin:0 auto;
    position:relative;

}


/* HEADER
*********************************************************************************/
header{
    background:#2d2d2d;
    position:fixed;
    width:100%;
    top:0;
    left:0;
    right:0;
    z-index:1000;
    color:#ffffff;	
}


nav#mainNav {
    text-align:center;
}
nav#mainNav li {
    display: inline-block;
    font-size: 12px;
    text-transform:uppercase;

}
nav#mainNav li a{
    color: #ffffff;
    display: block;
    padding: 25px 20px;
    position: relative;
    font-family: bookantiqua, 'robotoregular', Arial, sans-serif;
}
nav#mainNav li a:hover{
    color: #666666;
}
nav#mainNav  .active{
    color: #666666;
}
body.backpage-active nav#mainNav  .active{
    color: #ffffff;
}

.mobileBtn {
    background:#ffffff;
    padding:5px;
    text-align:center;
    border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    z-index:1000;
    display:none;
    box-shadow:0 0 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
    -ms-box-shadow: 0 0 2px rgba(0,0,0,.2);
    -o-box-shadow: 0 0 2px rgba(0,0,0,.2);
}
.mobileBtn i{
    font-size:16px;
    color:#2d2d2d;
}


/* HOMEPAGE
*********************************************************************************/
#homepage{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;

    background:url(../images/homepage_bg.jpg) ;
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
    text-align:center;	
    background-size: 860px 615px;

    color:#ffffff;
}
#homepage .overlay {
    height: 100%; 
    background: none repeat scroll 0 0 rgba(45, 45, 45, 0.75) !important;
}
#homepage .overlay .holder960{
    display:block;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    width: 100%;
    padding:0 !important;
}
.homepageTitle h1 {
    color: #ffffff;
    display: inline-block;
    font-size: 50px;
    position: relative;
    text-transform: uppercase;
    font-family: bookantiqua, 'robotoregular', Arial, sans-serif;
}
.homepageTitle h1:before {
    border-top: 3px solid #FFFFFF;
    content: "";
    display: block;
    left: 30%;
    margin-left: -320px;
    position: absolute;
    top: 31px;
    width: 68px;
    z-index: 0;
}
.homepageTitle h1:after {
    border-top: 3px solid #FFFFFF;
    content: "";
    display: block;
    right: 30%;
    margin-right: -320px;
    position: absolute;
    top: 31px;
    width: 68px;
    z-index: 0;
}
.homepageTitle h2{
    font-size:22px;
    text-transform:uppercase;
    letter-spacing:2px;

}
.captions p {
    font-size: 28px;
}


/* SECTION STYLE
*********************************************************************************/
.section{
    padding-bottom:40px;
}


.secTitle {
    text-align: center;
    padding-top:40px;
    padding-bottom:40px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.22) inset;
    -webkit-box-shadow:0 -1px 3px rgba(0, 0, 0, 0.22) inset;
    -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.22) inset;
    -ms-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.22) inset;
    -o-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.22) inset;
}

.secInner{
    text-align: center;
    padding-top:33px;
    padding-bottom:40px;
    width:100%;
}

.secTitle h1 {
    color: #ffffff;
    display: inline-block;
    font-size: 36px;
    position: relative;
    text-transform: uppercase;
    font-family: bookantiqua, 'robotoregular', Arial, sans-serif;
    vertical-align: middle;
}

.secTitle [class^="icon-"]:before, [class*=" icon-"]:before{
    margin-left:0 !important;
}

.secTitle.singleWork h1{
    margin-top:35px;
    font-size: 33px;
    color: #ffffff;
}

.secTitle p {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    margin-top:10px;
}

.innerTitle{
    text-align: center;
    margin-top:50px;
}
#backpage .innerTitle{
    margin-bottom:50px;
}

.innerTitle h1{
    font-size: 30px;
    text-transform: uppercase;
    color:#2d2d2d;
    margin-bottom: 5px;
}

.innerTitle p{
    font-size: 14px;
    line-height: 28px;
}
body.device-computer .innerTitle p{
    font-size: 18px;
    line-height: 28px;
}


.column{
    float:left;	
}

.top{
    margin-top:70px;
    margin-bottom:70px;
}


.nBottom{
    margin-bottom:0px;
}

.nTop{
    margin-top:0px;
}


.subTitle h1{
    font-size:20px;
    margin-bottom:50px;
    color:#2d2d2d;
    text-transform:uppercase;
    border-top:1px dashed #d7d7d7;
    border-bottom:1px dashed #d7d7d7;
    display:inline-block;
    padding:10px 10px;

}


.overlay {
    height:300px;
    padding-bottom:65px;
    background:#2d2d2d;
    filter:alpha(opacity = 90);
    background:rgba(45, 45, 45, 0.85);
}


.divider,
.divider-bottom {
    position: relative;
    text-align: center;
    width: 600px;
}
.divider{
    margin: 50px auto 0;
}
.divider-bottom {
    margin: 50px auto 50px;
}
.divider span i {
    background:#FFFFFF;
    color: #2d2d2d;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    z-index: 1;
}
.divider span:before {
    border-bottom: 1px dashed #EFEFEF;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 14px;
    width: 100%;
    z-index: 0;
}

/* ABOUT
*********************************************************************************/
.imcon-vcard{
    margin-left: 0 !important;
    display: inline-block;
    text-decoration: inherit;
    width: 41px;
    height: 30px;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    background: url('../images/icon_vcard.png') no-repeat;
}
#about{
    position:relative;
}
#about .secTitle{
    background:#3399cc;
}
.userProfile{
    position:relative;
}
.imgProfile {
    border: 1px solid #efefef;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    height: 200px;
    margin-right: 50px;
    margin-top: 20px;
    padding: 5px;
    width: 200px;
    margin:0 auto;	
}
.imgProfile:before {
    border-top: 1px solid #EFEFEF;
    content: "";
    display: block;
    left: 50%;
    margin-left: 130px;
    position: absolute;
    top: 100px;
    width: 250px;
    z-index: 0;
}
.imgProfile:after {
    border-top: 1px solid #EFEFEF;
    content: "";
    display: block;
    margin-right: 130px;
    position: absolute;
    right: 50%;
    top: 100px;
    width: 250px;
    z-index: 0;
}
.imgProfile img {
    border: medium none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: inline-block;
}
.getBtn {
    left: 17.2%;
    position: absolute;
    top: 32.5%;
    text-align: center;
}
.followBtn {
    position: absolute;
    right: 17.2%;
    top: 32.5%;
    text-align: center;
}
.followBtn .ico, .getBtn .ico{
    display:inline-block;
}
.followBtn h3, .getBtn h3{
    color:#666666;
    text-align:center;
    display:block;
    font-size:14px;
    margin:0 -13px;
    /* font-family: 'robotomedium', Arial, sans-serif; */
    font-family: bookantiqua, 'robotomedium', Arial, sans-serif;

}
body.device-computer .followBtn h3, .getBtn h3{
    font-size:15px;

}
.ico a {
    background:#2D2D2D;
    border: 10px solid #FFFFFF;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box; 
    -moz-background-clip:padding; 
    background-clip:padding-box;
    color: #FFFFFF;
    display:block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    width: 40px;
    text-align:center;
}
.ico a:hover{
    background:#6AC8C8;
}
.ico a.fb:hover{
    background:#3B5998;
}

.ico a.tw:hover{
    background:#33BCEF;
}


.textWidget{
    width:380px;
    margin-left:60px;
    margin-top: 18px;

}
.textWidget h1{

    color: #2D2D2D;
    font-size: 20px;
    margin-bottom:10px;

}
.textWidget p{

    font-size: 14px;
    line-height:22px;

}
body.device-computer .textWidget p{

    font-size: 15px;

}
.infoHolder{
    text-align:center;
    border:1px solid #efefef;
    padding:20px;


}

.address {
    position:relative;
}

.address p{
    font-size:24px;
    color: #2d2d2d;
    padding-top: 40px;
    padding-bottom: 60px;

}
.address i {
    background: none repeat scroll 0 0 #2D2D2D;
    border: 10px solid #FFFFFF;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box; 
    -moz-background-clip:padding; 
    background-clip:padding-box;
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    height: 55px;
    left: 50%;
    line-height: 58px;
    margin-left: -33px;
    position: absolute;
    top: -57px;
    width: 55px;
}

.info{
    text-align:center;
    font-size:14px;
}
body.device-computer .info{
    
    font-size:15px;
}
.info a{
    color:#999999;
}
.info li{
    display:inline-block;
    width:200px;
    position:relative;

}
.info ul{
    padding-bottom:25px;
}
.info li .ico {
    background:#2D2D2D;
    border: 10px solid #FFFFFF;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box; 
    -moz-background-clip:padding; 
    background-clip:padding-box;
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    left: 50%;
    line-height: 46px;
    margin-left: -33px;
    position: absolute;
    top: 30px;
    width: 45px;
}


/* ABOUT
*********************************************************************************/
#services{
    position:relative;
}
#services.section{
    padding-bottom:0;
}
#services .secTitle{
    background:#2e87b4;
}
.innerEm, .innerEd{
    margin-bottom:50px;
}
.innerEm:last-child, .innerEd:last-child{
    margin-bottom:0;
}
.em, .ed{
    width:389px;
    border-left:1px solid #efefef;
    padding-left:30px;
    position:relative;
    margin-right:30px;
    margin-left:30px;
}
.emDesc h3, .edDesc h3{
    font-size:16px;
    color:#2d2d2d;
    margin-bottom:3px;
}
.emDesc h6, .edDesc h6{
    color: #666666;
    font-size: 11px;
    margin-bottom:5px;
}
.emDesc p, .edDesc p{
    font-size:13px;
}
body.device-computer .emDesc p, 
body.device-computer .edDesc p{
    font-size:15px;
}
.emIco, .edIco {
    background:#2D2D2D;
    border: 5px solid #FFFFFF;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box; 
    -moz-background-clip:padding; 
    background-clip:padding-box;
    color: #FFFFFF;
    display: inline-block;
    height: 34px;
    left: -5%;
    line-height: 34px;
    margin-top: -22px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 34px;
}


.sercive-item-page .service-title{
    font-family: bookantiqua, 'robotolight', Arial, sans-serif;
    font-size: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: black!important;
}
.sercive-item-page .service-title span.symbmarkce{
    vertical-align: middle;
    height: 28px;
}
.sercive-item-page .em{
    width: auto;
}
/* CALL TO ACTION
*********************************************************************************/
.cta{
    text-align:center;
    background:#fafafa;
    border-top:1px solid #efefef;
    padding:30px 0;

}

.cta p{
    /* font-family:'robotolight', Arial, sans-serif; */
    font-family: bookantiqua, 'robotolight', Arial, sans-serif;
    font-size:28px;
    color:#2d2d2d;
    line-height:40px;
}


/* PORTFOLIO
*********************************************************************************/
#portfolio .secTitle{
    background:#216587;
}
.filterNav {
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
}
ul#category {
    background:#FFFFFF;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}
ul#category:last-child {
    margin-bottom: 0;
}
ul#category li {
    display: inline-block;
    font-size: 13px;
    border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
body.device-computer ul#category li {
    font-size: 14px;
}
ul#category li a {
    color: #2d2d2d;
    display: inline-block;
    margin-right: 3px;
    padding: 10px 18px;
    border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background:#ffffff;
    border:1px solid #2d2d2d;	
}
ul#category li a:hover{
    background:#2d2d2d;
    color:#ffffff;
}

#works .portfolio {
    margin-left:20px;

}
#works .item {
    float: left;
    margin-bottom: 40px;
    margin-right: 21px;
    position: relative;
    border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding:5px;
    width: 280px;
}
.browserBar {
    background: #efefef;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    font-size: 1px;
    height: 21px;
    line-height: 23px;
}
.browserDot {
    display: inline-block;
    height: 20px;
    margin-left: 9px;
}
.browserDot:before {
    color: #999999;
    content: "●";
    font-size: 9px;
    line-height: 20px;
    position:absolute;
}
.workDesc{
    text-align:center;
    padding:20px 10px;
    color:#2d2d2d;
    position:relative;
    border:1px solid #efefef;
}
.workDesc h3{
    font-size:14px;
    padding-bottom:5px;
}
body.device-computer .workDesc h3{
    font-size:15px;
}
.workDesc h3 span{
    padding: 10px 0;
    displaY:block;
    /* font-family: 'robotolight', Arial, sans-serif; */
    font-family: bookantiqua, 'robotolight', Arial, sans-serif;
    font-size:12px;
}
body.device-computer .workDesc h3 span{
    font-size:14px;
}
.workDesc a {
    background: #2D2D2D;
    border: 10px solid #FFFFFF;
    border-radius: 100px;
    -webkit-border-radius:100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box; 
    -moz-background-clip:padding; 
    background-clip:padding-box;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    height: 35px;
    left: 50%;
    line-height: 35px;
    margin-left: -29px;
    position: absolute;
    bottom: -27px;
    width: 35px;
}
body.device-computer .workDesc a {
    font-size: 15px;
}
.workDesc a:hover{
    color:#666666;
}
.workDesc .links-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    width: 100%;
}
.workDesc .links-wrapper > * + *{
    margin-left: -10px;
}
.workDesc .links-wrapper a{
    display: block;
    position: static;
    left: unset;
    bottom: unset;
    margin-left: 0;
}
.folioImg img {
    display: inline-block;
    display: block;
    height: auto;
    width: 279px;
    /*height:200px;*/    
    margin: auto;
}
.partnerImg img {
    display: inline-block;
    display: block;
    height: auto;
    width: 279px;  
    margin: auto;
}
#category .current a {
    color: #ffffff;
    background:#2d2d2d;
}
.singleDesc{
    width:300px;
    margin-right:45px;
}
.singleDesc a.launch{
    background:#efefef;
    color:#2d2d2d;
    border-radius:20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display:inline-block;
    margin-bottom:20px;
    padding:10px 20px;
    font-size:13px;
}
body.device-computer .singleDesc a.launch{
    font-size:15px;
}
.singleDesc a.launch:hover{
    color:#666666;
}
.singleDesc h1{
    color:#2d2d2d;
    font-size:16px;
    margin-bottom:10px;
}
.singleDesc p{
    font-size:13px;
    line-height:20px;
}
body.device-computer .singleDesc p{
    font-size:15px;
    
}
.projectShare {
    margin-top:20px;
}
.projectShare li ,.projectShare li a {
    display:inline-block;
}
.projectShare li a {
    font-size:13px;
    display:inline-block;
    padding:10px;
    border:1px solid #efefef;
}
body.device-computer .projectShare li a {
    font-size:15px;
    
    
}

.projectShare a.fb:hover{color:#3B5998;}
.projectShare a.vm:hover{color:#44BBFF;}
.projectShare a.tw:hover{color:#019AD2;}
.projectShare a.pi:hover{color:#E3262E;}
.projectShare a.gp:hover{color:#D73D32;}
.projectShare a{
    color:#2d2d2d;
}
.singleSlider{
    width:790px;
}
.options{
    text-align:center;
    border:1px solid #efefef;
    padding:12px;
    margin-top:-4px;
    font-size:20px;
    border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.options a{
    color:#999999;
}
.options a:hover{
    color:#2d2d2d;
}






/*Contact*/

#contact .secTitle{
    background:#ffbe00;
}


.contactForm {
    margin-left:20px;
}

.form{
    position:relative;
}

.inputBox, .contactForm {
    margin-bottom: 20px;
}

.inputBox .inputBox-inner{
    display: block;
    padding: 0 13px;
}
.inputBox .inputBox-inner input,
.inputBox .inputBox-inner textarea{
    display: block;
    width: 100%;
    padding: 0 13px;
    margin: 0 -14px;
}


.inputBox label {
    display: block;
    margin-bottom: 8px;
    padding: 5px 0;
    color:#666666;
    font-size:15px;
}

.contactForm [type="text"], 
.contactForm textarea {
    border: 1px solid #CCC;
    display: block;
    height: 45px;
    color:#666666;
    padding-left:10px;
    font-size:13px;
}
body.device-computer .contactForm [type="text"], 
body.device-computer .contactForm textarea {
    font-size:14px;
}

.contactForm [type="text"]:focus, 
.contactForm textarea:focus {
    border: 1px solid #999;
}


.contactForm [type="text"] {
    /*width: 280px;*/
}

.contactForm textarea {
    line-height: 25px;
    min-height: 200px;
    /*width: 910px;*/
}


.inputBox {
    margin: 0 20px 15px 0;
    width: 100%;
    float:left;
    width: 300px;
}
.inputBox.msg {
    margin: 0 20px 15px 0;
    width: 100%;
    float:left;
    width: 100%;
}


.inputBox.last {
    margin-right: 0 !important;
}
.contactForm form {
    margin-bottom: 25px;
}

.contactForm input.submit, .btn-accept {
    background: #2D2D2D;
    border: 15px solid #FFFFFF;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 70px;
    left: 74.5%;
    position: absolute;
    text-transform: uppercase;
    /* top: 310px; */    
    /* bottom: -20px; */
    width: 20%;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box; 
    -moz-background-clip:padding; 
    background-clip:padding-box;
}

.btn-accept {
    left: 20px;
    width: fit-content;
}

.contactForm input.submit:hover, .btn-accept:hover {
    color:#666666;
}


#success, #error{
    display: none;
    position:relative;
}


#success h2, #error h2 {
    color: #2d2d2d;
    font-size: 11px;
    left: 0;
    position: absolute;
    top: 0;
}
body.device-computer #success h2, 
body.device-computer #error h2 {
    font-size: 13px;
}


#error h2 {
    color:#ed1c24;
}



.errorForm {
    border: 1px solid #ed1c24 !important;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/*End contact section*/

/* Opportunity*/
.wrapper-page {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 258px - 40px);
}

.section#opportunity {
    padding-top: 80px;
    flex: 1;
}

.opportunityForm .inputBox {
    width: calc(50% - 10px);
}

.opportunityForm .inputBox .inputBox-inner [type="file"] {
    padding: 0;
    margin-bottom: 15px;
}

.opportunityForm .inputBox .inputBox-inner input[type="file"].errorForm {
    border: none !important;
}

.opportunityForm .inputBox .inputBox-inner input[type="file"]::file-selector-button {
    display: block;
    background: #ffffff;
    border: 1px solid #CCC;
    color: #666666;
    font-size: 14px;
    height: 47px;
    width: 188px;
    margin-bottom: 8px;
    font-family: bookantiqua, 'robotobold', Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


.opportunityForm .inputBox .inputBox-inner input[type="file"].errorForm::file-selector-button {
    border: 1px solid #ed1c24 !important;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.opportunityForm .inputBox .inputBox-inner input[type="file"]::file-selector-button:hover {
    background: #2D2D2D;
    color: #666666;
}

/* End Opportunity page */


#footer{

    background:#333333;
    position:relative;

}


.ftTop{
    padding:40px 0;

}

.feed{
    width:400px;
    border-left:1px solid #efefef;
    padding-left:30px;
    position:relative;
    float:left;
}


.tweet h3{
    font-size:16px;
    color:#ffffff;
    margin-bottom:3px;
}


.tweet p{
    font-size:13px;
}

.feedIco {
    background:#ffffff;
    border: 5px solid #333333;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box; 
    -moz-background-clip:padding; 
    background-clip:padding-box;
    color: #2d2d2d;
    display: inline-block;
    height: 34px;
    left: -5%;
    line-height: 34px;
    margin-top: -21px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 34px;
}



.tweets{min-height:75px}
.tweets .tweet_list{height:auto;line-height:25px;color: #ffffff;}
.tweets .tweet_list li{font-size: 14px;}
.tweets .tweet_list a{color:#999999;}
.tweets p{color:#ffffff;font-size:12px;padding-top:2px;}



.share{
    float:right;
    margin-top:30px;
}


.socialsFooter li{
    display:inline-block;
    text-align:center;
    margin-right:2px;
}

.socialsFooter a{
    color:#ffffff;
    border:3px solid #ffffff;
    width:40px;
    height:40px;
    border-radius:100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box; 
    -moz-background-clip:padding; 
    background-clip:padding-box;
    display:inline-block;
}

.socialsFooter li i{
    line-height:42px;
}

.socialsFooter a:hover{
    border-color:#666666;
    color:#666666;
}


.bottom{
    background:#2d2d2d;
    padding:20px 0;
}


.bottom p {
    float: left;
    font-size: 13px;
    color:#666666;

}
.bottom p span {
    color: #ffffff;
}

.bottom ul {
    float: right;
    font-size: 13px;
}
#fancybox-thumbs.bottom ul{
    float: none;
}


.bottom ul li {
    display: inline;
    margin-right: 10px;
}


.bottom li a { 
    color: #666666;
}

.bottom li a:hover{
    color:#ffffff;
}


/*footer*/



/*End footer*/

/* Clear float style*/
.clearfix:before,
.clearfix:after{
    content:"";
    display:table;
}

.clearfix:after{
    clear:both;
}
/*End clear float style */

.nomarginRight{margin-right:0;}


#toTop {
    bottom: 20px;
    display: none;
    position: fixed;
    /* right: 15px; */
    right: 45px;
    text-decoration: none;
    z-index: 1000;
}
body.fancyOpen #toTop {
    display: none !important;
}
#toTop i {
    background:#efefef;
    color: #999999;
    font-size: 16px;
    padding: 10px;
    z-index: 1000;
    border-radius:100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}


#toTop i:hover {
    color: #2d2d2d;
}
#toTop:active, #toTop:focus {
    outline: medium none;
}

.documents-wrapper{
    margin-bottom: 70px;
}
.documents-wrapper .holder960{
    background-color: #efefef;
    padding: 20px 15px;
    text-align: center;
    box-sizing: border-box;
}
.documents-wrapper .title{
    font-family: bookantiqua, 'robotolight', Arial, sans-serif;
    font-size: 24px;
    line-height: 28px;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: black!important;
}
.documents-container,
.attachments-container{
    overflow: hidden;
}
.documents-container > a,
.attachments-container > a{
    display: block;
}
.documents-container > a + a,
.attachments-container > a + a{
    margin-top: 15px;
}
.documents-container .document{
    display: flex;
    align-items: center;
    background-color: #333333;
    color: #FFF;
    padding: 10px;
    border-radius: 3px;
}
.attachments-container .document{
    display: flex;
    align-items: center;
}
.documents-container .document > * + *,
.attachments-container .document > * + *{
    margin-left: 10px;
}
.documents-container .document .icon{
    font-size: 24px;
}
.documents-container .document .desc{
    font-family: bookantiqua, 'robotolight', Arial, sans-serif;
    /* font-size: 18px;
    text-transform: uppercase; */
}
.documents-container .document > div > * + *{
    margin-top: 8px;
}
/*.documents-container .document > *{
    flex-basis: 100%;
}*/
.reviews-wrapper{
    display: none;
}
.review-popup, .review-popup *, .reviews-container, .reviews-container *{
    box-sizing: border-box;
}
.review-popup .bee-dialog-inner, .reviews-wrapper.reviews-container{
    background: #333;
    color: #FFF;
    border-radius: 5px;
    padding: 24px;
    text-align: center;
}
.reviews-wrapper.reviews-container{
    display: block;
    margin-bottom: 50px;
    border-radius: unset;
}
.bee-dialog.review-popup .bee-dialog-inner .bee-dialog-close{
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
}
.bee-dialog.review-popup .bee-dialog-inner .bee-dialog-close i{
    font-size: 25px;
    line-height: 25px;
}
.reviews-container .head{
    margin-bottom: 25px;
}
.reviews-container .head .title{
    font-size: 18px;
}
.reviews-container .summary{
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviews-container .summary .star-wrapper{
    margin: 3px 4px 0 4px;
}
.reviews-container .head .summary{
    margin-top: 25px;
}
.reviews-wrapper.reviews-container .head .summary{
    margin-top: 10px;
}
.reviews-container .review-item{
    background-color: #292929;
    border: 1px solid rgba(255, 255, 255, 0.60);;
    border-radius: 5px;
    padding: 24px;
    min-height: 253px;
}
.reviews-container .review-item .author{
    text-transform: capitalize;
}
.reviews-container .review-item .text{
    position: relative;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
}
.reviews-container .review-item .link{
    text-align: left;
    min-height: 18px;
}
.reviews-container .review-item > * + *{
    margin-top: 15px;
}
.reviews-container .slick-slide {
    margin: 0 12px;
}
.reviews-container .slick-list{
    margin: 0 -12px;
}
.star-wrapper{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 3px;
}
.star-wrapper .star{
    color: #ff9933;
}
.same-line{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.same-line .sep{
    padding: 0 10px;
}

[class^=CommonLayout__Inner] > a:last-of-type {
    display: none !important;
}


.readmore .readmore-content {
    display: block;
    position: relative;
    overflow: hidden;
}
.readmore .readmore-content.readmore-closed:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(41,41,41,0) 0%, rgba(41,41,41,0.5) 50%, rgba(41,41,41,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(41,41,41,0) 0%,rgba(41,41,41,0.5) 50%,rgba(41,41,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(41,41,41,0) 0%,rgba(41,41,41,0.5) 50%,rgba(41,41,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.readmore-content-grey.readmore .readmore-content.readmore-closed:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+50&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(242,242,242,0) 0%, rgba(242,242,242,0.5) 50%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242,242,242,0) 0%,rgba(242,242,242,0.5) 50%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242,242,242,0) 0%,rgba(242,242,242,0.5) 50%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

}
.readmore .readmore-control {
    display: inline-block;
    color: #999;
    cursor: pointer;
    margin-top: 10px;
    position: absolute;
    right: 0;
}

/* -------------------- Pers -------------------- */

.btn.btnPrimary{
    color: #fff;
    display: inline-block;
    padding: 10px 18px;
    border-radius:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color:#2d2d2d;
    border:1px solid #2d2d2d;
    transition: color .3s ease-in-out;
}

.btn.btnPrimary:hover{
    color: #666666;
}
/* Box Opportunity */

.opportunity-fixed-box {
	display: none;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -140%);
    width: 600px;
    margin: 0 auto;
    background: #ffbe00;
    text-align: center;
    padding: 32px;
	border: 1px solid #2d2d2d;
    color: #2d2d2d;
    box-sizing: border-box;
}
.opportunity-fixed-box p {
    font-size: 30px !important;
    line-height: 1.2;
    margin: 15px 0;
}
.opportunity-fixed-box .icon-close {
	position: absolute;
    right: 18px;
    top: 7px;
    cursor: pointer;
}
.opportunity-fixed-box .icon-close {
	font-size: 20px;
	color: #2d2d2d;
}
.opportunity-fixed-box p {
	font-size: 14px;
    margin-top: 10px;
}
.opportunity-fixed-box .btn.btnPrimary {
    font-size: 18px;
}

@media (max-width: 768px) {
	.opportunity-fixed-box {
		width: calc(100% - 30px);
		left: 15px;
		transform: translateY(-130%);
        padding: 28px 28px 20px 28px;
	}
    .opportunity-fixed-box p {
        font-size: 24px !important;
        margin: 0 !important;
    }
    .opportunity-fixed-box .btn.btnPrimary {
        font-size: 16px;
    }
}
/* -------------------- Media queries -------------------- */


/*iPad lanscape*/
@media screen and (max-device-width: 960px) and (min-width: 1000px) and (max-width: 1030px){   
    input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
    .testimoniaContainer,#homepage{background-attachment: scroll;background-position:top center !important;background-size: cover;}

}

@media screen and (max-width: 959px) {
    .section#opportunity {
        padding-top: 130px;
    }

    .opportunityForm .inputBox {
        width: 100%;
    }
}

/* Tablet Portrait size -> standard 960 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
    .epp-ci .epp-ci-cb {-webkit-appearance: auto !important;}
    .holder960{width:700px;}
    .testimoniaContainer,#homepage {background-attachment: scroll;background-position:top center !important;background-size: cover;}
    .homepageTitle{margin-top:350px;}
    .captions p{
        /* font-family: 'robotomedium', Arial, sans-serif; */
        font-family: bookantiqua, 'robotomedium', Arial, sans-serif;
    }
    .getBtn {left: 4.7%;}
    .followBtn{right:4.7%;}



    .skills, .textWidget{width:700px;}
    .textWidget{margin-left:0;}
    .skills.column, .textWidget.column{float:none;}


    .address p{font-size:22px;}


    .em, .ed{width:259px;}
    .emIco, .edIco{left:-8%;}

    .testimoniaContainer .testimonialContent{height:270px;}
    .testimoniaContainer .testimonialContent div, .testimoniaContainer .testimonialContent{width:700px;}



    #works .portfolio{margin-left:38px;}
    .folioImg img{width:290px;height:200px;}



    .contactForm{margin-left:15px;}
    .inputBox,.contactForm [type="text"]{width:210px;}
    .inputBox{margin:0 25px 15px 0;}
    .contactForm textarea{width:655px;}
    .contactForm input.submit {width: 25.6%;left:66%;}

}


/* Mobile Landscape Size -> Tablet Portrait size*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

    input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
    .epp-ci .epp-ci-cb {-webkit-appearance: auto !important;}
    html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}
    .clientContainer,.testimoniaContainer ,#homepage{background-attachment: scroll;background-position:top center !important;background-size: cover;}

    .holder960,.testimonialContent{width:400px;}
    nav#mainNav li a {padding: 15px 12px;}
    .secTitle{margin-top: -2px;}
    /*#homepage, #homepage .overlay{height:530px;}*/
    .captions p{
        /* font-family: 'robotomedium', Arial,sans-serif; */
        font-family: bookantiqua, 'robotomedium', Arial, sans-serif;
    }
    .homepageTitle{margin-top:25px;}
    .homepageTitle h1:before{margin-left:-265px;width:50px;top:27px;}
    .homepageTitle h1:after{margin-right:-265px;width:50px;top:27px;}
    .homepageTitle h1{font-size:36px;}
    .innerTitle h1{font-size:25px;}

    .getBtn {
        left: 0;
        right: 0;
        top: 107.5%;
    }
    .followBtn {
        left: 0;
        right: 0;
        top: -50.5%;
    }
    .userProfile {
margin-bottom: 100px;
margin-top: 150px;
}
    .address p{line-height:35px;}



    .divider{width:400px;}
    .textWidget.column,.skills.column, .inputBox,.share,.feed, .bottom p, .bottom ul{float:none;}
    .ed:last-child, .em:last-child{margin-bottom:0;}
    .em, .ed{margin-bottom:40px;}
    .emIco, .edIco{left:-5.5%;}
    .emDesc, .edDesc{width:310px;}







    .skillsHolder{margin-left:0;}
    .textWidget {margin-left:0px;width: 400px;}
    .skills {width: 400px;}
    .cta p{padding:0 65px;line-height:35px;}
    #testimonials .overlay{height:380px;}
    .testimoniaContainer .testimonialContent{height:370px;}
    .testimoniaContainer .testimonialContent div{width:400px;}
    ul#category li{display:block;}
    ul#category li a{margin-right:0;margin-bottom:12px;padding:10px 30px;}
    #works .portfolio{margin-left:25px;}
    .folioImg img {height: 240px;width: 340px;}
    .contactForm {margin-left:0}
    .contactForm input.submit {left: 22.7%;width: 50.6%;}
    .contactForm textarea{width:352px;}
    .contactForm [type="text"]{width:349px;}
    .info li{height:100px;}
    .info li:last-child{height:50px;}
    .info li .ico{top:-70px;}
    .info ul{margin-top:50px;padding:0;}
    .share, .bottom ul, .bottom p{text-align:center;}
    .bottom ul{margin-top:5px;}

    #works .item {
        width: auto;
    }
    .inputBox{width: auto; margin-right: 0;}


}


/* Mobile Portrait Size -> Mobile Landscape Size */
@media only screen and (max-width:479px) {

    input, textarea{-webkit-appearance: none;-webkit-border-radius:0;}
    .epp-ci .epp-ci-cb {-webkit-appearance: auto !important;}
    html{-webkit-text-size-adjust: none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;}
    .testimoniaContainer,#homepage {background-attachment: scroll;background-position:top center !important;background-size: cover;}
    html,
    body{
        width:100%;
        height:auto;
        overflow-x:hidden
    }
    html{
        height:100%; 
    }

    .holder960,
    .testimonialContent{width:auto;}
    header{padding-top:20px;}
    nav#mainNav{margin-right:0;margin-top:20px;padding-bottom:0;}
    nav#mainNav ul{display:none;padding-bottom: 8px;padding-left: 5px;}
    nav#mainNav li{float:none; display:block;}
    nav#mainNav li a{padding:10px 15px;display:block;}
    .mobileBtn {
        display: block;
        margin: auto;
        width: 24px;
        height: 24px;
    }

    .captions p{
        /* font-family: 'robotomedium', Arial,sans-serif;*/
        font-family: bookantiqua, 'robotomedium', Arial, sans-serif;
    }

    .userProfile {margin-bottom: 100px;margin-top: 150px;}
    .imgProfile:before, .imgProfile:after{border:none;}
    .getBtn {
        left: 0;
        right: 0;
        top: 107.5%;
    }
    .followBtn {
        left: 0;
        right: 0;
        top: -50.5%;
    }

    .address p{line-height:35px;}
    .secTitle p{padding:0 30px;}

    .divider{width:230px;}
    .inputBox,.share,.feed, .bottom p, .bottom ul,
    #works .item, .skills.column, .textWidget.column, .em.column, .ed.column{float:none !important;}

    #works .item {
        width: auto;
    }


    .em, .ed{width:220px;margin-right:0;margin-left:0;}
    .em, .ed{margin-bottom:40px;}
    .emIco, .edIco{left:-9%;}
    .ed:last-child, .em:last-child{margin-bottom:0;}

    .team{width:190px;margin:0;}
    .skillsHolder{margin-left:0;}
    .textWidget {margin-left:0px;width: 230px;}
    .skills {width: 230px;}
    .cta p{padding:0 30px;line-height:35px;}

    #services .resumeContainer,
    #portfolio .portfolioContainer,
    #footer .ftTop{
        margin: 0 20px;
    }


    #testimonials .overlay{height:500px;}
    #client .overlay{height:400px;}

    .testimoniaContainer .testimonialContent{height:430px;}
    .testimoniaContainer .testimonialContent div{width:230px;}




    ul#category li{display:block;}
    ul#category li a{margin-right:0;margin-bottom:12px;padding:10px 30px;}
    #works .portfolio{margin-left:-5px;}
    #works .item {margin-right:0;}
    .folioImg img{}



    /*From the multiple page*/
    .singleSlider{width:230px;}
    .singleDesc{width:230px;margin-bottom:30px;}


    .contactForm{
        margin-left:19px;
        margin-right:19px;
    }
    .contactForm input.submit {
        position: relative;
        left: auto;
        top: auto;
        width: 78.6%;
        margin: 0 auto 10px;
        padding: 0;

    }
    .inputBox{width: auto; margin-right: 0;}
/*
    .contactForm textarea{width:278px}
    .contactForm [type="text"]{}
*/

    .info li{height:100px;width:185px;}
    .info li:last-child{height:50px;}
    .info li .ico{top:-70px;}
    .info ul{margin-top:50px;padding:0;}
    .feed{width:220px;}
    .feedIco{left:-8%;}
    .share, .bottom ul, .bottom p{text-align:center;}
    .bottom ul{margin-top:5px;}
    .bottom p{font-size:12px;}


}


/*End media queries*/
/*-------------------------------------------------------------------------*/
